]> git.ipfire.org Git - thirdparty/util-linux.git/blame - po/hr.po
lib/ismounted: more robust buffer usage [clang-analyze]
[thirdparty/util-linux.git] / po / hr.po
CommitLineData
0e768fc4 1# Translation of util-linux to Croatian.
a6f665b2 2# Copyright © 2012 Karel Zak <kzak@redhat.com>
0e768fc4 3# This file is distributed under the same license as the util-linux package.
a6f665b2 4# Tomislav Krznar <tomislav.krznar@gmail.com>, 2012, 2013.
0e768fc4 5#
0e768fc4
TK
6msgid ""
7msgstr ""
a6f665b2 8"Project-Id-Version: util-linux 2.23-rc2\n"
0e768fc4 9"Report-Msgid-Bugs-To: util-linux@vger.kernel.org\n"
0ed2f80b 10"POT-Creation-Date: 2014-06-18 13:06+0200\n"
a6f665b2 11"PO-Revision-Date: 2013-04-18 16:36+0200\n"
0e768fc4
TK
12"Last-Translator: Tomislav Krznar <tomislav.krznar@gmail.com>\n"
13"Language-Team: Croatian <lokalizacija@linux.hr>\n"
14"Language: hr\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
0ed2f80b 18"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
a6f665b2 19"X-Generator: Gtranslator 2.91.6\n"
0e768fc4
TK
20
21#: disk-utils/addpart.c:14
22#, c-format
23msgid " %s <disk device> <partition number> <start> <length>\n"
a6f665b2 24msgstr " %s <uređaj diska> <broj particije> <početak> <duljina>\n"
0e768fc4 25
0ed2f80b
KZ
26#: disk-utils/addpart.c:52 disk-utils/blockdev.c:276 disk-utils/blockdev.c:420
27#: disk-utils/blockdev.c:447 disk-utils/cfdisk.c:1999 disk-utils/delpart.c:53
28#: disk-utils/fdformat.c:62 disk-utils/fdformat.c:154 disk-utils/fdisk.c:702
29#: disk-utils/fdisk.c:718 disk-utils/fdisk.c:758 disk-utils/fdisk.c:924
30#: disk-utils/fsck.c:1424 disk-utils/fsck.cramfs.c:145
31#: disk-utils/fsck.cramfs.c:502 disk-utils/isosize.c:134
32#: disk-utils/mkfs.bfs.c:187 disk-utils/mkfs.cramfs.c:164
33#: disk-utils/mkfs.cramfs.c:666 disk-utils/mkfs.cramfs.c:793
34#: disk-utils/mkfs.minix.c:753 disk-utils/partx.c:949
35#: disk-utils/resizepart.c:97 disk-utils/swaplabel.c:105
36#: libfdisk/src/bsd.c:503 lib/path.c:73 lib/path.c:85 login-utils/islocal.c:87
37#: login-utils/last.c:644 login-utils/last-deprecated.c:245
38#: login-utils/sulogin.c:461 login-utils/sulogin.c:499
39#: login-utils/utmpdump.c:126 login-utils/utmpdump.c:345
40#: login-utils/utmpdump.c:367 login-utils/vipw.c:265 login-utils/vipw.c:283
41#: misc-utils/findmnt.c:1043 misc-utils/logger.c:412 misc-utils/mcookie.c:112
42#: misc-utils/uuidd.c:222 sys-utils/blkdiscard.c:135 sys-utils/dmesg.c:513
43#: sys-utils/eject.c:510 sys-utils/eject.c:711 sys-utils/fallocate.c:359
44#: sys-utils/fsfreeze.c:124 sys-utils/fstrim.c:81 sys-utils/hwclock.c:270
e197d438 45#: sys-utils/hwclock-cmos.c:632 sys-utils/hwclock-rtc.c:162
55032d70
KZ
46#: sys-utils/hwclock-rtc.c:256 sys-utils/hwclock-rtc.c:414
47#: sys-utils/hwclock-rtc.c:435 sys-utils/hwclock-rtc.c:482
0ed2f80b 48#: sys-utils/ldattach.c:290 sys-utils/nsenter.c:113 sys-utils/rtcwake.c:106
e197d438 49#: sys-utils/rtcwake.c:265 sys-utils/rtcwake.c:525 sys-utils/setpriv.c:224
0ed2f80b
KZ
50#: sys-utils/setpriv.c:521 sys-utils/setpriv.c:544 sys-utils/swapon.c:320
51#: sys-utils/swapon.c:483 sys-utils/switch_root.c:163 sys-utils/unshare.c:49
52#: sys-utils/wdctl.c:320 sys-utils/wdctl.c:376 term-utils/script.c:216
53#: term-utils/script.c:242 term-utils/script.c:681
54#: term-utils/scriptreplay.c:203 term-utils/scriptreplay.c:206
55#: term-utils/wall.c:269 text-utils/rev.c:141 text-utils/tailf.c:61
56#: text-utils/tailf.c:98 text-utils/ul.c:232
0e768fc4
TK
57#, c-format
58msgid "cannot open %s"
59msgstr "ne mogu otvoriti %s"
60
e197d438 61#: disk-utils/addpart.c:55 disk-utils/delpart.c:56 disk-utils/resizepart.c:94
0e768fc4
TK
62msgid "invalid partition number argument"
63msgstr "neispravan broj particije kao argument"
64
65#: disk-utils/addpart.c:56
66msgid "invalid start argument"
67msgstr "neispravan argument početka"
68
e197d438 69#: disk-utils/addpart.c:57 disk-utils/resizepart.c:104
0e768fc4
TK
70msgid "invalid length argument"
71msgstr "neispravan argument duljine"
72
73#: disk-utils/addpart.c:58
74msgid "failed to add partition"
75msgstr "nisam uspio dodati particiju"
76
0ed2f80b 77#: disk-utils/blockdev.c:63
0e768fc4
TK
78msgid "set read-only"
79msgstr "postavi samo za čitanje"
80
0ed2f80b 81#: disk-utils/blockdev.c:70
0e768fc4
TK
82msgid "set read-write"
83msgstr "postavi za čitanje i pisanje"
84
0ed2f80b 85#: disk-utils/blockdev.c:76
0e768fc4 86msgid "get read-only"
a6f665b2 87msgstr "otkrij samo za čitanje"
0e768fc4 88
0ed2f80b 89#: disk-utils/blockdev.c:82
0e768fc4 90msgid "get discard zeroes support status"
a6f665b2 91msgstr "otkrij stanje podrške za odbacivanje nula"
0e768fc4 92
0ed2f80b 93#: disk-utils/blockdev.c:88
0e768fc4 94msgid "get logical block (sector) size"
a6f665b2 95msgstr "otkrij veličinu logičkog bloka (sektora)"
0e768fc4 96
0ed2f80b 97#: disk-utils/blockdev.c:94
0e768fc4 98msgid "get physical block (sector) size"
a6f665b2 99msgstr "otkrij veličinu fizičkog bloka (sektora)"
0e768fc4 100
0ed2f80b 101#: disk-utils/blockdev.c:100
0e768fc4 102msgid "get minimum I/O size"
a6f665b2 103msgstr "otkrij najmanju U/I veličinu"
0e768fc4 104
0ed2f80b 105#: disk-utils/blockdev.c:106
0e768fc4 106msgid "get optimal I/O size"
a6f665b2 107msgstr "otkrij optimalnu U/I veličinu"
0e768fc4 108
0ed2f80b 109#: disk-utils/blockdev.c:112
0e768fc4 110msgid "get alignment offset in bytes"
a6f665b2 111msgstr "otkrij pomak poravnanja u bajtovima"
0e768fc4 112
0ed2f80b 113#: disk-utils/blockdev.c:118
0e768fc4 114msgid "get max sectors per request"
a6f665b2 115msgstr "otkrij najveći broj sektora po zahtjevu"
0e768fc4 116
0ed2f80b 117#: disk-utils/blockdev.c:124
0e768fc4
TK
118msgid "get blocksize"
119msgstr "otkrij veličinu bloka"
120
0ed2f80b 121#: disk-utils/blockdev.c:131
8892b2f9
KZ
122msgid "set blocksize on file descriptor opening the block device"
123msgstr ""
0e768fc4 124
0ed2f80b 125#: disk-utils/blockdev.c:137
0e768fc4
TK
126msgid "get 32-bit sector count (deprecated, use --getsz)"
127msgstr "otkrij 32-bitni broj sektora (zastarjelo, koristite --getsz)"
128
0ed2f80b 129#: disk-utils/blockdev.c:143
0e768fc4
TK
130msgid "get size in bytes"
131msgstr "otkrij veličinu u bajtovima"
132
0ed2f80b 133#: disk-utils/blockdev.c:150
0e768fc4 134msgid "set readahead"
a6f665b2 135msgstr "postavi čitanje unaprijed"
0e768fc4 136
0ed2f80b 137#: disk-utils/blockdev.c:156
0e768fc4 138msgid "get readahead"
a6f665b2 139msgstr "otkrij čitanje unaprijed"
0e768fc4 140
0ed2f80b 141#: disk-utils/blockdev.c:163
0e768fc4 142msgid "set filesystem readahead"
a6f665b2 143msgstr "postavi čitanje unaprijed datotečnog sustava"
0e768fc4 144
0ed2f80b 145#: disk-utils/blockdev.c:169
0e768fc4 146msgid "get filesystem readahead"
a6f665b2 147msgstr "otkrij čitanje unaprijed datotečnog sustava"
0e768fc4 148
0ed2f80b 149#: disk-utils/blockdev.c:173
0e768fc4
TK
150msgid "flush buffers"
151msgstr "isprazni međuspremnike"
152
0ed2f80b 153#: disk-utils/blockdev.c:177
0e768fc4
TK
154msgid "reread partition table"
155msgstr "ponovo pročitaj particijsku tablicu"
156
0ed2f80b 157#: disk-utils/blockdev.c:184
0e768fc4
TK
158#, c-format
159msgid ""
160"\n"
161"Usage:\n"
162" %1$s -V\n"
163" %1$s --report [devices]\n"
164" %1$s [-v|-q] commands devices\n"
165"\n"
166"Available commands:\n"
167msgstr ""
168
0ed2f80b 169#: disk-utils/blockdev.c:190
0e768fc4
TK
170#, c-format
171msgid " %-25s get size in 512-byte sectors\n"
172msgstr ""
173
0ed2f80b 174#: disk-utils/blockdev.c:311
0e768fc4
TK
175msgid "could not get device size"
176msgstr "ne mogu otkriti veličinu uređaja"
177
0ed2f80b 178#: disk-utils/blockdev.c:317
0e768fc4
TK
179#, c-format
180msgid "Unknown command: %s"
181msgstr "Nepoznata naredba: %s"
182
0ed2f80b 183#: disk-utils/blockdev.c:333
0e768fc4
TK
184#, c-format
185msgid "%s requires an argument"
186msgstr "%s zahtijeva argument"
187
0ed2f80b 188#: disk-utils/blockdev.c:370
0e768fc4
TK
189#, c-format
190msgid "%s failed.\n"
191msgstr "%s nije uspio.\n"
192
0ed2f80b 193#: disk-utils/blockdev.c:377
0e768fc4
TK
194#, c-format
195msgid "%s succeeded.\n"
196msgstr "%s je uspio.\n"
197
0ed2f80b
KZ
198#: disk-utils/blockdev.c:456 misc-utils/lsblk.c:1075 misc-utils/lsblk.c:1082
199#, c-format
200msgid "%s: failed to initialize sysfs handler"
201msgstr ""
202
203#: disk-utils/blockdev.c:470
0e768fc4
TK
204#, c-format
205msgid "ioctl error on %s"
206msgstr "ioctl greška na %s"
207
0ed2f80b 208#: disk-utils/blockdev.c:478
0e768fc4
TK
209#, c-format
210msgid "RO RA SSZ BSZ StartSec Size Device\n"
211msgstr ""
212
0ed2f80b
KZ
213#: disk-utils/cfdisk.c:123
214msgid "Bootable"
215msgstr ""
216
217#: disk-utils/cfdisk.c:123
218msgid "Toggle bootable flag of the current partition"
219msgstr ""
220
221#: disk-utils/cfdisk.c:124
222msgid "Delete"
223msgstr ""
224
225#: disk-utils/cfdisk.c:124
226msgid "Delete the current partition"
227msgstr ""
228
229#: disk-utils/cfdisk.c:125
230msgid "New"
231msgstr ""
232
233#: disk-utils/cfdisk.c:125
234msgid "Create new partition from free space"
235msgstr ""
236
237#: disk-utils/cfdisk.c:126
238msgid "Quit"
239msgstr ""
240
241#: disk-utils/cfdisk.c:126
242msgid "Quit program without writing partition table"
243msgstr ""
244
245#: disk-utils/cfdisk.c:127 libfdisk/src/bsd.c:890 libfdisk/src/dos.c:1987
246#: libfdisk/src/gpt.c:2404 libfdisk/src/sgi.c:1089 libfdisk/src/sun.c:1003
247msgid "Type"
248msgstr ""
249
250#: disk-utils/cfdisk.c:127
251#, fuzzy
252msgid "Change the partition type"
253msgstr "ponovo pročitaj particijsku tablicu"
254
255#: disk-utils/cfdisk.c:128
256msgid "Help"
257msgstr ""
258
259#: disk-utils/cfdisk.c:128
260msgid "Print help screen"
261msgstr ""
262
263#: disk-utils/cfdisk.c:129
264msgid "Sort"
265msgstr ""
266
267#: disk-utils/cfdisk.c:129
268#, fuzzy
269msgid "Fix partitions order"
270msgstr "ponovo pročitaj particijsku tablicu"
271
272#: disk-utils/cfdisk.c:130
273msgid "Write"
274msgstr ""
275
276#: disk-utils/cfdisk.c:130
277msgid "Write partition table to disk (this might destroy data)"
278msgstr ""
279
280#: disk-utils/cfdisk.c:481 disk-utils/fdisk.c:373
281#, c-format
282msgid "internal error: unsupported dialog type %d"
283msgstr ""
284
285#: disk-utils/cfdisk.c:1235
286#, fuzzy, c-format
287msgid "Disk: %s"
288msgstr "Uređaj: %s\n"
289
290#: disk-utils/cfdisk.c:1237
291#, c-format
292msgid "Size: %s, %ju bytes, %ju sectors"
293msgstr ""
294
295#: disk-utils/cfdisk.c:1240
296#, c-format
297msgid "Label: %s, identifier: %s"
298msgstr ""
299
300#: disk-utils/cfdisk.c:1243
301#, c-format
302msgid "Label: %s"
303msgstr ""
304
305#: disk-utils/cfdisk.c:1384
306msgid "May be followed by {M,B,G,T}iB (the \"iB\" is optional) or S for sectors."
307msgstr ""
308
309#: disk-utils/cfdisk.c:1388
310msgid "Please, specify size."
311msgstr ""
312
313#: disk-utils/cfdisk.c:1410
314#, c-format
315msgid "Minimal size is %ju"
316msgstr ""
317
318#: disk-utils/cfdisk.c:1419
319#, fuzzy, c-format
320msgid "Maximal size is %ju bytes."
321msgstr "otkrij veličinu u bajtovima"
322
323#: disk-utils/cfdisk.c:1423
324#, fuzzy
325msgid "Failed to parse size."
326msgstr "%s: nisam uspio analizirati fstab"
327
328#: disk-utils/cfdisk.c:1478
329#, fuzzy
330msgid "Select partition type"
331msgstr "ponovo pročitaj particijsku tablicu"
332
333#: disk-utils/cfdisk.c:1540 disk-utils/fdisk.c:929
334msgid "Device does not contain a recognized partition table."
335msgstr ""
336
337#: disk-utils/cfdisk.c:1542
338msgid "Please, select a type to create a new disk label."
339msgstr ""
340
341#: disk-utils/cfdisk.c:1547
342msgid "Select label type"
343msgstr ""
344
345#: disk-utils/cfdisk.c:1583
346msgid "Help Screen for cfdisk"
347msgstr ""
348
349#: disk-utils/cfdisk.c:1585
350msgid "This is cfdisk, a curses based disk partitioning program, which"
351msgstr ""
352
353#: disk-utils/cfdisk.c:1586
354msgid "allows you to create, delete and modify partitions on your hard"
355msgstr ""
356
357#: disk-utils/cfdisk.c:1587
358msgid "disk drive."
359msgstr ""
360
361#: disk-utils/cfdisk.c:1589
362msgid "Copyright (C) 2014 Karel Zak <kzak@redhat.com> "
363msgstr ""
364
365#: disk-utils/cfdisk.c:1590
366msgid "Based on the original cfdisk from Kevin E. Martin & aeb."
367msgstr ""
368
369#: disk-utils/cfdisk.c:1592
370msgid "Command Meaning"
371msgstr ""
372
373#: disk-utils/cfdisk.c:1593
374msgid "------- -------"
375msgstr ""
376
377#: disk-utils/cfdisk.c:1594
378msgid " b Toggle bootable flag of the current partition"
379msgstr ""
380
381#: disk-utils/cfdisk.c:1595
382msgid " d Delete the current partition"
383msgstr ""
384
385#: disk-utils/cfdisk.c:1596
386msgid " h Print this screen"
387msgstr ""
388
389#: disk-utils/cfdisk.c:1597
390msgid " n Create new partition from free space"
391msgstr ""
392
393#: disk-utils/cfdisk.c:1598
394msgid " q Quit program without writing partition table"
395msgstr ""
396
397#: disk-utils/cfdisk.c:1599
398#, fuzzy
399msgid " t Change the partition type"
400msgstr "ponovo pročitaj particijsku tablicu"
401
402#: disk-utils/cfdisk.c:1600
403msgid " s Fix partitions order"
404msgstr ""
405
406#: disk-utils/cfdisk.c:1601
407msgid " W Write partition table to disk (must enter upper case W)"
408msgstr ""
409
410#: disk-utils/cfdisk.c:1602
411msgid " Since this might destroy data on the disk, you must"
412msgstr ""
413
414#: disk-utils/cfdisk.c:1603
415msgid " either confirm or deny the write by entering `yes' or"
416msgstr ""
417
418#: disk-utils/cfdisk.c:1604
419msgid " `no'"
420msgstr ""
421
422#: disk-utils/cfdisk.c:1605
423msgid "Up Arrow Move cursor to the previous partition"
424msgstr ""
425
426#: disk-utils/cfdisk.c:1606
427msgid "Down Arrow Move cursor to the next partition"
428msgstr ""
429
430#: disk-utils/cfdisk.c:1607
431msgid "Left Arrow Move cursor to the previous menu item"
432msgstr ""
433
434#: disk-utils/cfdisk.c:1608
435msgid "Right Arrow Move cursor to the next menu item"
436msgstr ""
437
438#: disk-utils/cfdisk.c:1611
439msgid "Note: All of the commands can be entered with either upper or lower"
440msgstr ""
441
442#: disk-utils/cfdisk.c:1612
443msgid "case letters (except for Writes)."
444msgstr ""
445
446#: disk-utils/cfdisk.c:1614
447msgid "Use lsblk(8) or partx(8) to see more details about the device."
448msgstr ""
449
450#: disk-utils/cfdisk.c:1621
451msgid "Press a key to continue."
452msgstr ""
453
454#: disk-utils/cfdisk.c:1697
455msgid "Could not toggle the flag."
456msgstr ""
457
458#: disk-utils/cfdisk.c:1707
459#, fuzzy, c-format
460msgid "Could not delete partition %zu."
461msgstr "nisam uspio ukloniti particiju"
462
463#: disk-utils/cfdisk.c:1709 disk-utils/fdisk-menu.c:504
464#, fuzzy, c-format
465msgid "Partition %zu has been deleted."
466msgstr " (otkrivena %s particijska tablica). "
467
468#: disk-utils/cfdisk.c:1730
469#, fuzzy
470msgid "Partition size: "
471msgstr "ponovo pročitaj particijsku tablicu"
472
473#: disk-utils/cfdisk.c:1761
474#, fuzzy, c-format
475msgid "Changed type of the partition %zu."
476msgstr "nisam uspio ukloniti particiju"
477
478#: disk-utils/cfdisk.c:1763
479#, c-format
480msgid "Type of the partition %zu is unchanged."
481msgstr ""
482
483#: disk-utils/cfdisk.c:1778
484msgid "Device open in read-only mode"
485msgstr ""
486
487#: disk-utils/cfdisk.c:1783
488msgid "Are you sure you want to write the partition table to disk? "
489msgstr ""
490
491#: disk-utils/cfdisk.c:1785
492msgid "Type \"yes\" or \"no\" or press ESC to left dialog."
493msgstr ""
494
495#: disk-utils/cfdisk.c:1790 login-utils/lslogins.c:209 sys-utils/lscpu.c:1233
496#: sys-utils/lscpu.c:1243
497#, c-format
498msgid "yes"
499msgstr ""
500
501#: disk-utils/cfdisk.c:1791
502msgid "Did not write partition table to disk"
503msgstr ""
504
505#: disk-utils/cfdisk.c:1796
506#, fuzzy
507msgid "Failed to write disklabel"
508msgstr "nisam uspio čitati: %s"
509
510#: disk-utils/cfdisk.c:1799 disk-utils/fdisk-menu.c:459
511#, fuzzy
512msgid "The partition table has been altered."
513msgstr " (otkrivena %s particijska tablica). "
514
515#: disk-utils/cfdisk.c:1818
516msgid "Note that partition table entries are not in disk order now."
517msgstr ""
518
519#: disk-utils/cfdisk.c:1841
520#, fuzzy
521msgid "failed to create a new disklabel"
522msgstr "nisam uspio čitati: %s"
523
524#: disk-utils/cfdisk.c:1849
525#, fuzzy
526msgid "failed to read partitions"
527msgstr "nisam uspio dodati particiju"
528
529#: disk-utils/cfdisk.c:1859 disk-utils/fdisk.c:921 disk-utils/fdisk-menu.c:451
530msgid "Device open in read-only mode."
531msgstr ""
532
533#: disk-utils/cfdisk.c:1930
534#, fuzzy, c-format
535msgid " %1$s [options] <disk>\n"
536msgstr " %s [opcije] <uređaj>\n"
537
538#: disk-utils/cfdisk.c:1933
539msgid " -L --color[=<when>] colorize output (auto, always or never)\n"
540msgstr ""
541
542#: disk-utils/cfdisk.c:1970 disk-utils/fdisk.c:841 misc-utils/cal.c:378
543#: sys-utils/dmesg.c:1294 text-utils/hexdump.c:114
544msgid "unsupported color mode"
545msgstr ""
546
547#: disk-utils/cfdisk.c:1973 include/c.h:286 schedutils/chrt.c:266
548#: schedutils/taskset.c:166 sys-utils/chcpu.c:330 sys-utils/dmesg.c:1334
549#: sys-utils/hwclock.c:1541 sys-utils/lscpu.c:1711 sys-utils/renice.c:102
550#: sys-utils/rtcwake.c:474 sys-utils/tunelp.c:249 term-utils/agetty.c:740
551#: term-utils/script.c:220 term-utils/scriptreplay.c:177
552#: term-utils/write.c:113 text-utils/col.c:208 text-utils/colcrt.c:118
553#: text-utils/colrm.c:174 text-utils/column.c:152 text-utils/rev.c:124
554#: text-utils/tailf.c:264 text-utils/ul.c:196
555#, c-format
556msgid "%s from %s\n"
557msgstr "%s iz %s\n"
558
559#: disk-utils/cfdisk.c:1988 disk-utils/fdisk.c:787
560#, fuzzy
561msgid "failed to allocate libfdisk context"
562msgstr "nisam uspio alocirati iterator"
563
0e768fc4
TK
564#: disk-utils/delpart.c:14
565#, c-format
566msgid " %s <disk device> <partition number>\n"
a6f665b2 567msgstr " %s <uređaj diska> <broj particije>\n"
0e768fc4
TK
568
569#: disk-utils/delpart.c:57
570msgid "failed to remove partition"
571msgstr "nisam uspio ukloniti particiju"
572
0e768fc4
TK
573#: disk-utils/fdformat.c:28
574#, c-format
575msgid "Formatting ... "
a6f665b2 576msgstr "Formatiram ... "
0e768fc4
TK
577
578#: disk-utils/fdformat.c:48 disk-utils/fdformat.c:88
579#, c-format
580msgid "done\n"
581msgstr "gotovo\n"
582
583#: disk-utils/fdformat.c:59
584#, c-format
585msgid "Verifying ... "
586msgstr "Provjeravam ... "
587
588#: disk-utils/fdformat.c:71
589msgid "Read: "
a6f665b2 590msgstr "Čitanje:"
0e768fc4
TK
591
592#: disk-utils/fdformat.c:73
593#, c-format
594msgid "Problem reading cylinder %d, expected %d, read %d\n"
a6f665b2 595msgstr "Problem pri čitanju cilindra %d, očekujem %d, pročitao %d\n"
0e768fc4
TK
596
597#: disk-utils/fdformat.c:81
598#, c-format
599msgid ""
600"bad data in cyl %d\n"
601"Continuing ... "
602msgstr ""
603"neispravni podaci u cilindru %d\n"
604"Nastavljam ... "
605
606#: disk-utils/fdformat.c:95
607#, c-format
608msgid "Usage: %s [options] device\n"
609msgstr "Uporaba: %s [opcije] uređaj\n"
610
611#: disk-utils/fdformat.c:98
612#, c-format
613msgid ""
614"\n"
615"Options:\n"
616" -n, --no-verify disable the verification after the format\n"
617" -V, --version output version information and exit\n"
618" -h, --help display this help and exit\n"
619"\n"
620msgstr ""
a6f665b2
TK
621"\n"
622"Opcije:\n"
623" -n, --no-verify onemogući provjeru nakon formatiranja\n"
624" -V, --version ispiši informacije o inačici i izađi\n"
625" -h, --help prikaži ovu pomoć i izađi\n"
626"\n"
0e768fc4 627
0ed2f80b
KZ
628#: disk-utils/fdformat.c:145 disk-utils/fsck.cramfs.c:141
629#: disk-utils/mkfs.bfs.c:180 disk-utils/mkfs.cramfs.c:753
630#: disk-utils/mkfs.cramfs.c:790 disk-utils/mkfs.minix.c:746
631#: disk-utils/partx.c:888 login-utils/last.c:658 misc-utils/namei.c:231
632#: sys-utils/blkdiscard.c:138 sys-utils/dmesg.c:515 sys-utils/fallocate.c:180
633#: sys-utils/fsfreeze.c:127 sys-utils/fstrim.c:71 sys-utils/swapon.c:457
634#: sys-utils/switch_root.c:93 sys-utils/switch_root.c:133
635#: term-utils/mesg.c:124 text-utils/tailf.c:101 text-utils/tailf.c:279
0e768fc4
TK
636#, c-format
637msgid "stat failed %s"
638msgstr "stat nije uspio %s"
639
0ed2f80b 640#: disk-utils/fdformat.c:148 disk-utils/partx.c:946 misc-utils/lsblk.c:1338
e197d438 641#: sys-utils/blkdiscard.c:140 sys-utils/mountpoint.c:108
0e768fc4
TK
642#, c-format
643msgid "%s: not a block device"
644msgstr "%s: nije blokovski uređaj"
645
55032d70 646#: disk-utils/fdformat.c:150
0e768fc4
TK
647#, c-format
648msgid "cannot access file %s"
649msgstr "ne mogu pristupiti datoteci %s"
650
55032d70 651#: disk-utils/fdformat.c:156
0e768fc4 652msgid "Could not determine current format type"
a6f665b2 653msgstr "Ne mogu odrediti trenutnu vrstu formatiranja"
0e768fc4 654
55032d70 655#: disk-utils/fdformat.c:158
0e768fc4
TK
656#, c-format
657msgid "%s-sided, %d tracks, %d sec/track. Total capacity %d kB.\n"
658msgstr ""
659
55032d70 660#: disk-utils/fdformat.c:159
0e768fc4
TK
661msgid "Double"
662msgstr "Dvostruki"
663
55032d70 664#: disk-utils/fdformat.c:159
0e768fc4
TK
665msgid "Single"
666msgstr "Jednostruki"
667
e197d438 668#: disk-utils/fdformat.c:163 disk-utils/fsck.minix.c:1389
0ed2f80b
KZ
669#: disk-utils/mkfs.minix.c:804 disk-utils/mkswap.c:661 disk-utils/partx.c:1001
670#: disk-utils/resizepart.c:108 disk-utils/sfdisk.c:2996
671#: disk-utils/sfdisk.c:3048 disk-utils/sfdisk.c:3085
672#: login-utils/utmpdump.c:385 sys-utils/dmesg.c:642 sys-utils/wdctl.c:345
673#: sys-utils/wdctl.c:410 term-utils/script.c:337 term-utils/script.c:378
674#: term-utils/script.c:490 text-utils/pg.c:1236
e197d438
TK
675msgid "write failed"
676msgstr ""
677
0ed2f80b 678#: disk-utils/fdisk.c:53
0e768fc4 679#, c-format
0ed2f80b
KZ
680msgid ""
681" %1$s [options] <disk> change partition table\n"
682" %1$s [options] -l [<disk>] list partition table(s)\n"
683msgstr ""
0e768fc4 684
0ed2f80b
KZ
685#: disk-utils/fdisk.c:58
686msgid " -b <size> sector size (512, 1024, 2048 or 4096)\n"
687msgstr ""
0e768fc4 688
0ed2f80b
KZ
689#: disk-utils/fdisk.c:59 disk-utils/fdisk.c:61
690msgid " -c[=<mode>] compatible mode: 'dos' or 'nondos' (default)\n"
691msgstr ""
0e768fc4 692
0ed2f80b
KZ
693#: disk-utils/fdisk.c:60
694#, fuzzy
695msgid " -h print this help text\n"
696msgstr " -? prikaži ovu pomoć i izađi\n"
0e768fc4 697
0ed2f80b
KZ
698#: disk-utils/fdisk.c:62
699msgid " -L[=<when>] colorize output (auto, always or never)\n"
700msgstr ""
0e768fc4 701
0ed2f80b
KZ
702#: disk-utils/fdisk.c:63
703msgid " -t <type> force fdisk to recognize specified partition table type only\n"
704msgstr ""
0e768fc4 705
0ed2f80b
KZ
706#: disk-utils/fdisk.c:64
707msgid " -u[=<unit>] display units: 'cylinders' or 'sectors' (default)\n"
708msgstr ""
0e768fc4 709
0ed2f80b
KZ
710#: disk-utils/fdisk.c:65
711msgid " -v print program version\n"
712msgstr ""
713
714#: disk-utils/fdisk.c:66
715msgid " -C <number> specify the number of cylinders\n"
716msgstr ""
717
718#: disk-utils/fdisk.c:67
719msgid " -H <number> specify the number of heads\n"
720msgstr ""
721
722#: disk-utils/fdisk.c:68
723msgid " -S <number> specify the number of sectors per track\n"
724msgstr ""
725
726#: disk-utils/fdisk.c:88
727#, fuzzy, c-format
728msgid ""
729"\n"
730"Do you really want to quit? "
731msgstr "Želite li zaista nastaviti"
0e768fc4 732
0ed2f80b 733#: disk-utils/fdisk.c:134
0e768fc4 734#, c-format
0ed2f80b
KZ
735msgid "Select (default %c): "
736msgstr ""
0e768fc4 737
0ed2f80b 738#: disk-utils/fdisk.c:137
0e768fc4 739#, c-format
0ed2f80b
KZ
740msgid "Using default response %c."
741msgstr ""
742
743#: disk-utils/fdisk.c:150 disk-utils/fdisk.c:223 disk-utils/fdisk.c:294
744msgid "Value out of range."
745msgstr ""
0e768fc4 746
0ed2f80b 747#: disk-utils/fdisk.c:179
0e768fc4 748#, c-format
0ed2f80b
KZ
749msgid "%s (%s, default %c): "
750msgstr ""
0e768fc4 751
0ed2f80b 752#: disk-utils/fdisk.c:182 disk-utils/fdisk.c:248
0e768fc4 753#, c-format
0ed2f80b
KZ
754msgid "%s (%s, default %ju): "
755msgstr ""
0e768fc4 756
0ed2f80b
KZ
757#: disk-utils/fdisk.c:187
758#, c-format
759msgid "%s (%c-%c, default %c): "
760msgstr ""
0e768fc4 761
0ed2f80b 762#: disk-utils/fdisk.c:190 disk-utils/fdisk.c:250
0e768fc4 763#, c-format
0ed2f80b
KZ
764msgid "%s (%ju-%ju, default %ju): "
765msgstr ""
0e768fc4 766
0ed2f80b
KZ
767#: disk-utils/fdisk.c:193
768#, fuzzy, c-format
769msgid "%s (%c-%c): "
770msgstr "%s (%s)\n"
0e768fc4 771
0ed2f80b
KZ
772#: disk-utils/fdisk.c:196 disk-utils/fdisk.c:252
773#, fuzzy, c-format
774msgid "%s (%ju-%ju): "
775msgstr "%s (%s)\n"
776
777#: disk-utils/fdisk.c:356
778msgid " [Y]es/[N]o: "
ad3e09b2 779msgstr ""
0e768fc4 780
0ed2f80b
KZ
781#: disk-utils/fdisk.c:387
782msgid "Partition type (type L to list all types): "
783msgstr ""
0e768fc4 784
0ed2f80b
KZ
785#: disk-utils/fdisk.c:388
786msgid "Hex code (type L to list all codes): "
787msgstr ""
0e768fc4 788
0ed2f80b
KZ
789#: disk-utils/fdisk.c:482
790msgid "DOS Compatibility flag is set (DEPRECATED!)"
791msgstr ""
0e768fc4 792
0ed2f80b
KZ
793#: disk-utils/fdisk.c:483
794msgid "DOS Compatibility flag is not set"
795msgstr ""
796
797#: disk-utils/fdisk.c:505
0e768fc4 798#, c-format
0ed2f80b
KZ
799msgid "Partition %zu does not exist yet!"
800msgstr ""
0e768fc4 801
0ed2f80b
KZ
802#: disk-utils/fdisk.c:510 disk-utils/fdisk.c:519 disk-utils/sfdisk.c:586
803#: libfdisk/src/ask.c:751
804msgid "Unknown"
0e768fc4 805msgstr ""
0e768fc4 806
0ed2f80b 807#: disk-utils/fdisk.c:518
0e768fc4 808#, c-format
0ed2f80b 809msgid "Changed type of partition '%s' to '%s'."
0e768fc4
TK
810msgstr ""
811
0ed2f80b 812#: disk-utils/fdisk.c:522
0e768fc4 813#, c-format
0ed2f80b
KZ
814msgid "Type of partition %zu is unchanged: %s."
815msgstr ""
0e768fc4 816
0ed2f80b 817#: disk-utils/fdisk.c:535
0e768fc4 818#, c-format
0ed2f80b 819msgid "Disk %s: %s, %ju bytes, %ju sectors"
6249b53a 820msgstr ""
0e768fc4 821
0ed2f80b 822#: disk-utils/fdisk.c:541
0e768fc4 823#, c-format
0ed2f80b
KZ
824msgid "Geometry: %d heads, %llu sectors/track, %llu cylinders"
825msgstr ""
0e768fc4 826
0ed2f80b 827#: disk-utils/fdisk.c:544
0e768fc4 828#, c-format
0ed2f80b
KZ
829msgid "Units: %s of %d * %ld = %ld bytes"
830msgstr ""
0e768fc4 831
0ed2f80b
KZ
832#: disk-utils/fdisk.c:550
833#, c-format
834msgid "Sector size (logical/physical): %lu bytes / %lu bytes"
835msgstr ""
0e768fc4 836
0ed2f80b 837#: disk-utils/fdisk.c:552
0e768fc4 838#, c-format
0ed2f80b
KZ
839msgid "I/O size (minimum/optimal): %lu bytes / %lu bytes"
840msgstr ""
841
842#: disk-utils/fdisk.c:555
843#, fuzzy, c-format
844msgid "Alignment offset: %lu bytes"
845msgstr "otkrij pomak poravnanja u bajtovima"
0e768fc4 846
0ed2f80b 847#: disk-utils/fdisk.c:558
a6f665b2 848#, c-format
0ed2f80b 849msgid "Disklabel type: %s"
a6f665b2 850msgstr ""
55032d70 851
0ed2f80b
KZ
852#: disk-utils/fdisk.c:561
853#, c-format
854msgid "Disk identifier: %s"
855msgstr ""
55032d70 856
0ed2f80b
KZ
857#: disk-utils/fdisk.c:595
858msgid "Partition table entries are not in disk order."
6249b53a 859msgstr ""
55032d70 860
0ed2f80b
KZ
861#: disk-utils/fdisk.c:646
862#, c-format
863msgid ""
864"\n"
865"%s: offset = %ju, size = %zu bytes."
866msgstr ""
55032d70 867
0ed2f80b
KZ
868#: disk-utils/fdisk.c:650
869#, fuzzy
870msgid "cannot seek"
871msgstr "ne mogu zatvoriti datoteku %s"
55032d70 872
0ed2f80b
KZ
873#: disk-utils/fdisk.c:655
874#, fuzzy
875msgid "cannot read"
876msgstr "ne mogu otvoriti %s"
55032d70 877
0ed2f80b
KZ
878#: disk-utils/fdisk.c:669 libfdisk/src/bsd.c:233 libfdisk/src/dos.c:894
879#: libfdisk/src/gpt.c:1841
880msgid "First sector"
6249b53a 881msgstr ""
55032d70 882
0ed2f80b
KZ
883#: disk-utils/fdisk.c:761
884#, c-format
885msgid "BLKGETSIZE ioctl failed on %s"
6249b53a 886msgstr ""
55032d70 887
0ed2f80b
KZ
888#: disk-utils/fdisk.c:796
889msgid "invalid sector size argument"
55032d70
KZ
890msgstr ""
891
0ed2f80b
KZ
892#: disk-utils/fdisk.c:805 disk-utils/sfdisk.c:2610
893msgid "invalid cylinders argument"
55032d70
KZ
894msgstr ""
895
0ed2f80b
KZ
896#: disk-utils/fdisk.c:814
897msgid "not found DOS label driver"
898msgstr ""
55032d70 899
0ed2f80b
KZ
900#: disk-utils/fdisk.c:827 disk-utils/sfdisk.c:2619
901msgid "invalid heads argument"
902msgstr ""
0e768fc4 903
0ed2f80b
KZ
904#: disk-utils/fdisk.c:833 disk-utils/sfdisk.c:2637
905msgid "invalid sectors argument"
906msgstr ""
55032d70 907
0ed2f80b
KZ
908#: disk-utils/fdisk.c:855
909#, fuzzy, c-format
910msgid "unsupported disklabel: %s"
911msgstr "nepodržane mogućnosti datotečnog sustava"
0e768fc4 912
0ed2f80b
KZ
913#: disk-utils/fdisk.c:876
914msgid "The device properties (sector size and geometry) should be used with one specified device only."
915msgstr ""
0e768fc4 916
0ed2f80b 917#: disk-utils/fdisk.c:912
0e768fc4 918#, c-format
0ed2f80b 919msgid "Welcome to fdisk (%s)."
6249b53a 920msgstr ""
0e768fc4 921
0ed2f80b
KZ
922#: disk-utils/fdisk.c:914
923msgid ""
924"Changes will remain in memory only, until you decide to write them.\n"
925"Be careful before using the write command.\n"
926msgstr ""
0e768fc4 927
0ed2f80b
KZ
928#: disk-utils/fdisk.c:934
929msgid "The hybrid GPT detected. You have to sync the hybrid MBR manually (expert command 'M')."
930msgstr ""
0e768fc4 931
0ed2f80b
KZ
932#: disk-utils/fdisk-menu.c:95
933msgid "Generic"
934msgstr ""
0e768fc4 935
0ed2f80b
KZ
936#: disk-utils/fdisk-menu.c:96
937msgid "delete a partition"
938msgstr ""
0e768fc4 939
0ed2f80b
KZ
940#: disk-utils/fdisk-menu.c:97
941msgid "list known partition types"
942msgstr ""
0e768fc4 943
0ed2f80b
KZ
944#: disk-utils/fdisk-menu.c:98
945msgid "add a new partition"
0e768fc4
TK
946msgstr ""
947
0ed2f80b
KZ
948#: disk-utils/fdisk-menu.c:99
949msgid "print the partition table"
55032d70
KZ
950msgstr ""
951
0ed2f80b
KZ
952#: disk-utils/fdisk-menu.c:100
953#, fuzzy
954msgid "change a partition type"
955msgstr "ponovo pročitaj particijsku tablicu"
55032d70 956
0ed2f80b
KZ
957#: disk-utils/fdisk-menu.c:101
958msgid "verify the partition table"
959msgstr ""
0e768fc4 960
0ed2f80b
KZ
961#: disk-utils/fdisk-menu.c:103
962msgid "print the raw data of the first sector from the device"
963msgstr ""
0e768fc4 964
0ed2f80b
KZ
965#: disk-utils/fdisk-menu.c:104
966msgid "print the raw data of the disklabel from the device"
967msgstr ""
0e768fc4 968
0ed2f80b
KZ
969#: disk-utils/fdisk-menu.c:105
970#, fuzzy
971msgid "fix partitions order"
972msgstr "ponovo pročitaj particijsku tablicu"
8b4ccda1 973
0ed2f80b
KZ
974#: disk-utils/fdisk-menu.c:107
975msgid "Misc"
0e768fc4
TK
976msgstr ""
977
0ed2f80b
KZ
978#: disk-utils/fdisk-menu.c:108
979msgid "print this menu"
0e768fc4
TK
980msgstr ""
981
0ed2f80b
KZ
982#: disk-utils/fdisk-menu.c:109
983msgid "change display/entry units"
0e768fc4
TK
984msgstr ""
985
0ed2f80b
KZ
986#: disk-utils/fdisk-menu.c:110
987msgid "extra functionality (experts only)"
0e768fc4
TK
988msgstr ""
989
0ed2f80b
KZ
990#: disk-utils/fdisk-menu.c:112
991msgid "Save & Exit"
992msgstr ""
0e768fc4 993
0ed2f80b
KZ
994#: disk-utils/fdisk-menu.c:113
995msgid "write table to disk and exit"
996msgstr ""
0e768fc4 997
0ed2f80b
KZ
998#: disk-utils/fdisk-menu.c:114
999#, fuzzy
1000msgid "write table to disk"
1001msgstr "write nije uspio: %s"
0e768fc4 1002
0ed2f80b
KZ
1003#: disk-utils/fdisk-menu.c:115
1004msgid "quit without saving changes"
1005msgstr ""
0e768fc4 1006
0ed2f80b
KZ
1007#: disk-utils/fdisk-menu.c:116
1008msgid "return to main menu"
1009msgstr ""
0e768fc4 1010
0ed2f80b
KZ
1011#: disk-utils/fdisk-menu.c:118
1012msgid "return from BSD to DOS"
1013msgstr ""
0e768fc4 1014
0ed2f80b
KZ
1015#: disk-utils/fdisk-menu.c:129
1016msgid "Create a new label"
1017msgstr ""
8b4ccda1 1018
0ed2f80b
KZ
1019#: disk-utils/fdisk-menu.c:130
1020#, fuzzy
1021msgid "create a new empty GPT partition table"
1022msgstr "ponovo pročitaj particijsku tablicu"
55032d70 1023
0ed2f80b
KZ
1024#: disk-utils/fdisk-menu.c:131
1025#, fuzzy
1026msgid "create a new empty SGI (IRIX) partition table"
1027msgstr "ponovo pročitaj particijsku tablicu"
0e768fc4 1028
0ed2f80b
KZ
1029#: disk-utils/fdisk-menu.c:132
1030msgid "create a new empty DOS partition table"
0e768fc4
TK
1031msgstr ""
1032
0ed2f80b
KZ
1033#: disk-utils/fdisk-menu.c:133
1034#, fuzzy
1035msgid "create a new empty Sun partition table"
1036msgstr "ponovo pročitaj particijsku tablicu"
0e768fc4 1037
0ed2f80b
KZ
1038#: disk-utils/fdisk-menu.c:137
1039msgid "create an IRIX (SGI) partition table"
1040msgstr ""
0e768fc4 1041
0ed2f80b
KZ
1042#: disk-utils/fdisk-menu.c:146
1043msgid "Geometry"
1044msgstr ""
0e768fc4 1045
0ed2f80b
KZ
1046#: disk-utils/fdisk-menu.c:147
1047msgid "change number of cylinders"
1048msgstr ""
0e768fc4 1049
0ed2f80b
KZ
1050#: disk-utils/fdisk-menu.c:148
1051msgid "change number of heads"
0e768fc4
TK
1052msgstr ""
1053
0ed2f80b
KZ
1054#: disk-utils/fdisk-menu.c:149
1055msgid "change number of sectors/track"
0e768fc4
TK
1056msgstr ""
1057
0ed2f80b
KZ
1058#: disk-utils/fdisk-menu.c:158 include/pt-mbr-partnames.h:91
1059msgid "GPT"
1060msgstr ""
0e768fc4 1061
0ed2f80b
KZ
1062#: disk-utils/fdisk-menu.c:159
1063msgid "change disk GUID"
1064msgstr ""
0e768fc4 1065
0ed2f80b
KZ
1066#: disk-utils/fdisk-menu.c:160
1067#, fuzzy
1068msgid "change partition name"
1069msgstr "ponovo pročitaj particijsku tablicu"
0e768fc4 1070
0ed2f80b
KZ
1071#: disk-utils/fdisk-menu.c:161
1072#, fuzzy
1073msgid "change partition UUID"
1074msgstr "ponovo pročitaj particijsku tablicu"
0e768fc4 1075
0ed2f80b
KZ
1076#: disk-utils/fdisk-menu.c:162
1077msgid "enter protective/hybrid MBR"
6249b53a 1078msgstr ""
0e768fc4 1079
0ed2f80b
KZ
1080#: disk-utils/fdisk-menu.c:165
1081#, fuzzy
1082msgid "toggle the legacy BIOS bootable flag"
1083msgstr "otkrij samo za čitanje"
0e768fc4 1084
0ed2f80b
KZ
1085#: disk-utils/fdisk-menu.c:166
1086#, fuzzy
1087msgid "toggle the no block IO protocol flag"
1088msgstr "otkrij samo za čitanje"
0e768fc4 1089
0ed2f80b
KZ
1090#: disk-utils/fdisk-menu.c:167
1091#, fuzzy
1092msgid "toggle the required partition flag"
1093msgstr "otkrij samo za čitanje"
0e768fc4 1094
0ed2f80b
KZ
1095#: disk-utils/fdisk-menu.c:168
1096msgid "toggle the GUID specific bits"
6249b53a 1097msgstr ""
0e768fc4 1098
0ed2f80b
KZ
1099#: disk-utils/fdisk-menu.c:178
1100msgid "Sun"
6249b53a 1101msgstr ""
0e768fc4 1102
0ed2f80b
KZ
1103#: disk-utils/fdisk-menu.c:179
1104#, fuzzy
1105msgid "toggle the read-only flag"
1106msgstr "otkrij samo za čitanje"
0e768fc4 1107
0ed2f80b
KZ
1108#: disk-utils/fdisk-menu.c:180
1109msgid "toggle the mountable flag"
1110msgstr ""
0e768fc4 1111
0ed2f80b
KZ
1112#: disk-utils/fdisk-menu.c:182
1113msgid "change number of alternate cylinders"
1114msgstr ""
0e768fc4 1115
0ed2f80b
KZ
1116#: disk-utils/fdisk-menu.c:183
1117msgid "change number of extra sectors per cylinder"
1118msgstr ""
0e768fc4 1119
0ed2f80b
KZ
1120#: disk-utils/fdisk-menu.c:184
1121msgid "change interleave factor"
1122msgstr ""
0e768fc4 1123
0ed2f80b
KZ
1124#: disk-utils/fdisk-menu.c:185
1125msgid "change rotation speed (rpm)"
0e768fc4
TK
1126msgstr ""
1127
0ed2f80b
KZ
1128#: disk-utils/fdisk-menu.c:186
1129msgid "change number of physical cylinders"
1130msgstr ""
0e768fc4 1131
0ed2f80b
KZ
1132#: disk-utils/fdisk-menu.c:195
1133msgid "SGI"
1134msgstr ""
0e768fc4 1135
0ed2f80b
KZ
1136#: disk-utils/fdisk-menu.c:196
1137msgid "select bootable partition"
0e768fc4
TK
1138msgstr ""
1139
0ed2f80b
KZ
1140#: disk-utils/fdisk-menu.c:197
1141msgid "edit bootfile entry"
0e768fc4
TK
1142msgstr ""
1143
0ed2f80b
KZ
1144#: disk-utils/fdisk-menu.c:198
1145msgid "select sgi swap partition"
1146msgstr ""
0e768fc4 1147
0ed2f80b
KZ
1148#: disk-utils/fdisk-menu.c:199
1149msgid "create SGI info"
1150msgstr ""
0e768fc4 1151
0ed2f80b
KZ
1152#: disk-utils/fdisk-menu.c:208
1153msgid "DOS (MBR)"
1154msgstr ""
0e768fc4 1155
0ed2f80b
KZ
1156#: disk-utils/fdisk-menu.c:209
1157msgid "toggle a bootable flag"
1158msgstr ""
0e768fc4 1159
0ed2f80b
KZ
1160#: disk-utils/fdisk-menu.c:210
1161msgid "edit nested BSD disklabel"
1162msgstr ""
0e768fc4 1163
0ed2f80b
KZ
1164#: disk-utils/fdisk-menu.c:211
1165msgid "toggle the dos compatibility flag"
1166msgstr ""
0e768fc4 1167
0ed2f80b
KZ
1168#: disk-utils/fdisk-menu.c:213
1169msgid "move beginning of data in a partition"
1170msgstr ""
0e768fc4 1171
0ed2f80b
KZ
1172#: disk-utils/fdisk-menu.c:214
1173msgid "change the disk identifier"
1174msgstr ""
0e768fc4 1175
0ed2f80b
KZ
1176#: disk-utils/fdisk-menu.c:216
1177msgid "return from protective/hybrid MBR to GPT"
1178msgstr ""
0e768fc4 1179
0ed2f80b
KZ
1180#: disk-utils/fdisk-menu.c:226
1181msgid "BSD"
0e768fc4
TK
1182msgstr ""
1183
0ed2f80b
KZ
1184#: disk-utils/fdisk-menu.c:227
1185msgid "edit drive data"
1186msgstr ""
0e768fc4 1187
0ed2f80b
KZ
1188#: disk-utils/fdisk-menu.c:228
1189msgid "install bootstrap"
1190msgstr ""
0e768fc4 1191
0ed2f80b
KZ
1192#: disk-utils/fdisk-menu.c:229
1193msgid "show complete disklabel"
1194msgstr ""
0e768fc4 1195
0ed2f80b
KZ
1196#: disk-utils/fdisk-menu.c:230
1197msgid "link BSD partition to non-BSD partition"
1198msgstr ""
0e768fc4 1199
0ed2f80b 1200#: disk-utils/fdisk-menu.c:352
0e768fc4 1201#, c-format
0ed2f80b
KZ
1202msgid ""
1203"\n"
1204"Help (expert commands):\n"
1205msgstr ""
0e768fc4 1206
0ed2f80b 1207#: disk-utils/fdisk-menu.c:354
0e768fc4 1208#, c-format
0ed2f80b
KZ
1209msgid ""
1210"\n"
1211"Help:\n"
1212msgstr ""
0e768fc4 1213
0ed2f80b 1214#: disk-utils/fdisk-menu.c:371
0e768fc4 1215#, c-format
0ed2f80b
KZ
1216msgid "You're editing nested '%s' partition table, primary partition table is '%s'."
1217msgstr ""
0e768fc4 1218
0ed2f80b
KZ
1219#: disk-utils/fdisk-menu.c:400
1220msgid "Expert command (m for help): "
0e768fc4
TK
1221msgstr ""
1222
0ed2f80b
KZ
1223#: disk-utils/fdisk-menu.c:402
1224msgid "Command (m for help): "
0e768fc4
TK
1225msgstr ""
1226
0ed2f80b
KZ
1227#: disk-utils/fdisk-menu.c:412
1228#, fuzzy, c-format
1229msgid "%c: unknown command"
1230msgstr "Nepoznata naredba: %s"
0e768fc4 1231
0ed2f80b
KZ
1232#: disk-utils/fdisk-menu.c:456
1233#, fuzzy
1234msgid "failed to write disklabel"
1235msgstr "nisam uspio čitati: %s"
0e768fc4 1236
0ed2f80b
KZ
1237#: disk-utils/fdisk-menu.c:502
1238#, fuzzy, c-format
1239msgid "Could not delete partition %zu"
1240msgstr "nisam uspio ukloniti particiju"
0e768fc4 1241
0ed2f80b
KZ
1242#: disk-utils/fdisk-menu.c:520
1243msgid "Changing display/entry units to cylinders (DEPRECATED!)."
0e768fc4 1244msgstr ""
0e768fc4 1245
0ed2f80b
KZ
1246#: disk-utils/fdisk-menu.c:522
1247msgid "Changing display/entry units to sectors."
1248msgstr ""
0e768fc4 1249
0ed2f80b
KZ
1250#: disk-utils/fdisk-menu.c:532 disk-utils/fdisk-menu.c:672
1251msgid "Leaving nested disklabel."
1252msgstr ""
0e768fc4 1253
0ed2f80b
KZ
1254#: disk-utils/fdisk-menu.c:573
1255msgid "Entering protective/hybrid MBR disklabel."
1256msgstr ""
0e768fc4 1257
0ed2f80b
KZ
1258#: disk-utils/fdisk-menu.c:643
1259msgid "Entering nested BSD disklabel."
1260msgstr ""
0e768fc4 1261
0ed2f80b
KZ
1262#: disk-utils/fdisk-menu.c:829
1263msgid "Number of cylinders"
0e768fc4
TK
1264msgstr ""
1265
0ed2f80b
KZ
1266#: disk-utils/fdisk-menu.c:833
1267msgid "Number of heads"
1268msgstr ""
0e768fc4 1269
0ed2f80b
KZ
1270#: disk-utils/fdisk-menu.c:837
1271msgid "Number of sectors"
1272msgstr ""
0e768fc4 1273
0ed2f80b
KZ
1274#: disk-utils/fsck.c:208
1275#, c-format
1276msgid "%s is mounted\n"
1277msgstr "%s je montiran\n"
0e768fc4 1278
0ed2f80b
KZ
1279#: disk-utils/fsck.c:210
1280#, c-format
1281msgid "%s is not mounted\n"
1282msgstr "%s nije montiran\n"
0e768fc4 1283
0ed2f80b
KZ
1284#: disk-utils/fsck.c:324 disk-utils/fsck.cramfs.c:164
1285#: disk-utils/fsck.cramfs.c:171 disk-utils/fsck.cramfs.c:225
1286#: disk-utils/fsck.cramfs.c:243 libfdisk/src/bsd.c:508 lib/path.c:113
1287#: lib/path.c:134 lib/path.c:155 lib/path.c:203 login-utils/last.c:196
1288#: login-utils/last.c:233 login-utils/sulogin.c:667 sys-utils/setpriv.c:233
1289#: term-utils/setterm.c:726 term-utils/setterm.c:784 term-utils/setterm.c:788
1290#: term-utils/setterm.c:795
1291#, fuzzy, c-format
1292msgid "cannot read %s"
1293msgstr "ne mogu otvoriti %s"
0e768fc4 1294
0ed2f80b
KZ
1295#: disk-utils/fsck.c:326 lib/path.c:136 lib/path.c:157
1296#, c-format
1297msgid "parse error: %s"
1298msgstr "greška obrade: %s"
0e768fc4 1299
0ed2f80b
KZ
1300#: disk-utils/fsck.c:353
1301#, fuzzy, c-format
1302msgid "cannot create directory %s"
1303msgstr "ne mogu čitati direktorij %s"
0e768fc4 1304
0ed2f80b
KZ
1305#: disk-utils/fsck.c:366
1306#, fuzzy, c-format
1307msgid "Locking disk by %s ... "
1308msgstr "Zaključavam disk %s ... "
0e768fc4 1309
0ed2f80b
KZ
1310#: disk-utils/fsck.c:377
1311#, c-format
1312msgid "(waiting) "
1313msgstr "(čekam) "
0e768fc4 1314
0ed2f80b
KZ
1315#. TRANSLATORS: These are followups to "Locking disk...".
1316#: disk-utils/fsck.c:387
1317msgid "succeeded"
1318msgstr "uspjeh"
0e768fc4 1319
0ed2f80b
KZ
1320#: disk-utils/fsck.c:387
1321msgid "failed"
1322msgstr "neuspjeh"
0e768fc4 1323
0ed2f80b 1324#: disk-utils/fsck.c:405
0e768fc4 1325#, c-format
0ed2f80b 1326msgid "Unlocking %s.\n"
0e768fc4
TK
1327msgstr ""
1328
0ed2f80b 1329#: disk-utils/fsck.c:438
0e768fc4 1330#, c-format
0ed2f80b
KZ
1331msgid "failed to setup description for %s"
1332msgstr "nisam uspio postaviti opis za %s"
0e768fc4 1333
0ed2f80b 1334#: disk-utils/fsck.c:464
0e768fc4 1335#, c-format
0ed2f80b
KZ
1336msgid "%s: parse error at line %d -- ignore"
1337msgstr "%s: greška obrade u retku %d -- zanemareno"
0e768fc4 1338
0ed2f80b 1339#: disk-utils/fsck.c:496 disk-utils/fsck.c:498
0e768fc4 1340#, c-format
0ed2f80b
KZ
1341msgid "%s: failed to parse fstab"
1342msgstr "%s: nisam uspio analizirati fstab"
0e768fc4 1343
0ed2f80b
KZ
1344#: disk-utils/fsck.c:660 login-utils/login.c:964 login-utils/sulogin.c:1030
1345#: login-utils/vipw.c:213 sys-utils/flock.c:293 sys-utils/nsenter.c:138
1346#: sys-utils/swapon.c:277 sys-utils/unshare.c:166 term-utils/script.c:273
1347#: term-utils/script.c:283
1348msgid "fork failed"
1349msgstr "fork nije uspio"
1350
1351#: disk-utils/fsck.c:667
0e768fc4 1352#, c-format
0ed2f80b
KZ
1353msgid "%s: execute failed"
1354msgstr "%s: izvršavanje nije uspjelo"
0e768fc4 1355
0ed2f80b
KZ
1356#: disk-utils/fsck.c:755
1357msgid "wait: no more child process?!?"
1358msgstr "wait: nema više djece procesa?!?"
1359
1360#: disk-utils/fsck.c:758 sys-utils/flock.c:310 sys-utils/swapon.c:301
1361#: sys-utils/unshare.c:171
1362msgid "waitpid failed"
1363msgstr ""
1364
1365#: disk-utils/fsck.c:776
a6f665b2 1366#, c-format
0ed2f80b
KZ
1367msgid "Warning... %s for device %s exited with signal %d."
1368msgstr "Upozorenje... %s za uređaj %s je izašao sa signalom %d."
0e768fc4 1369
0ed2f80b 1370#: disk-utils/fsck.c:782
0e768fc4 1371#, c-format
0ed2f80b
KZ
1372msgid "%s %s: status is %x, should never happen."
1373msgstr "%s %s: stanje je %x, nikad se ne bi smjelo dogoditi."
0e768fc4 1374
0ed2f80b 1375#: disk-utils/fsck.c:828
0e768fc4 1376#, c-format
0ed2f80b
KZ
1377msgid "Finished with %s (exit status %d)\n"
1378msgstr "Završeno s %s (izlazno stanje %d)\n"
1379
1380#: disk-utils/fsck.c:906
1381#, fuzzy, c-format
1382msgid "error %d (%m) while executing fsck.%s for %s"
1383msgstr "greška %d pri izvršavanju fsck.%s za %s"
1384
1385#: disk-utils/fsck.c:972
0e768fc4 1386msgid ""
0ed2f80b
KZ
1387"Either all or none of the filesystem types passed to -t must be prefixed\n"
1388"with 'no' or '!'."
0e768fc4 1389msgstr ""
0ed2f80b
KZ
1390"Ili svi ili nijedan datotečni sustav proslijeđeni opciji -t moraju imati\n"
1391"prefiks „no” ili „!”."
0e768fc4 1392
0ed2f80b 1393#: disk-utils/fsck.c:1088
0e768fc4 1394#, c-format
0ed2f80b 1395msgid "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number"
6249b53a 1396msgstr ""
0e768fc4 1397
0ed2f80b 1398#: disk-utils/fsck.c:1100
0e768fc4 1399#, c-format
0ed2f80b
KZ
1400msgid "%s: skipping nonexistent device\n"
1401msgstr "%s: preskačem nepostojeći uređaj\n"
0e768fc4 1402
0ed2f80b 1403#: disk-utils/fsck.c:1105
0e768fc4 1404#, c-format
0ed2f80b
KZ
1405msgid "%s: nonexistent device (\"nofail\" fstab option may be used to skip this device)\n"
1406msgstr "%s: nepostojeći uređaj („nofail” opcija u datoteci fstab se može koristiti za preskakanje ovog uređaja)\n"
0e768fc4 1407
0ed2f80b
KZ
1408#: disk-utils/fsck.c:1122
1409#, c-format
1410msgid "%s: skipping unknown filesystem type\n"
1411msgstr "%s: preskačem nepoznatu vrstu datotečnog sustava\n"
0e768fc4 1412
0ed2f80b 1413#: disk-utils/fsck.c:1136
0e768fc4 1414#, c-format
0ed2f80b
KZ
1415msgid "cannot check %s: fsck.%s not found"
1416msgstr "ne mogu provjeriti %s: fsck.%s nije pronađen"
0e768fc4 1417
0ed2f80b
KZ
1418#: disk-utils/fsck.c:1225
1419msgid "failed to allocate iterator"
1420msgstr "nisam uspio alocirati iterator"
0e768fc4 1421
0ed2f80b
KZ
1422#: disk-utils/fsck.c:1240
1423msgid "Checking all file systems.\n"
1424msgstr "Provjeravam sve datotečne sustave.\n"
0e768fc4 1425
0ed2f80b
KZ
1426#: disk-utils/fsck.c:1331
1427#, c-format
1428msgid "--waiting-- (pass %d)\n"
1429msgstr "--čekam-- (prolaz %d)\n"
0e768fc4 1430
0ed2f80b 1431#: disk-utils/fsck.c:1356
0e768fc4 1432#, c-format
0ed2f80b 1433msgid " %s [options] -- [fs-options] [<filesystem> ...]\n"
6249b53a 1434msgstr ""
0e768fc4 1435
0ed2f80b
KZ
1436#: disk-utils/fsck.c:1360
1437msgid " -A check all filesystems\n"
1438msgstr " -A provjeri sve datotečne sustave\n"
0e768fc4 1439
0ed2f80b
KZ
1440#: disk-utils/fsck.c:1361
1441msgid " -C [<fd>] display progress bar; file descriptor is for GUIs\n"
1442msgstr " -C [<od>] prikaži traku napretka, opisnik datoteke je za grafičko sučelje\n"
0e768fc4 1443
0ed2f80b
KZ
1444#: disk-utils/fsck.c:1362
1445msgid " -l lock the device to guarantee exclusive access\n"
1446msgstr " -l zaključaj uređaj za jamstvo isključivog pristupa\n"
0e768fc4 1447
0ed2f80b
KZ
1448#: disk-utils/fsck.c:1363
1449msgid " -M do not check mounted filesystems\n"
1450msgstr " -M ne provjeravaj montirane datotečne sustave\n"
0e768fc4 1451
0ed2f80b
KZ
1452#: disk-utils/fsck.c:1364
1453msgid " -N do not execute, just show what would be done\n"
1454msgstr " -N ne izvršavaj, samo prikaži što bi se dogodilo\n"
0e768fc4 1455
0ed2f80b
KZ
1456#: disk-utils/fsck.c:1365
1457msgid " -P check filesystems in parallel, including root\n"
1458msgstr " -P paralelno provjeravaj datotečne sustave, uključujući korijenski\n"
0e768fc4 1459
0ed2f80b
KZ
1460#: disk-utils/fsck.c:1366
1461msgid " -R skip root filesystem; useful only with '-A'\n"
1462msgstr " -R preskoči korijenski datotečni sustav, korisno samo uz „-A”\n"
0e768fc4 1463
0ed2f80b
KZ
1464#: disk-utils/fsck.c:1367
1465msgid " -r report statistics for each device checked\n"
1466msgstr " -r izvijesti o statistikama za svaki provjereni uređaj\n"
0e768fc4 1467
0ed2f80b
KZ
1468#: disk-utils/fsck.c:1368
1469msgid " -s serialize the checking operations\n"
0e768fc4 1470msgstr ""
0e768fc4 1471
0ed2f80b
KZ
1472#: disk-utils/fsck.c:1369
1473msgid " -T do not show the title on startup\n"
1474msgstr " -T ne prikazuj naslov pri pokretanju\n"
0e768fc4 1475
0ed2f80b 1476#: disk-utils/fsck.c:1370
0e768fc4 1477msgid ""
0ed2f80b
KZ
1478" -t <type> specify filesystem types to be checked;\n"
1479" <type> is allowed to be a comma-separated list\n"
0e768fc4 1480msgstr ""
0ed2f80b
KZ
1481" -t <vrsta> navedi vrste datotečnih sustava za provjeru,\n"
1482" <vrsta> smije biti zarezima odvojen popis\n"
0e768fc4 1483
0ed2f80b
KZ
1484#: disk-utils/fsck.c:1372
1485msgid " -V explain what is being done\n"
1486msgstr " -V pojasni što program radi\n"
0e768fc4 1487
0ed2f80b
KZ
1488#: disk-utils/fsck.c:1373
1489msgid " -? display this help and exit\n"
1490msgstr " -? prikaži ovu pomoć i izađi\n"
0e768fc4 1491
0ed2f80b
KZ
1492#: disk-utils/fsck.c:1376
1493msgid "See the specific fsck.* commands for available fs-options."
1494msgstr "Pogledajte pojedinačne fsck.* naredbe za dostupne ds-opcije."
0e768fc4 1495
0ed2f80b
KZ
1496#: disk-utils/fsck.c:1414
1497msgid "too many devices"
1498msgstr "previše uređaja"
0e768fc4 1499
0ed2f80b
KZ
1500#: disk-utils/fsck.c:1426
1501msgid "Is /proc mounted?"
1502msgstr "Je li /proc montiran?"
0e768fc4 1503
0ed2f80b 1504#: disk-utils/fsck.c:1434
0e768fc4 1505#, c-format
0ed2f80b
KZ
1506msgid "must be root to scan for matching filesystems: %s"
1507msgstr "morate biti administrator za provjeru odgovarajućih datotečnih sustava: %s"
0e768fc4 1508
0ed2f80b 1509#: disk-utils/fsck.c:1438
0e768fc4 1510#, c-format
0ed2f80b
KZ
1511msgid "couldn't find matching filesystem: %s"
1512msgstr "ne mogu pronaći odgovarajući datotečni sustav: %s"
0e768fc4 1513
0ed2f80b
KZ
1514#: disk-utils/fsck.c:1446 disk-utils/fsck.c:1534 misc-utils/kill.c:364
1515#: sys-utils/eject.c:292
1516msgid "too many arguments"
1517msgstr "previše argumenata"
0e768fc4 1518
0ed2f80b
KZ
1519#: disk-utils/fsck.c:1586
1520msgid "the -l option can be used with one device only -- ignore"
1521msgstr "opcija -l se smije koristiti samo s jednim uređajem -- zanemareno"
0e768fc4 1522
0ed2f80b 1523#: disk-utils/fsck.cramfs.c:108 misc-utils/whereis.c:168
0e768fc4 1524#, c-format
0ed2f80b
KZ
1525msgid " %s [options] file\n"
1526msgstr " %s [opcije] datoteka\n"
0e768fc4 1527
0ed2f80b
KZ
1528#: disk-utils/fsck.cramfs.c:110
1529msgid " -a for compatibility only, ignored\n"
1530msgstr " -a samo zbog kompatibilnosti, zanemareno\n"
0e768fc4 1531
0ed2f80b
KZ
1532#: disk-utils/fsck.cramfs.c:111
1533msgid " -v, --verbose be more verbose\n"
0e768fc4
TK
1534msgstr ""
1535
0ed2f80b
KZ
1536#: disk-utils/fsck.cramfs.c:112
1537msgid " -y for compatibility only, ignored\n"
1538msgstr " -y samo zbog kompatibilnosti, zanemareno\n"
1539
1540#: disk-utils/fsck.cramfs.c:113
1541msgid " -b, --blocksize <size> use this blocksize, defaults to page size\n"
0e768fc4
TK
1542msgstr ""
1543
0ed2f80b
KZ
1544#: disk-utils/fsck.cramfs.c:114
1545msgid " --extract[=<dir>] test uncompression, optionally extract into <dir>\n"
0e768fc4
TK
1546msgstr ""
1547
0ed2f80b 1548#: disk-utils/fsck.cramfs.c:151
0e768fc4 1549#, c-format
0ed2f80b
KZ
1550msgid "ioctl failed: unable to determine device size: %s"
1551msgstr "ioctl nije uspio: ne mogu odrediti veličinu uređaja: %s"
0e768fc4 1552
0ed2f80b 1553#: disk-utils/fsck.cramfs.c:157
0e768fc4 1554#, c-format
0ed2f80b
KZ
1555msgid "not a block device or file: %s"
1556msgstr "nije blokovski uređaj ili datoteka: %s"
0e768fc4 1557
0ed2f80b
KZ
1558#: disk-utils/fsck.cramfs.c:160 disk-utils/fsck.cramfs.c:196
1559msgid "file length too short"
1560msgstr "duljina datoteke je prekratka"
0e768fc4 1561
0ed2f80b
KZ
1562#: disk-utils/fsck.cramfs.c:169 disk-utils/fsck.cramfs.c:223
1563#: disk-utils/fsck.cramfs.c:239 libfdisk/src/bsd.c:575 libfdisk/src/bsd.c:748
1564#: login-utils/last.c:191 login-utils/last.c:225 sys-utils/fallocate.c:195
1565#, fuzzy, c-format
1566msgid "seek on %s failed"
1567msgstr "seek nije uspio"
0e768fc4 1568
0ed2f80b
KZ
1569#: disk-utils/fsck.cramfs.c:175 disk-utils/fsck.cramfs.c:177
1570msgid "superblock magic not found"
0e768fc4
TK
1571msgstr ""
1572
0ed2f80b 1573#: disk-utils/fsck.cramfs.c:180
0e768fc4 1574#, c-format
0ed2f80b 1575msgid "cramfs endianness is %s\n"
0e768fc4
TK
1576msgstr ""
1577
0ed2f80b
KZ
1578#: disk-utils/fsck.cramfs.c:181
1579msgid "big"
0e768fc4
TK
1580msgstr ""
1581
0ed2f80b
KZ
1582#: disk-utils/fsck.cramfs.c:181
1583msgid "little"
0e768fc4
TK
1584msgstr ""
1585
0ed2f80b
KZ
1586#: disk-utils/fsck.cramfs.c:185
1587msgid "unsupported filesystem features"
1588msgstr "nepodržane mogućnosti datotečnog sustava"
1589
1590#: disk-utils/fsck.cramfs.c:189
0e768fc4 1591#, c-format
0ed2f80b
KZ
1592msgid "superblock size (%d) too small"
1593msgstr "veličina superbloka (%d) je premalena"
0e768fc4 1594
0ed2f80b
KZ
1595#: disk-utils/fsck.cramfs.c:194
1596msgid "zero file count"
0e768fc4
TK
1597msgstr ""
1598
0ed2f80b
KZ
1599#: disk-utils/fsck.cramfs.c:198
1600#, fuzzy
1601msgid "file extends past end of filesystem"
1602msgstr "upozorenje: datoteka se proteže preko završetka datotečnog sustava\n"
0e768fc4 1603
0ed2f80b
KZ
1604#: disk-utils/fsck.cramfs.c:200
1605#, fuzzy
1606msgid "old cramfs format"
1607msgstr "upozorenje: stari cramfs oblik\n"
1608
1609#: disk-utils/fsck.cramfs.c:209
1610msgid "unable to test CRC: old cramfs format"
1611msgstr "ne mogu provjeriti CRC: stari cramfs oblik"
1612
1613#: disk-utils/fsck.cramfs.c:262
1614msgid "crc error"
1615msgstr "crc greška"
1616
1617#: disk-utils/fsck.cramfs.c:292 disk-utils/fsck.minix.c:551
1618msgid "seek failed"
1619msgstr "seek nije uspio"
1620
1621#: disk-utils/fsck.cramfs.c:296
1622msgid "read romfs failed"
1623msgstr "čitanje romfs-a nije uspjelo"
1624
1625#: disk-utils/fsck.cramfs.c:328
1626msgid "root inode is not directory"
1627msgstr "korijenski indeksni čvor nije direktorij"
1628
1629#: disk-utils/fsck.cramfs.c:332
0e768fc4 1630#, c-format
0ed2f80b 1631msgid "bad root offset (%lu)"
0e768fc4
TK
1632msgstr ""
1633
0ed2f80b
KZ
1634#: disk-utils/fsck.cramfs.c:350
1635msgid "data block too large"
1636msgstr "podatkovni blok je prevelik"
0e768fc4 1637
0ed2f80b 1638#: disk-utils/fsck.cramfs.c:354
0e768fc4 1639#, c-format
0ed2f80b
KZ
1640msgid "decompression error: %s"
1641msgstr "greška dekompresije: %s"
0e768fc4 1642
0ed2f80b 1643#: disk-utils/fsck.cramfs.c:380
0e768fc4 1644#, c-format
0ed2f80b
KZ
1645msgid " hole at %ld (%zd)\n"
1646msgstr " rupa na %ld (%zd)\n"
0e768fc4 1647
0ed2f80b 1648#: disk-utils/fsck.cramfs.c:387 disk-utils/fsck.cramfs.c:542
0e768fc4 1649#, c-format
0ed2f80b
KZ
1650msgid " uncompressing block at %ld to %ld (%ld)\n"
1651msgstr " dekomprimiram blok na %ld u %ld (%ld)\n"
0e768fc4 1652
0ed2f80b 1653#: disk-utils/fsck.cramfs.c:394
0e768fc4 1654#, c-format
0ed2f80b 1655msgid "non-block (%ld) bytes"
0e768fc4
TK
1656msgstr ""
1657
0ed2f80b 1658#: disk-utils/fsck.cramfs.c:398
0e768fc4 1659#, c-format
0ed2f80b 1660msgid "non-size (%ld vs %ld) bytes"
0e768fc4
TK
1661msgstr ""
1662
0ed2f80b
KZ
1663#: disk-utils/fsck.cramfs.c:404 disk-utils/fsck.cramfs.c:508
1664#: disk-utils/sfdisk.c:255 disk-utils/sfdisk.c:263 disk-utils/sfdisk.c:325
1665#: disk-utils/swaplabel.c:149 misc-utils/uuidd.c:347 sys-utils/fallocate.c:367
1666#: sys-utils/setpriv.c:527 sys-utils/setpriv.c:550 sys-utils/swapon.c:338
1667#: term-utils/ttymsg.c:175
0e768fc4 1668#, c-format
0ed2f80b
KZ
1669msgid "write failed: %s"
1670msgstr "write nije uspio: %s"
0e768fc4 1671
0ed2f80b 1672#: disk-utils/fsck.cramfs.c:416
0e768fc4 1673#, c-format
0ed2f80b
KZ
1674msgid "lchown failed: %s"
1675msgstr "lchown nije uspio: %s"
0e768fc4 1676
0ed2f80b 1677#: disk-utils/fsck.cramfs.c:420
0e768fc4 1678#, c-format
0ed2f80b
KZ
1679msgid "chown failed: %s"
1680msgstr "chown nije uspio: %s"
0e768fc4 1681
0ed2f80b 1682#: disk-utils/fsck.cramfs.c:425
0e768fc4 1683#, c-format
0ed2f80b
KZ
1684msgid "utime failed: %s"
1685msgstr "utime nije uspio: %s"
0e768fc4 1686
0ed2f80b 1687#: disk-utils/fsck.cramfs.c:437
0e768fc4 1688#, c-format
0ed2f80b
KZ
1689msgid "directory inode has zero offset and non-zero size: %s"
1690msgstr "indeksni čvor direktorija ima pomak jednak nuli i veličinu različitu od nule: %s"
0e768fc4 1691
0ed2f80b
KZ
1692#: disk-utils/fsck.cramfs.c:452
1693#, c-format
1694msgid "mkdir failed: %s"
1695msgstr "mkdir nije uspio: %s"
0e768fc4 1696
0ed2f80b
KZ
1697#: disk-utils/fsck.cramfs.c:468
1698msgid "filename length is zero"
1699msgstr "duljina imena datoteke je nula"
1700
1701#: disk-utils/fsck.cramfs.c:470
1702msgid "bad filename length"
1703msgstr "neispravna duljina imena datoteke"
1704
1705#: disk-utils/fsck.cramfs.c:476
1706msgid "bad inode offset"
1707msgstr "neispravan pomak indeksnog čvora"
1708
1709#: disk-utils/fsck.cramfs.c:491
1710msgid "file inode has zero offset and non-zero size"
1711msgstr "indeksni čvor datoteke ima pomak jednak nuli i veličinu različitu od nule"
1712
1713#: disk-utils/fsck.cramfs.c:494
1714msgid "file inode has zero size and non-zero offset"
1715msgstr "indeksni čvor datoteke ima pomak različit od nule i veličinu jednaku nuli"
1716
1717#: disk-utils/fsck.cramfs.c:523
1718msgid "symbolic link has zero offset"
1719msgstr "simbolička veza ima pomak jednak nuli"
1720
1721#: disk-utils/fsck.cramfs.c:525
1722msgid "symbolic link has zero size"
1723msgstr "simbolička veza ima veličinu jednaku nuli"
0e768fc4 1724
0ed2f80b 1725#: disk-utils/fsck.cramfs.c:534
0e768fc4 1726#, c-format
0ed2f80b
KZ
1727msgid "size error in symlink: %s"
1728msgstr "greška veličine u simboličkoj vezi: %s"
0e768fc4 1729
0ed2f80b
KZ
1730#: disk-utils/fsck.cramfs.c:548
1731#, c-format
1732msgid "symlink failed: %s"
1733msgstr "symlink nije uspio: %s"
0e768fc4 1734
0ed2f80b
KZ
1735#: disk-utils/fsck.cramfs.c:561
1736#, c-format
1737msgid "special file has non-zero offset: %s"
1738msgstr "posebna datoteka ima pomak različit od nule: %s"
0e768fc4 1739
0ed2f80b
KZ
1740#: disk-utils/fsck.cramfs.c:571
1741#, c-format
1742msgid "fifo has non-zero size: %s"
1743msgstr "fifo ima veličinu različitu od nule: %s"
e197d438 1744
0ed2f80b 1745#: disk-utils/fsck.cramfs.c:577
0e768fc4 1746#, c-format
0ed2f80b 1747msgid "socket has non-zero size: %s"
0e768fc4
TK
1748msgstr ""
1749
0ed2f80b 1750#: disk-utils/fsck.cramfs.c:580
0e768fc4 1751#, c-format
0ed2f80b
KZ
1752msgid "bogus mode: %s (%o)"
1753msgstr "lažni mod: %s (%o)"
1754
1755#: disk-utils/fsck.cramfs.c:589
1756#, c-format
1757msgid "mknod failed: %s"
1758msgstr "mknod nije uspio: %s"
0e768fc4 1759
0ed2f80b 1760#: disk-utils/fsck.cramfs.c:621
0e768fc4 1761#, c-format
0ed2f80b 1762msgid "directory data start (%lu) < sizeof(struct cramfs_super) + start (%zu)"
0e768fc4
TK
1763msgstr ""
1764
0ed2f80b
KZ
1765#: disk-utils/fsck.cramfs.c:625
1766#, c-format
1767msgid "directory data end (%lu) != file data start (%lu)"
0e768fc4
TK
1768msgstr ""
1769
0ed2f80b
KZ
1770#: disk-utils/fsck.cramfs.c:630
1771msgid "invalid file data offset"
1772msgstr "neispravan pomak podataka datoteke"
0e768fc4 1773
0ed2f80b
KZ
1774#: disk-utils/fsck.cramfs.c:677 disk-utils/mkfs.cramfs.c:731
1775msgid "invalid blocksize argument"
1776msgstr "neispravan argument veličine bloka"
0e768fc4 1777
0ed2f80b
KZ
1778#: disk-utils/fsck.cramfs.c:698
1779#, c-format
1780msgid "%s: OK\n"
1781msgstr "%s: u redu\n"
0e768fc4 1782
0ed2f80b
KZ
1783#: disk-utils/fsck.minix.c:195 disk-utils/swaplabel.c:162
1784#: misc-utils/wipefs.c:453 sys-utils/blkdiscard.c:56 sys-utils/tunelp.c:80
1785#, c-format
1786msgid " %s [options] <device>\n"
1787msgstr " %s [opcije] <uređaj>\n"
0e768fc4 1788
0ed2f80b
KZ
1789#: disk-utils/fsck.minix.c:197
1790msgid " -l list all filenames\n"
1791msgstr " -l ispiši sve datoteke\n"
0e768fc4 1792
0ed2f80b
KZ
1793#: disk-utils/fsck.minix.c:198
1794msgid " -a automatic repair\n"
1795msgstr " -a automatski popravak\n"
0e768fc4 1796
0ed2f80b
KZ
1797#: disk-utils/fsck.minix.c:199
1798msgid " -r interactive repair\n"
1799msgstr " -r interaktivni popravak\n"
0e768fc4 1800
0ed2f80b
KZ
1801#: disk-utils/fsck.minix.c:200
1802msgid " -v be verbose\n"
1803msgstr " -v budi opširan\n"
0e768fc4 1804
0ed2f80b
KZ
1805#: disk-utils/fsck.minix.c:201
1806msgid " -s output super-block information\n"
1807msgstr " -s ispiši informacije o superbloku\n"
0e768fc4 1808
0ed2f80b
KZ
1809#: disk-utils/fsck.minix.c:202
1810msgid " -m activate mode not cleared warnings\n"
0e768fc4
TK
1811msgstr ""
1812
0ed2f80b
KZ
1813#: disk-utils/fsck.minix.c:203
1814msgid " -f force check\n"
1815msgstr " -f prisilno provjeri\n"
1816
1817#. TRANSLATORS: these yes no questions uses rpmatch(), and should be
1818#. * translated.
1819#: disk-utils/fsck.minix.c:262
1820#, c-format
1821msgid "%s (y/n)? "
1822msgstr "%s (d/n)? "
1823
1824#: disk-utils/fsck.minix.c:262
1825#, c-format
1826msgid "%s (n/y)? "
1827msgstr "%s (n/d)? "
1828
1829#: disk-utils/fsck.minix.c:279
1830#, c-format
1831msgid "y\n"
1832msgstr "d\n"
0e768fc4 1833
0ed2f80b
KZ
1834#: disk-utils/fsck.minix.c:281
1835#, c-format
1836msgid "n\n"
1837msgstr "n\n"
0e768fc4 1838
0ed2f80b
KZ
1839#: disk-utils/fsck.minix.c:297
1840#, c-format
1841msgid "%s is mounted.\t "
1842msgstr "%s je montiran.\t "
0e768fc4 1843
0ed2f80b
KZ
1844#: disk-utils/fsck.minix.c:299
1845msgid "Do you really want to continue"
1846msgstr "Želite li zaista nastaviti"
0e768fc4 1847
0ed2f80b
KZ
1848#: disk-utils/fsck.minix.c:303
1849#, c-format
1850msgid "check aborted.\n"
1851msgstr "provjera prekinuta.\n"
0e768fc4 1852
0ed2f80b
KZ
1853#: disk-utils/fsck.minix.c:319 disk-utils/fsck.minix.c:340
1854#, c-format
1855msgid "Zone nr < FIRSTZONE in file `%s'."
0e768fc4
TK
1856msgstr ""
1857
0ed2f80b
KZ
1858#: disk-utils/fsck.minix.c:322 disk-utils/fsck.minix.c:343
1859#, c-format
1860msgid "Zone nr >= ZONES in file `%s'."
0e768fc4
TK
1861msgstr ""
1862
0ed2f80b
KZ
1863#: disk-utils/fsck.minix.c:326 disk-utils/fsck.minix.c:347
1864msgid "Remove block"
1865msgstr "Ukloni blok"
0e768fc4 1866
0ed2f80b
KZ
1867#: disk-utils/fsck.minix.c:363
1868#, c-format
1869msgid "Read error: unable to seek to block in file '%s'\n"
1870msgstr "Greška čitanja: ne mogu izvršiti seek na blok u datoteci „%s”\n"
0e768fc4 1871
0ed2f80b
KZ
1872#: disk-utils/fsck.minix.c:369
1873#, c-format
1874msgid "Read error: bad block in file '%s'\n"
1875msgstr "Greška čitanja: neispravan blok u datoteci „%s”\n"
0e768fc4 1876
0ed2f80b
KZ
1877#: disk-utils/fsck.minix.c:381
1878#, c-format
1879msgid ""
1880"Internal error: trying to write bad block\n"
1881"Write request ignored\n"
0e768fc4 1882msgstr ""
0ed2f80b
KZ
1883"Interna greška: pokušavam zapisati neispravan blok\n"
1884"Zahtjev pisanja je zanemaren\n"
0e768fc4 1885
0ed2f80b
KZ
1886#: disk-utils/fsck.minix.c:387
1887msgid "seek failed in write_block"
1888msgstr "seek nije uspio u write_block"
0e768fc4 1889
0ed2f80b
KZ
1890#: disk-utils/fsck.minix.c:390
1891#, c-format
1892msgid "Write error: bad block in file '%s'\n"
1893msgstr "Greška pisanja: neispravan blok u datoteci „%s”\n"
0e768fc4 1894
0ed2f80b
KZ
1895#: disk-utils/fsck.minix.c:502
1896msgid "seek failed in write_super_block"
1897msgstr "seek nije uspio u write_super_block"
0e768fc4 1898
0ed2f80b
KZ
1899#: disk-utils/fsck.minix.c:504
1900msgid "unable to write super-block"
1901msgstr "ne mogu zapisati superblok"
0e768fc4 1902
0ed2f80b
KZ
1903#: disk-utils/fsck.minix.c:517
1904msgid "Unable to write inode map"
1905msgstr "Ne mogu zapisati mapu indeksnih čvorova"
0e768fc4 1906
0ed2f80b
KZ
1907#: disk-utils/fsck.minix.c:520
1908msgid "Unable to write zone map"
1909msgstr "Ne mogu zapisati mapu zona"
0e768fc4 1910
0ed2f80b
KZ
1911#: disk-utils/fsck.minix.c:523
1912msgid "Unable to write inodes"
1913msgstr "Ne mogu zapisati indeksne čvorove"
0e768fc4 1914
0ed2f80b
KZ
1915#: disk-utils/fsck.minix.c:555
1916msgid "unable to alloc buffer for superblock"
1917msgstr "ne mogu alocirati međuspremnik za superblok"
0e768fc4 1918
0ed2f80b
KZ
1919#: disk-utils/fsck.minix.c:558
1920msgid "unable to read super block"
1921msgstr "ne mogu čitati superblok"
0e768fc4 1922
0ed2f80b
KZ
1923#: disk-utils/fsck.minix.c:576
1924msgid "bad magic number in super-block"
0e768fc4
TK
1925msgstr ""
1926
0ed2f80b
KZ
1927#: disk-utils/fsck.minix.c:578
1928msgid "Only 1k blocks/zones supported"
1929msgstr "Podržani su samo blokovi/zone veličine 1k"
0e768fc4 1930
0ed2f80b
KZ
1931#: disk-utils/fsck.minix.c:580
1932msgid "bad s_imap_blocks field in super-block"
1933msgstr "neispravno polje s_imap_blocks u superbloku"
0e768fc4 1934
0ed2f80b
KZ
1935#: disk-utils/fsck.minix.c:583
1936msgid "bad s_zmap_blocks field in super-block"
1937msgstr "neispravno polje s_zmap_blocks u superbloku"
0e768fc4 1938
0ed2f80b
KZ
1939#: disk-utils/fsck.minix.c:599
1940msgid "Unable to allocate buffer for inode map"
1941msgstr "Ne mogu alocirati međuspremnik za mapu indeksnih čvorova"
0e768fc4 1942
0ed2f80b
KZ
1943#: disk-utils/fsck.minix.c:602
1944msgid "Unable to allocate buffer for zone map"
1945msgstr "Ne mogu alocirati međuspremnik za mapu zona"
0e768fc4 1946
0ed2f80b
KZ
1947#: disk-utils/fsck.minix.c:605
1948msgid "Unable to allocate buffer for inodes"
1949msgstr "Ne mogu alocirati međuspremnik za indeksne čvorove"
0e768fc4 1950
0ed2f80b
KZ
1951#: disk-utils/fsck.minix.c:608
1952msgid "Unable to allocate buffer for inode count"
1953msgstr "Ne mogu alocirati međuspremnik za broj indeksnih čvorova"
0e768fc4 1954
0ed2f80b
KZ
1955#: disk-utils/fsck.minix.c:611
1956msgid "Unable to allocate buffer for zone count"
1957msgstr "Ne mogu alocirati međuspremnik za broj zona"
0e768fc4 1958
0ed2f80b
KZ
1959#: disk-utils/fsck.minix.c:615
1960msgid "Unable to read inode map"
1961msgstr "Ne mogu čitati mapu indeksnih čvorova"
0e768fc4 1962
0ed2f80b
KZ
1963#: disk-utils/fsck.minix.c:619
1964msgid "Unable to read zone map"
1965msgstr "Ne mogu čitati mapu zona"
0e768fc4 1966
0ed2f80b
KZ
1967#: disk-utils/fsck.minix.c:623
1968msgid "Unable to read inodes"
1969msgstr "Ne mogu čitati indeksne čvorove"
0e768fc4 1970
0ed2f80b
KZ
1971#: disk-utils/fsck.minix.c:625
1972#, c-format
1973msgid "Warning: Firstzone != Norm_firstzone\n"
0e768fc4
TK
1974msgstr ""
1975
0ed2f80b 1976#: disk-utils/fsck.minix.c:630
0e768fc4 1977#, c-format
0ed2f80b
KZ
1978msgid "%ld inodes\n"
1979msgstr "%ld indeksnih čvorova\n"
0e768fc4 1980
0ed2f80b
KZ
1981#: disk-utils/fsck.minix.c:631
1982#, c-format
1983msgid "%ld blocks\n"
1984msgstr "%ld blokova\n"
0e768fc4 1985
0ed2f80b 1986#: disk-utils/fsck.minix.c:632 disk-utils/mkfs.minix.c:546
0e768fc4 1987#, c-format
0ed2f80b 1988msgid "Firstdatazone=%jd (%jd)\n"
0e768fc4
TK
1989msgstr ""
1990
0ed2f80b
KZ
1991#: disk-utils/fsck.minix.c:633
1992#, c-format
1993msgid "Zonesize=%d\n"
1994msgstr "Veličina zone=%d\n"
0e768fc4 1995
0ed2f80b
KZ
1996#: disk-utils/fsck.minix.c:634
1997#, c-format
1998msgid "Maxsize=%zu\n"
1999msgstr "Najveća veličina=%zu\n"
0e768fc4 2000
0ed2f80b
KZ
2001#: disk-utils/fsck.minix.c:635
2002#, c-format
2003msgid "Filesystem state=%d\n"
2004msgstr "Stanje datotečnog sustava=%d\n"
0e768fc4 2005
0ed2f80b
KZ
2006#: disk-utils/fsck.minix.c:636
2007#, c-format
6249b53a 2008msgid ""
0ed2f80b
KZ
2009"namelen=%zd\n"
2010"\n"
0e768fc4 2011msgstr ""
0ed2f80b
KZ
2012"duljinaimena=%zd\n"
2013"\n"
0e768fc4 2014
0ed2f80b
KZ
2015#: disk-utils/fsck.minix.c:651 disk-utils/fsck.minix.c:701
2016#, c-format
2017msgid "Inode %d marked unused, but used for file '%s'\n"
2018msgstr "Indeksni čvor %d je označen kao nekorišten, ali se koristi za datoteku „%s”\n"
0e768fc4 2019
0ed2f80b
KZ
2020#: disk-utils/fsck.minix.c:654 disk-utils/fsck.minix.c:704
2021msgid "Mark in use"
2022msgstr "Označi kao korišten"
0e768fc4 2023
0ed2f80b
KZ
2024#: disk-utils/fsck.minix.c:676 disk-utils/fsck.minix.c:724
2025#, c-format
2026msgid "The file `%s' has mode %05o\n"
2027msgstr "Datoteka „%s” ima mod %05o\n"
0e768fc4 2028
0ed2f80b 2029#: disk-utils/fsck.minix.c:683 disk-utils/fsck.minix.c:730
0e768fc4 2030#, c-format
0ed2f80b
KZ
2031msgid "Warning: inode count too big.\n"
2032msgstr "Upozorenje: broj indeksnih čvorova je prevelik.\n"
0e768fc4 2033
0ed2f80b
KZ
2034#: disk-utils/fsck.minix.c:742 disk-utils/fsck.minix.c:750
2035msgid "root inode isn't a directory"
2036msgstr "korijenski indeksni čvor nije direktorij"
0e768fc4 2037
0ed2f80b 2038#: disk-utils/fsck.minix.c:762 disk-utils/fsck.minix.c:793
0e768fc4 2039#, c-format
0ed2f80b
KZ
2040msgid "Block has been used before. Now in file `%s'."
2041msgstr "Blok se koristio ranije. Sad je u datoteci „%s”."
0e768fc4 2042
0ed2f80b
KZ
2043#: disk-utils/fsck.minix.c:764 disk-utils/fsck.minix.c:795
2044#: disk-utils/fsck.minix.c:1116 disk-utils/fsck.minix.c:1125
2045#: disk-utils/fsck.minix.c:1172 disk-utils/fsck.minix.c:1181
2046msgid "Clear"
2047msgstr "Čisto"
0e768fc4 2048
0ed2f80b
KZ
2049#: disk-utils/fsck.minix.c:774 disk-utils/fsck.minix.c:805
2050#, c-format
2051msgid "Block %d in file `%s' is marked not in use."
2052msgstr "Blok %d u datoteci „%s” je označen kao nekorišten."
0e768fc4 2053
0ed2f80b
KZ
2054#: disk-utils/fsck.minix.c:776 disk-utils/fsck.minix.c:807
2055msgid "Correct"
2056msgstr "Točno"
0e768fc4 2057
0ed2f80b
KZ
2058#: disk-utils/fsck.minix.c:946 disk-utils/fsck.minix.c:1014
2059#, c-format
2060msgid "The directory '%s' contains a bad inode number for file '%.*s'."
2061msgstr "Direktorij „%s” sadrži neispravan broj indeksnog čvora za datoteku „%.*s”."
0e768fc4 2062
0ed2f80b
KZ
2063#: disk-utils/fsck.minix.c:948 disk-utils/fsck.minix.c:1016
2064msgid " Remove"
2065msgstr " Ukloni"
0e768fc4 2066
0ed2f80b 2067#: disk-utils/fsck.minix.c:962 disk-utils/fsck.minix.c:1030
0e768fc4 2068#, c-format
0ed2f80b
KZ
2069msgid "%s: bad directory: '.' isn't first\n"
2070msgstr "%s: neispravan direktorij: „.” nije prvi\n"
0e768fc4 2071
0ed2f80b 2072#: disk-utils/fsck.minix.c:971 disk-utils/fsck.minix.c:1039
0e768fc4 2073#, c-format
0ed2f80b
KZ
2074msgid "%s: bad directory: '..' isn't second\n"
2075msgstr "%s: neispravan direktorij: „..” nije drugi\n"
0e768fc4 2076
0ed2f80b
KZ
2077#: disk-utils/fsck.minix.c:1073 disk-utils/fsck.minix.c:1090
2078msgid "internal error"
2079msgstr "interna greška"
0e768fc4 2080
0ed2f80b
KZ
2081#: disk-utils/fsck.minix.c:1076 disk-utils/fsck.minix.c:1093
2082#, c-format
2083msgid "%s: bad directory: size < 32"
2084msgstr "%s: neispravan direktorij: veličina < 32"
0e768fc4 2085
0ed2f80b
KZ
2086#: disk-utils/fsck.minix.c:1105
2087msgid "seek failed in bad_zone"
2088msgstr "seek nije uspio u bad_zone"
0e768fc4 2089
0ed2f80b
KZ
2090#: disk-utils/fsck.minix.c:1115 disk-utils/fsck.minix.c:1171
2091#, c-format
2092msgid "Inode %lu mode not cleared."
0e768fc4
TK
2093msgstr ""
2094
0ed2f80b
KZ
2095#: disk-utils/fsck.minix.c:1124 disk-utils/fsck.minix.c:1180
2096#, c-format
2097msgid "Inode %lu not used, marked used in the bitmap."
0e768fc4
TK
2098msgstr ""
2099
0ed2f80b
KZ
2100#: disk-utils/fsck.minix.c:1130 disk-utils/fsck.minix.c:1186
2101#, c-format
2102msgid "Inode %lu used, marked unused in the bitmap."
0e768fc4
TK
2103msgstr ""
2104
0ed2f80b
KZ
2105#: disk-utils/fsck.minix.c:1131 disk-utils/fsck.minix.c:1187
2106msgid "Set"
2107msgstr "Postavi"
0e768fc4 2108
0ed2f80b
KZ
2109#: disk-utils/fsck.minix.c:1135 disk-utils/fsck.minix.c:1191
2110#, c-format
2111msgid "Inode %lu (mode = %07o), i_nlinks=%d, counted=%d."
0e768fc4
TK
2112msgstr ""
2113
0ed2f80b
KZ
2114#: disk-utils/fsck.minix.c:1138 disk-utils/fsck.minix.c:1194
2115msgid "Set i_nlinks to count"
2116msgstr "Postavi i_nlinks na broj"
0e768fc4 2117
0ed2f80b
KZ
2118#: disk-utils/fsck.minix.c:1150 disk-utils/fsck.minix.c:1206
2119#, c-format
2120msgid "Zone %lu: marked in use, no file uses it."
2121msgstr "Zona %lu: označena kao korištena, nijedna datoteka ju ne koristi."
0e768fc4 2122
0ed2f80b
KZ
2123#: disk-utils/fsck.minix.c:1152 disk-utils/fsck.minix.c:1208
2124msgid "Unmark"
2125msgstr "Odznači"
0e768fc4 2126
0ed2f80b
KZ
2127#: disk-utils/fsck.minix.c:1157 disk-utils/fsck.minix.c:1213
2128#, c-format
2129msgid "Zone %lu: in use, counted=%d\n"
0e768fc4
TK
2130msgstr ""
2131
0ed2f80b
KZ
2132#: disk-utils/fsck.minix.c:1160 disk-utils/fsck.minix.c:1216
2133#, c-format
2134msgid "Zone %lu: not in use, counted=%d\n"
0e768fc4
TK
2135msgstr ""
2136
0ed2f80b
KZ
2137#: disk-utils/fsck.minix.c:1257
2138msgid "bad inode size"
2139msgstr "neispravna veličina indeksnog čvora"
0e768fc4 2140
0ed2f80b
KZ
2141#: disk-utils/fsck.minix.c:1259
2142msgid "bad v2 inode size"
2143msgstr "neispravna veličina indeksnog čvora v2"
0e768fc4 2144
0ed2f80b
KZ
2145#: disk-utils/fsck.minix.c:1303
2146msgid "need terminal for interactive repairs"
2147msgstr "potreban je terminal za interaktivne popravke"
0e768fc4 2148
0ed2f80b
KZ
2149#: disk-utils/fsck.minix.c:1307
2150#, c-format
2151msgid "cannot open %s: %s"
2152msgstr "ne mogu otvoriti %s: %s"
0e768fc4 2153
0ed2f80b
KZ
2154#: disk-utils/fsck.minix.c:1318
2155#, c-format
2156msgid "%s is clean, no check.\n"
2157msgstr "%s je čist, provjera nepotrebna.\n"
0e768fc4 2158
0ed2f80b
KZ
2159#: disk-utils/fsck.minix.c:1321
2160#, c-format
2161msgid "Forcing filesystem check on %s.\n"
2162msgstr "Prisilno provjeravam datotečni sustav na %s.\n"
0e768fc4 2163
0ed2f80b
KZ
2164#: disk-utils/fsck.minix.c:1323
2165#, c-format
2166msgid "Filesystem on %s is dirty, needs checking.\n"
2167msgstr "Datotečni sustav na %s je nečist, potrebna je provjera.\n"
0e768fc4 2168
0ed2f80b
KZ
2169#: disk-utils/fsck.minix.c:1355
2170#, c-format
2171msgid ""
2172"\n"
2173"%6ld inodes used (%ld%%)\n"
0e768fc4 2174msgstr ""
0ed2f80b
KZ
2175"\n"
2176"%6ld indeksnih čvorova korišteno (%ld%%)\n"
0e768fc4 2177
0ed2f80b
KZ
2178#: disk-utils/fsck.minix.c:1361
2179#, c-format
2180msgid "%6ld zones used (%ld%%)\n"
2181msgstr "%6ld zona korišteno (%ld%%)\n"
0e768fc4 2182
0ed2f80b
KZ
2183#: disk-utils/fsck.minix.c:1363
2184#, c-format
2185msgid ""
2186"\n"
2187"%6d regular files\n"
2188"%6d directories\n"
2189"%6d character device files\n"
2190"%6d block device files\n"
2191"%6d links\n"
2192"%6d symbolic links\n"
2193"------\n"
2194"%6d files\n"
0e768fc4 2195msgstr ""
0ed2f80b
KZ
2196"\n"
2197"%6d običnih datoteka\n"
2198"%6d direktorija\n"
2199"%6d datoteka znakovnih uređaja\n"
2200"%6d datoteka blokovskih uređaja\n"
2201"%6d veza\n"
2202"%6d simboličkih veza\n"
2203"------\n"
2204"%6d datoteka\n"
0e768fc4 2205
0ed2f80b
KZ
2206#: disk-utils/fsck.minix.c:1377
2207#, c-format
2208msgid ""
2209"----------------------------\n"
2210"FILE SYSTEM HAS BEEN CHANGED\n"
2211"----------------------------\n"
0e768fc4 2212msgstr ""
0ed2f80b
KZ
2213"------------------------------\n"
2214"DATOTEČNI SUSTAV SE PROMIJENIO\n"
2215"------------------------------\n"
0e768fc4 2216
0ed2f80b
KZ
2217#: disk-utils/isosize.c:136
2218#, c-format
2219msgid "%s: might not be an ISO filesystem"
2220msgstr "%s: možda nije ISO datotečni sustav"
0e768fc4 2221
0ed2f80b
KZ
2222#: disk-utils/isosize.c:139
2223#, c-format
2224msgid "seek error on %s"
2225msgstr "seek greška na %s"
0e768fc4 2226
0ed2f80b
KZ
2227#: disk-utils/isosize.c:142
2228#, c-format
2229msgid "read error on %s"
2230msgstr "greška čitanja na %s"
0e768fc4 2231
0ed2f80b
KZ
2232#: disk-utils/isosize.c:151
2233#, c-format
2234msgid "sector count: %d, sector size: %d\n"
2235msgstr "broj sektora: %d, veličina sektora: %d\n"
0e768fc4 2236
0ed2f80b
KZ
2237#: disk-utils/isosize.c:170
2238#, c-format
2239msgid " %s [options] <iso9660_image_file>\n"
2240msgstr " %s [opcije] <iso9660_datoteka_slike>\n"
0e768fc4 2241
0ed2f80b
KZ
2242#: disk-utils/isosize.c:173
2243msgid " -d, --divisor=<number> divide the amount of bytes by <number>\n"
2244msgstr " -d, --divisor=<broj> podijeli količinu bajtova sa <broj>\n"
0e768fc4 2245
0ed2f80b
KZ
2246#: disk-utils/isosize.c:174
2247msgid " -x, --sectors show sector count and size\n"
2248msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
0e768fc4 2249
0ed2f80b
KZ
2250#: disk-utils/isosize.c:206
2251msgid "invalid divisor argument"
2252msgstr "neispravan argument djelitelja"
0e768fc4 2253
0ed2f80b
KZ
2254#: disk-utils/mkfs.bfs.c:73
2255#, c-format
2256msgid "Usage: %s [options] device [block-count]\n"
2257msgstr "Uporaba: %s [opcije] uređaj [broj-blokova]\n"
0e768fc4 2258
0ed2f80b
KZ
2259#: disk-utils/mkfs.bfs.c:75
2260#, c-format
2261msgid ""
2262"\n"
2263"Options:\n"
2264" -N, --inodes=NUM specify desired number of inodes\n"
2265" -V, --vname=NAME specify volume name\n"
2266" -F, --fname=NAME specify file system name\n"
2267" -v, --verbose explain what is being done\n"
2268" -c this option is silently ignored\n"
2269" -l this option is silently ignored\n"
2270" -V, --version output version information and exit\n"
2271" -V as version must be only option\n"
2272" -h, --help display this help and exit\n"
2273"\n"
0e768fc4
TK
2274msgstr ""
2275
0ed2f80b
KZ
2276#: disk-utils/mkfs.bfs.c:139
2277msgid "invalid number of inodes"
2278msgstr "neispravan broj indeksnih čvorova"
0e768fc4 2279
0ed2f80b
KZ
2280#: disk-utils/mkfs.bfs.c:145
2281msgid "volume name too long"
2282msgstr "ime prostora je predugačko"
0e768fc4 2283
0ed2f80b
KZ
2284#: disk-utils/mkfs.bfs.c:152
2285msgid "fsname name too long"
2286msgstr "ime datotečnog sustava je predugačko"
0e768fc4 2287
0ed2f80b
KZ
2288#: disk-utils/mkfs.bfs.c:183
2289#, c-format
2290msgid "%s is not a block special device"
2291msgstr "%s nije blokovski posebni uređaj"
0e768fc4 2292
0ed2f80b
KZ
2293#: disk-utils/mkfs.bfs.c:191
2294msgid "invalid block-count"
2295msgstr "neispravan broj-blokova"
0e768fc4 2296
0ed2f80b
KZ
2297#: disk-utils/mkfs.bfs.c:197
2298#, c-format
2299msgid "cannot get size of %s"
2300msgstr "ne mogu otkriti veličinu %s"
0e768fc4 2301
0ed2f80b
KZ
2302#: disk-utils/mkfs.bfs.c:202
2303#, c-format
2304msgid "blocks argument too large, max is %llu"
2305msgstr "argument blokova je prevelik, najviše %llu"
0e768fc4 2306
0ed2f80b
KZ
2307#: disk-utils/mkfs.bfs.c:217
2308msgid "too many inodes - max is 512"
2309msgstr "previše indeksnih čvorova - najviše 512"
0e768fc4 2310
0ed2f80b
KZ
2311#: disk-utils/mkfs.bfs.c:227
2312#, c-format
2313msgid "not enough space, need at least %llu blocks"
2314msgstr "nema dovoljno prostora, potrebno je barem %llu blokova"
0e768fc4 2315
0ed2f80b
KZ
2316#: disk-utils/mkfs.bfs.c:239
2317#, c-format
2318msgid "Device: %s\n"
2319msgstr "Uređaj: %s\n"
0e768fc4 2320
0ed2f80b
KZ
2321#: disk-utils/mkfs.bfs.c:240
2322#, c-format
2323msgid "Volume: <%-6s>\n"
2324msgstr "Prostor: <%-6s>\n"
0e768fc4 2325
0ed2f80b
KZ
2326#: disk-utils/mkfs.bfs.c:241
2327#, c-format
2328msgid "FSname: <%-6s>\n"
2329msgstr "Ime datotečnog sustava: <%-6s>\n"
0e768fc4 2330
0ed2f80b
KZ
2331#: disk-utils/mkfs.bfs.c:242
2332#, c-format
2333msgid "BlockSize: %d\n"
2334msgstr "Veličina bloka: %d\n"
0e768fc4 2335
0ed2f80b
KZ
2336#: disk-utils/mkfs.bfs.c:244
2337#, c-format
2338msgid "Inodes: %lu (in 1 block)\n"
2339msgstr "Indeksni čvorovi: %lu (u 1 bloku)\n"
0e768fc4 2340
0ed2f80b
KZ
2341#: disk-utils/mkfs.bfs.c:247
2342#, c-format
2343msgid "Inodes: %lu (in %llu blocks)\n"
2344msgstr "Indeksni čvorovi: %lu (u %llu blokova)\n"
0e768fc4 2345
0ed2f80b
KZ
2346#: disk-utils/mkfs.bfs.c:249
2347#, c-format
2348msgid "Blocks: %lld\n"
2349msgstr "Blokovi: %lld\n"
0e768fc4 2350
0ed2f80b
KZ
2351#: disk-utils/mkfs.bfs.c:250
2352#, c-format
2353msgid "Inode end: %d, Data end: %d\n"
2354msgstr "Završetak: indeksni čvor: %d, podaci: %d\n"
0e768fc4 2355
0ed2f80b
KZ
2356#: disk-utils/mkfs.bfs.c:255
2357msgid "error writing superblock"
2358msgstr "greška pri pisanju superbloka"
0e768fc4 2359
0ed2f80b
KZ
2360#: disk-utils/mkfs.bfs.c:276
2361msgid "error writing root inode"
2362msgstr "greška pri pisanju korijenskog indeksnog čvora"
0e768fc4 2363
0ed2f80b
KZ
2364#: disk-utils/mkfs.bfs.c:281
2365msgid "error writing inode"
2366msgstr "greška pri pisanju indeksnog čvora"
0e768fc4 2367
0ed2f80b
KZ
2368#: disk-utils/mkfs.bfs.c:284
2369msgid "seek error"
2370msgstr "seek greška"
0e768fc4 2371
0ed2f80b
KZ
2372#: disk-utils/mkfs.bfs.c:290
2373msgid "error writing . entry"
2374msgstr "greška pri pisanju stavke ."
0e768fc4 2375
0ed2f80b
KZ
2376#: disk-utils/mkfs.bfs.c:294
2377msgid "error writing .. entry"
2378msgstr "greška pri pisanju stavke .."
0e768fc4 2379
0ed2f80b
KZ
2380#: disk-utils/mkfs.bfs.c:297
2381#, c-format
2382msgid "error closing %s"
2383msgstr "greška pri zatvaranju %s"
0e768fc4 2384
0ed2f80b
KZ
2385#: disk-utils/mkfs.c:38
2386#, c-format
2387msgid "Usage:\n"
2388msgstr "Uporaba:\n"
0e768fc4 2389
0ed2f80b
KZ
2390#: disk-utils/mkfs.c:39
2391#, c-format
2392msgid " %s [options] [-t <type>] [fs-options] <device> [<size>]\n"
2393msgstr "%s [opcije] [-t <vrsta>] [ds-opcije] <uređaj> [<veličina>]\n"
0e768fc4 2394
0ed2f80b
KZ
2395#: disk-utils/mkfs.c:42 include/c.h:280 misc-utils/getopt.c:322
2396#: misc-utils/look.c:370 misc-utils/namei.c:431 misc-utils/uuidd.c:75
2397#: misc-utils/uuidgen.c:35 misc-utils/wipefs.c:455 sys-utils/hwclock.c:1582
2398#: sys-utils/renice.c:62 term-utils/script.c:145 term-utils/scriptreplay.c:45
2399#: term-utils/write.c:85
2400#, c-format
2401msgid ""
2402"\n"
2403"Options:\n"
0e768fc4 2404msgstr ""
0ed2f80b
KZ
2405"\n"
2406"Opcije:\n"
0e768fc4 2407
0ed2f80b
KZ
2408#: disk-utils/mkfs.c:43
2409#, c-format
2410msgid " -t, --type=<type> filesystem type; when unspecified, ext2 is used\n"
2411msgstr " -t, --type=<vrsta> vrsta datotečnog sustava, ako nije navedeno, koristi se ext2\n"
0e768fc4 2412
0ed2f80b
KZ
2413#: disk-utils/mkfs.c:44
2414#, c-format
2415msgid " fs-options parameters for the real filesystem builder\n"
2416msgstr " ds-opcije parametri za stvarnog graditelja datotečnog sustava\n"
0e768fc4 2417
0ed2f80b
KZ
2418#: disk-utils/mkfs.c:45
2419#, c-format
2420msgid " <device> path to the device to be used\n"
2421msgstr " <uređaj> putanja za uređaj koji se koristi\n"
0e768fc4 2422
0ed2f80b
KZ
2423#: disk-utils/mkfs.c:46
2424#, c-format
2425msgid " <size> number of blocks to be used on the device\n"
2426msgstr " <veličina> broj blokova za korištenje na uređaju\n"
0e768fc4 2427
0ed2f80b
KZ
2428#: disk-utils/mkfs.c:47
2429#, c-format
2430msgid ""
2431" -V, --verbose explain what is being done;\n"
2432" specifying -V more than once will cause a dry-run\n"
0e768fc4
TK
2433msgstr ""
2434
0ed2f80b 2435#: disk-utils/mkfs.c:49
0e768fc4 2436#, c-format
0ed2f80b
KZ
2437msgid ""
2438" -V, --version display version information and exit;\n"
2439" -V as --version must be the only option\n"
0e768fc4
TK
2440msgstr ""
2441
0ed2f80b
KZ
2442#: disk-utils/mkfs.c:51
2443#, c-format
2444msgid " -h, --help display this help text and exit\n"
2445msgstr " -h, --help prikaži ovu pomoć i izađi\n"
0e768fc4 2446
0ed2f80b
KZ
2447#: disk-utils/mkfs.c:53
2448#, c-format
2449msgid ""
2450"\n"
2451"For more information see mkfs(8).\n"
0e768fc4 2452msgstr ""
0ed2f80b
KZ
2453"\n"
2454"Za više informacija pogledajte mkfs(8).\n"
0e768fc4 2455
0ed2f80b
KZ
2456#: disk-utils/mkfs.cramfs.c:122
2457#, c-format
2458msgid ""
2459"usage: %s [-h] [-v] [-b blksize] [-e edition] [-N endian] [-i file] [-n name] dirname outfile\n"
2460" -h print this help\n"
2461" -v be verbose\n"
2462" -E make all warnings errors (non-zero exit status)\n"
2463" -b blksize use this blocksize, must equal page size\n"
2464" -e edition set edition number (part of fsid)\n"
2465" -N endian set cramfs endianness (big|little|host), default host\n"
2466" -i file insert a file image into the filesystem (requires >= 2.4.0)\n"
2467" -n name set name of cramfs filesystem\n"
2468" -p pad by %d bytes for boot code\n"
2469" -s sort directory entries (old option, ignored)\n"
2470" -z make explicit holes (requires >= 2.3.39)\n"
2471" dirname root of the filesystem to be compressed\n"
2472" outfile output file\n"
0e768fc4
TK
2473msgstr ""
2474
0ed2f80b 2475#: disk-utils/mkfs.cramfs.c:155
0e768fc4 2476#, c-format
0ed2f80b
KZ
2477msgid "readlink failed: %s"
2478msgstr "readlink nije uspio: %s"
0e768fc4 2479
0ed2f80b 2480#: disk-utils/mkfs.cramfs.c:301
0e768fc4 2481#, c-format
0ed2f80b
KZ
2482msgid "could not read directory %s"
2483msgstr "ne mogu čitati direktorij %s"
0e768fc4 2484
0ed2f80b 2485#: disk-utils/mkfs.cramfs.c:326
0e768fc4 2486#, c-format
0ed2f80b
KZ
2487msgid ""
2488"Very long (%zu bytes) filename `%s' found.\n"
2489" Please increase MAX_INPUT_NAMELEN in mkcramfs.c and recompile. Exiting."
0e768fc4 2490msgstr ""
0ed2f80b
KZ
2491"Pronađeno je vrlo dugačko (%zu bajtova) ime datoteke „%s”.\n"
2492" Molim povećajte u MAX_INPUT_NAMELEN u mkcramfs.c i ponovo kompajlirajte. Izlazim."
2493
2494#: disk-utils/mkfs.cramfs.c:448
2495msgid "filesystem too big. Exiting."
2496msgstr "datotečni sustav je prevelik. Izlazim."
0e768fc4 2497
0ed2f80b 2498#: disk-utils/mkfs.cramfs.c:607
0e768fc4 2499#, c-format
0ed2f80b
KZ
2500msgid "AIEEE: block \"compressed\" to > 2*blocklength (%ld)\n"
2501msgstr "AIEEE: blok „komprimiran” na > 2*veličinabloka (%ld)\n"
0e768fc4 2502
0ed2f80b 2503#: disk-utils/mkfs.cramfs.c:626
0e768fc4 2504#, c-format
0ed2f80b
KZ
2505msgid "%6.2f%% (%+ld bytes)\t%s\n"
2506msgstr "%6.2f%% (%+ld bajtova)\t%s\n"
0e768fc4 2507
0ed2f80b
KZ
2508#: disk-utils/mkfs.cramfs.c:671
2509#, c-format
2510msgid "cannot close file %s"
2511msgstr "ne mogu zatvoriti datoteku %s"
0e768fc4 2512
0ed2f80b
KZ
2513#: disk-utils/mkfs.cramfs.c:737
2514#, fuzzy
2515msgid "invalid edition number argument"
2516msgstr "neispravan broj particije kao argument"
0e768fc4 2517
0ed2f80b
KZ
2518#: disk-utils/mkfs.cramfs.c:747
2519msgid "invalid endianness given; must be 'big', 'little', or 'host'"
0e768fc4
TK
2520msgstr ""
2521
0ed2f80b
KZ
2522#: disk-utils/mkfs.cramfs.c:811
2523#, c-format
2524msgid "warning: guestimate of required size (upper bound) is %lldMB, but maximum image size is %uMB. We might die prematurely."
0e768fc4
TK
2525msgstr ""
2526
0ed2f80b
KZ
2527#: disk-utils/mkfs.cramfs.c:835
2528msgid "ROM image map"
2529msgstr "Mapa ROM slike"
0e768fc4 2530
0ed2f80b
KZ
2531#: disk-utils/mkfs.cramfs.c:847
2532#, c-format
2533msgid "Including: %s\n"
2534msgstr "Uključeno: %s\n"
0e768fc4 2535
0ed2f80b
KZ
2536#: disk-utils/mkfs.cramfs.c:853
2537#, c-format
2538msgid "Directory data: %zd bytes\n"
2539msgstr "Podaci direktorija: %zd bajtova\n"
0e768fc4 2540
0ed2f80b
KZ
2541#: disk-utils/mkfs.cramfs.c:861
2542#, c-format
2543msgid "Everything: %zd kilobytes\n"
2544msgstr "Sve: %zd kilobajta\n"
0e768fc4 2545
0ed2f80b
KZ
2546#: disk-utils/mkfs.cramfs.c:866
2547#, c-format
2548msgid "Super block: %zd bytes\n"
2549msgstr "Superblok: %zd bajtova\n"
0e768fc4 2550
0ed2f80b
KZ
2551#: disk-utils/mkfs.cramfs.c:873
2552#, c-format
2553msgid "CRC: %x\n"
2554msgstr "CRC: %x\n"
0e768fc4 2555
0ed2f80b
KZ
2556#: disk-utils/mkfs.cramfs.c:878
2557#, c-format
2558msgid "not enough space allocated for ROM image (%lld allocated, %zu used)"
2559msgstr "nije alocirano dovoljno prostora za ROM sliku (alocirano %lld, korišteno %zu)"
0e768fc4 2560
0ed2f80b
KZ
2561#: disk-utils/mkfs.cramfs.c:884
2562#, c-format
2563msgid "ROM image write failed (%zd %zd)"
2564msgstr "pisanje ROM slike nije uspjelo (%zd %zd)"
0e768fc4 2565
0ed2f80b
KZ
2566#: disk-utils/mkfs.cramfs.c:887
2567msgid "ROM image"
2568msgstr "ROM slika"
0e768fc4 2569
0ed2f80b
KZ
2570#: disk-utils/mkfs.cramfs.c:896
2571msgid "warning: filenames truncated to 255 bytes."
2572msgstr "upozorenje: imena datoteka skraćena na 255 bajtova."
0e768fc4 2573
0ed2f80b
KZ
2574#: disk-utils/mkfs.cramfs.c:898
2575msgid "warning: files were skipped due to errors."
2576msgstr "upozorenje: datoteke su preskočene zbog grešaka."
0e768fc4 2577
0ed2f80b
KZ
2578#: disk-utils/mkfs.cramfs.c:900
2579#, c-format
2580msgid "warning: file sizes truncated to %luMB (minus 1 byte)."
2581msgstr "upozorenje: veličine datoteka skraćene na %luMB (minus 1 bajt)."
0e768fc4 2582
0ed2f80b
KZ
2583#: disk-utils/mkfs.cramfs.c:904
2584#, c-format
2585msgid "warning: uids truncated to %u bits. (This may be a security concern.)"
0e768fc4
TK
2586msgstr ""
2587
0ed2f80b
KZ
2588#: disk-utils/mkfs.cramfs.c:907
2589#, c-format
2590msgid "warning: gids truncated to %u bits. (This may be a security concern.)"
0e768fc4
TK
2591msgstr ""
2592
0ed2f80b
KZ
2593#: disk-utils/mkfs.cramfs.c:910
2594#, c-format
2595msgid ""
2596"WARNING: device numbers truncated to %u bits. This almost certainly means\n"
2597"that some device files will be wrong."
0e768fc4
TK
2598msgstr ""
2599
0ed2f80b
KZ
2600#: disk-utils/mkfs.minix.c:149
2601#, c-format
2602msgid "Usage: %s [-c | -l filename] [-nXX] [-iXX] /dev/name [blocks]"
0e768fc4
TK
2603msgstr ""
2604
0ed2f80b
KZ
2605#: disk-utils/mkfs.minix.c:171
2606#, c-format
2607msgid "%s is mounted; will not make a filesystem here!"
2608msgstr "%s je montiran, neću ovdje napraviti datotečni sustav!"
0e768fc4 2609
0ed2f80b
KZ
2610#: disk-utils/mkfs.minix.c:197
2611#, c-format
2612msgid "%s: seek to boot block failed in write_tables"
0e768fc4
TK
2613msgstr ""
2614
0ed2f80b
KZ
2615#: disk-utils/mkfs.minix.c:200
2616#, c-format
2617msgid "%s: unable to clear boot sector"
2618msgstr "%s: ne mogu očistiti boot sektor"
0e768fc4 2619
0ed2f80b
KZ
2620#: disk-utils/mkfs.minix.c:202
2621#, c-format
2622msgid "%s: seek failed in write_tables"
2623msgstr "%s: seek nije uspio u write_tables"
0e768fc4 2624
0ed2f80b
KZ
2625#: disk-utils/mkfs.minix.c:205
2626#, c-format
2627msgid "%s: unable to write super-block"
2628msgstr "%s: ne mogu pisati superblok"
0e768fc4 2629
0ed2f80b
KZ
2630#: disk-utils/mkfs.minix.c:208
2631#, c-format
2632msgid "%s: unable to write inode map"
2633msgstr "%s: ne mogu pisati mapu indeksnih čvorova"
0e768fc4 2634
0ed2f80b
KZ
2635#: disk-utils/mkfs.minix.c:211
2636#, c-format
2637msgid "%s: unable to write zone map"
2638msgstr "%s: ne mogu pisati mapu zona"
0e768fc4 2639
0ed2f80b
KZ
2640#: disk-utils/mkfs.minix.c:214
2641#, c-format
2642msgid "%s: unable to write inodes"
2643msgstr "%s: ne mogu pisati indeksne čvorove"
0e768fc4 2644
0ed2f80b
KZ
2645#: disk-utils/mkfs.minix.c:219
2646#, c-format
2647msgid "%s: seek failed in write_block"
2648msgstr "%s: seek nije uspio u write_block"
0e768fc4 2649
0ed2f80b
KZ
2650#: disk-utils/mkfs.minix.c:222
2651#, c-format
2652msgid "%s: write failed in write_block"
2653msgstr "%s: write nije uspio u write_block"
0e768fc4 2654
0ed2f80b
KZ
2655#: disk-utils/mkfs.minix.c:231 disk-utils/mkfs.minix.c:306
2656#: disk-utils/mkfs.minix.c:355
2657#, c-format
2658msgid "%s: too many bad blocks"
2659msgstr "%s: previše neispravnih blokova"
0e768fc4 2660
0ed2f80b
KZ
2661#: disk-utils/mkfs.minix.c:239
2662#, c-format
2663msgid "%s: not enough good blocks"
2664msgstr "%s: nedovoljno ispravnih blokova"
0e768fc4 2665
0ed2f80b
KZ
2666#: disk-utils/mkfs.minix.c:485
2667#, fuzzy, c-format
2668msgid "%s: unable to allocate buffer for superblock"
2669msgstr "%s: ne mogu alocirati međuspremnik za superblok"
0e768fc4 2670
0ed2f80b
KZ
2671#: disk-utils/mkfs.minix.c:531
2672#, c-format
2673msgid "%s: unable to allocate buffers for maps"
2674msgstr "%s: ne mogu alocirati međuspremnike za mape"
0e768fc4 2675
0ed2f80b
KZ
2676#: disk-utils/mkfs.minix.c:541
2677#, c-format
2678msgid "%s: unable to allocate buffer for inodes"
2679msgstr "%s: ne mogu alocirati međuspremnik za indeksne čvorove"
0e768fc4 2680
0ed2f80b
KZ
2681#: disk-utils/mkfs.minix.c:544
2682#, fuzzy, c-format
2683msgid "%lu inode\n"
2684msgid_plural "%lu inodes\n"
2685msgstr[0] "%lu indeksnih čvorova\n"
2686msgstr[1] "%lu indeksnih čvorova\n"
2687msgstr[2] "%lu indeksnih čvorova\n"
0e768fc4 2688
0ed2f80b
KZ
2689#: disk-utils/mkfs.minix.c:545
2690#, fuzzy, c-format
2691msgid "%lu block\n"
2692msgid_plural "%lu blocks\n"
2693msgstr[0] "%lu blokova\n"
2694msgstr[1] "%lu blokova\n"
2695msgstr[2] "%lu blokova\n"
0e768fc4 2696
0ed2f80b
KZ
2697#: disk-utils/mkfs.minix.c:547
2698#, c-format
2699msgid "Zonesize=%zu\n"
2700msgstr "Veličina zone=%zu\n"
0e768fc4 2701
0ed2f80b
KZ
2702#: disk-utils/mkfs.minix.c:548
2703#, c-format
2704msgid ""
2705"Maxsize=%zu\n"
2706"\n"
0e768fc4 2707msgstr ""
0ed2f80b
KZ
2708"Najveća veličina=%zu\n"
2709"\n"
0e768fc4 2710
0ed2f80b 2711#: disk-utils/mkfs.minix.c:561
0e768fc4 2712#, c-format
0ed2f80b
KZ
2713msgid "%s: seek failed during testing of blocks"
2714msgstr "%s: seek nije uspio za vrijeme testiranja blokova"
0e768fc4 2715
0ed2f80b
KZ
2716#: disk-utils/mkfs.minix.c:568
2717#, c-format
2718msgid "Weird values in do_check: probably bugs\n"
2719msgstr "Čudne vrijednosti u do_check: vjerojatno bugovi\n"
0e768fc4 2720
0ed2f80b
KZ
2721#: disk-utils/mkfs.minix.c:601
2722#, c-format
2723msgid "%s: seek failed in check_blocks"
2724msgstr "%s: seek nije uspio u check_blocks"
0e768fc4 2725
0ed2f80b
KZ
2726#: disk-utils/mkfs.minix.c:611
2727#, c-format
2728msgid "%s: bad blocks before data-area: cannot make fs"
2729msgstr "%s: neispravni blokovi prija podatkovnog područja: ne mogu napraviti datotečni sustav"
0e768fc4 2730
0ed2f80b
KZ
2731#: disk-utils/mkfs.minix.c:618 disk-utils/mkfs.minix.c:642
2732#, fuzzy, c-format
2733msgid "%d bad block\n"
2734msgid_plural "%d bad blocks\n"
2735msgstr[0] "%d neispravnih blokova\n"
2736msgstr[1] "%d neispravnih blokova\n"
2737msgstr[2] "%d neispravnih blokova\n"
0e768fc4 2738
0ed2f80b
KZ
2739#: disk-utils/mkfs.minix.c:627
2740#, c-format
2741msgid "%s: can't open file of bad blocks"
2742msgstr "%s: ne mogu otvoriti datoteku neispravnih blokova"
0e768fc4 2743
0ed2f80b
KZ
2744#: disk-utils/mkfs.minix.c:632
2745#, c-format
2746msgid "badblock number input error on line %d\n"
2747msgstr "greška unosa broja neispravnog bloka u retku %d\n"
0e768fc4 2748
0ed2f80b
KZ
2749#: disk-utils/mkfs.minix.c:633
2750#, c-format
2751msgid "%s: cannot read badblocks file"
2752msgstr "%s: ne mogu čitati datoteku neispravnih blokova"
0e768fc4 2753
0ed2f80b
KZ
2754#: disk-utils/mkfs.minix.c:664
2755#, c-format
2756msgid "%s (%s)\n"
2757msgstr "%s (%s)\n"
0e768fc4 2758
0ed2f80b
KZ
2759#: disk-utils/mkfs.minix.c:669 disk-utils/mkfs.minix.c:671
2760#, c-format
2761msgid "%s: bad inode size"
2762msgstr "%s: neispravna veličina indeksnog čvora"
0e768fc4 2763
0ed2f80b
KZ
2764#: disk-utils/mkfs.minix.c:680
2765msgid "failed to parse number of inodes"
2766msgstr "nisam uspio obraditi broj indeksnih čvorova"
0e768fc4 2767
0ed2f80b
KZ
2768#: disk-utils/mkfs.minix.c:686
2769msgid "failed to parse maximum length of filenames"
2770msgstr "nisam uspio obraditi najveću veličinu imena datoteke"
0e768fc4 2771
0ed2f80b
KZ
2772#: disk-utils/mkfs.minix.c:719
2773msgid "failed to parse number of blocks"
2774msgstr "nisam uspio obraditi broj blokova"
0e768fc4 2775
0ed2f80b 2776#: disk-utils/mkfs.minix.c:762
e197d438 2777#, c-format
0ed2f80b
KZ
2778msgid "%s: device is misaligned"
2779msgstr "%s: uređaj je nepravilno poravnan"
0e768fc4 2780
0ed2f80b 2781#: disk-utils/mkfs.minix.c:765
e197d438 2782#, c-format
0ed2f80b
KZ
2783msgid "block size smaller than physical sector size of %s"
2784msgstr "veličina bloka je manja od veličine fizičkog sektora %s"
0e768fc4 2785
0ed2f80b 2786#: disk-utils/mkfs.minix.c:769
e197d438 2787#, c-format
0ed2f80b
KZ
2788msgid "cannot determine size of %s"
2789msgstr "ne mogu odrediti veličinu %s"
0e768fc4 2790
0ed2f80b 2791#: disk-utils/mkfs.minix.c:778
e197d438 2792#, c-format
0ed2f80b
KZ
2793msgid "will not try to make filesystem on '%s'"
2794msgstr "neću pokušati napraviti datotečni sustav na „%s”"
0e768fc4 2795
0ed2f80b
KZ
2796#: disk-utils/mkfs.minix.c:780
2797#, c-format
2798msgid "%s: number of blocks too small"
2799msgstr "%s: broj blokova je premalen"
0e768fc4 2800
0ed2f80b 2801#: disk-utils/mkswap.c:161
e197d438 2802#, c-format
0ed2f80b
KZ
2803msgid "Bad user-specified page size %u"
2804msgstr "Neispravna korisnički navedena veličina stranice %u"
0e768fc4 2805
0ed2f80b
KZ
2806#: disk-utils/mkswap.c:167
2807#, c-format
2808msgid "Using user-specified page size %d, instead of the system value %d"
2809msgstr "Koristim korisnički navedenu veličinu stranice %d umjesto vrijednosti sustava %d"
0e768fc4 2810
0ed2f80b
KZ
2811#: disk-utils/mkswap.c:189
2812msgid "Bad swap header size, no label written."
2813msgstr "Neispravna veličina swap zaglavlja, oznaka nije zapisana."
0e768fc4 2814
0ed2f80b
KZ
2815#: disk-utils/mkswap.c:199
2816msgid "Label was truncated."
2817msgstr "Oznaka je skraćena."
0e768fc4 2818
0ed2f80b 2819#: disk-utils/mkswap.c:205
e197d438 2820#, c-format
0ed2f80b
KZ
2821msgid "no label, "
2822msgstr "nema oznake, "
0e768fc4 2823
0ed2f80b
KZ
2824#: disk-utils/mkswap.c:213
2825#, c-format
2826msgid "no uuid\n"
2827msgstr "nema uuid-a\n"
0e768fc4 2828
0ed2f80b
KZ
2829#: disk-utils/mkswap.c:278
2830#, c-format
2831msgid ""
2832"\n"
2833"Usage:\n"
2834" %s [options] device [size]\n"
0e768fc4 2835msgstr ""
0ed2f80b
KZ
2836"\n"
2837"Uporaba:\n"
2838" %s [opcije] uređaj [veličina]\n"
0e768fc4 2839
0ed2f80b 2840#: disk-utils/mkswap.c:283
e197d438
TK
2841#, c-format
2842msgid ""
0ed2f80b
KZ
2843"\n"
2844"Options:\n"
2845" -c, --check check bad blocks before creating the swap area\n"
2846" -f, --force allow swap size area be larger than device\n"
2847" -p, --pagesize SIZE specify page size in bytes\n"
2848" -L, --label LABEL specify label\n"
2849" -v, --swapversion NUM specify swap-space version number\n"
2850" -U, --uuid UUID specify the uuid to use\n"
2851" -V, --version output version information and exit\n"
2852" -h, --help display this help and exit\n"
2853"\n"
0e768fc4
TK
2854msgstr ""
2855
0ed2f80b
KZ
2856#: disk-utils/mkswap.c:302
2857msgid "too many bad pages"
2858msgstr "previše neispravnih stranica"
0e768fc4 2859
0ed2f80b
KZ
2860#: disk-utils/mkswap.c:322
2861msgid "seek failed in check_blocks"
2862msgstr "seek nije uspio u check_blocks"
0e768fc4 2863
0ed2f80b
KZ
2864#: disk-utils/mkswap.c:330
2865#, c-format
2866msgid "%lu bad page\n"
2867msgid_plural "%lu bad pages\n"
2868msgstr[0] "%lu neispravna stranica\n"
2869msgstr[1] "%lu neispravne stranice\n"
2870msgstr[2] "%lu neispravnih stranica\n"
0e768fc4 2871
0ed2f80b
KZ
2872#: disk-utils/mkswap.c:359
2873msgid "unable to alloc new libblkid probe"
0e768fc4
TK
2874msgstr ""
2875
0ed2f80b
KZ
2876#: disk-utils/mkswap.c:361
2877msgid "unable to assign device to libblkid probe"
0e768fc4
TK
2878msgstr ""
2879
0ed2f80b
KZ
2880#: disk-utils/mkswap.c:376 disk-utils/mkswap.c:402 disk-utils/mkswap.c:618
2881msgid "unable to rewind swap-device"
2882msgstr "ne mogu vratiti unatrag swap-uređaj"
0e768fc4 2883
0ed2f80b
KZ
2884#: disk-utils/mkswap.c:406
2885msgid "unable to erase bootbits sectors"
0e768fc4
TK
2886msgstr ""
2887
0ed2f80b
KZ
2888#: disk-utils/mkswap.c:422
2889#, c-format
2890msgid "%s: warning: wiping old %s signature."
0e768fc4
TK
2891msgstr ""
2892
0ed2f80b
KZ
2893#: disk-utils/mkswap.c:427
2894#, c-format
2895msgid "%s: warning: don't erase bootbits sectors"
8892b2f9
KZ
2896msgstr ""
2897
0ed2f80b
KZ
2898#: disk-utils/mkswap.c:430
2899#, c-format
2900msgid " (%s partition table detected). "
2901msgstr " (otkrivena %s particijska tablica). "
0e768fc4 2902
0ed2f80b
KZ
2903#: disk-utils/mkswap.c:432
2904#, c-format
2905msgid " (compiled without libblkid). "
2906msgstr " (kompajlirano bez libblkid). "
0e768fc4 2907
0ed2f80b
KZ
2908# prisilno što?
2909#: disk-utils/mkswap.c:433
2910#, fuzzy, c-format
2911msgid "Use -f to force.\n"
2912msgstr "Koristite -f za prisilno"
2913
2914#: disk-utils/mkswap.c:484
2915msgid "parsing page size failed"
2916msgstr "obrada veličine stranice nije uspjela"
0e768fc4 2917
0ed2f80b
KZ
2918#: disk-utils/mkswap.c:490
2919msgid "parsing version number failed"
2920msgstr "obrada broja inačice nije uspjela"
2921
2922#: disk-utils/mkswap.c:496
e197d438 2923#, c-format
0ed2f80b
KZ
2924msgid "warning: ignoring -U (UUIDs are unsupported by %s)"
2925msgstr "upozorenje: zanemarujem -U (%s ne podržava korištenje UUID-a)"
2926
2927#: disk-utils/mkswap.c:514
2928msgid "only one device argument is currently supported"
0e768fc4
TK
2929msgstr ""
2930
0ed2f80b 2931#: disk-utils/mkswap.c:520
e197d438 2932#, c-format
0ed2f80b 2933msgid "swapspace version %d is not supported"
0e768fc4
TK
2934msgstr ""
2935
0ed2f80b
KZ
2936#: disk-utils/mkswap.c:525
2937msgid "error: parsing UUID failed"
2938msgstr "greška: obrada UUID-a nije uspjela"
2939
2940#: disk-utils/mkswap.c:534
2941msgid "error: Nowhere to set up swap on?"
0e768fc4
TK
2942msgstr ""
2943
0ed2f80b
KZ
2944#: disk-utils/mkswap.c:540
2945msgid "invalid block count argument"
2946msgstr "neispravan argument broja blokova"
2947
2948#: disk-utils/mkswap.c:548
e197d438 2949#, c-format
0ed2f80b 2950msgid "error: size %llu KiB is larger than device size %llu KiB"
0e768fc4
TK
2951msgstr ""
2952
0ed2f80b 2953#: disk-utils/mkswap.c:554
e197d438 2954#, c-format
0ed2f80b 2955msgid "error: swap area needs to be at least %ld KiB"
0e768fc4
TK
2956msgstr ""
2957
0ed2f80b 2958#: disk-utils/mkswap.c:568
e197d438 2959#, c-format
0ed2f80b 2960msgid "warning: truncating swap area to %llu KiB"
0e768fc4
TK
2961msgstr ""
2962
0ed2f80b 2963#: disk-utils/mkswap.c:573
e197d438 2964#, c-format
0ed2f80b 2965msgid "error: %s is mounted; will not make swapspace"
0e768fc4
TK
2966msgstr ""
2967
0ed2f80b 2968#: disk-utils/mkswap.c:594
e197d438 2969#, c-format
0ed2f80b 2970msgid "warning: %s is misaligned"
0e768fc4
TK
2971msgstr ""
2972
0ed2f80b
KZ
2973#: disk-utils/mkswap.c:607
2974msgid "Unable to set up swap-space: unreadable"
2975msgstr ""
0e768fc4 2976
0ed2f80b 2977#: disk-utils/mkswap.c:610
e197d438 2978#, c-format
0ed2f80b 2979msgid "Setting up swapspace version %d, size = %llu KiB\n"
0e768fc4
TK
2980msgstr ""
2981
0ed2f80b 2982#: disk-utils/mkswap.c:622
e197d438 2983#, c-format
0ed2f80b 2984msgid "%s: unable to write signature page"
0e768fc4
TK
2985msgstr ""
2986
0ed2f80b 2987#: disk-utils/mkswap.c:634
e197d438 2988#, c-format
0ed2f80b 2989msgid "%s: unable to obtain selinux file label"
0e768fc4
TK
2990msgstr ""
2991
0ed2f80b
KZ
2992#: disk-utils/mkswap.c:637
2993msgid "unable to matchpathcon()"
2994msgstr ""
0e768fc4 2995
0ed2f80b
KZ
2996#: disk-utils/mkswap.c:640
2997msgid "unable to create new selinux context"
2998msgstr ""
0e768fc4 2999
0ed2f80b
KZ
3000#: disk-utils/mkswap.c:642
3001msgid "couldn't compute selinux context"
0e768fc4
TK
3002msgstr ""
3003
0ed2f80b 3004#: disk-utils/mkswap.c:648
e197d438 3005#, c-format
0ed2f80b 3006msgid "unable to relabel %s to %s"
0e768fc4
TK
3007msgstr ""
3008
0ed2f80b
KZ
3009#: disk-utils/partx.c:87
3010msgid "partition number"
0e768fc4
TK
3011msgstr ""
3012
0ed2f80b
KZ
3013#: disk-utils/partx.c:88
3014msgid "start of the partition in sectors"
0e768fc4
TK
3015msgstr ""
3016
0ed2f80b
KZ
3017#: disk-utils/partx.c:89
3018msgid "end of the partition in sectors"
0e768fc4
TK
3019msgstr ""
3020
0ed2f80b
KZ
3021#: disk-utils/partx.c:90
3022msgid "number of sectors"
0e768fc4
TK
3023msgstr ""
3024
0ed2f80b
KZ
3025#: disk-utils/partx.c:91
3026msgid "human readable size"
0e768fc4
TK
3027msgstr ""
3028
0ed2f80b
KZ
3029#: disk-utils/partx.c:92
3030msgid "partition name"
0e768fc4
TK
3031msgstr ""
3032
0ed2f80b
KZ
3033#: disk-utils/partx.c:93 misc-utils/findmnt.c:132 misc-utils/lsblk.c:148
3034msgid "partition UUID"
0e768fc4
TK
3035msgstr ""
3036
0ed2f80b
KZ
3037#: disk-utils/partx.c:94
3038msgid "partition table type (dos, gpt, ...)"
0e768fc4
TK
3039msgstr ""
3040
0ed2f80b
KZ
3041#: disk-utils/partx.c:95 misc-utils/lsblk.c:149
3042msgid "partition flags"
0e768fc4
TK
3043msgstr ""
3044
0ed2f80b
KZ
3045#: disk-utils/partx.c:96
3046msgid "partition type (a string, a UUID, or hex)"
0e768fc4
TK
3047msgstr ""
3048
0ed2f80b
KZ
3049#: disk-utils/partx.c:114 sys-utils/losetup.c:482
3050msgid "failed to initialize loopcxt"
0e768fc4
TK
3051msgstr ""
3052
0ed2f80b
KZ
3053#: disk-utils/partx.c:118
3054#, c-format
3055msgid "%s: failed to find unused loop device"
0e768fc4
TK
3056msgstr ""
3057
0ed2f80b
KZ
3058#: disk-utils/partx.c:122
3059#, c-format
3060msgid "Trying to use '%s' for the loop device\n"
0e768fc4
TK
3061msgstr ""
3062
0ed2f80b
KZ
3063#: disk-utils/partx.c:126
3064#, c-format
3065msgid "%s: failed to set backing file"
0e768fc4
TK
3066msgstr ""
3067
0ed2f80b
KZ
3068#: disk-utils/partx.c:131 sys-utils/losetup.c:671
3069#, fuzzy, c-format
3070msgid "%s: failed to set up loop device"
3071msgstr "ne mogu vratiti unatrag swap-uređaj"
0e768fc4 3072
0ed2f80b
KZ
3073#: disk-utils/partx.c:161 login-utils/lslogins.c:302 misc-utils/findmnt.c:374
3074#: misc-utils/lsblk.c:305 misc-utils/lslocks.c:338 sys-utils/losetup.c:104
3075#: sys-utils/lscpu.c:327 sys-utils/prlimit.c:273 sys-utils/swapon.c:123
3076#: sys-utils/wdctl.c:151
3077#, c-format
3078msgid "unknown column: %s"
3079msgstr ""
0e768fc4 3080
0ed2f80b
KZ
3081#: disk-utils/partx.c:208
3082#, c-format
3083msgid "%s: failed to get partition number"
0e768fc4
TK
3084msgstr ""
3085
0ed2f80b
KZ
3086#: disk-utils/partx.c:273
3087#, c-format
3088msgid "%s: error deleting partition %d"
0e768fc4
TK
3089msgstr ""
3090
0ed2f80b
KZ
3091#: disk-utils/partx.c:275
3092#, c-format
3093msgid "%s: error deleting partitions %d-%d"
0e768fc4
TK
3094msgstr ""
3095
0ed2f80b
KZ
3096#: disk-utils/partx.c:299 disk-utils/partx.c:446 disk-utils/partx.c:971
3097#, c-format
3098msgid "specified range <%d:%d> does not make sense"
0e768fc4
TK
3099msgstr ""
3100
0ed2f80b
KZ
3101#: disk-utils/partx.c:308
3102#, c-format
3103msgid "%s: partition #%d removed\n"
0e768fc4
TK
3104msgstr ""
3105
0ed2f80b
KZ
3106#: disk-utils/partx.c:312
3107#, c-format
3108msgid "%s: partition #%d already doesn't exist\n"
0e768fc4
TK
3109msgstr ""
3110
0ed2f80b
KZ
3111#: disk-utils/partx.c:317
3112#, c-format
3113msgid "%s: deleting partition #%d failed"
0e768fc4
TK
3114msgstr ""
3115
0ed2f80b
KZ
3116#: disk-utils/partx.c:337
3117#, c-format
3118msgid "%s: error adding partition %d"
0e768fc4
TK
3119msgstr ""
3120
0ed2f80b
KZ
3121#: disk-utils/partx.c:339
3122#, c-format
3123msgid "%s: error adding partitions %d-%d"
0e768fc4
TK
3124msgstr ""
3125
0ed2f80b
KZ
3126#: disk-utils/partx.c:376 disk-utils/partx.c:482
3127#, c-format
3128msgid "%s: partition #%d added\n"
3129msgstr ""
0e768fc4 3130
0ed2f80b
KZ
3131#: disk-utils/partx.c:381
3132#, c-format
3133msgid "%s: adding partition #%d failed"
0e768fc4
TK
3134msgstr ""
3135
0ed2f80b
KZ
3136#: disk-utils/partx.c:416
3137#, c-format
3138msgid "%s: error updating partition %d"
0e768fc4
TK
3139msgstr ""
3140
0ed2f80b
KZ
3141#: disk-utils/partx.c:418
3142#, c-format
3143msgid "%s: error updating partitions %d-%d"
0e768fc4
TK
3144msgstr ""
3145
0ed2f80b
KZ
3146#: disk-utils/partx.c:455
3147#, fuzzy, c-format
3148msgid "%s: no partition #%d"
e197d438
TK
3149msgstr "ponovo pročitaj particijsku tablicu"
3150
0ed2f80b
KZ
3151#: disk-utils/partx.c:476
3152#, c-format
3153msgid "%s: partition #%d resized\n"
3154msgstr ""
e197d438 3155
0ed2f80b
KZ
3156#: disk-utils/partx.c:490
3157#, c-format
3158msgid "%s: updating partition #%d failed"
0e768fc4
TK
3159msgstr ""
3160
0ed2f80b
KZ
3161#: disk-utils/partx.c:527
3162#, c-format
3163msgid "#%2d: %9ju-%9ju (%9ju sector, %6ju MB)\n"
3164msgid_plural "#%2d: %9ju-%9ju (%9ju sectors, %6ju MB)\n"
3165msgstr[0] ""
3166msgstr[1] ""
3167msgstr[2] ""
e197d438 3168
0ed2f80b
KZ
3169#: disk-utils/partx.c:546 misc-utils/findmnt.c:683 misc-utils/findmnt.c:700
3170#: misc-utils/lslocks.c:401
3171msgid "failed to add line to output"
0e768fc4
TK
3172msgstr ""
3173
0ed2f80b
KZ
3174#: disk-utils/partx.c:609
3175#, fuzzy
3176msgid "failed to add data to output table"
3177msgstr "nisam uspio dodati particiju"
0e768fc4 3178
0ed2f80b
KZ
3179#: disk-utils/partx.c:632 misc-utils/findmnt.c:1484 misc-utils/lsblk.c:1706
3180#: misc-utils/lslocks.c:460 sys-utils/losetup.c:303 sys-utils/lscpu.c:1404
3181#: sys-utils/prlimit.c:293 sys-utils/swapon.c:243 sys-utils/wdctl.c:258
3182msgid "failed to initialize output table"
0e768fc4
TK
3183msgstr ""
3184
0ed2f80b
KZ
3185#: disk-utils/partx.c:643 misc-utils/findmnt.c:1506 misc-utils/lsblk.c:1722
3186#: misc-utils/lslocks.c:470 sys-utils/losetup.c:311 sys-utils/losetup.c:347
3187#: sys-utils/lscpu.c:1409 sys-utils/prlimit.c:302 sys-utils/swapon.c:252
3188#: sys-utils/wdctl.c:269
3189msgid "failed to initialize output column"
0e768fc4
TK
3190msgstr ""
3191
0ed2f80b
KZ
3192#: disk-utils/partx.c:683
3193#, c-format
3194msgid "failed to initialize blkid filter for '%s'"
0e768fc4
TK
3195msgstr ""
3196
0ed2f80b
KZ
3197#: disk-utils/partx.c:691
3198#, c-format
3199msgid "%s: failed to read partition table"
0e768fc4
TK
3200msgstr ""
3201
0ed2f80b
KZ
3202#: disk-utils/partx.c:697
3203#, c-format
3204msgid "%s: partition table type '%s' detected\n"
0e768fc4
TK
3205msgstr ""
3206
0ed2f80b
KZ
3207#: disk-utils/partx.c:701
3208#, c-format
3209msgid "%s: partition table with no partitions"
3210msgstr ""
0e768fc4 3211
0ed2f80b
KZ
3212#: disk-utils/partx.c:713
3213#, c-format
3214msgid " %s [-a|-d|-s|-u] [--nr <n:m> | <partition>] <disk>\n"
0e768fc4
TK
3215msgstr ""
3216
0ed2f80b
KZ
3217#: disk-utils/partx.c:717
3218msgid " -a, --add add specified partitions or all of them\n"
0e768fc4
TK
3219msgstr ""
3220
0ed2f80b
KZ
3221#: disk-utils/partx.c:718
3222msgid " -d, --delete delete specified partitions or all of them\n"
0e768fc4
TK
3223msgstr ""
3224
0ed2f80b
KZ
3225#: disk-utils/partx.c:719
3226msgid " -u, --update update specified partitions or all of them\n"
0e768fc4
TK
3227msgstr ""
3228
0ed2f80b
KZ
3229#: disk-utils/partx.c:720
3230msgid ""
3231" -s, --show list partitions\n"
3232"\n"
0e768fc4
TK
3233msgstr ""
3234
0ed2f80b
KZ
3235#: disk-utils/partx.c:721 misc-utils/lsblk.c:1472
3236msgid " -b, --bytes print SIZE in bytes rather than in human readable format\n"
0e768fc4
TK
3237msgstr ""
3238
0ed2f80b
KZ
3239#: disk-utils/partx.c:722
3240msgid " -g, --noheadings don't print headings for --show\n"
0e768fc4
TK
3241msgstr ""
3242
0ed2f80b
KZ
3243#: disk-utils/partx.c:723
3244msgid " -n, --nr <n:m> specify the range of partitions (e.g. --nr 2:4)\n"
0e768fc4
TK
3245msgstr ""
3246
0ed2f80b
KZ
3247#: disk-utils/partx.c:724
3248msgid " -o, --output <list> define which output columns to use\n"
0e768fc4
TK
3249msgstr ""
3250
0ed2f80b
KZ
3251#: disk-utils/partx.c:725 misc-utils/lsblk.c:1485
3252msgid " -P, --pairs use key=\"value\" output format\n"
0e768fc4
TK
3253msgstr ""
3254
0ed2f80b
KZ
3255#: disk-utils/partx.c:726 misc-utils/lsblk.c:1486
3256msgid " -r, --raw use raw output format\n"
0e768fc4
TK
3257msgstr ""
3258
0ed2f80b
KZ
3259#: disk-utils/partx.c:727
3260msgid " -t, --type <type> specify the partition type (dos, bsd, solaris, etc.)\n"
0e768fc4
TK
3261msgstr ""
3262
0ed2f80b
KZ
3263#: disk-utils/partx.c:728 sys-utils/fallocate.c:85
3264msgid " -v, --verbose verbose mode\n"
0e768fc4
TK
3265msgstr ""
3266
0ed2f80b
KZ
3267#: disk-utils/partx.c:734
3268msgid ""
3269"\n"
3270"Available columns (for --show, --raw or --pairs):\n"
0e768fc4
TK
3271msgstr ""
3272
0ed2f80b
KZ
3273#: disk-utils/partx.c:807
3274msgid "failed to parse --nr <M-N> range"
0e768fc4
TK
3275msgstr ""
3276
0ed2f80b
KZ
3277#: disk-utils/partx.c:907
3278msgid "--nr and <partition> are mutually exclusive"
0e768fc4
TK
3279msgstr ""
3280
0ed2f80b
KZ
3281#: disk-utils/partx.c:926
3282#, c-format
3283msgid "partition: %s, disk: %s, lower: %d, upper: %d\n"
0e768fc4
TK
3284msgstr ""
3285
0ed2f80b
KZ
3286#: disk-utils/partx.c:938
3287#, c-format
3288msgid "%s: cannot delete partitions"
0e768fc4
TK
3289msgstr ""
3290
0ed2f80b
KZ
3291#: disk-utils/partx.c:941
3292#, c-format
3293msgid "%s: partitioned loop devices unsupported"
0e768fc4
TK
3294msgstr ""
3295
0ed2f80b
KZ
3296#: disk-utils/partx.c:958
3297#, c-format
3298msgid "%s: failed to initialize blkid prober"
0e768fc4
TK
3299msgstr ""
3300
0ed2f80b
KZ
3301#: disk-utils/raw.c:52
3302#, c-format
3303msgid ""
3304" %1$s %2$srawN <major> <minor>\n"
3305" %1$s %2$srawN /dev/<blockdevice>\n"
3306" %1$s -q %2$srawN\n"
3307" %1$s -qa\n"
0e768fc4
TK
3308msgstr ""
3309
0ed2f80b
KZ
3310#: disk-utils/raw.c:58
3311msgid " -q, --query set query mode\n"
0e768fc4
TK
3312msgstr ""
3313
0ed2f80b
KZ
3314#: disk-utils/raw.c:59
3315msgid " -a, --all query all raw devices\n"
0e768fc4
TK
3316msgstr ""
3317
0ed2f80b
KZ
3318#: disk-utils/raw.c:161
3319#, c-format
3320msgid "Device '%s' is the control raw device (use raw<N> where <N> is greater than zero)"
0e768fc4
TK
3321msgstr ""
3322
0ed2f80b 3323#: disk-utils/raw.c:178
0e768fc4 3324#, c-format
0ed2f80b 3325msgid "Cannot locate block device '%s'"
0e768fc4
TK
3326msgstr ""
3327
0ed2f80b 3328#: disk-utils/raw.c:181
0e768fc4 3329#, c-format
0ed2f80b 3330msgid "Device '%s' is not a block device"
0e768fc4
TK
3331msgstr ""
3332
0ed2f80b
KZ
3333#: disk-utils/raw.c:190 disk-utils/raw.c:193 sys-utils/ipcrm.c:340
3334#: sys-utils/ipcrm.c:353 sys-utils/ipcrm.c:366
3335msgid "failed to parse argument"
0e768fc4
TK
3336msgstr ""
3337
0ed2f80b
KZ
3338#: disk-utils/raw.c:210
3339#, c-format
3340msgid "Cannot open master raw device '%s'"
0e768fc4
TK
3341msgstr ""
3342
0ed2f80b
KZ
3343#: disk-utils/raw.c:225
3344#, c-format
3345msgid "Cannot locate raw device '%s'"
3346msgstr ""
e197d438 3347
0ed2f80b
KZ
3348#: disk-utils/raw.c:228
3349#, c-format
3350msgid "Raw device '%s' is not a character dev"
3351msgstr ""
0e768fc4 3352
0ed2f80b
KZ
3353#: disk-utils/raw.c:232
3354#, c-format
3355msgid "Device '%s' is not a raw dev"
0e768fc4
TK
3356msgstr ""
3357
0ed2f80b
KZ
3358#: disk-utils/raw.c:242
3359msgid "Error querying raw device"
0e768fc4
TK
3360msgstr ""
3361
0ed2f80b
KZ
3362#: disk-utils/raw.c:251 disk-utils/raw.c:266
3363#, c-format
3364msgid "%sraw%d: bound to major %d, minor %d\n"
0e768fc4
TK
3365msgstr ""
3366
0ed2f80b
KZ
3367#: disk-utils/raw.c:265
3368msgid "Error setting raw device"
0e768fc4
TK
3369msgstr ""
3370
0ed2f80b
KZ
3371#: disk-utils/resizepart.c:19
3372#, c-format
3373msgid " %s <disk device> <partition number> <length>\n"
0e768fc4
TK
3374msgstr ""
3375
0ed2f80b
KZ
3376#: disk-utils/resizepart.c:100
3377#, c-format
3378msgid "%s: failed to get start of the partition number %s"
0e768fc4
TK
3379msgstr ""
3380
0ed2f80b
KZ
3381#: disk-utils/resizepart.c:105
3382msgid "failed to resize partition"
0e768fc4
TK
3383msgstr ""
3384
0ed2f80b 3385#: disk-utils/sfdisk.c:113
e197d438
TK
3386#, fuzzy, c-format
3387msgid "seek error on %s - cannot seek to %lu"
3388msgstr "seek greška na %s"
3389
0ed2f80b 3390#: disk-utils/sfdisk.c:118
0e768fc4 3391#, c-format
e197d438 3392msgid "seek error: wanted 0x%08x%08x, got 0x%08x%08x"
0e768fc4
TK
3393msgstr ""
3394
0ed2f80b 3395#: disk-utils/sfdisk.c:166 disk-utils/sfdisk.c:244
0e768fc4 3396#, c-format
e197d438 3397msgid "read error on %s - cannot read sector %llu"
0e768fc4
TK
3398msgstr ""
3399
0ed2f80b 3400#: disk-utils/sfdisk.c:196
0e768fc4 3401#, c-format
e197d438 3402msgid "write error on %s - cannot write sector %llu"
0e768fc4
TK
3403msgstr ""
3404
0ed2f80b 3405#: disk-utils/sfdisk.c:233
e197d438
TK
3406#, fuzzy, c-format
3407msgid "cannot open partition sector save file (%s)"
3408msgstr "ne mogu zatvoriti datoteku %s"
0e768fc4 3409
0ed2f80b 3410#: disk-utils/sfdisk.c:249
e197d438
TK
3411#, fuzzy, c-format
3412msgid "write error on %s"
3413msgstr "greška čitanja na %s"
0e768fc4 3414
0ed2f80b 3415#: disk-utils/sfdisk.c:278
e197d438
TK
3416#, fuzzy, c-format
3417msgid "cannot stat partition restore file (%s)"
3418msgstr "ne mogu zatvoriti datoteku %s"
0e768fc4 3419
0ed2f80b 3420#: disk-utils/sfdisk.c:283
e197d438 3421msgid "partition restore file has wrong size - not restoring"
0e768fc4
TK
3422msgstr ""
3423
0ed2f80b 3424#: disk-utils/sfdisk.c:292
e197d438
TK
3425#, fuzzy, c-format
3426msgid "cannot open partition restore file (%s)"
3427msgstr "ne mogu otvoriti %s: %s"
0e768fc4 3428
0ed2f80b 3429#: disk-utils/sfdisk.c:297
e197d438
TK
3430#, fuzzy, c-format
3431msgid "error reading %s"
3432msgstr "greška pri zatvaranju %s"
0e768fc4 3433
0ed2f80b 3434#: disk-utils/sfdisk.c:303
e197d438
TK
3435#, fuzzy, c-format
3436msgid "cannot open device %s for writing"
3437msgstr "ne mogu otvoriti %s: %s"
0e768fc4 3438
0ed2f80b 3439#: disk-utils/sfdisk.c:313
e197d438
TK
3440#, fuzzy, c-format
3441msgid "error writing sector %lu on %s"
3442msgstr "greška pri pisanju superbloka"
0e768fc4 3443
0ed2f80b 3444#: disk-utils/sfdisk.c:384
e197d438
TK
3445#, c-format
3446msgid "Disk %s: cannot get geometry"
0e768fc4
TK
3447msgstr ""
3448
0ed2f80b 3449#: disk-utils/sfdisk.c:401
e197d438
TK
3450#, fuzzy, c-format
3451msgid "Disk %s: cannot get size"
3452msgstr "ne mogu otkriti veličinu %s"
0e768fc4 3453
0ed2f80b 3454#: disk-utils/sfdisk.c:433
e197d438
TK
3455#, c-format
3456msgid ""
3457"Warning: start=%lu - this looks like a partition rather than\n"
3458"the entire disk. Using fdisk on it is probably meaningless.\n"
3459"[Use the --force option if you really want this]"
0e768fc4
TK
3460msgstr ""
3461
0ed2f80b 3462#: disk-utils/sfdisk.c:441
e197d438
TK
3463#, c-format
3464msgid "Warning: HDIO_GETGEO says that there are %lu heads"
0e768fc4
TK
3465msgstr ""
3466
0ed2f80b 3467#: disk-utils/sfdisk.c:444
0e768fc4 3468#, c-format
e197d438 3469msgid "Warning: HDIO_GETGEO says that there are %lu sectors"
0e768fc4
TK
3470msgstr ""
3471
0ed2f80b 3472#: disk-utils/sfdisk.c:448
0e768fc4 3473#, c-format
e197d438 3474msgid "Warning: BLKGETSIZE/HDIO_GETGEO says that there are %lu cylinders"
0e768fc4
TK
3475msgstr ""
3476
0ed2f80b 3477#: disk-utils/sfdisk.c:453
0e768fc4 3478#, c-format
e197d438
TK
3479msgid ""
3480"Warning: unlikely number of sectors (%lu) - usually at most 63\n"
3481"This will give problems with all software that uses C/H/S addressing."
0e768fc4
TK
3482msgstr ""
3483
0ed2f80b 3484#: disk-utils/sfdisk.c:457
0e768fc4 3485#, c-format
e197d438
TK
3486msgid ""
3487"\n"
3488"Disk %s: %lu cylinders, %lu heads, %lu sectors/track\n"
0e768fc4
TK
3489msgstr ""
3490
0ed2f80b 3491#: disk-utils/sfdisk.c:543
0e768fc4 3492#, c-format
0ed2f80b 3493msgid "%s of partition %s has impossible value for head: %lu (should be in 0-%lu)"
0e768fc4
TK
3494msgstr ""
3495
0ed2f80b 3496#: disk-utils/sfdisk.c:548
0e768fc4 3497#, c-format
0ed2f80b 3498msgid "%s of partition %s has impossible value for sector: %lu (should be in 1-%lu)"
0e768fc4
TK
3499msgstr ""
3500
0ed2f80b 3501#: disk-utils/sfdisk.c:553
0e768fc4 3502#, c-format
0ed2f80b 3503msgid "%s of partition %s has impossible value for cylinders: %lu (should be in 0-%lu)"
0e768fc4
TK
3504msgstr ""
3505
0ed2f80b 3506#: disk-utils/sfdisk.c:593
0e768fc4
TK
3507#, c-format
3508msgid ""
e197d438 3509"Id Name\n"
0e768fc4
TK
3510"\n"
3511msgstr ""
3512
0ed2f80b 3513#: disk-utils/sfdisk.c:756
e197d438
TK
3514#, c-format
3515msgid "Re-reading the partition table ...\n"
0e768fc4
TK
3516msgstr ""
3517
0ed2f80b 3518#: disk-utils/sfdisk.c:758
e197d438
TK
3519msgid ""
3520"The command to re-read the partition table failed.\n"
3521"Run partprobe(8), kpartx(8) or reboot your system now,\n"
3522"before using mkfs"
0e768fc4
TK
3523msgstr ""
3524
0ed2f80b 3525#: disk-utils/sfdisk.c:766
e197d438
TK
3526#, fuzzy, c-format
3527msgid "Error closing %s"
3528msgstr "greška pri zatvaranju %s"
0e768fc4 3529
0ed2f80b 3530#: disk-utils/sfdisk.c:807
e197d438
TK
3531#, c-format
3532msgid "%s: no such partition\n"
0e768fc4
TK
3533msgstr ""
3534
0ed2f80b 3535#: disk-utils/sfdisk.c:830
e197d438 3536msgid "unrecognized format - using sectors"
0e768fc4
TK
3537msgstr ""
3538
0ed2f80b 3539#: disk-utils/sfdisk.c:891
e197d438
TK
3540#, c-format
3541msgid "unimplemented format - using %s"
0e768fc4
TK
3542msgstr ""
3543
0ed2f80b 3544#: disk-utils/sfdisk.c:892 libfdisk/src/bsd.c:478
e197d438 3545msgid "cylinders"
0e768fc4
TK
3546msgstr ""
3547
0ed2f80b 3548#: disk-utils/sfdisk.c:892
e197d438 3549msgid "sectors"
0e768fc4
TK
3550msgstr ""
3551
0ed2f80b 3552#: disk-utils/sfdisk.c:896
e197d438
TK
3553#, c-format
3554msgid ""
3555"Units: cylinders of %lu bytes, blocks of 1024 bytes, counting from %d\n"
3556"\n"
0e768fc4
TK
3557msgstr ""
3558
0ed2f80b 3559#: disk-utils/sfdisk.c:898
e197d438
TK
3560#, c-format
3561msgid " Device Boot Start End #cyls #blocks Id System\n"
0e768fc4
TK
3562msgstr ""
3563
0ed2f80b 3564#: disk-utils/sfdisk.c:903
e197d438
TK
3565#, c-format
3566msgid ""
3567"Units: sectors of 512 bytes, counting from %d\n"
3568"\n"
0e768fc4
TK
3569msgstr ""
3570
0ed2f80b 3571#: disk-utils/sfdisk.c:905
e197d438
TK
3572#, c-format
3573msgid " Device Boot Start End #sectors Id System\n"
0e768fc4
TK
3574msgstr ""
3575
0ed2f80b 3576#: disk-utils/sfdisk.c:908
e197d438
TK
3577#, c-format
3578msgid ""
3579"Units: blocks of 1024 bytes, counting from %d\n"
3580"\n"
0e768fc4
TK
3581msgstr ""
3582
0ed2f80b 3583#: disk-utils/sfdisk.c:910
e197d438
TK
3584#, c-format
3585msgid " Device Boot Start End #blocks Id System\n"
0e768fc4
TK
3586msgstr ""
3587
0ed2f80b 3588#: disk-utils/sfdisk.c:913
e197d438
TK
3589#, c-format
3590msgid ""
3591"Units: 1MiB = 1024*1024 bytes, blocks of 1024 bytes, counting from %d\n"
3592"\n"
0e768fc4
TK
3593msgstr ""
3594
0ed2f80b 3595#: disk-utils/sfdisk.c:915
e197d438
TK
3596#, c-format
3597msgid " Device Boot Start End MiB #blocks Id System\n"
0e768fc4
TK
3598msgstr ""
3599
0ed2f80b 3600#: disk-utils/sfdisk.c:1074
e197d438
TK
3601#, c-format
3602msgid "\t\tstart: (c,h,s) expected (%ld,%ld,%ld) found (%ld,%ld,%ld)\n"
0e768fc4
TK
3603msgstr ""
3604
0ed2f80b 3605#: disk-utils/sfdisk.c:1081
e197d438
TK
3606#, c-format
3607msgid "\t\tend: (c,h,s) expected (%ld,%ld,%ld) found (%ld,%ld,%ld)\n"
0e768fc4
TK
3608msgstr ""
3609
0ed2f80b 3610#: disk-utils/sfdisk.c:1084
e197d438
TK
3611#, c-format
3612msgid "partition ends on cylinder %ld, beyond the end of the disk\n"
0e768fc4
TK
3613msgstr ""
3614
0ed2f80b 3615#: disk-utils/sfdisk.c:1095
e197d438
TK
3616#, fuzzy
3617msgid "No partitions found"
3618msgstr "ponovo pročitaj particijsku tablicu"
0e768fc4 3619
0ed2f80b 3620#: disk-utils/sfdisk.c:1098
e197d438
TK
3621#, c-format
3622msgid ""
3623"Warning: The partition table looks like it was made\n"
3624" for C/H/S=*/%ld/%ld (instead of %ld/%ld/%ld).\n"
3625"For this listing I'll assume that geometry."
0e768fc4
TK
3626msgstr ""
3627
0ed2f80b 3628#: disk-utils/sfdisk.c:1147
e197d438 3629msgid "no partition table present."
0e768fc4
TK
3630msgstr ""
3631
0ed2f80b 3632#: disk-utils/sfdisk.c:1149
e197d438
TK
3633#, c-format
3634msgid "strange, only %d partitions defined."
0e768fc4
TK
3635msgstr ""
3636
0ed2f80b 3637#: disk-utils/sfdisk.c:1158
e197d438
TK
3638#, c-format
3639msgid "Warning: partition %s has size 0 but is not marked Empty"
0e768fc4
TK
3640msgstr ""
3641
0ed2f80b 3642#: disk-utils/sfdisk.c:1161
e197d438
TK
3643#, c-format
3644msgid "Warning: partition %s has size 0 and is bootable"
0e768fc4
TK
3645msgstr ""
3646
0ed2f80b 3647#: disk-utils/sfdisk.c:1164
e197d438
TK
3648#, c-format
3649msgid "Warning: partition %s has size 0 and nonzero start"
0e768fc4
TK
3650msgstr ""
3651
0ed2f80b 3652#: disk-utils/sfdisk.c:1176
e197d438
TK
3653#, c-format
3654msgid "Warning: partition %s is not contained in partition %s"
0e768fc4
TK
3655msgstr ""
3656
0ed2f80b 3657#: disk-utils/sfdisk.c:1188
e197d438
TK
3658#, c-format
3659msgid "Warning: partitions %s and %s overlap"
0e768fc4
TK
3660msgstr ""
3661
0ed2f80b 3662#: disk-utils/sfdisk.c:1200
e197d438
TK
3663#, c-format
3664msgid ""
3665"Warning: partition %s contains part of the partition table (sector %llu),\n"
3666"and will destroy it when filled"
0e768fc4
TK
3667msgstr ""
3668
0ed2f80b 3669#: disk-utils/sfdisk.c:1213
e197d438
TK
3670#, c-format
3671msgid "Warning: partition %s starts at sector 0"
0e768fc4
TK
3672msgstr ""
3673
0ed2f80b 3674#: disk-utils/sfdisk.c:1218
e197d438
TK
3675#, fuzzy, c-format
3676msgid "Warning: partition %s extends past end of disk"
3677msgstr "upozorenje: datoteka se proteže preko završetka datotečnog sustava\n"
0e768fc4 3678
0ed2f80b 3679#: disk-utils/sfdisk.c:1234
e197d438
TK
3680#, c-format
3681msgid ""
3682"Warning: partition %s has size %d.%d TB (%llu bytes),\n"
3683"which is larger than the %llu bytes limit imposed\n"
3684"by the DOS partition table for %d-byte sectors"
0e768fc4
TK
3685msgstr ""
3686
0ed2f80b 3687#: disk-utils/sfdisk.c:1250
e197d438
TK
3688#, c-format
3689msgid ""
3690"Warning: partition %s starts at sector %llu (%d.%d TB for %d-byte sectors),\n"
3691"which exceeds the DOS partition table limit of %llu sectors"
0e768fc4
TK
3692msgstr ""
3693
0ed2f80b 3694#: disk-utils/sfdisk.c:1270
e197d438
TK
3695msgid ""
3696"Among the primary partitions, at most one can be extended\n"
3697" (although this is not a problem under Linux)"
0e768fc4
TK
3698msgstr ""
3699
0ed2f80b 3700#: disk-utils/sfdisk.c:1290
e197d438
TK
3701#, c-format
3702msgid "Warning: partition %s does not start at a cylinder boundary"
0e768fc4
TK
3703msgstr ""
3704
0ed2f80b 3705#: disk-utils/sfdisk.c:1296
e197d438
TK
3706#, c-format
3707msgid "Warning: partition %s does not end at a cylinder boundary"
0e768fc4
TK
3708msgstr ""
3709
0ed2f80b 3710#: disk-utils/sfdisk.c:1315
e197d438
TK
3711msgid ""
3712"Warning: more than one primary partition is marked bootable (active)\n"
3713"This does not matter for LILO, but the DOS MBR will not boot this disk."
0e768fc4
TK
3714msgstr ""
3715
0ed2f80b 3716#: disk-utils/sfdisk.c:1322
e197d438
TK
3717msgid ""
3718"Warning: usually one can boot from primary partitions only\n"
3719"LILO disregards the `bootable' flag."
0e768fc4
TK
3720msgstr ""
3721
0ed2f80b 3722#: disk-utils/sfdisk.c:1328
e197d438
TK
3723msgid ""
3724"Warning: no primary partition is marked bootable (active)\n"
3725"This does not matter for LILO, but the DOS MBR will not boot this disk."
0e768fc4
TK
3726msgstr ""
3727
0ed2f80b 3728#: disk-utils/sfdisk.c:1342
e197d438 3729msgid "start"
0e768fc4
TK
3730msgstr ""
3731
0ed2f80b 3732#: disk-utils/sfdisk.c:1345
e197d438
TK
3733#, c-format
3734msgid "partition %s: start: (c,h,s) expected (%ld,%ld,%ld) found (%ld,%ld,%ld)"
0e768fc4
TK
3735msgstr ""
3736
0ed2f80b 3737#: disk-utils/sfdisk.c:1351
e197d438 3738msgid "end"
0e768fc4
TK
3739msgstr ""
3740
0ed2f80b 3741#: disk-utils/sfdisk.c:1354
e197d438
TK
3742#, c-format
3743msgid "partition %s: end: (c,h,s) expected (%ld,%ld,%ld) found (%ld,%ld,%ld)"
0e768fc4
TK
3744msgstr ""
3745
0ed2f80b 3746#: disk-utils/sfdisk.c:1357
0e768fc4 3747#, c-format
e197d438 3748msgid "partition %s ends on cylinder %ld, beyond the end of the disk"
0e768fc4
TK
3749msgstr ""
3750
0ed2f80b 3751#: disk-utils/sfdisk.c:1382
0e768fc4 3752#, c-format
e197d438
TK
3753msgid ""
3754"Warning: shifted start of the extd partition from %lld to %lld\n"
3755"(For listing purposes only. Do not change its contents.)"
0e768fc4
TK
3756msgstr ""
3757
0ed2f80b 3758#: disk-utils/sfdisk.c:1387
e197d438
TK
3759msgid ""
3760"Warning: extended partition does not start at a cylinder boundary.\n"
3761"DOS and Linux will interpret the contents differently."
0e768fc4
TK
3762msgstr ""
3763
0ed2f80b 3764#: disk-utils/sfdisk.c:1400
0e768fc4 3765#, c-format
e197d438 3766msgid "ERROR: sector %llu does not have an msdos signature"
0e768fc4
TK
3767msgstr ""
3768
0ed2f80b 3769#: disk-utils/sfdisk.c:1407 disk-utils/sfdisk.c:1484
0e768fc4 3770#, c-format
e197d438 3771msgid "too many partitions - ignoring those past nr (%zu)"
0e768fc4
TK
3772msgstr ""
3773
0ed2f80b 3774#: disk-utils/sfdisk.c:1422
e197d438
TK
3775#, fuzzy
3776msgid "tree of partitions?"
3777msgstr "ponovo pročitaj particijsku tablicu"
0e768fc4 3778
0ed2f80b 3779#: disk-utils/sfdisk.c:1531
e197d438 3780msgid "detected Disk Manager - unable to handle that"
0e768fc4
TK
3781msgstr ""
3782
0ed2f80b 3783#: disk-utils/sfdisk.c:1539
e197d438 3784msgid "DM6 signature found - giving up"
0e768fc4
TK
3785msgstr ""
3786
0ed2f80b 3787#: disk-utils/sfdisk.c:1559
e197d438 3788msgid "strange..., an extended partition of size 0?"
0e768fc4
TK
3789msgstr ""
3790
0ed2f80b 3791#: disk-utils/sfdisk.c:1566 disk-utils/sfdisk.c:1577
e197d438 3792msgid "strange..., a BSD partition of size 0?"
0e768fc4
TK
3793msgstr ""
3794
0ed2f80b 3795#: disk-utils/sfdisk.c:1621
e197d438
TK
3796#, fuzzy, c-format
3797msgid " %s: unrecognized partition table type"
3798msgstr "ponovo pročitaj particijsku tablicu"
0e768fc4 3799
0ed2f80b 3800#: disk-utils/sfdisk.c:1633
e197d438 3801msgid "-n flag was given: Nothing changed"
0e768fc4
TK
3802msgstr ""
3803
0ed2f80b 3804#: disk-utils/sfdisk.c:1650
e197d438 3805msgid "Failed saving the old sectors - aborting\n"
0e768fc4
TK
3806msgstr ""
3807
0ed2f80b 3808#: disk-utils/sfdisk.c:1655 disk-utils/sfdisk.c:1659
e197d438
TK
3809#, fuzzy, c-format
3810msgid "Failed writing the partition on %s"
3811msgstr "nisam uspio ukloniti particiju"
0e768fc4 3812
0ed2f80b 3813#: disk-utils/sfdisk.c:1737
e197d438 3814msgid "long or incomplete input line - quitting"
0e768fc4
TK
3815msgstr ""
3816
0ed2f80b 3817#: disk-utils/sfdisk.c:1773
0e768fc4 3818#, c-format
e197d438 3819msgid "input error: `=' expected after %s field"
0e768fc4
TK
3820msgstr ""
3821
0ed2f80b 3822#: disk-utils/sfdisk.c:1780
0e768fc4 3823#, c-format
e197d438 3824msgid "input error: unexpected character %c after %s field"
0e768fc4
TK
3825msgstr ""
3826
0ed2f80b 3827#: disk-utils/sfdisk.c:1786
0e768fc4 3828#, c-format
e197d438 3829msgid "unrecognized input: %s"
0e768fc4
TK
3830msgstr ""
3831
0ed2f80b 3832#: disk-utils/sfdisk.c:1827 disk-utils/sfdisk.c:1864
e197d438 3833msgid "number too big"
0e768fc4
TK
3834msgstr ""
3835
0ed2f80b 3836#: disk-utils/sfdisk.c:1831 disk-utils/sfdisk.c:1868
e197d438 3837msgid "trailing junk after number"
0e768fc4
TK
3838msgstr ""
3839
0ed2f80b 3840#: disk-utils/sfdisk.c:1993
e197d438 3841msgid "no room for partition descriptor"
0e768fc4
TK
3842msgstr ""
3843
0ed2f80b 3844#: disk-utils/sfdisk.c:2026
e197d438 3845msgid "cannot build surrounding extended partition"
0e768fc4
TK
3846msgstr ""
3847
0ed2f80b 3848#: disk-utils/sfdisk.c:2077
e197d438
TK
3849#, fuzzy
3850msgid "too many input fields"
3851msgstr "previše uređaja"
0e768fc4 3852
0ed2f80b 3853#: disk-utils/sfdisk.c:2111
e197d438 3854msgid "No room for more"
0e768fc4
TK
3855msgstr ""
3856
0ed2f80b 3857#: disk-utils/sfdisk.c:2130
e197d438 3858msgid "Illegal type"
0e768fc4
TK
3859msgstr ""
3860
0ed2f80b 3861#: disk-utils/sfdisk.c:2164
55032d70 3862#, c-format
e197d438 3863msgid "Warning: given size (%llu) exceeds max allowable size (%llu)"
0e768fc4
TK
3864msgstr ""
3865
0ed2f80b 3866#: disk-utils/sfdisk.c:2170
e197d438
TK
3867#, fuzzy
3868msgid "Warning: empty partition"
3869msgstr "nisam uspio ukloniti particiju"
0e768fc4 3870
0ed2f80b 3871#: disk-utils/sfdisk.c:2184
55032d70 3872#, c-format
e197d438 3873msgid "Warning: bad partition start (earliest %llu)"
0e768fc4
TK
3874msgstr ""
3875
0ed2f80b 3876#: disk-utils/sfdisk.c:2197
e197d438 3877msgid "unrecognized bootable flag - choose - or *"
0e768fc4
TK
3878msgstr ""
3879
0ed2f80b 3880#: disk-utils/sfdisk.c:2214 disk-utils/sfdisk.c:2228
e197d438 3881msgid "partial c,h,s specification?"
0e768fc4
TK
3882msgstr ""
3883
0ed2f80b 3884#: disk-utils/sfdisk.c:2239
e197d438 3885msgid "Extended partition not where expected"
0e768fc4
TK
3886msgstr ""
3887
0ed2f80b 3888#: disk-utils/sfdisk.c:2271
e197d438 3889msgid "bad input"
0e768fc4
TK
3890msgstr ""
3891
0ed2f80b 3892#: disk-utils/sfdisk.c:2294
e197d438
TK
3893#, fuzzy
3894msgid "too many partitions"
3895msgstr "previše argumenata"
3896
0ed2f80b 3897#: disk-utils/sfdisk.c:2327
e197d438
TK
3898msgid ""
3899"Input in the following format; absent fields get a default value.\n"
3900"<start> <size> <type [E,S,L,X,hex]> <bootable [-,*]> <c,h,s> <c,h,s>\n"
3901"Usually you only need to specify <start> and <size> (and perhaps <type>)."
0e768fc4
TK
3902msgstr ""
3903
0ed2f80b
KZ
3904#: disk-utils/sfdisk.c:2349
3905#, fuzzy, c-format
3906msgid " %s [options] <device>...\n"
3907msgstr " %s [opcije] <uređaj>\n"
0e768fc4 3908
0ed2f80b 3909#: disk-utils/sfdisk.c:2352
e197d438
TK
3910msgid ""
3911" -s, --show-size list size of a partition\n"
3912" -c, --id change or print partition Id\n"
3913" --change-id change Id\n"
3914" --print-id print Id\n"
0e768fc4
TK
3915msgstr ""
3916
0ed2f80b 3917#: disk-utils/sfdisk.c:2356
e197d438
TK
3918msgid ""
3919" -l, --list list partitions of each device\n"
3920" -d, --dump idem, but in a format suitable for later input\n"
3921" -i, --increment number cylinders etc. from 1 instead of from 0\n"
3922" -u, --unit <letter> units to be used; <letter> can be one of\n"
0ed2f80b 3923" S (sectors), C (cylinders), B (blocks), or M (MB)\n"
0e768fc4
TK
3924msgstr ""
3925
0ed2f80b 3926#: disk-utils/sfdisk.c:2361
55032d70 3927msgid ""
e197d438
TK
3928" -1, --one-only reserved option that does nothing currently\n"
3929" -T, --list-types list the known partition types\n"
3930" -D, --DOS for DOS-compatibility: waste a little space\n"
3931" -E, --DOS-extended DOS extended partition compatibility\n"
3932" -R, --re-read make the kernel reread the partition table\n"
0e768fc4
TK
3933msgstr ""
3934
0ed2f80b 3935#: disk-utils/sfdisk.c:2366
e197d438
TK
3936msgid ""
3937" -N <number> change only the partition with this <number>\n"
3938" -n do not actually write to disk\n"
0ed2f80b 3939" -O <file> save the sectors that will be overwritten to <file>\n"
e197d438 3940" -I <file> restore sectors from <file>\n"
0e768fc4
TK
3941msgstr ""
3942
0ed2f80b 3943#: disk-utils/sfdisk.c:2370
55032d70 3944msgid ""
e197d438
TK
3945" -V, --verify check that the listed partitions are reasonable\n"
3946" -v, --version display version information and exit\n"
3947" -h, --help display this help text and exit\n"
0e768fc4
TK
3948msgstr ""
3949
0ed2f80b 3950#: disk-utils/sfdisk.c:2374
55032d70
KZ
3951msgid ""
3952"\n"
e197d438 3953"Dangerous options:\n"
0e768fc4
TK
3954msgstr ""
3955
0ed2f80b 3956#: disk-utils/sfdisk.c:2375
e197d438
TK
3957msgid ""
3958" -f, --force disable all consistency checking\n"
3959" --no-reread do not check whether the partition is in use\n"
3960" -q, --quiet suppress warning messages\n"
0ed2f80b 3961" -L, --Linux do not complain about things irrelevant for Linux\n"
0e768fc4
TK
3962msgstr ""
3963
0ed2f80b 3964#: disk-utils/sfdisk.c:2379
e197d438
TK
3965msgid ""
3966" -g, --show-geometry print the kernel's idea of the geometry\n"
3967" -G, --show-pt-geometry print geometry guessed from the partition table\n"
0e768fc4
TK
3968msgstr ""
3969
0ed2f80b 3970#: disk-utils/sfdisk.c:2381
e197d438 3971msgid ""
0ed2f80b
KZ
3972" -A, --activate[=<device>] activate the bootable flag\n"
3973" -U, --unhide[=<device>] set partition as unhidden\n"
e197d438
TK
3974" -x, --show-extended also list extended partitions in the output,\n"
3975" or expect descriptors for them in the input\n"
0e768fc4
TK
3976msgstr ""
3977
0ed2f80b 3978#: disk-utils/sfdisk.c:2385
e197d438
TK
3979msgid ""
3980" --leave-last do not allocate the last cylinder\n"
3981" --IBM same as --leave-last\n"
0e768fc4
TK
3982msgstr ""
3983
0ed2f80b 3984#: disk-utils/sfdisk.c:2387
e197d438
TK
3985msgid ""
3986" --in-order partitions are in order\n"
3987" --not-in-order partitions are not in order\n"
3988" --inside-outer all logicals inside outermost extended\n"
3989" --not-inside-outer not all logicals inside outermost extended\n"
0e768fc4
TK
3990msgstr ""
3991
0ed2f80b 3992#: disk-utils/sfdisk.c:2391
e197d438
TK
3993msgid ""
3994" --nested every partition is disjoint from all others\n"
0ed2f80b 3995" --chained like nested, but extended partitions may lie outside\n"
e197d438 3996" --onesector partitions are mutually disjoint\n"
0e768fc4
TK
3997msgstr ""
3998
0ed2f80b 3999#: disk-utils/sfdisk.c:2395
e197d438
TK
4000msgid ""
4001"\n"
4002"Override the detected geometry using:\n"
4003" -C, --cylinders <number> set the number of cylinders to use\n"
4004" -H, --heads <number> set the number of heads to use\n"
4005" -S, --sectors <number> set the number of sectors to use\n"
0e768fc4
TK
4006msgstr ""
4007
0ed2f80b 4008#: disk-utils/sfdisk.c:2413
0e768fc4 4009#, c-format
e197d438 4010msgid " %s%sdevice list active partitions on device\n"
0e768fc4
TK
4011msgstr ""
4012
0ed2f80b 4013#: disk-utils/sfdisk.c:2415
0e768fc4 4014#, c-format
0ed2f80b 4015msgid " %s%sdevice n1 n2 ... activate partitions n1 ..., inactivate the rest\n"
0e768fc4
TK
4016msgstr ""
4017
0ed2f80b 4018#: disk-utils/sfdisk.c:2556
e197d438 4019msgid "no command?"
0e768fc4
TK
4020msgstr ""
4021
0ed2f80b 4022#: disk-utils/sfdisk.c:2625
e197d438 4023msgid "invalid number of partitions argument"
0e768fc4
TK
4024msgstr ""
4025
0ed2f80b 4026#: disk-utils/sfdisk.c:2695
e197d438
TK
4027#, c-format
4028msgid "cannot open %s\n"
4029msgstr ""
55032d70 4030
0ed2f80b 4031#: disk-utils/sfdisk.c:2714
e197d438
TK
4032#, c-format
4033msgid "total: %llu blocks\n"
55032d70
KZ
4034msgstr ""
4035
0ed2f80b 4036#: disk-utils/sfdisk.c:2751
e197d438 4037msgid "usage: sfdisk --print-id device partition-number"
55032d70
KZ
4038msgstr ""
4039
0ed2f80b 4040#: disk-utils/sfdisk.c:2753
e197d438 4041msgid "usage: sfdisk --change-id device partition-number Id"
0e768fc4
TK
4042msgstr ""
4043
0ed2f80b 4044#: disk-utils/sfdisk.c:2755
e197d438 4045msgid "usage: sfdisk --id device partition-number [Id]"
55032d70
KZ
4046msgstr ""
4047
0ed2f80b 4048#: disk-utils/sfdisk.c:2762
e197d438 4049msgid "can specify only one device (except with -l or -s)"
55032d70
KZ
4050msgstr ""
4051
0ed2f80b 4052#: disk-utils/sfdisk.c:2787
0e768fc4 4053#, c-format
e197d438 4054msgid "cannot open %s read-write"
0e768fc4
TK
4055msgstr ""
4056
0ed2f80b 4057#: disk-utils/sfdisk.c:2789
0e768fc4 4058#, c-format
e197d438 4059msgid "cannot open %s for reading"
0e768fc4
TK
4060msgstr ""
4061
0ed2f80b 4062#: disk-utils/sfdisk.c:2814
e197d438
TK
4063#, fuzzy, c-format
4064msgid "%s: OK"
4065msgstr "%s: u redu\n"
4066
0ed2f80b 4067#: disk-utils/sfdisk.c:2833 disk-utils/sfdisk.c:2865
0e768fc4 4068#, c-format
e197d438 4069msgid "%s: %ld cylinders, %ld heads, %ld sectors/track\n"
0e768fc4
TK
4070msgstr ""
4071
0ed2f80b 4072#: disk-utils/sfdisk.c:2883
0e768fc4 4073#, c-format
e197d438 4074msgid "Cannot get size of %s"
0e768fc4
TK
4075msgstr ""
4076
0ed2f80b 4077#: disk-utils/sfdisk.c:2963
0e768fc4 4078#, c-format
e197d438 4079msgid "bad active byte: 0x%x instead of 0x80"
0e768fc4
TK
4080msgstr ""
4081
0ed2f80b
KZ
4082#: disk-utils/sfdisk.c:2982 disk-utils/sfdisk.c:3043 disk-utils/sfdisk.c:3079
4083msgid "Done"
4084msgstr ""
4085
4086#: disk-utils/sfdisk.c:2991
e197d438
TK
4087#, c-format
4088msgid ""
4089"You have %d active primary partitions. This does not matter for LILO,\n"
4090"but the DOS MBR will only boot a disk with 1 active partition."
0e768fc4
TK
4091msgstr ""
4092
0ed2f80b 4093#: disk-utils/sfdisk.c:3012
0e768fc4 4094#, c-format
e197d438 4095msgid "partition %s has id %x and is not hidden"
0e768fc4
TK
4096msgstr ""
4097
0ed2f80b 4098#: disk-utils/sfdisk.c:3075
0e768fc4 4099#, c-format
e197d438 4100msgid "Bad Id %lx"
0e768fc4
TK
4101msgstr ""
4102
0ed2f80b 4103#: disk-utils/sfdisk.c:3096
e197d438 4104msgid "This disk is currently in use."
0e768fc4
TK
4105msgstr ""
4106
0ed2f80b 4107#: disk-utils/sfdisk.c:3116
0e768fc4 4108#, c-format
e197d438 4109msgid "Fatal error: cannot find %s"
0e768fc4
TK
4110msgstr ""
4111
0ed2f80b 4112#: disk-utils/sfdisk.c:3118
e197d438
TK
4113#, fuzzy, c-format
4114msgid "Warning: %s is not a block device"
4115msgstr "%s: nije blokovski uređaj"
4116
0ed2f80b 4117#: disk-utils/sfdisk.c:3124
e197d438 4118msgid "Checking that no-one is using this disk right now ..."
0e768fc4
TK
4119msgstr ""
4120
0ed2f80b 4121#: disk-utils/sfdisk.c:3126
e197d438
TK
4122msgid ""
4123"\n"
4124"This disk is currently in use - repartitioning is probably a bad idea.\n"
4125"Umount all file systems, and swapoff all swap partitions on this disk.\n"
4126"Use the --no-reread flag to suppress this check."
0e768fc4
TK
4127msgstr ""
4128
0ed2f80b 4129#: disk-utils/sfdisk.c:3130
e197d438 4130msgid "Use the --force flag to overrule all checks."
0e768fc4
TK
4131msgstr ""
4132
0ed2f80b 4133#: disk-utils/sfdisk.c:3132
e197d438 4134msgid "OK"
0e768fc4
TK
4135msgstr ""
4136
0ed2f80b 4137#: disk-utils/sfdisk.c:3141
0e768fc4 4138#, c-format
e197d438 4139msgid "Old situation:\n"
0e768fc4
TK
4140msgstr ""
4141
0ed2f80b 4142#: disk-utils/sfdisk.c:3145
0e768fc4 4143#, c-format
e197d438 4144msgid "Partition %d does not exist, cannot change it"
0e768fc4
TK
4145msgstr ""
4146
0ed2f80b 4147#: disk-utils/sfdisk.c:3153
0e768fc4 4148#, c-format
e197d438
TK
4149msgid "New situation:\n"
4150msgstr ""
4151
0ed2f80b 4152#: disk-utils/sfdisk.c:3158
6249b53a 4153msgid ""
e197d438
TK
4154"I don't like these partitions - nothing changed.\n"
4155"(If you really want this, use the --force option.)"
0e768fc4
TK
4156msgstr ""
4157
0ed2f80b 4158#: disk-utils/sfdisk.c:3161
e197d438 4159msgid "I don't like this - probably you should answer No"
0e768fc4
TK
4160msgstr ""
4161
e197d438
TK
4162#. TRANSLATORS: sfdisk uses rpmatch which means the answers y and n
4163#. * should be translated, but that is not the case with q answer.
0ed2f80b 4164#: disk-utils/sfdisk.c:3168
0e768fc4 4165#, c-format
e197d438 4166msgid "Are you satisfied with this? [ynq] "
0e768fc4
TK
4167msgstr ""
4168
0ed2f80b 4169#: disk-utils/sfdisk.c:3170
0e768fc4 4170#, c-format
e197d438 4171msgid "Do you want to write this to disk? [ynq] "
0e768fc4
TK
4172msgstr ""
4173
0ed2f80b 4174#: disk-utils/sfdisk.c:3173
e197d438 4175msgid "Quitting - nothing changed"
0e768fc4
TK
4176msgstr ""
4177
0ed2f80b 4178#: disk-utils/sfdisk.c:3179
0e768fc4 4179#, c-format
e197d438 4180msgid "Please answer one of y,n,q\n"
0e768fc4
TK
4181msgstr ""
4182
0ed2f80b 4183#: disk-utils/sfdisk.c:3187
0e768fc4 4184#, c-format
e197d438
TK
4185msgid ""
4186"Successfully wrote the new partition table\n"
4187"\n"
0e768fc4
TK
4188msgstr ""
4189
0ed2f80b 4190#: disk-utils/sfdisk.c:3195
e197d438
TK
4191msgid ""
4192"If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)\n"
4193"to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1\n"
4194"(See fdisk(8).)"
0e768fc4
TK
4195msgstr ""
4196
0ed2f80b
KZ
4197#: disk-utils/swaplabel.c:50 disk-utils/swaplabel.c:63
4198#, c-format
4199msgid "%s: unable to probe device"
4200msgstr ""
4201
4202#: disk-utils/swaplabel.c:65
4203#, c-format
4204msgid "%s: ambivalent probing result, use wipefs(8)"
4205msgstr ""
4206
4207#: disk-utils/swaplabel.c:67
4208#, c-format
4209msgid "%s: not a valid swap partition"
4210msgstr ""
4211
4212#: disk-utils/swaplabel.c:74
4213#, c-format
4214msgid "%s: unsupported swap version '%s'"
4215msgstr ""
4216
4217#: disk-utils/swaplabel.c:114
4218#, c-format
4219msgid "failed to parse UUID: %s"
4220msgstr ""
4221
4222#: disk-utils/swaplabel.c:118
4223#, c-format
4224msgid "%s: failed to seek to swap UUID"
4225msgstr ""
4226
4227#: disk-utils/swaplabel.c:122
4228#, c-format
4229msgid "%s: failed to write UUID"
4230msgstr ""
4231
4232#: disk-utils/swaplabel.c:133
4233#, c-format
4234msgid "%s: failed to seek to swap label "
4235msgstr ""
4236
4237#: disk-utils/swaplabel.c:140
4238#, c-format
4239msgid "label is too long. Truncating it to '%s'"
4240msgstr ""
4241
4242#: disk-utils/swaplabel.c:143
4243#, c-format
4244msgid "%s: failed to write label"
4245msgstr ""
4246
4247#: disk-utils/swaplabel.c:165
e197d438 4248msgid ""
0ed2f80b
KZ
4249" -L, --label <label> specify a new label\n"
4250" -U, --uuid <uuid> specify a new uuid\n"
4251msgstr ""
4252
4253#: disk-utils/swaplabel.c:208
4254msgid "ignore -U (UUIDs are unsupported)"
4255msgstr ""
4256
4257#: Documentation/boilerplate.c:35
4258#, fuzzy, c-format
4259msgid " %s [options] file...\n"
4260msgstr " %s [opcije] datoteka\n"
4261
4262#: Documentation/boilerplate.c:37
4263msgid " -n, --no-argument option does not use argument\n"
4264msgstr ""
4265
4266#: Documentation/boilerplate.c:38
4267msgid " -o, --optional[=<arg>] option argument is optional\n"
4268msgstr ""
4269
4270#: Documentation/boilerplate.c:39
4271#, fuzzy
4272msgid " -r, --required <arg> option requires an argument\n"
4273msgstr "%s zahtijeva argument"
4274
4275#: Documentation/boilerplate.c:40
4276#, fuzzy
4277msgid " -z no long option\n"
4278msgstr " -a samo zbog kompatibilnosti, zanemareno\n"
4279
4280#: Documentation/boilerplate.c:41
4281#, fuzzy
4282msgid " --xyzzy a long option only\n"
4283msgstr " -y samo zbog kompatibilnosti, zanemareno\n"
4284
4285#: Documentation/boilerplate.c:42
4286msgid " -e, --extremely-long-long-option\n"
4287msgstr ""
4288
4289#: Documentation/boilerplate.c:43
4290#, fuzzy
4291msgid " use next line for description when needed\n"
4292msgstr " -a samo zbog kompatibilnosti, zanemareno\n"
4293
4294#: Documentation/boilerplate.c:44
4295msgid " -l, --long-explanation an example of very verbose, and chatty option\n"
4296msgstr ""
4297
4298#: Documentation/boilerplate.c:45
4299msgid " description on two, or multiple lines, where the\n"
4300msgstr ""
4301
4302#: Documentation/boilerplate.c:46
4303#, fuzzy
4304msgid " consecutive lines are intended by two spaces\n"
4305msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
4306
4307#: Documentation/boilerplate.c:47
4308msgid " -f, --foobar next option description resets indent\n"
0e768fc4
TK
4309msgstr ""
4310
0ed2f80b
KZ
4311#: include/c.h:279 misc-utils/getopt.c:314 misc-utils/look.c:366
4312#: misc-utils/namei.c:427 misc-utils/uuidd.c:71 misc-utils/uuidgen.c:31
4313#: misc-utils/wipefs.c:451 sys-utils/hwclock.c:1561 sys-utils/renice.c:55
4314#: term-utils/script.c:141 term-utils/scriptreplay.c:40 term-utils/write.c:80
4315msgid ""
4316"\n"
4317"Usage:\n"
0e768fc4
TK
4318msgstr ""
4319
0ed2f80b 4320#: include/c.h:282
e197d438 4321msgid " -h, --help display this help and exit\n"
0e768fc4
TK
4322msgstr ""
4323
0ed2f80b 4324#: include/c.h:283
e197d438 4325msgid " -V, --version output version information and exit\n"
0e768fc4
TK
4326msgstr ""
4327
0ed2f80b 4328#: include/c.h:284
0e768fc4 4329#, c-format
e197d438
TK
4330msgid ""
4331"\n"
4332"For more details see %s.\n"
0e768fc4
TK
4333msgstr ""
4334
0ed2f80b
KZ
4335#: include/closestream.h:42 include/closestream.h:44 login-utils/vipw.c:280
4336#: login-utils/vipw.c:299 sys-utils/rtcwake.c:276 term-utils/script.c:583
4337#: term-utils/script.c:587 term-utils/setterm.c:815 term-utils/wall.c:307
4338#: text-utils/col.c:144
e197d438 4339msgid "write error"
0e768fc4
TK
4340msgstr ""
4341
e197d438 4342#: include/optutils.h:81
0e768fc4 4343#, c-format
e197d438 4344msgid "%s: options "
0e768fc4
TK
4345msgstr ""
4346
e197d438 4347#: include/optutils.h:93
0e768fc4 4348#, c-format
e197d438 4349msgid "are mutually exclusive."
0e768fc4
TK
4350msgstr ""
4351
e197d438
TK
4352#: include/pt-mbr-partnames.h:1
4353msgid "Empty"
0e768fc4
TK
4354msgstr ""
4355
e197d438
TK
4356#: include/pt-mbr-partnames.h:2
4357msgid "FAT12"
0e768fc4
TK
4358msgstr ""
4359
e197d438
TK
4360#: include/pt-mbr-partnames.h:3
4361msgid "XENIX root"
0e768fc4
TK
4362msgstr ""
4363
e197d438
TK
4364#: include/pt-mbr-partnames.h:4
4365msgid "XENIX usr"
0e768fc4
TK
4366msgstr ""
4367
e197d438
TK
4368#: include/pt-mbr-partnames.h:5
4369msgid "FAT16 <32M"
0e768fc4
TK
4370msgstr ""
4371
e197d438
TK
4372#: include/pt-mbr-partnames.h:6
4373msgid "Extended"
0e768fc4
TK
4374msgstr ""
4375
e197d438
TK
4376#: include/pt-mbr-partnames.h:7
4377msgid "FAT16"
0e768fc4
TK
4378msgstr ""
4379
e197d438
TK
4380#: include/pt-mbr-partnames.h:8
4381msgid "HPFS/NTFS/exFAT"
0e768fc4
TK
4382msgstr ""
4383
e197d438
TK
4384#: include/pt-mbr-partnames.h:9
4385msgid "AIX"
0e768fc4
TK
4386msgstr ""
4387
e197d438
TK
4388#: include/pt-mbr-partnames.h:10
4389msgid "AIX bootable"
0e768fc4
TK
4390msgstr ""
4391
e197d438
TK
4392#: include/pt-mbr-partnames.h:11
4393msgid "OS/2 Boot Manager"
0e768fc4
TK
4394msgstr ""
4395
e197d438
TK
4396#: include/pt-mbr-partnames.h:12
4397msgid "W95 FAT32"
0e768fc4
TK
4398msgstr ""
4399
e197d438
TK
4400#: include/pt-mbr-partnames.h:13
4401msgid "W95 FAT32 (LBA)"
0e768fc4
TK
4402msgstr ""
4403
e197d438
TK
4404#: include/pt-mbr-partnames.h:14
4405msgid "W95 FAT16 (LBA)"
0e768fc4
TK
4406msgstr ""
4407
e197d438
TK
4408#: include/pt-mbr-partnames.h:15
4409msgid "W95 Ext'd (LBA)"
0e768fc4
TK
4410msgstr ""
4411
e197d438
TK
4412#: include/pt-mbr-partnames.h:16
4413msgid "OPUS"
0e768fc4
TK
4414msgstr ""
4415
e197d438
TK
4416#: include/pt-mbr-partnames.h:17
4417msgid "Hidden FAT12"
0e768fc4
TK
4418msgstr ""
4419
e197d438
TK
4420#: include/pt-mbr-partnames.h:18
4421msgid "Compaq diagnostics"
0e768fc4
TK
4422msgstr ""
4423
e197d438
TK
4424#: include/pt-mbr-partnames.h:19
4425msgid "Hidden FAT16 <32M"
55032d70
KZ
4426msgstr ""
4427
e197d438
TK
4428#: include/pt-mbr-partnames.h:20
4429msgid "Hidden FAT16"
0e768fc4
TK
4430msgstr ""
4431
e197d438
TK
4432#: include/pt-mbr-partnames.h:21
4433msgid "Hidden HPFS/NTFS"
0e768fc4
TK
4434msgstr ""
4435
e197d438
TK
4436#: include/pt-mbr-partnames.h:22
4437msgid "AST SmartSleep"
0e768fc4
TK
4438msgstr ""
4439
e197d438
TK
4440#: include/pt-mbr-partnames.h:23
4441msgid "Hidden W95 FAT32"
0e768fc4
TK
4442msgstr ""
4443
e197d438
TK
4444#: include/pt-mbr-partnames.h:24
4445msgid "Hidden W95 FAT32 (LBA)"
0e768fc4
TK
4446msgstr ""
4447
e197d438
TK
4448#: include/pt-mbr-partnames.h:25
4449msgid "Hidden W95 FAT16 (LBA)"
0e768fc4
TK
4450msgstr ""
4451
e197d438
TK
4452#: include/pt-mbr-partnames.h:26
4453msgid "NEC DOS"
55032d70
KZ
4454msgstr ""
4455
e197d438
TK
4456#: include/pt-mbr-partnames.h:27
4457msgid "Hidden NTFS WinRE"
0e768fc4
TK
4458msgstr ""
4459
e197d438
TK
4460#: include/pt-mbr-partnames.h:28
4461msgid "Plan 9"
55032d70
KZ
4462msgstr ""
4463
e197d438
TK
4464#: include/pt-mbr-partnames.h:29
4465msgid "PartitionMagic recovery"
0e768fc4
TK
4466msgstr ""
4467
e197d438
TK
4468#: include/pt-mbr-partnames.h:30
4469msgid "Venix 80286"
55032d70
KZ
4470msgstr ""
4471
e197d438
TK
4472#: include/pt-mbr-partnames.h:31
4473msgid "PPC PReP Boot"
55032d70
KZ
4474msgstr ""
4475
e197d438
TK
4476#: include/pt-mbr-partnames.h:32
4477msgid "SFS"
55032d70
KZ
4478msgstr ""
4479
e197d438
TK
4480#: include/pt-mbr-partnames.h:33
4481msgid "QNX4.x"
55032d70
KZ
4482msgstr ""
4483
e197d438
TK
4484#: include/pt-mbr-partnames.h:34
4485msgid "QNX4.x 2nd part"
55032d70
KZ
4486msgstr ""
4487
e197d438
TK
4488#: include/pt-mbr-partnames.h:35
4489msgid "QNX4.x 3rd part"
55032d70
KZ
4490msgstr ""
4491
e197d438
TK
4492#: include/pt-mbr-partnames.h:36
4493msgid "OnTrack DM"
55032d70
KZ
4494msgstr ""
4495
e197d438
TK
4496#: include/pt-mbr-partnames.h:37
4497msgid "OnTrack DM6 Aux1"
55032d70
KZ
4498msgstr ""
4499
e197d438
TK
4500#: include/pt-mbr-partnames.h:38
4501msgid "CP/M"
55032d70
KZ
4502msgstr ""
4503
e197d438
TK
4504#: include/pt-mbr-partnames.h:39
4505msgid "OnTrack DM6 Aux3"
55032d70
KZ
4506msgstr ""
4507
e197d438
TK
4508#: include/pt-mbr-partnames.h:40
4509msgid "OnTrackDM6"
55032d70
KZ
4510msgstr ""
4511
e197d438
TK
4512#: include/pt-mbr-partnames.h:41
4513msgid "EZ-Drive"
55032d70
KZ
4514msgstr ""
4515
e197d438
TK
4516#: include/pt-mbr-partnames.h:42
4517msgid "Golden Bow"
55032d70
KZ
4518msgstr ""
4519
e197d438
TK
4520#: include/pt-mbr-partnames.h:43
4521msgid "Priam Edisk"
55032d70
KZ
4522msgstr ""
4523
e197d438
TK
4524#: include/pt-mbr-partnames.h:44 include/pt-mbr-partnames.h:88
4525#: include/pt-mbr-partnames.h:94 include/pt-mbr-partnames.h:95
4526msgid "SpeedStor"
55032d70
KZ
4527msgstr ""
4528
e197d438
TK
4529#: include/pt-mbr-partnames.h:45
4530msgid "GNU HURD or SysV"
55032d70
KZ
4531msgstr ""
4532
e197d438
TK
4533#: include/pt-mbr-partnames.h:46
4534msgid "Novell Netware 286"
0e768fc4
TK
4535msgstr ""
4536
e197d438
TK
4537#: include/pt-mbr-partnames.h:47
4538msgid "Novell Netware 386"
55032d70
KZ
4539msgstr ""
4540
e197d438
TK
4541#: include/pt-mbr-partnames.h:48
4542msgid "DiskSecure Multi-Boot"
55032d70
KZ
4543msgstr ""
4544
e197d438
TK
4545#: include/pt-mbr-partnames.h:49
4546msgid "PC/IX"
0e768fc4
TK
4547msgstr ""
4548
e197d438
TK
4549#: include/pt-mbr-partnames.h:50
4550msgid "Old Minix"
0e768fc4
TK
4551msgstr ""
4552
e197d438
TK
4553#: include/pt-mbr-partnames.h:51
4554msgid "Minix / old Linux"
0e768fc4
TK
4555msgstr ""
4556
e197d438
TK
4557#: include/pt-mbr-partnames.h:52
4558msgid "Linux swap / Solaris"
0e768fc4
TK
4559msgstr ""
4560
e197d438
TK
4561#: include/pt-mbr-partnames.h:53
4562msgid "Linux"
55032d70
KZ
4563msgstr ""
4564
e197d438
TK
4565#: include/pt-mbr-partnames.h:54
4566msgid "OS/2 hidden C: drive"
0e768fc4
TK
4567msgstr ""
4568
e197d438
TK
4569#: include/pt-mbr-partnames.h:55
4570msgid "Linux extended"
0e768fc4
TK
4571msgstr ""
4572
e197d438
TK
4573#: include/pt-mbr-partnames.h:56 include/pt-mbr-partnames.h:57
4574msgid "NTFS volume set"
55032d70
KZ
4575msgstr ""
4576
e197d438
TK
4577#: include/pt-mbr-partnames.h:58
4578msgid "Linux plaintext"
0e768fc4
TK
4579msgstr ""
4580
0ed2f80b
KZ
4581#: include/pt-mbr-partnames.h:59 libfdisk/src/gpt.c:180 libfdisk/src/sgi.c:57
4582#: libfdisk/src/sun.c:48
e197d438 4583msgid "Linux LVM"
55032d70
KZ
4584msgstr ""
4585
e197d438
TK
4586#: include/pt-mbr-partnames.h:60
4587msgid "Amoeba"
55032d70
KZ
4588msgstr ""
4589
e197d438
TK
4590#: include/pt-mbr-partnames.h:61
4591msgid "Amoeba BBT"
0e768fc4
TK
4592msgstr ""
4593
e197d438
TK
4594#: include/pt-mbr-partnames.h:62
4595msgid "BSD/OS"
0e768fc4
TK
4596msgstr ""
4597
e197d438
TK
4598#: include/pt-mbr-partnames.h:63
4599msgid "IBM Thinkpad hibernation"
0e768fc4
TK
4600msgstr ""
4601
e197d438
TK
4602#: include/pt-mbr-partnames.h:64
4603msgid "FreeBSD"
0e768fc4
TK
4604msgstr ""
4605
e197d438
TK
4606#: include/pt-mbr-partnames.h:65
4607msgid "OpenBSD"
0e768fc4
TK
4608msgstr ""
4609
e197d438
TK
4610#: include/pt-mbr-partnames.h:66
4611msgid "NeXTSTEP"
0e768fc4
TK
4612msgstr ""
4613
e197d438
TK
4614#: include/pt-mbr-partnames.h:67
4615msgid "Darwin UFS"
0e768fc4
TK
4616msgstr ""
4617
e197d438
TK
4618#: include/pt-mbr-partnames.h:68
4619msgid "NetBSD"
0e768fc4
TK
4620msgstr ""
4621
e197d438
TK
4622#: include/pt-mbr-partnames.h:69
4623msgid "Darwin boot"
0e768fc4
TK
4624msgstr ""
4625
e197d438
TK
4626#: include/pt-mbr-partnames.h:70
4627msgid "HFS / HFS+"
0e768fc4
TK
4628msgstr ""
4629
e197d438
TK
4630#: include/pt-mbr-partnames.h:71
4631msgid "BSDI fs"
0e768fc4
TK
4632msgstr ""
4633
e197d438
TK
4634#: include/pt-mbr-partnames.h:72
4635msgid "BSDI swap"
0e768fc4
TK
4636msgstr ""
4637
e197d438
TK
4638#: include/pt-mbr-partnames.h:73
4639msgid "Boot Wizard hidden"
55032d70
KZ
4640msgstr ""
4641
0ed2f80b 4642#: include/pt-mbr-partnames.h:74 libfdisk/src/gpt.c:201
e197d438 4643msgid "Solaris boot"
55032d70
KZ
4644msgstr ""
4645
e197d438
TK
4646#: include/pt-mbr-partnames.h:75
4647msgid "Solaris"
55032d70
KZ
4648msgstr ""
4649
e197d438
TK
4650#: include/pt-mbr-partnames.h:76
4651msgid "DRDOS/sec (FAT-12)"
55032d70
KZ
4652msgstr ""
4653
e197d438
TK
4654#: include/pt-mbr-partnames.h:77
4655msgid "DRDOS/sec (FAT-16 < 32M)"
55032d70
KZ
4656msgstr ""
4657
e197d438
TK
4658#: include/pt-mbr-partnames.h:78
4659msgid "DRDOS/sec (FAT-16)"
55032d70
KZ
4660msgstr ""
4661
e197d438
TK
4662#: include/pt-mbr-partnames.h:79
4663msgid "Syrinx"
55032d70
KZ
4664msgstr ""
4665
e197d438
TK
4666#: include/pt-mbr-partnames.h:80
4667msgid "Non-FS data"
55032d70
KZ
4668msgstr ""
4669
e197d438
TK
4670#: include/pt-mbr-partnames.h:81
4671msgid "CP/M / CTOS / ..."
55032d70
KZ
4672msgstr ""
4673
e197d438
TK
4674#: include/pt-mbr-partnames.h:83
4675msgid "Dell Utility"
55032d70
KZ
4676msgstr ""
4677
e197d438
TK
4678#: include/pt-mbr-partnames.h:84
4679msgid "BootIt"
55032d70
KZ
4680msgstr ""
4681
e197d438
TK
4682#: include/pt-mbr-partnames.h:85
4683msgid "DOS access"
55032d70
KZ
4684msgstr ""
4685
e197d438
TK
4686#: include/pt-mbr-partnames.h:87
4687msgid "DOS R/O"
55032d70
KZ
4688msgstr ""
4689
e197d438
TK
4690#: include/pt-mbr-partnames.h:90
4691msgid "BeOS fs"
55032d70
KZ
4692msgstr ""
4693
e197d438
TK
4694#: include/pt-mbr-partnames.h:92
4695msgid "EFI (FAT-12/16/32)"
55032d70
KZ
4696msgstr ""
4697
e197d438
TK
4698#: include/pt-mbr-partnames.h:93
4699msgid "Linux/PA-RISC boot"
55032d70
KZ
4700msgstr ""
4701
e197d438
TK
4702#: include/pt-mbr-partnames.h:96
4703msgid "DOS secondary"
55032d70
KZ
4704msgstr ""
4705
e197d438
TK
4706#: include/pt-mbr-partnames.h:97
4707msgid "VMware VMFS"
55032d70
KZ
4708msgstr ""
4709
e197d438
TK
4710#: include/pt-mbr-partnames.h:98
4711msgid "VMware VMKCORE"
55032d70
KZ
4712msgstr ""
4713
0ed2f80b 4714#: include/pt-mbr-partnames.h:99 libfdisk/src/sun.c:49
e197d438 4715msgid "Linux raid autodetect"
55032d70
KZ
4716msgstr ""
4717
e197d438
TK
4718#: include/pt-mbr-partnames.h:102
4719msgid "LANstep"
55032d70
KZ
4720msgstr ""
4721
e197d438
TK
4722#: include/pt-mbr-partnames.h:103
4723msgid "BBT"
55032d70
KZ
4724msgstr ""
4725
0ed2f80b
KZ
4726#: lib/boottime.c:20
4727msgid "gettimeofday failed"
4728msgstr ""
4729
4730#: lib/boottime.c:32
4731msgid "sysinfo failed"
4732msgstr ""
4733
8892b2f9 4734#: lib/exec_shell.c:45 login-utils/newgrp.c:186 login-utils/su-common.c:643
0ed2f80b
KZ
4735#: login-utils/su-common.c:972 login-utils/sulogin.c:803
4736#: login-utils/sulogin.c:807 schedutils/chrt.c:334 schedutils/ionice.c:259
4737#: schedutils/taskset.c:237 sys-utils/flock.c:299 sys-utils/nsenter.c:342
4738#: sys-utils/prlimit.c:639 sys-utils/rtcwake.c:587 sys-utils/setarch.c:315
4739#: sys-utils/setarch.c:381 sys-utils/setsid.c:114 sys-utils/swapon.c:293
4740#: sys-utils/switch_root.c:239 sys-utils/unshare.c:192 term-utils/script.c:546
e197d438
TK
4741#: text-utils/pg.c:1363
4742#, c-format
4743msgid "failed to execute %s"
55032d70
KZ
4744msgstr ""
4745
e197d438
TK
4746#: libfdisk/src/alignment.c:108
4747#, c-format
4748msgid "Partition %i does not start on physical sector boundary.\n"
55032d70
KZ
4749msgstr ""
4750
0ed2f80b 4751#: libfdisk/src/alignment.c:520
e197d438
TK
4752#, fuzzy
4753msgid "Calling ioctl() to re-read partition table."
4754msgstr "ponovo pročitaj particijsku tablicu"
55032d70 4755
0ed2f80b 4756#: libfdisk/src/alignment.c:529
e197d438
TK
4757#, fuzzy
4758msgid "Re-reading the partition table failed."
4759msgstr "ponovo pročitaj particijsku tablicu"
55032d70 4760
0ed2f80b
KZ
4761#: libfdisk/src/alignment.c:531
4762msgid "The kernel still uses the old table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8)."
55032d70
KZ
4763msgstr ""
4764
0ed2f80b 4765#: libfdisk/src/ask.c:342 libfdisk/src/ask.c:354
e197d438 4766#, fuzzy, c-format
0ed2f80b 4767msgid "Selected partition %ju"
e197d438 4768msgstr "ponovo pročitaj particijsku tablicu"
55032d70 4769
0ed2f80b 4770#: libfdisk/src/ask.c:345
e197d438 4771msgid "No partition is defined yet!"
55032d70
KZ
4772msgstr ""
4773
0ed2f80b 4774#: libfdisk/src/ask.c:357
e197d438
TK
4775#, fuzzy
4776msgid "No free partition available!"
4777msgstr "ponovo pročitaj particijsku tablicu"
4778
0ed2f80b 4779#: libfdisk/src/ask.c:367
e197d438 4780msgid "Partition number"
55032d70
KZ
4781msgstr ""
4782
0ed2f80b 4783#: libfdisk/src/ask.c:750
e197d438
TK
4784#, c-format
4785msgid "Created a new partition %d of type '%s' and of size %s."
55032d70
KZ
4786msgstr ""
4787
0ed2f80b 4788#: libfdisk/src/bsd.c:161
e197d438
TK
4789#, c-format
4790msgid "Partition %zd: has invalid starting sector 0."
55032d70
KZ
4791msgstr ""
4792
0ed2f80b 4793#: libfdisk/src/bsd.c:176
e197d438
TK
4794#, c-format
4795msgid "There is no *BSD partition on %s."
55032d70
KZ
4796msgstr ""
4797
0ed2f80b 4798#: libfdisk/src/bsd.c:233 libfdisk/src/dos.c:894
e197d438 4799msgid "First cylinder"
55032d70
KZ
4800msgstr ""
4801
0ed2f80b 4802#: libfdisk/src/bsd.c:266 libfdisk/src/dos.c:1050
e197d438 4803msgid "Last cylinder, +cylinders or +size{K,M,G,T,P}"
55032d70
KZ
4804msgstr ""
4805
0ed2f80b 4806#: libfdisk/src/bsd.c:271 libfdisk/src/dos.c:1055 libfdisk/src/gpt.c:1882
e197d438 4807msgid "Last sector, +sectors or +size{K,M,G,T,P}"
55032d70
KZ
4808msgstr ""
4809
0ed2f80b 4810#: libfdisk/src/bsd.c:310
55032d70 4811#, c-format
e197d438 4812msgid "The device %s does not contain BSD disklabel."
55032d70
KZ
4813msgstr ""
4814
0ed2f80b 4815#: libfdisk/src/bsd.c:312
e197d438 4816msgid "Do you want to create a BSD disklabel?"
55032d70
KZ
4817msgstr ""
4818
0ed2f80b 4819#: libfdisk/src/bsd.c:373
e197d438
TK
4820#, c-format
4821msgid "type: %s"
55032d70
KZ
4822msgstr ""
4823
0ed2f80b 4824#: libfdisk/src/bsd.c:375
e197d438
TK
4825#, c-format
4826msgid "type: %d"
55032d70
KZ
4827msgstr ""
4828
0ed2f80b 4829#: libfdisk/src/bsd.c:377
55032d70 4830#, c-format
e197d438 4831msgid "disk: %.*s"
55032d70
KZ
4832msgstr ""
4833
0ed2f80b 4834#: libfdisk/src/bsd.c:378
55032d70 4835#, c-format
e197d438 4836msgid "label: %.*s"
55032d70
KZ
4837msgstr ""
4838
0ed2f80b 4839#: libfdisk/src/bsd.c:380
55032d70 4840#, c-format
e197d438 4841msgid "flags: %s"
55032d70
KZ
4842msgstr ""
4843
0ed2f80b 4844#: libfdisk/src/bsd.c:381
e197d438 4845msgid " removable"
55032d70
KZ
4846msgstr ""
4847
0ed2f80b 4848#: libfdisk/src/bsd.c:382
e197d438 4849msgid " ecc"
55032d70
KZ
4850msgstr ""
4851
0ed2f80b 4852#: libfdisk/src/bsd.c:383
e197d438 4853msgid " badsect"
55032d70
KZ
4854msgstr ""
4855
0ed2f80b 4856#: libfdisk/src/bsd.c:387
55032d70 4857#, c-format
e197d438 4858msgid "bytes/sector: %ld"
55032d70
KZ
4859msgstr ""
4860
0ed2f80b 4861#: libfdisk/src/bsd.c:388
e197d438
TK
4862#, c-format
4863msgid "sectors/track: %ld"
55032d70
KZ
4864msgstr ""
4865
0ed2f80b 4866#: libfdisk/src/bsd.c:389
e197d438
TK
4867#, c-format
4868msgid "tracks/cylinder: %ld"
55032d70
KZ
4869msgstr ""
4870
0ed2f80b 4871#: libfdisk/src/bsd.c:390
55032d70 4872#, c-format
e197d438 4873msgid "sectors/cylinder: %ld"
55032d70
KZ
4874msgstr ""
4875
0ed2f80b 4876#: libfdisk/src/bsd.c:391
55032d70 4877#, c-format
e197d438 4878msgid "cylinders: %ld"
55032d70
KZ
4879msgstr ""
4880
0ed2f80b 4881#: libfdisk/src/bsd.c:392
55032d70 4882#, c-format
e197d438 4883msgid "rpm: %d"
55032d70
KZ
4884msgstr ""
4885
0ed2f80b 4886#: libfdisk/src/bsd.c:393
55032d70 4887#, c-format
e197d438 4888msgid "interleave: %d"
55032d70
KZ
4889msgstr ""
4890
0ed2f80b 4891#: libfdisk/src/bsd.c:394
55032d70 4892#, c-format
e197d438 4893msgid "trackskew: %d"
55032d70
KZ
4894msgstr ""
4895
0ed2f80b 4896#: libfdisk/src/bsd.c:395
55032d70 4897#, c-format
e197d438 4898msgid "cylinderskew: %d"
0e768fc4
TK
4899msgstr ""
4900
0ed2f80b 4901#: libfdisk/src/bsd.c:396
55032d70 4902#, c-format
e197d438 4903msgid "headswitch: %ld (milliseconds)"
0e768fc4
TK
4904msgstr ""
4905
0ed2f80b 4906#: libfdisk/src/bsd.c:397
e197d438
TK
4907#, c-format
4908msgid "track-to-track seek: %ld (milliseconds)"
0e768fc4
TK
4909msgstr ""
4910
0ed2f80b 4911#: libfdisk/src/bsd.c:400
e197d438
TK
4912#, fuzzy, c-format
4913msgid "partitions: %d"
4914msgstr "ponovo pročitaj particijsku tablicu"
0e768fc4 4915
0ed2f80b 4916#: libfdisk/src/bsd.c:473
e197d438 4917msgid "bytes/sector"
0e768fc4
TK
4918msgstr ""
4919
0ed2f80b 4920#: libfdisk/src/bsd.c:476
e197d438 4921msgid "sectors/track"
0e768fc4
TK
4922msgstr ""
4923
0ed2f80b 4924#: libfdisk/src/bsd.c:477
e197d438 4925msgid "tracks/cylinder"
0e768fc4
TK
4926msgstr ""
4927
0ed2f80b 4928#: libfdisk/src/bsd.c:482
e197d438 4929msgid "sectors/cylinder"
0e768fc4
TK
4930msgstr ""
4931
0ed2f80b 4932#: libfdisk/src/bsd.c:485
e197d438 4933msgid "rpm"
0e768fc4
TK
4934msgstr ""
4935
0ed2f80b 4936#: libfdisk/src/bsd.c:486
e197d438 4937msgid "interleave"
0e768fc4
TK
4938msgstr ""
4939
0ed2f80b 4940#: libfdisk/src/bsd.c:487
e197d438 4941msgid "trackskew"
0e768fc4
TK
4942msgstr ""
4943
0ed2f80b 4944#: libfdisk/src/bsd.c:488
e197d438 4945msgid "cylinderskew"
0e768fc4
TK
4946msgstr ""
4947
0ed2f80b 4948#: libfdisk/src/bsd.c:490
e197d438 4949msgid "headswitch"
0e768fc4
TK
4950msgstr ""
4951
0ed2f80b 4952#: libfdisk/src/bsd.c:491
e197d438 4953msgid "track-to-track seek"
0e768fc4
TK
4954msgstr ""
4955
0ed2f80b 4956#: libfdisk/src/bsd.c:514
55032d70 4957#, c-format
e197d438 4958msgid "The bootstrap file %s successfully loaded."
0e768fc4
TK
4959msgstr ""
4960
0ed2f80b 4961#: libfdisk/src/bsd.c:530
55032d70 4962#, c-format
e197d438 4963msgid "Bootstrap: %1$sboot -> boot%1$s (default %1$s)"
0e768fc4
TK
4964msgstr ""
4965
0ed2f80b 4966#: libfdisk/src/bsd.c:561
8892b2f9 4967msgid "Bootstrap overlaps with disklabel!"
0e768fc4
TK
4968msgstr ""
4969
0ed2f80b
KZ
4970#: libfdisk/src/bsd.c:580 libfdisk/src/bsd.c:752 sys-utils/hwclock.c:160
4971#: sys-utils/hwclock.c:162
8892b2f9
KZ
4972#, c-format
4973msgid "cannot write %s"
4974msgstr ""
e197d438 4975
0ed2f80b 4976#: libfdisk/src/bsd.c:586
55032d70 4977#, c-format
e197d438 4978msgid "Bootstrap installed on %s."
0e768fc4
TK
4979msgstr ""
4980
0ed2f80b 4981#: libfdisk/src/bsd.c:758
55032d70 4982#, c-format
e197d438 4983msgid "Disklabel written to %s."
0e768fc4
TK
4984msgstr ""
4985
0ed2f80b 4986#: libfdisk/src/bsd.c:764 libfdisk/src/context.c:306
e197d438
TK
4987#, fuzzy
4988msgid "Syncing disks."
4989msgstr "Zaključavam disk %s ... "
0e768fc4 4990
0ed2f80b 4991#: libfdisk/src/bsd.c:800
e197d438 4992msgid "BSD label is not nested within a DOS partition"
0e768fc4
TK
4993msgstr ""
4994
0ed2f80b
KZ
4995#: libfdisk/src/bsd.c:829
4996#, fuzzy, c-format
4997msgid "BSD partition '%c' linked to DOS partition %zu."
4998msgstr "nisam uspio ukloniti particiju"
4999
5000#: libfdisk/src/bsd.c:884
5001msgid "Slice"
5002msgstr ""
5003
5004#: libfdisk/src/bsd.c:885 libfdisk/src/dos.c:1981 libfdisk/src/gpt.c:2399
5005#: libfdisk/src/sgi.c:1083 libfdisk/src/sun.c:997
5006msgid "Start"
5007msgstr ""
5008
5009#: libfdisk/src/bsd.c:886 libfdisk/src/dos.c:1982 libfdisk/src/gpt.c:2400
5010#: libfdisk/src/sgi.c:1084 libfdisk/src/sun.c:998
5011msgid "End"
5012msgstr ""
5013
5014#: libfdisk/src/bsd.c:887 libfdisk/src/dos.c:1983 libfdisk/src/gpt.c:2401
5015#: libfdisk/src/sgi.c:1085 libfdisk/src/sun.c:999
5016msgid "Sectors"
5017msgstr ""
5018
5019#: libfdisk/src/bsd.c:888 libfdisk/src/dos.c:1984 libfdisk/src/gpt.c:2402
5020#: libfdisk/src/sgi.c:1086 libfdisk/src/sun.c:189 libfdisk/src/sun.c:1000
5021msgid "Cylinders"
5022msgstr ""
5023
5024#: libfdisk/src/bsd.c:889 libfdisk/src/dos.c:1985 libfdisk/src/gpt.c:2403
5025#: libfdisk/src/sgi.c:1087 libfdisk/src/sun.c:1001
5026msgid "Size"
5027msgstr ""
5028
5029#: libfdisk/src/bsd.c:891
5030msgid "Fsize"
5031msgstr ""
5032
5033#: libfdisk/src/bsd.c:892
5034msgid "Bsize"
5035msgstr ""
5036
5037#: libfdisk/src/bsd.c:893
5038msgid "Cpg"
5039msgstr ""
5040
5041#: libfdisk/src/context.c:229
55032d70 5042#, c-format
0ed2f80b 5043msgid "%s: device contains a valid '%s' signature, it's strongly recommended to wipe the device by command wipefs(8) if this setup is unexpected to avoid possible collisions."
0e768fc4
TK
5044msgstr ""
5045
0ed2f80b 5046#: libfdisk/src/context.c:302
e197d438
TK
5047#, fuzzy, c-format
5048msgid "%s: close device failed"
5049msgstr "%s: izvršavanje nije uspjelo"
0e768fc4 5050
0ed2f80b 5051#: libfdisk/src/context.c:442
e197d438
TK
5052msgid "cylinder"
5053msgid_plural "cylinders"
5054msgstr[0] ""
5055msgstr[1] ""
5056msgstr[2] ""
0e768fc4 5057
0ed2f80b 5058#: libfdisk/src/context.c:443
e197d438
TK
5059msgid "sector"
5060msgid_plural "sectors"
5061msgstr[0] ""
5062msgstr[1] ""
5063msgstr[2] ""
0e768fc4 5064
0ed2f80b 5065#: libfdisk/src/dos.c:201
e197d438 5066msgid "All primary partitions have been defined already."
0e768fc4
TK
5067msgstr ""
5068
0ed2f80b
KZ
5069#: libfdisk/src/dos.c:253
5070#, fuzzy, c-format
5071msgid "Failed to read extended partition table (offset=%ju)"
5072msgstr "ponovo pročitaj particijsku tablicu"
0e768fc4 5073
0ed2f80b 5074#: libfdisk/src/dos.c:316
e197d438 5075msgid "You can set geometry from the extra functions menu."
0e768fc4
TK
5076msgstr ""
5077
0ed2f80b 5078#: libfdisk/src/dos.c:319
e197d438 5079msgid "DOS-compatible mode is deprecated."
0e768fc4
TK
5080msgstr ""
5081
0ed2f80b
KZ
5082#: libfdisk/src/dos.c:323
5083msgid "The device presents a logical sector size that is smaller than the physical sector size. Aligning to a physical sector (or optimal I/O) size boundary is recommended, or performance may be impacted."
0e768fc4
TK
5084msgstr ""
5085
0ed2f80b 5086#: libfdisk/src/dos.c:329
e197d438 5087msgid "Cylinders as display units are deprecated."
0e768fc4
TK
5088msgstr ""
5089
0ed2f80b 5090#: libfdisk/src/dos.c:336
55032d70 5091#, c-format
0ed2f80b 5092msgid "The size of this disk is %s (%ju bytes). DOS partition table format can not be used on drives for volumes larger than %lu bytes for %lu-byte sectors. Use GUID partition table format (GPT)."
0e768fc4
TK
5093msgstr ""
5094
0ed2f80b 5095#: libfdisk/src/dos.c:479
e197d438 5096msgid "Bad offset in primary extended partition."
0e768fc4
TK
5097msgstr ""
5098
0ed2f80b 5099#: libfdisk/src/dos.c:495
55032d70 5100#, c-format
0ed2f80b 5101msgid "Omitting partitions after #%zu. They will be deleted if you save this partition table."
0e768fc4
TK
5102msgstr ""
5103
0ed2f80b 5104#: libfdisk/src/dos.c:521
e197d438 5105#, fuzzy, c-format
0ed2f80b 5106msgid "Extra link pointer in partition table %zu."
e197d438 5107msgstr "ponovo pročitaj particijsku tablicu"
0e768fc4 5108
0ed2f80b 5109#: libfdisk/src/dos.c:529
e197d438 5110#, fuzzy, c-format
0ed2f80b 5111msgid "Ignoring extra data in partition table %zu."
e197d438 5112msgstr "ponovo pročitaj particijsku tablicu"
0e768fc4 5113
0ed2f80b 5114#: libfdisk/src/dos.c:563
e197d438 5115#, fuzzy, c-format
0ed2f80b 5116msgid "omitting empty partition (%zu)"
e197d438
TK
5117msgstr "nisam uspio ukloniti particiju"
5118
0ed2f80b 5119#: libfdisk/src/dos.c:631
8892b2f9 5120msgid "Enter the new disk identifier"
0e768fc4
TK
5121msgstr ""
5122
0ed2f80b 5123#: libfdisk/src/dos.c:638
e197d438 5124msgid "Incorrect value."
0e768fc4
TK
5125msgstr ""
5126
0ed2f80b 5127#: libfdisk/src/dos.c:648
55032d70 5128#, c-format
e197d438 5129msgid "Disk identifier changed from 0x%08x to 0x%08x."
0e768fc4
TK
5130msgstr ""
5131
0ed2f80b 5132#: libfdisk/src/dos.c:740
e197d438 5133#, fuzzy, c-format
0ed2f80b 5134msgid "Ignoring extra extended partition %zu"
e197d438
TK
5135msgstr "ponovo pročitaj particijsku tablicu"
5136
0ed2f80b 5137#: libfdisk/src/dos.c:753
55032d70 5138#, c-format
0ed2f80b
KZ
5139msgid "Invalid flag 0x%02x%02x of EBR (for partition %zu) will be corrected by w(rite)."
5140msgstr ""
5141
5142#: libfdisk/src/dos.c:881
5143#, c-format
5144msgid "Start sector %ju out of range."
0e768fc4
TK
5145msgstr ""
5146
0ed2f80b
KZ
5147#: libfdisk/src/dos.c:934 libfdisk/src/gpt.c:1795 libfdisk/src/sgi.c:787
5148#: libfdisk/src/sun.c:498
e197d438 5149#, c-format
0ed2f80b 5150msgid "Partition %zu is already defined. Delete it before re-adding it."
0e768fc4
TK
5151msgstr ""
5152
0ed2f80b 5153#: libfdisk/src/dos.c:991
55032d70 5154#, c-format
e197d438 5155msgid "Sector %llu is already allocated."
0e768fc4
TK
5156msgstr ""
5157
0ed2f80b 5158#: libfdisk/src/dos.c:1025 libfdisk/src/gpt.c:1805
e197d438 5159msgid "No free sectors available."
0e768fc4
TK
5160msgstr ""
5161
0ed2f80b 5162#: libfdisk/src/dos.c:1145
e197d438 5163#, fuzzy, c-format
0ed2f80b 5164msgid "Adding logical partition %zu"
e197d438
TK
5165msgstr "nisam uspio ukloniti particiju"
5166
0ed2f80b 5167#: libfdisk/src/dos.c:1161
55032d70 5168#, c-format
0ed2f80b 5169msgid "Partition %zu: contains sector 0"
0e768fc4
TK
5170msgstr ""
5171
0ed2f80b 5172#: libfdisk/src/dos.c:1163
55032d70 5173#, c-format
0ed2f80b 5174msgid "Partition %zu: head %d greater than maximum %d"
0e768fc4
TK
5175msgstr ""
5176
0ed2f80b 5177#: libfdisk/src/dos.c:1166
55032d70 5178#, c-format
0ed2f80b 5179msgid "Partition %zu: sector %d greater than maximum %llu"
0e768fc4
TK
5180msgstr ""
5181
0ed2f80b 5182#: libfdisk/src/dos.c:1169
55032d70 5183#, c-format
0ed2f80b 5184msgid "Partition %zu: cylinder %d greater than maximum %llu"
0e768fc4
TK
5185msgstr ""
5186
0ed2f80b 5187#: libfdisk/src/dos.c:1175
55032d70 5188#, c-format
0ed2f80b 5189msgid "Partition %zu: previous sectors %u disagrees with total %u"
0e768fc4
TK
5190msgstr ""
5191
0ed2f80b 5192#: libfdisk/src/dos.c:1228
55032d70 5193#, c-format
0ed2f80b 5194msgid "Partition %zu: different physical/logical beginnings (non-Linux?): phys=(%d, %d, %d), logical=(%d, %d, %d)"
0e768fc4
TK
5195msgstr ""
5196
0ed2f80b 5197#: libfdisk/src/dos.c:1239
55032d70 5198#, c-format
0ed2f80b 5199msgid "Partition %zu: different physical/logical endings: phys=(%d, %d, %d), logical=(%d, %d, %d)"
0e768fc4
TK
5200msgstr ""
5201
0ed2f80b 5202#: libfdisk/src/dos.c:1248
55032d70 5203#, c-format
0ed2f80b 5204msgid "Partition %zu: does not end on cylinder boundary."
0e768fc4
TK
5205msgstr ""
5206
0ed2f80b 5207#: libfdisk/src/dos.c:1275
55032d70 5208#, c-format
0ed2f80b 5209msgid "Partition %zu: bad start-of-data."
0e768fc4
TK
5210msgstr ""
5211
0ed2f80b
KZ
5212#: libfdisk/src/dos.c:1285
5213#, fuzzy, c-format
5214msgid "Partition %zu: overlaps partition %zu."
5215msgstr "nisam uspio ukloniti particiju"
0e768fc4 5216
0ed2f80b 5217#: libfdisk/src/dos.c:1311
55032d70 5218#, c-format
0ed2f80b 5219msgid "Partition %zu: empty."
0e768fc4
TK
5220msgstr ""
5221
0ed2f80b 5222#: libfdisk/src/dos.c:1316
e197d438 5223#, fuzzy, c-format
0ed2f80b 5224msgid "Logical partition %zu: not entirely in partition %zu."
e197d438 5225msgstr "nisam uspio ukloniti particiju"
0e768fc4 5226
0ed2f80b 5227#: libfdisk/src/dos.c:1324
55032d70 5228#, c-format
e197d438 5229msgid "Total allocated sectors %llu greater than the maximum %llu."
0e768fc4
TK
5230msgstr ""
5231
0ed2f80b 5232#: libfdisk/src/dos.c:1327
55032d70 5233#, c-format
e197d438 5234msgid "Remaining %lld unallocated %ld-byte sectors."
0e768fc4
TK
5235msgstr ""
5236
0ed2f80b 5237#: libfdisk/src/dos.c:1379
e197d438 5238msgid "The maximum number of partitions has been created."
0e768fc4
TK
5239msgstr ""
5240
0ed2f80b 5241#: libfdisk/src/dos.c:1387
e197d438 5242msgid "All primary partitions are in use."
0e768fc4
TK
5243msgstr ""
5244
0ed2f80b
KZ
5245#: libfdisk/src/dos.c:1390
5246msgid "If you want to create more than four partitions, you must replace a primary partition with an extended partition first."
0e768fc4
TK
5247msgstr ""
5248
0ed2f80b 5249#: libfdisk/src/dos.c:1398
e197d438 5250msgid "All logical partitions are in use. Adding a primary partition."
0e768fc4
TK
5251msgstr ""
5252
0ed2f80b
KZ
5253#: libfdisk/src/dos.c:1412
5254#, fuzzy
5255msgid "Partition type"
5256msgstr "ponovo pročitaj particijsku tablicu"
5257
5258#: libfdisk/src/dos.c:1416
55032d70 5259#, c-format
0ed2f80b 5260msgid "%zu primary, %d extended, %zu free"
0e768fc4
TK
5261msgstr ""
5262
0ed2f80b
KZ
5263#: libfdisk/src/dos.c:1421
5264msgid "primary"
0e768fc4
TK
5265msgstr ""
5266
0ed2f80b
KZ
5267#: libfdisk/src/dos.c:1423
5268msgid "extended"
0e768fc4
TK
5269msgstr ""
5270
0ed2f80b
KZ
5271#: libfdisk/src/dos.c:1423
5272#, fuzzy
5273msgid "container for logical partitions"
5274msgstr "nisam uspio ukloniti particiju"
5275
5276#: libfdisk/src/dos.c:1425
5277msgid "logical"
0e768fc4
TK
5278msgstr ""
5279
0ed2f80b
KZ
5280#: libfdisk/src/dos.c:1425
5281msgid "numbered from 5"
5282msgstr ""
5283
5284#: libfdisk/src/dos.c:1456
e197d438
TK
5285#, fuzzy, c-format
5286msgid "Invalid partition type `%c'."
5287msgstr "neispravan broj particije kao argument"
5288
0ed2f80b 5289#: libfdisk/src/dos.c:1471
8892b2f9
KZ
5290#, fuzzy, c-format
5291msgid "Cannot write sector %jd: seek failed"
5292msgstr "ne mogu zatvoriti datoteku %s"
0e768fc4 5293
0ed2f80b
KZ
5294#: libfdisk/src/dos.c:1591
5295msgid "You cannot change a partition into an extended one or vice versa. Delete it first."
0e768fc4
TK
5296msgstr ""
5297
0ed2f80b
KZ
5298#: libfdisk/src/dos.c:1597
5299msgid "If you have created or modified any DOS 6.x partitions, please see the fdisk documentation for additional information."
0e768fc4
TK
5300msgstr ""
5301
0ed2f80b
KZ
5302#: libfdisk/src/dos.c:1602
5303msgid "Type 0 means free space to many systems. Having partitions of type 0 is probably unwise."
0e768fc4
TK
5304msgstr ""
5305
0ed2f80b
KZ
5306#: libfdisk/src/dos.c:1823
5307msgid "Nothing to do. Ordering is correct already."
0e768fc4
TK
5308msgstr ""
5309
0ed2f80b
KZ
5310#: libfdisk/src/dos.c:1852 libfdisk/src/gpt.c:2316
5311msgid "Done."
0e768fc4
TK
5312msgstr ""
5313
0ed2f80b
KZ
5314#: libfdisk/src/dos.c:1872
5315#, fuzzy, c-format
5316msgid "Partition %zu: no data area."
5317msgstr " (otkrivena %s particijska tablica). "
0e768fc4 5318
0ed2f80b
KZ
5319#: libfdisk/src/dos.c:1902
5320msgid "New beginning of data"
0e768fc4
TK
5321msgstr ""
5322
0ed2f80b
KZ
5323#: libfdisk/src/dos.c:1958
5324#, fuzzy, c-format
5325msgid "Partition %zu: is an extended partition."
5326msgstr "nisam uspio ukloniti particiju"
0e768fc4 5327
0ed2f80b
KZ
5328#: libfdisk/src/dos.c:1965
5329#, c-format
5330msgid "The bootable flag on partition %zu is enabled now."
0e768fc4
TK
5331msgstr ""
5332
0ed2f80b
KZ
5333#: libfdisk/src/dos.c:1966
5334#, c-format
5335msgid "The bootable flag on partition %zu is disabled now."
0e768fc4
TK
5336msgstr ""
5337
0ed2f80b
KZ
5338#: libfdisk/src/dos.c:1979 libfdisk/src/gpt.c:2398 libfdisk/src/sgi.c:1082
5339#: libfdisk/src/sun.c:996
5340msgid "Device"
0e768fc4
TK
5341msgstr ""
5342
0ed2f80b
KZ
5343#: libfdisk/src/dos.c:1980 libfdisk/src/sun.c:35
5344msgid "Boot"
0e768fc4
TK
5345msgstr ""
5346
0ed2f80b
KZ
5347#: libfdisk/src/dos.c:1986 libfdisk/src/sgi.c:1088 libfdisk/src/sun.c:1002
5348msgid "Id"
0e768fc4
TK
5349msgstr ""
5350
0ed2f80b
KZ
5351#: libfdisk/src/dos.c:1990
5352msgid "Start-C/H/S"
0e768fc4
TK
5353msgstr ""
5354
0ed2f80b
KZ
5355#: libfdisk/src/dos.c:1991
5356msgid "End-C/H/S"
0e768fc4
TK
5357msgstr ""
5358
0ed2f80b
KZ
5359#: libfdisk/src/dos.c:1992 libfdisk/src/gpt.c:2409 libfdisk/src/sgi.c:1090
5360msgid "Attrs"
0e768fc4
TK
5361msgstr ""
5362
0ed2f80b 5363#: libfdisk/src/gpt.c:150
e197d438 5364msgid "EFI System"
0e768fc4
TK
5365msgstr ""
5366
0ed2f80b 5367#: libfdisk/src/gpt.c:152
e197d438 5368msgid "MBR partition scheme"
0e768fc4
TK
5369msgstr ""
5370
0ed2f80b 5371#: libfdisk/src/gpt.c:153
ad3e09b2
KZ
5372msgid "Intel Fast Flash"
5373msgstr ""
5374
0ed2f80b
KZ
5375#: libfdisk/src/gpt.c:156
5376msgid "BIOS boot"
0e768fc4
TK
5377msgstr ""
5378
0ed2f80b 5379#: libfdisk/src/gpt.c:159
e197d438 5380msgid "Microsoft reserved"
0e768fc4
TK
5381msgstr ""
5382
0ed2f80b 5383#: libfdisk/src/gpt.c:160
e197d438 5384msgid "Microsoft basic data"
0e768fc4
TK
5385msgstr ""
5386
0ed2f80b 5387#: libfdisk/src/gpt.c:161
e197d438 5388msgid "Microsoft LDM metadata"
0e768fc4
TK
5389msgstr ""
5390
0ed2f80b 5391#: libfdisk/src/gpt.c:162
e197d438 5392msgid "Microsoft LDM data"
0e768fc4
TK
5393msgstr ""
5394
0ed2f80b 5395#: libfdisk/src/gpt.c:163
8892b2f9 5396msgid "Windows recovery environment"
0e768fc4
TK
5397msgstr ""
5398
0ed2f80b 5399#: libfdisk/src/gpt.c:164
e197d438 5400msgid "IBM General Parallel Fs"
0e768fc4
TK
5401msgstr ""
5402
0ed2f80b 5403#: libfdisk/src/gpt.c:167
e197d438 5404#, fuzzy
0ed2f80b 5405msgid "HP-UX data"
e197d438
TK
5406msgstr "nisam uspio dodati particiju"
5407
0ed2f80b
KZ
5408#: libfdisk/src/gpt.c:168
5409msgid "HP-UX service"
0e768fc4
TK
5410msgstr ""
5411
0ed2f80b
KZ
5412#: libfdisk/src/gpt.c:171 libfdisk/src/sgi.c:55 libfdisk/src/sun.c:46
5413msgid "Linux swap"
5414msgstr ""
5415
5416#: libfdisk/src/gpt.c:172
e197d438
TK
5417#, fuzzy
5418msgid "Linux filesystem"
5419msgstr "Provjeravam sve datotečne sustave.\n"
5420
0ed2f80b
KZ
5421#: libfdisk/src/gpt.c:173
5422msgid "Linux server data"
0e768fc4
TK
5423msgstr ""
5424
0ed2f80b
KZ
5425#: libfdisk/src/gpt.c:174
5426msgid "Linux root (x86)"
0e768fc4
TK
5427msgstr ""
5428
0ed2f80b
KZ
5429#: libfdisk/src/gpt.c:175
5430msgid "Linux root (x86-64)"
5431msgstr ""
5432
5433#: libfdisk/src/gpt.c:176
e197d438 5434msgid "Linux reserved"
0e768fc4
TK
5435msgstr ""
5436
0ed2f80b
KZ
5437#: libfdisk/src/gpt.c:177
5438msgid "Linux home"
5439msgstr ""
5440
5441#: libfdisk/src/gpt.c:178 libfdisk/src/sgi.c:58
5442msgid "Linux RAID"
5443msgstr ""
5444
5445#: libfdisk/src/gpt.c:179
5446msgid "Linux extended boot"
5447msgstr ""
5448
5449#: libfdisk/src/gpt.c:183
e197d438 5450msgid "FreeBSD data"
0e768fc4
TK
5451msgstr ""
5452
0ed2f80b 5453#: libfdisk/src/gpt.c:184
e197d438 5454msgid "FreeBSD boot"
0e768fc4
TK
5455msgstr ""
5456
0ed2f80b 5457#: libfdisk/src/gpt.c:185
e197d438 5458msgid "FreeBSD swap"
0e768fc4
TK
5459msgstr ""
5460
0ed2f80b 5461#: libfdisk/src/gpt.c:186
e197d438 5462msgid "FreeBSD UFS"
8b4ccda1
KZ
5463msgstr ""
5464
0ed2f80b 5465#: libfdisk/src/gpt.c:187
e197d438 5466msgid "FreeBSD ZFS"
0e768fc4
TK
5467msgstr ""
5468
0ed2f80b 5469#: libfdisk/src/gpt.c:188
e197d438 5470msgid "FreeBSD Vinum"
0e768fc4
TK
5471msgstr ""
5472
0ed2f80b 5473#: libfdisk/src/gpt.c:191
e197d438 5474msgid "Apple HFS/HFS+"
0e768fc4
TK
5475msgstr ""
5476
0ed2f80b 5477#: libfdisk/src/gpt.c:192
e197d438 5478msgid "Apple UFS"
0e768fc4
TK
5479msgstr ""
5480
0ed2f80b 5481#: libfdisk/src/gpt.c:193
e197d438 5482msgid "Apple RAID"
0e768fc4
TK
5483msgstr ""
5484
0ed2f80b 5485#: libfdisk/src/gpt.c:194
e197d438 5486msgid "Apple RAID offline"
0e768fc4
TK
5487msgstr ""
5488
0ed2f80b 5489#: libfdisk/src/gpt.c:195
e197d438 5490msgid "Apple boot"
0e768fc4
TK
5491msgstr ""
5492
0ed2f80b 5493#: libfdisk/src/gpt.c:196
e197d438 5494msgid "Apple label"
0e768fc4
TK
5495msgstr ""
5496
0ed2f80b 5497#: libfdisk/src/gpt.c:197
e197d438 5498msgid "Apple TV recovery"
0e768fc4
TK
5499msgstr ""
5500
0ed2f80b 5501#: libfdisk/src/gpt.c:198
e197d438 5502msgid "Apple Core storage"
0e768fc4
TK
5503msgstr ""
5504
0ed2f80b 5505#: libfdisk/src/gpt.c:202
e197d438 5506msgid "Solaris root"
0e768fc4
TK
5507msgstr ""
5508
0ed2f80b 5509#: libfdisk/src/gpt.c:204
e197d438 5510msgid "Solaris /usr & Apple ZFS"
0e768fc4
TK
5511msgstr ""
5512
0ed2f80b 5513#: libfdisk/src/gpt.c:205
e197d438 5514msgid "Solaris swap"
0e768fc4
TK
5515msgstr ""
5516
0ed2f80b 5517#: libfdisk/src/gpt.c:206
e197d438 5518msgid "Solaris backup"
0e768fc4
TK
5519msgstr ""
5520
0ed2f80b 5521#: libfdisk/src/gpt.c:207
e197d438 5522msgid "Solaris /var"
0e768fc4
TK
5523msgstr ""
5524
0ed2f80b 5525#: libfdisk/src/gpt.c:208
e197d438 5526msgid "Solaris /home"
0e768fc4
TK
5527msgstr ""
5528
0ed2f80b 5529#: libfdisk/src/gpt.c:209
e197d438 5530msgid "Solaris alternate sector"
0e768fc4
TK
5531msgstr ""
5532
0ed2f80b 5533#: libfdisk/src/gpt.c:210
e197d438 5534msgid "Solaris reserved 1"
0e768fc4
TK
5535msgstr ""
5536
0ed2f80b 5537#: libfdisk/src/gpt.c:211
e197d438 5538msgid "Solaris reserved 2"
0e768fc4
TK
5539msgstr ""
5540
0ed2f80b 5541#: libfdisk/src/gpt.c:212
e197d438 5542msgid "Solaris reserved 3"
0e768fc4
TK
5543msgstr ""
5544
0ed2f80b 5545#: libfdisk/src/gpt.c:213
e197d438 5546msgid "Solaris reserved 4"
0e768fc4
TK
5547msgstr ""
5548
0ed2f80b 5549#: libfdisk/src/gpt.c:214
e197d438 5550msgid "Solaris reserved 5"
0e768fc4
TK
5551msgstr ""
5552
0ed2f80b 5553#: libfdisk/src/gpt.c:217
e197d438 5554msgid "NetBSD swap"
0e768fc4
TK
5555msgstr ""
5556
0ed2f80b 5557#: libfdisk/src/gpt.c:218
e197d438 5558msgid "NetBSD FFS"
0e768fc4
TK
5559msgstr ""
5560
0ed2f80b 5561#: libfdisk/src/gpt.c:219
e197d438 5562msgid "NetBSD LFS"
0e768fc4
TK
5563msgstr ""
5564
0ed2f80b 5565#: libfdisk/src/gpt.c:220
e197d438 5566msgid "NetBSD concatenated"
0e768fc4
TK
5567msgstr ""
5568
0ed2f80b 5569#: libfdisk/src/gpt.c:221
e197d438 5570msgid "NetBSD encrypted"
0e768fc4
TK
5571msgstr ""
5572
0ed2f80b 5573#: libfdisk/src/gpt.c:222
e197d438 5574msgid "NetBSD RAID"
0e768fc4
TK
5575msgstr ""
5576
0ed2f80b 5577#: libfdisk/src/gpt.c:225
e197d438 5578msgid "ChromeOS kernel"
0e768fc4
TK
5579msgstr ""
5580
0ed2f80b 5581#: libfdisk/src/gpt.c:226
e197d438 5582msgid "ChromeOS root fs"
0e768fc4
TK
5583msgstr ""
5584
0ed2f80b 5585#: libfdisk/src/gpt.c:227
e197d438 5586msgid "ChromeOS reserved"
0e768fc4
TK
5587msgstr ""
5588
0ed2f80b 5589#: libfdisk/src/gpt.c:230
e197d438 5590msgid "MidnightBSD data"
0e768fc4
TK
5591msgstr ""
5592
0ed2f80b 5593#: libfdisk/src/gpt.c:231
e197d438 5594msgid "MidnightBSD boot"
0e768fc4
TK
5595msgstr ""
5596
0ed2f80b 5597#: libfdisk/src/gpt.c:232
e197d438 5598msgid "MidnightBSD swap"
0e768fc4
TK
5599msgstr ""
5600
0ed2f80b 5601#: libfdisk/src/gpt.c:233
e197d438 5602msgid "MidnightBSD UFS"
0e768fc4
TK
5603msgstr ""
5604
0ed2f80b 5605#: libfdisk/src/gpt.c:234
e197d438 5606msgid "MidnightBSD ZFS"
0e768fc4
TK
5607msgstr ""
5608
0ed2f80b 5609#: libfdisk/src/gpt.c:235
e197d438 5610msgid "MidnightBSD Vinum"
0e768fc4
TK
5611msgstr ""
5612
0ed2f80b
KZ
5613#: libfdisk/src/gpt.c:447
5614#, fuzzy
5615msgid "failed to allocate GPT header"
5616msgstr "nisam uspio alocirati iterator"
5617
5618#: libfdisk/src/gpt.c:593
8892b2f9
KZ
5619#, c-format
5620msgid "GPT PMBR size mismatch (%u != %u) will be corrected by w(rite)."
5621msgstr ""
5622
0ed2f80b 5623#: libfdisk/src/gpt.c:611
e197d438
TK
5624#, fuzzy
5625msgid "gpt: stat() failed"
5626msgstr "stat nije uspio %s"
5627
0ed2f80b 5628#: libfdisk/src/gpt.c:621
e197d438
TK
5629#, c-format
5630msgid "gpt: cannot handle files with mode %o"
0e768fc4
TK
5631msgstr ""
5632
0ed2f80b 5633#: libfdisk/src/gpt.c:883
e197d438 5634msgid "GPT Header"
0e768fc4
TK
5635msgstr ""
5636
0ed2f80b 5637#: libfdisk/src/gpt.c:888
e197d438 5638msgid "GPT Entries"
0e768fc4
TK
5639msgstr ""
5640
0ed2f80b
KZ
5641#: libfdisk/src/gpt.c:1199
5642msgid "The backup GPT table is corrupt, but the primary appears OK, so that will be used."
5643msgstr ""
5644
5645#: libfdisk/src/gpt.c:1208
5646msgid "The primary GPT table is corrupt, but the backup appears OK, so that will be used."
5647msgstr ""
5648
5649#: libfdisk/src/gpt.c:1390
e197d438
TK
5650#, c-format
5651msgid "First LBA: %ju"
0e768fc4
TK
5652msgstr ""
5653
0ed2f80b 5654#: libfdisk/src/gpt.c:1391
0e768fc4 5655#, c-format
e197d438 5656msgid "Last LBA: %ju"
0e768fc4
TK
5657msgstr ""
5658
0ed2f80b 5659#: libfdisk/src/gpt.c:1392
0e768fc4 5660#, c-format
e197d438 5661msgid "Alternative LBA: %ju"
0e768fc4
TK
5662msgstr ""
5663
0ed2f80b 5664#: libfdisk/src/gpt.c:1393
0e768fc4 5665#, c-format
e197d438 5666msgid "Partitions entries LBA: %ju"
0e768fc4
TK
5667msgstr ""
5668
0ed2f80b 5669#: libfdisk/src/gpt.c:1394
e197d438 5670#, fuzzy, c-format
0ed2f80b 5671msgid "Allocated partition entries: %u"
e197d438
TK
5672msgstr "ponovo pročitaj particijsku tablicu"
5673
0ed2f80b
KZ
5674#: libfdisk/src/gpt.c:1541
5675msgid "The device contains hybrid MBR -- writing GPT only. You have to sync the MBR manually."
0e768fc4
TK
5676msgstr ""
5677
0ed2f80b 5678#: libfdisk/src/gpt.c:1576
e197d438 5679msgid "Disk does not contain a valid backup header."
0e768fc4
TK
5680msgstr ""
5681
0ed2f80b 5682#: libfdisk/src/gpt.c:1581
e197d438 5683msgid "Invalid primary header CRC checksum."
0e768fc4
TK
5684msgstr ""
5685
0ed2f80b 5686#: libfdisk/src/gpt.c:1585
e197d438 5687msgid "Invalid backup header CRC checksum."
0e768fc4
TK
5688msgstr ""
5689
0ed2f80b 5690#: libfdisk/src/gpt.c:1590
e197d438
TK
5691#, fuzzy
5692msgid "Invalid partition entry checksum."
5693msgstr "neispravan broj particije kao argument"
5694
0ed2f80b 5695#: libfdisk/src/gpt.c:1595
e197d438 5696msgid "Invalid primary header LBA sanity checks."
0e768fc4
TK
5697msgstr ""
5698
0ed2f80b 5699#: libfdisk/src/gpt.c:1599
e197d438 5700msgid "Invalid backup header LBA sanity checks."
0e768fc4
TK
5701msgstr ""
5702
0ed2f80b 5703#: libfdisk/src/gpt.c:1604
e197d438 5704msgid "MyLBA mismatch with real position at primary header."
0e768fc4
TK
5705msgstr ""
5706
0ed2f80b 5707#: libfdisk/src/gpt.c:1608
e197d438 5708msgid "MyLBA mismatch with real position at backup header."
0e768fc4
TK
5709msgstr ""
5710
0ed2f80b 5711#: libfdisk/src/gpt.c:1613
8892b2f9 5712msgid "Disk is too small to hold all data."
0e768fc4
TK
5713msgstr ""
5714
0ed2f80b 5715#: libfdisk/src/gpt.c:1623
e197d438 5716msgid "Primary and backup header mismatch."
0e768fc4
TK
5717msgstr ""
5718
0ed2f80b 5719#: libfdisk/src/gpt.c:1629
e197d438
TK
5720#, c-format
5721msgid "Partition %u overlaps with partition %u."
0e768fc4
TK
5722msgstr ""
5723
0ed2f80b 5724#: libfdisk/src/gpt.c:1636
55032d70 5725#, c-format
e197d438 5726msgid "Partition %u is too big for the disk."
0e768fc4
TK
5727msgstr ""
5728
0ed2f80b 5729#: libfdisk/src/gpt.c:1643
0e768fc4 5730#, c-format
e197d438
TK
5731msgid "Partition %u ends before it starts."
5732msgstr ""
0e768fc4 5733
0ed2f80b 5734#: libfdisk/src/gpt.c:1652
e197d438
TK
5735msgid "No errors detected."
5736msgstr ""
5737
0ed2f80b 5738#: libfdisk/src/gpt.c:1653
55032d70 5739#, c-format
e197d438 5740msgid "Header version: %s"
0e768fc4
TK
5741msgstr ""
5742
0ed2f80b 5743#: libfdisk/src/gpt.c:1654
e197d438
TK
5744#, fuzzy, c-format
5745msgid "Using %u out of %d partitions."
5746msgstr "nisam uspio dodati particiju"
5747
0ed2f80b 5748#: libfdisk/src/gpt.c:1665
0e768fc4 5749#, c-format
0ed2f80b
KZ
5750msgid "A total of %ju free sectors is available in %u segment."
5751msgid_plural "A total of %ju free sectors is available in %u segments (the largest is %s)."
8892b2f9
KZ
5752msgstr[0] ""
5753msgstr[1] ""
5754msgstr[2] ""
0e768fc4 5755
0ed2f80b 5756#: libfdisk/src/gpt.c:1673
0e768fc4 5757#, c-format
8892b2f9
KZ
5758msgid "%d error detected."
5759msgid_plural "%d errors detected."
5760msgstr[0] ""
5761msgstr[1] ""
5762msgstr[2] ""
0e768fc4 5763
0ed2f80b 5764#: libfdisk/src/gpt.c:1801
e197d438 5765msgid "All partitions are already in use."
0e768fc4
TK
5766msgstr ""
5767
0ed2f80b 5768#: libfdisk/src/gpt.c:1826 libfdisk/src/gpt.c:1853
55032d70 5769#, c-format
e197d438 5770msgid "Sector %ju already used."
0e768fc4
TK
5771msgstr ""
5772
0ed2f80b 5773#: libfdisk/src/gpt.c:1909
55032d70 5774#, fuzzy, c-format
0ed2f80b 5775msgid "Could not create partition %zu"
e197d438 5776msgstr "nisam uspio ukloniti particiju"
55032d70 5777
0ed2f80b 5778#: libfdisk/src/gpt.c:1994
e197d438 5779#, c-format
8892b2f9 5780msgid "Created a new GPT disklabel (GUID: %s)."
e197d438
TK
5781msgstr ""
5782
0ed2f80b 5783#: libfdisk/src/gpt.c:2031
e197d438 5784msgid "Enter new disk UUID (in 8-4-4-4-12 format)"
0e768fc4
TK
5785msgstr ""
5786
0ed2f80b 5787#: libfdisk/src/gpt.c:2038 libfdisk/src/gpt.c:2131
55032d70 5788#, fuzzy
e197d438
TK
5789msgid "Failed to parse your UUID."
5790msgstr "%s: nisam uspio analizirati fstab"
55032d70 5791
0ed2f80b 5792#: libfdisk/src/gpt.c:2053
e197d438
TK
5793#, c-format
5794msgid "Disk identifier changed from %s to %s."
0e768fc4
TK
5795msgstr ""
5796
0ed2f80b 5797#: libfdisk/src/gpt.c:2124
e197d438
TK
5798msgid "New UUID (in 8-4-4-4-12 format)"
5799msgstr ""
55032d70 5800
0ed2f80b 5801#: libfdisk/src/gpt.c:2146
e197d438 5802#, c-format
8892b2f9 5803msgid "Partition UUID changed from %s to %s."
e197d438 5804msgstr ""
55032d70 5805
0ed2f80b 5806#: libfdisk/src/gpt.c:2169
e197d438 5807msgid "New name"
0e768fc4
TK
5808msgstr ""
5809
0ed2f80b 5810#: libfdisk/src/gpt.c:2191
e197d438 5811#, c-format
8892b2f9 5812msgid "Partition name changed from '%s' to '%.*s'."
0e768fc4
TK
5813msgstr ""
5814
0ed2f80b
KZ
5815#: libfdisk/src/gpt.c:2243
5816msgid "Enter GUID specific bit"
5817msgstr ""
5818
5819#: libfdisk/src/gpt.c:2263
5820#, c-format
5821msgid "The GUID specific bit %d on partition %zu is enabled now."
5822msgstr ""
5823
5824#: libfdisk/src/gpt.c:2264
5825#, c-format
5826msgid "The GUID specific bit %d on partition %zu is disabled now."
5827msgstr ""
5828
5829#: libfdisk/src/gpt.c:2269
5830#, c-format
5831msgid "The %s flag on partition %zu is enabled now."
5832msgstr ""
5833
5834#: libfdisk/src/gpt.c:2270
5835#, c-format
5836msgid "The %s flag on partition %zu is disabled now."
5837msgstr ""
5838
5839#: libfdisk/src/gpt.c:2406
5840msgid "Type-UUID"
5841msgstr ""
5842
5843#: libfdisk/src/gpt.c:2407
5844msgid "UUID"
5845msgstr ""
5846
5847#: libfdisk/src/gpt.c:2408 login-utils/chfn.c:235 login-utils/chfn.c:315
5848msgid "Name"
5849msgstr ""
5850
5851#: libfdisk/src/label.c:104
e197d438 5852msgid "Incomplete geometry setting."
0e768fc4
TK
5853msgstr ""
5854
0ed2f80b
KZ
5855#: libfdisk/src/partition.c:336
5856msgid "Free space"
5857msgstr ""
5858
5859#: libfdisk/src/parttype.c:85 misc-utils/findmnt.c:650 schedutils/ionice.c:79
5860#: sys-utils/hwclock.c:322
e197d438 5861msgid "unknown"
0e768fc4
TK
5862msgstr ""
5863
0ed2f80b 5864#: libfdisk/src/sgi.c:41
e197d438 5865msgid "SGI volhdr"
0e768fc4
TK
5866msgstr ""
5867
0ed2f80b 5868#: libfdisk/src/sgi.c:42
e197d438 5869msgid "SGI trkrepl"
0e768fc4
TK
5870msgstr ""
5871
0ed2f80b 5872#: libfdisk/src/sgi.c:43
e197d438 5873msgid "SGI secrepl"
0e768fc4
TK
5874msgstr ""
5875
0ed2f80b 5876#: libfdisk/src/sgi.c:44
e197d438 5877msgid "SGI raw"
0e768fc4
TK
5878msgstr ""
5879
0ed2f80b 5880#: libfdisk/src/sgi.c:45
e197d438 5881msgid "SGI bsd"
0e768fc4
TK
5882msgstr ""
5883
0ed2f80b 5884#: libfdisk/src/sgi.c:46
e197d438
TK
5885msgid "SGI sysv"
5886msgstr ""
55032d70 5887
0ed2f80b 5888#: libfdisk/src/sgi.c:47
e197d438 5889msgid "SGI volume"
0e768fc4
TK
5890msgstr ""
5891
0ed2f80b 5892#: libfdisk/src/sgi.c:48
e197d438
TK
5893msgid "SGI efs"
5894msgstr ""
55032d70 5895
0ed2f80b 5896#: libfdisk/src/sgi.c:49
e197d438 5897msgid "SGI lvol"
0e768fc4
TK
5898msgstr ""
5899
0ed2f80b 5900#: libfdisk/src/sgi.c:50
e197d438 5901msgid "SGI rlvol"
0e768fc4
TK
5902msgstr ""
5903
0ed2f80b 5904#: libfdisk/src/sgi.c:51
e197d438 5905msgid "SGI xfs"
0e768fc4
TK
5906msgstr ""
5907
0ed2f80b 5908#: libfdisk/src/sgi.c:52
e197d438 5909msgid "SGI xfslog"
0e768fc4
TK
5910msgstr ""
5911
0ed2f80b 5912#: libfdisk/src/sgi.c:53
e197d438 5913msgid "SGI xlv"
0e768fc4
TK
5914msgstr ""
5915
0ed2f80b 5916#: libfdisk/src/sgi.c:54
e197d438 5917msgid "SGI xvm"
0e768fc4
TK
5918msgstr ""
5919
0ed2f80b 5920#: libfdisk/src/sgi.c:56 libfdisk/src/sun.c:47
e197d438 5921msgid "Linux native"
0e768fc4
TK
5922msgstr ""
5923
0ed2f80b 5924#: libfdisk/src/sgi.c:143
e197d438 5925msgid "SGI info created on second sector"
0e768fc4
TK
5926msgstr ""
5927
0ed2f80b 5928#: libfdisk/src/sgi.c:243
8892b2f9 5929msgid "Detected an SGI disklabel with wrong checksum."
0e768fc4
TK
5930msgstr ""
5931
0ed2f80b 5932#: libfdisk/src/sgi.c:259
e197d438
TK
5933#, c-format
5934msgid ""
5935"Label geometry: %d heads, %llu sectors\n"
5936" %llu cylinders, %d physical cylinders\n"
5937" %d extra sects/cyl, interleave %d:1\n"
0e768fc4
TK
5938msgstr ""
5939
0ed2f80b 5940#: libfdisk/src/sgi.c:266
e197d438
TK
5941#, fuzzy, c-format
5942msgid "Bootfile: %s"
5943msgstr "open nije uspio: %s"
5944
0ed2f80b
KZ
5945#: libfdisk/src/sgi.c:354
5946msgid "Invalid bootfile! The bootfile must be an absolute non-zero pathname, e.g. \"/unix\" or \"/unix.save\"."
0e768fc4
TK
5947msgstr ""
5948
0ed2f80b 5949#: libfdisk/src/sgi.c:360
e197d438 5950#, c-format
8892b2f9
KZ
5951msgid "Name of bootfile is too long: %zu byte maximum."
5952msgid_plural "Name of bootfile is too long: %zu bytes maximum."
5953msgstr[0] ""
5954msgstr[1] ""
5955msgstr[2] ""
0e768fc4 5956
0ed2f80b 5957#: libfdisk/src/sgi.c:367
e197d438 5958msgid "Bootfile must have a fully qualified pathname."
0e768fc4
TK
5959msgstr ""
5960
0ed2f80b
KZ
5961#: libfdisk/src/sgi.c:373
5962msgid "Be aware that the bootfile is not checked for existence. SGI's default is \"/unix\", and for backup \"/unix.save\"."
0e768fc4
TK
5963msgstr ""
5964
0ed2f80b 5965#: libfdisk/src/sgi.c:389
e197d438
TK
5966#, c-format
5967msgid "The current boot file is: %s"
0e768fc4
TK
5968msgstr ""
5969
0ed2f80b 5970#: libfdisk/src/sgi.c:391
e197d438 5971msgid "Enter of the new boot file"
0e768fc4
TK
5972msgstr ""
5973
0ed2f80b 5974#: libfdisk/src/sgi.c:396
8892b2f9 5975msgid "Boot file is unchanged."
0e768fc4
TK
5976msgstr ""
5977
0ed2f80b 5978#: libfdisk/src/sgi.c:408
e197d438 5979#, c-format
8892b2f9 5980msgid "Bootfile has been changed to \"%s\"."
0e768fc4
TK
5981msgstr ""
5982
0ed2f80b 5983#: libfdisk/src/sgi.c:548
e197d438 5984msgid "More than one entire disk entry present."
0e768fc4
TK
5985msgstr ""
5986
0ed2f80b 5987#: libfdisk/src/sgi.c:555 libfdisk/src/sun.c:440
8892b2f9
KZ
5988#, fuzzy
5989msgid "No partitions defined."
5990msgstr "ponovo pročitaj particijsku tablicu"
0e768fc4 5991
0ed2f80b 5992#: libfdisk/src/sgi.c:563
8892b2f9 5993msgid "IRIX likes it when partition 11 covers the entire disk."
0e768fc4
TK
5994msgstr ""
5995
0ed2f80b 5996#: libfdisk/src/sgi.c:567
e197d438 5997#, c-format
8892b2f9 5998msgid "The entire disk partition should start at block 0, not at block %d."
0e768fc4
TK
5999msgstr ""
6000
0ed2f80b 6001#: libfdisk/src/sgi.c:578
e197d438 6002msgid "Partition 11 should cover the entire disk."
0e768fc4
TK
6003msgstr ""
6004
0ed2f80b 6005#: libfdisk/src/sgi.c:602
e197d438 6006#, c-format
8892b2f9
KZ
6007msgid "Partitions %d and %d overlap by %d sector."
6008msgid_plural "Partitions %d and %d overlap by %d sectors."
6009msgstr[0] ""
6010msgstr[1] ""
6011msgstr[2] ""
0e768fc4 6012
0ed2f80b 6013#: libfdisk/src/sgi.c:613 libfdisk/src/sgi.c:635
e197d438 6014#, c-format
8892b2f9
KZ
6015msgid "Unused gap of %8u sector: sector %8u"
6016msgid_plural "Unused gap of %8u sectors: sectors %8u-%u"
6017msgstr[0] ""
6018msgstr[1] ""
6019msgstr[2] ""
0e768fc4 6020
0ed2f80b 6021#: libfdisk/src/sgi.c:648
e197d438 6022msgid "The boot partition does not exist."
0e768fc4
TK
6023msgstr ""
6024
0ed2f80b 6025#: libfdisk/src/sgi.c:652
e197d438 6026msgid "The swap partition does not exist."
0e768fc4
TK
6027msgstr ""
6028
0ed2f80b 6029#: libfdisk/src/sgi.c:656
e197d438 6030msgid "The swap partition has no swap type."
0e768fc4
TK
6031msgstr ""
6032
0ed2f80b 6033#: libfdisk/src/sgi.c:659
8892b2f9 6034msgid "You have chosen an unusual bootfile name."
0e768fc4
TK
6035msgstr ""
6036
0ed2f80b 6037#: libfdisk/src/sgi.c:709
e197d438 6038msgid "Partition overlap on the disk."
0e768fc4
TK
6039msgstr ""
6040
0ed2f80b 6041#: libfdisk/src/sgi.c:792
e197d438 6042msgid "Attempting to generate entire disk entry automatically."
0e768fc4
TK
6043msgstr ""
6044
0ed2f80b 6045#: libfdisk/src/sgi.c:797
e197d438 6046msgid "The entire disk is already covered with partitions."
0e768fc4
TK
6047msgstr ""
6048
0ed2f80b 6049#: libfdisk/src/sgi.c:801
e197d438 6050msgid "You got a partition overlap on the disk. Fix it first!"
0e768fc4
TK
6051msgstr ""
6052
0ed2f80b 6053#: libfdisk/src/sgi.c:823 libfdisk/src/sun.c:525
e197d438
TK
6054#, c-format
6055msgid "First %s"
0e768fc4
TK
6056msgstr ""
6057
0ed2f80b
KZ
6058#: libfdisk/src/sgi.c:847 libfdisk/src/sgi.c:897
6059msgid "It is highly recommended that the eleventh partition covers the entire disk and is of type 'SGI volume'."
0e768fc4
TK
6060msgstr ""
6061
0ed2f80b 6062#: libfdisk/src/sgi.c:862 libfdisk/src/sun.c:620
e197d438
TK
6063#, c-format
6064msgid "Last %s or +%s or +size{K,M,G,T,P}"
6065msgstr ""
6066
0ed2f80b 6067#: libfdisk/src/sgi.c:932 libfdisk/src/sun.c:231
e197d438 6068#, c-format
0ed2f80b 6069msgid "BLKGETSIZE ioctl failed on %s. Using geometry cylinder value of %llu. This value may be truncated for devices > 33.8 GB."
e197d438
TK
6070msgstr ""
6071
0ed2f80b 6072#: libfdisk/src/sgi.c:993
e197d438
TK
6073msgid "Created a new SGI disklabel."
6074msgstr ""
6075
0ed2f80b 6076#: libfdisk/src/sgi.c:1007
e197d438
TK
6077msgid "Sorry, only for non-empty partitions you can change the tag."
6078msgstr ""
6079
0ed2f80b
KZ
6080#: libfdisk/src/sgi.c:1013
6081msgid "Consider leaving partition 9 as volume header (0), and partition 11 as entire volume (6), as IRIX expects it."
e197d438
TK
6082msgstr ""
6083
0ed2f80b
KZ
6084#: libfdisk/src/sgi.c:1021
6085msgid "It is highly recommended that the partition at offset 0 is of type \"SGI volhdr\", the IRIX system will rely on it to retrieve from its directory standalone tools like sash and fx. Only the \"SGI volume\" entire disk section may violate this. Are you sure about tagging this partition differently?"
e197d438
TK
6086msgstr ""
6087
0ed2f80b 6088#: libfdisk/src/sun.c:34
e197d438
TK
6089msgid "Unassigned"
6090msgstr ""
6091
0ed2f80b 6092#: libfdisk/src/sun.c:36
e197d438
TK
6093msgid "SunOS root"
6094msgstr ""
6095
0ed2f80b 6096#: libfdisk/src/sun.c:37
e197d438
TK
6097msgid "SunOS swap"
6098msgstr ""
6099
0ed2f80b 6100#: libfdisk/src/sun.c:38
e197d438
TK
6101msgid "SunOS usr"
6102msgstr ""
6103
0ed2f80b 6104#: libfdisk/src/sun.c:39
e197d438
TK
6105msgid "Whole disk"
6106msgstr ""
6107
0ed2f80b 6108#: libfdisk/src/sun.c:40
e197d438
TK
6109msgid "SunOS stand"
6110msgstr ""
6111
0ed2f80b 6112#: libfdisk/src/sun.c:41
e197d438
TK
6113msgid "SunOS var"
6114msgstr ""
6115
0ed2f80b 6116#: libfdisk/src/sun.c:42
e197d438 6117msgid "SunOS home"
0e768fc4
TK
6118msgstr ""
6119
0ed2f80b 6120#: libfdisk/src/sun.c:43
e197d438 6121msgid "SunOS alt sectors"
0e768fc4
TK
6122msgstr ""
6123
0ed2f80b 6124#: libfdisk/src/sun.c:44
e197d438
TK
6125msgid "SunOS cachefs"
6126msgstr ""
55032d70 6127
0ed2f80b 6128#: libfdisk/src/sun.c:45
e197d438 6129msgid "SunOS reserved"
0e768fc4
TK
6130msgstr ""
6131
0ed2f80b
KZ
6132#: libfdisk/src/sun.c:130
6133msgid "Detected sun disklabel with wrong checksum. Probably you'll have to set all the values, e.g. heads, sectors, cylinders and partitions or force a fresh label (s command in main menu)"
0e768fc4
TK
6134msgstr ""
6135
0ed2f80b 6136#: libfdisk/src/sun.c:143
e197d438
TK
6137#, c-format
6138msgid "Detected sun disklabel with wrong version [%d]."
0e768fc4
TK
6139msgstr ""
6140
0ed2f80b 6141#: libfdisk/src/sun.c:148
e197d438
TK
6142#, c-format
6143msgid "Detected sun disklabel with wrong vtoc.sanity [0x%08x]."
55032d70
KZ
6144msgstr ""
6145
0ed2f80b 6146#: libfdisk/src/sun.c:153
e197d438
TK
6147#, c-format
6148msgid "Detected sun disklabel with wrong vtoc.nparts [%u]."
0e768fc4
TK
6149msgstr ""
6150
0ed2f80b
KZ
6151#: libfdisk/src/sun.c:158
6152msgid "Warning: Wrong values need to be fixed up and will be corrected by w(rite)"
0e768fc4
TK
6153msgstr ""
6154
e197d438 6155#: libfdisk/src/sun.c:185
0ed2f80b
KZ
6156msgid "Heads"
6157msgstr ""
6158
6159#: libfdisk/src/sun.c:187
e197d438 6160msgid "Sectors/track"
0e768fc4
TK
6161msgstr ""
6162
0ed2f80b 6163#: libfdisk/src/sun.c:284
e197d438 6164msgid "Created a new Sun disklabel."
0e768fc4
TK
6165msgstr ""
6166
0ed2f80b 6167#: libfdisk/src/sun.c:398
e197d438 6168#, c-format
0ed2f80b 6169msgid "Partition %u doesn't end on cylinder boundary."
0e768fc4
TK
6170msgstr ""
6171
0ed2f80b 6172#: libfdisk/src/sun.c:417
e197d438 6173#, c-format
0ed2f80b 6174msgid "Partition %u overlaps with others in sectors %u-%u."
0e768fc4
TK
6175msgstr ""
6176
0ed2f80b 6177#: libfdisk/src/sun.c:445
55032d70 6178#, c-format
0ed2f80b 6179msgid "Unused gap - sectors 0-%u."
0e768fc4
TK
6180msgstr ""
6181
0ed2f80b 6182#: libfdisk/src/sun.c:447 libfdisk/src/sun.c:453
0e768fc4 6183#, c-format
0ed2f80b 6184msgid "Unused gap - sectors %u-%u."
e197d438
TK
6185msgstr ""
6186
0ed2f80b
KZ
6187#: libfdisk/src/sun.c:509
6188msgid "Other partitions already cover the whole disk. Delete some/shrink them before retry."
0e768fc4
TK
6189msgstr ""
6190
0ed2f80b 6191#: libfdisk/src/sun.c:574
0e768fc4 6192#, c-format
0ed2f80b 6193msgid "Sector %d is already allocated"
0e768fc4
TK
6194msgstr ""
6195
0ed2f80b
KZ
6196#: libfdisk/src/sun.c:581
6197msgid "It is highly recommended that the third partition covers the whole disk and is of type `Whole disk'"
0e768fc4
TK
6198msgstr ""
6199
0ed2f80b 6200#: libfdisk/src/sun.c:591
0e768fc4 6201#, c-format
0ed2f80b 6202msgid "Aligning the first sector from %u to %u to be on cylinder boundary."
0e768fc4
TK
6203msgstr ""
6204
0ed2f80b 6205#: libfdisk/src/sun.c:666
e197d438
TK
6206#, c-format
6207msgid ""
6208"You haven't covered the whole disk with the 3rd partition, but your value\n"
0ed2f80b
KZ
6209"%lu %s covers some other partition. Your entry has been changed\n"
6210"to %lu %s"
e197d438 6211msgstr ""
55032d70 6212
0ed2f80b 6213#: libfdisk/src/sun.c:705
0e768fc4 6214#, c-format
0ed2f80b 6215msgid "If you want to maintain SunOS/Solaris compatibility, consider leaving this partition as Whole disk (5), starting at 0, with %u sectors"
0e768fc4
TK
6216msgstr ""
6217
0ed2f80b 6218#: libfdisk/src/sun.c:729
55032d70 6219#, c-format
e197d438
TK
6220msgid ""
6221"Label geometry: %d rpm, %d alternate and %d physical cylinders,\n"
6222" %d extra sects/cyl, interleave %d:1"
0e768fc4
TK
6223msgstr ""
6224
0ed2f80b 6225#: libfdisk/src/sun.c:736
55032d70 6226#, c-format
e197d438 6227msgid "Label ID: %s"
0e768fc4
TK
6228msgstr ""
6229
0ed2f80b 6230#: libfdisk/src/sun.c:737
e197d438
TK
6231#, fuzzy, c-format
6232msgid "Volume ID: %s"
6233msgstr "Prostor: <%-6s>\n"
6234
0ed2f80b 6235#: libfdisk/src/sun.c:738
e197d438 6236msgid "<none>"
0e768fc4
TK
6237msgstr ""
6238
0ed2f80b 6239#: libfdisk/src/sun.c:812
e197d438 6240msgid "Number of alternate cylinders"
0e768fc4
TK
6241msgstr ""
6242
0ed2f80b 6243#: libfdisk/src/sun.c:828
e197d438 6244msgid "Extra sectors per cylinder"
0e768fc4
TK
6245msgstr ""
6246
0ed2f80b 6247#: libfdisk/src/sun.c:843
e197d438 6248msgid "Interleave factor"
0e768fc4
TK
6249msgstr ""
6250
0ed2f80b 6251#: libfdisk/src/sun.c:858
e197d438
TK
6252msgid "Rotation speed (rpm)"
6253msgstr ""
55032d70 6254
0ed2f80b 6255#: libfdisk/src/sun.c:873
e197d438
TK
6256msgid "Number of physical cylinders"
6257msgstr ""
55032d70 6258
0ed2f80b 6259#: libfdisk/src/sun.c:934
6249b53a 6260msgid ""
e197d438
TK
6261"Consider leaving partition 3 as Whole disk (5),\n"
6262"as SunOS/Solaris expects it and even Linux likes it.\n"
55032d70
KZ
6263msgstr ""
6264
0ed2f80b 6265#: libfdisk/src/sun.c:943
e197d438
TK
6266msgid ""
6267"It is highly recommended that the partition at offset 0\n"
6268"is UFS, EXT2FS filesystem or SunOS swap. Putting Linux swap\n"
6269"there may destroy your partition table and bootblock.\n"
6270"Are you sure you want to tag the partition as Linux swap?"
0e768fc4
TK
6271msgstr ""
6272
0ed2f80b
KZ
6273#: libfdisk/src/sun.c:1004
6274msgid "Flags"
6275msgstr ""
6276
e197d438 6277#: lib/pager.c:102
0e768fc4
TK
6278#, c-format
6279msgid "waitpid failed (%s)"
6280msgstr ""
6281
0ed2f80b 6282#: lib/path.c:212 sys-utils/lscpu.c:1509
0e768fc4
TK
6283msgid "failed to callocate cpu set"
6284msgstr ""
6285
0ed2f80b 6286#: lib/path.c:216
0e768fc4
TK
6287#, c-format
6288msgid "failed to parse CPU list %s"
6289msgstr ""
6290
0ed2f80b 6291#: lib/path.c:219
0e768fc4
TK
6292#, c-format
6293msgid "failed to parse CPU mask %s"
6294msgstr ""
6295
0ed2f80b
KZ
6296#: lib/randutils.c:130
6297msgid "libc pseudo-random functions"
6298msgstr ""
6299
55032d70 6300#: login-utils/chfn.c:83 login-utils/chsh.c:72
0e768fc4
TK
6301#, c-format
6302msgid " %s [options] [username]\n"
6303msgstr ""
6304
55032d70 6305#: login-utils/chfn.c:85
0e768fc4
TK
6306msgid " -f, --full-name <full-name> real name\n"
6307msgstr ""
6308
55032d70 6309#: login-utils/chfn.c:86
0e768fc4
TK
6310msgid " -o, --office <office> office number\n"
6311msgstr ""
6312
55032d70 6313#: login-utils/chfn.c:87
0e768fc4
TK
6314msgid " -p, --office-phone <phone> office phone number\n"
6315msgstr ""
6316
55032d70 6317#: login-utils/chfn.c:88
0e768fc4
TK
6318msgid " -h, --home-phone <phone> home phone number\n"
6319msgstr ""
6320
55032d70 6321#: login-utils/chfn.c:90 login-utils/chsh.c:77
0e768fc4
TK
6322msgid " -u, --help display this help and exit\n"
6323msgstr ""
6324
55032d70 6325#: login-utils/chfn.c:91 login-utils/chsh.c:78
0e768fc4
TK
6326msgid " -v, --version output version information and exit\n"
6327msgstr ""
6328
55032d70 6329#: login-utils/chfn.c:127 login-utils/chsh.c:104
0e768fc4
TK
6330#, c-format
6331msgid "you (user %d) don't exist."
6332msgstr ""
6333
55032d70 6334#: login-utils/chfn.c:132 login-utils/chsh.c:109 login-utils/libuser.c:59
0e768fc4
TK
6335#, c-format
6336msgid "user \"%s\" does not exist."
6337msgstr ""
6338
55032d70 6339#: login-utils/chfn.c:138
0e768fc4
TK
6340msgid "can only change local entries"
6341msgstr ""
6342
55032d70 6343#: login-utils/chfn.c:149
0e768fc4
TK
6344#, c-format
6345msgid "%s is not authorized to change the finger info of %s"
6346msgstr ""
6347
55032d70 6348#: login-utils/chfn.c:151 login-utils/chsh.c:129
0e768fc4
TK
6349msgid "Unknown user context"
6350msgstr ""
6351
55032d70 6352#: login-utils/chfn.c:157 login-utils/chsh.c:135
0e768fc4
TK
6353#, c-format
6354msgid "can't set default context for %s"
6355msgstr ""
6356
55032d70
KZ
6357#: login-utils/chfn.c:168
6358msgid "running UID doesn't match UID of user we're altering, change denied"
6359msgstr ""
6360
6361#: login-utils/chfn.c:172
0e768fc4
TK
6362#, c-format
6363msgid "Changing finger information for %s.\n"
6364msgstr ""
6365
55032d70 6366#: login-utils/chfn.c:184
0e768fc4
TK
6367#, c-format
6368msgid "Finger information not changed.\n"
6369msgstr ""
6370
e197d438 6371#: login-utils/chfn.c:239 login-utils/chfn.c:316
0e768fc4
TK
6372msgid "Office"
6373msgstr ""
6374
e197d438 6375#: login-utils/chfn.c:243 login-utils/chfn.c:317
0e768fc4
TK
6376msgid "Office Phone"
6377msgstr ""
6378
e197d438 6379#: login-utils/chfn.c:247 login-utils/chfn.c:318
0e768fc4
TK
6380msgid "Home Phone"
6381msgstr ""
6382
e197d438 6383#: login-utils/chfn.c:338 login-utils/chsh.c:260
0e768fc4
TK
6384msgid "Aborted."
6385msgstr ""
6386
e197d438 6387#: login-utils/chfn.c:370
0e768fc4
TK
6388#, c-format
6389msgid "field %s is too long"
6390msgstr ""
6391
e197d438 6392#: login-utils/chfn.c:372
0e768fc4
TK
6393msgid "field is too long"
6394msgstr ""
6395
e197d438 6396#: login-utils/chfn.c:380
0e768fc4
TK
6397#, c-format
6398msgid "%s: '%c' is not allowed"
6399msgstr ""
6400
e197d438 6401#: login-utils/chfn.c:382 login-utils/chsh.c:304
0e768fc4
TK
6402#, c-format
6403msgid "'%c' is not allowed"
6404msgstr ""
6405
e197d438 6406#: login-utils/chfn.c:388
0e768fc4
TK
6407#, c-format
6408msgid "%s: control characters are not allowed"
6409msgstr ""
6410
e197d438 6411#: login-utils/chfn.c:391 login-utils/chsh.c:308
0e768fc4
TK
6412msgid "control characters are not allowed"
6413msgstr ""
6414
e197d438 6415#: login-utils/chfn.c:473
0e768fc4
TK
6416#, c-format
6417msgid "Finger information *NOT* changed. Try again later.\n"
6418msgstr ""
6419
e197d438 6420#: login-utils/chfn.c:476
0e768fc4
TK
6421#, c-format
6422msgid "Finger information changed.\n"
6423msgstr ""
6424
55032d70 6425#: login-utils/chsh.c:74
0e768fc4
TK
6426msgid " -s, --shell <shell> specify login shell\n"
6427msgstr ""
6428
55032d70 6429#: login-utils/chsh.c:75
0e768fc4
TK
6430msgid " -l, --list-shells print list of shells and exit\n"
6431msgstr ""
6432
55032d70 6433#: login-utils/chsh.c:115
0e768fc4
TK
6434msgid "can only change local entries."
6435msgstr ""
6436
55032d70 6437#: login-utils/chsh.c:128
0e768fc4
TK
6438#, c-format
6439msgid "%s is not authorized to change the shell of %s"
6440msgstr ""
6441
55032d70 6442#: login-utils/chsh.c:152
0ed2f80b 6443msgid "running UID doesn't match UID of user we're altering, shell change denied"
0e768fc4
TK
6444msgstr ""
6445
55032d70 6446#: login-utils/chsh.c:157
0e768fc4
TK
6447#, c-format
6448msgid "your shell is not in %s, shell change denied"
6449msgstr ""
6450
55032d70 6451#: login-utils/chsh.c:163
0e768fc4
TK
6452#, c-format
6453msgid "Changing shell for %s.\n"
6454msgstr ""
6455
55032d70 6456#: login-utils/chsh.c:171
0e768fc4
TK
6457msgid "New shell"
6458msgstr ""
6459
55032d70 6460#: login-utils/chsh.c:180
0e768fc4
TK
6461msgid "Shell not changed."
6462msgstr ""
6463
55032d70
KZ
6464#: login-utils/chsh.c:185
6465msgid "Shell *NOT* changed. Try again later."
6466msgstr ""
6467
6468#: login-utils/chsh.c:189
0e768fc4
TK
6469msgid ""
6470"setpwnam failed\n"
6471"Shell *NOT* changed. Try again later."
6472msgstr ""
6473
55032d70 6474#: login-utils/chsh.c:193
0e768fc4
TK
6475#, c-format
6476msgid "Shell changed.\n"
6477msgstr ""
6478
55032d70 6479#: login-utils/chsh.c:289
0e768fc4
TK
6480msgid "shell must be a full path name"
6481msgstr ""
6482
55032d70 6483#: login-utils/chsh.c:293
0e768fc4
TK
6484#, c-format
6485msgid "\"%s\" does not exist"
6486msgstr ""
6487
55032d70 6488#: login-utils/chsh.c:297
0e768fc4
TK
6489#, c-format
6490msgid "\"%s\" is not executable"
6491msgstr ""
6492
55032d70 6493#: login-utils/chsh.c:316
0e768fc4
TK
6494#, c-format
6495msgid "Warning: \"%s\" is not listed in %s."
6496msgstr ""
6497
55032d70 6498#: login-utils/chsh.c:320 login-utils/chsh.c:326
0e768fc4
TK
6499#, c-format
6500msgid ""
6501"\"%s\" is not listed in %s.\n"
6502"Use %s -l to see list."
6503msgstr ""
6504
55032d70 6505#: login-utils/chsh.c:350
0e768fc4
TK
6506msgid "No known shells."
6507msgstr ""
6508
55032d70
KZ
6509#: login-utils/islocal.c:99
6510#, c-format
6511msgid "Usage: %s <passwordfile> <username>...\n"
6512msgstr ""
6513
0ed2f80b 6514#: login-utils/last.c:156 sys-utils/dmesg.c:1173
e197d438
TK
6515#, fuzzy, c-format
6516msgid "unknown time format: %s"
6517msgstr "Nepoznata naredba: %s"
6518
0ed2f80b 6519#: login-utils/last.c:264 login-utils/last.c:272
e197d438
TK
6520#, c-format
6521msgid "Interrupted %s"
6522msgstr ""
6523
0ed2f80b 6524#: login-utils/last.c:427
e197d438
TK
6525msgid "preallocation size exceeded"
6526msgstr ""
6527
0ed2f80b 6528#: login-utils/last.c:553
e197d438
TK
6529#, fuzzy, c-format
6530msgid " %s [options] [<username>...] [<tty>...]\n"
6531msgstr " %s [opcije] <uređaj>\n"
6532
0ed2f80b 6533#: login-utils/last.c:556
e197d438
TK
6534msgid " -<number> how many lines to show\n"
6535msgstr ""
6536
0ed2f80b 6537#: login-utils/last.c:557
e197d438
TK
6538msgid " -a, --hostlast display hostnames in the last column\n"
6539msgstr ""
6540
0ed2f80b 6541#: login-utils/last.c:558
e197d438
TK
6542msgid " -d, --dns translate the IP number back into a hostname\n"
6543msgstr ""
6544
0ed2f80b 6545#: login-utils/last.c:560
e197d438
TK
6546#, c-format
6547msgid " -f, --file <file> use a specific file instead of %s\n"
6548msgstr ""
6549
0ed2f80b 6550#: login-utils/last.c:561
e197d438
TK
6551msgid " -F, --fulltimes print full login and logout times and dates\n"
6552msgstr ""
6553
0ed2f80b 6554#: login-utils/last.c:562
e197d438
TK
6555msgid " -i, --ip display IP numbers in numbers-and-dots notation\n"
6556msgstr ""
6557
0ed2f80b 6558#: login-utils/last.c:563
e197d438
TK
6559msgid " -n, --limit <number> how many lines to show\n"
6560msgstr ""
6561
0ed2f80b 6562#: login-utils/last.c:564
e197d438
TK
6563msgid " -R, --nohostname don't display the hostname field\n"
6564msgstr ""
6565
0ed2f80b 6566#: login-utils/last.c:565
e197d438
TK
6567msgid " -s, --since <time> display the lines since the specified time\n"
6568msgstr ""
6569
0ed2f80b 6570#: login-utils/last.c:566
e197d438
TK
6571msgid " -t, --until <time> display the lines until the specified time\n"
6572msgstr ""
6573
0ed2f80b 6574#: login-utils/last.c:567
e197d438
TK
6575msgid " -p, --present <time> display who where present at the specified time\n"
6576msgstr ""
6577
0ed2f80b 6578#: login-utils/last.c:568
e197d438
TK
6579msgid " -w, --fullnames display full user and domain names\n"
6580msgstr ""
6581
0ed2f80b
KZ
6582#: login-utils/last.c:569
6583msgid " -x, --system display system shutdown entries and run level changes\n"
e197d438
TK
6584msgstr ""
6585
0ed2f80b 6586#: login-utils/last.c:570
e197d438
TK
6587msgid " --time-format <format> show time stamp using format:\n"
6588msgstr ""
6589
0ed2f80b 6590#: login-utils/last.c:571
e197d438
TK
6591msgid " [notime|short|full|iso]\n"
6592msgstr ""
6593
0ed2f80b 6594#: login-utils/last.c:850
e197d438
TK
6595#, c-format
6596msgid ""
6597"\n"
6598"%s begins %s"
6599msgstr ""
6600
0ed2f80b 6601#: login-utils/last.c:920
e197d438
TK
6602#, fuzzy
6603msgid "failed to parse number"
6604msgstr "nisam uspio obraditi broj indeksnih čvorova"
6605
0ed2f80b 6606#: login-utils/last.c:941 login-utils/last.c:946 login-utils/last.c:951
e197d438
TK
6607#, fuzzy, c-format
6608msgid "invalid time value \"%s\""
6609msgstr "neispravan argument početka"
6610
6611#: login-utils/last-deprecated.c:155
0e768fc4
TK
6612msgid "usage: last [-#] [-f file] [-t tty] [-h hostname] [user ...]\n"
6613msgstr ""
6614
e197d438 6615#: login-utils/last-deprecated.c:252
0e768fc4
TK
6616#, c-format
6617msgid "%s: mmap failed"
6618msgstr ""
6619
e197d438 6620#: login-utils/last-deprecated.c:312
0e768fc4
TK
6621msgid " still logged in"
6622msgstr ""
6623
e197d438 6624#: login-utils/last-deprecated.c:334
0e768fc4
TK
6625#, c-format
6626msgid ""
6627"\n"
6628"wtmp begins %s"
6629msgstr ""
6630
e197d438 6631#: login-utils/last-deprecated.c:433
0e768fc4
TK
6632msgid "gethostname failed"
6633msgstr ""
6634
e197d438 6635#: login-utils/last-deprecated.c:479
0e768fc4
TK
6636#, c-format
6637msgid ""
6638"\n"
6639"interrupted %10.10s %5.5s \n"
6640msgstr ""
6641
55032d70
KZ
6642#: login-utils/libuser.c:29 login-utils/libuser.c:31
6643msgid "Couldn't drop group privileges"
6644msgstr ""
6645
6646#: login-utils/libuser.c:47
6647#, c-format
6648msgid "libuser initialization failed: %s."
6649msgstr ""
6650
6651#: login-utils/libuser.c:52
6652msgid "changing user attribute failed"
6653msgstr ""
6654
6655#: login-utils/libuser.c:66
6656#, c-format
6657msgid "user attribute not changed: %s"
6658msgstr ""
6659
0e768fc4 6660#. TRANSLATORS: The standard value for %u is 60.
55032d70 6661#: login-utils/login.c:177
0e768fc4
TK
6662#, c-format
6663msgid "timed out after %u seconds"
6664msgstr ""
6665
55032d70 6666#: login-utils/login.c:285
0e768fc4
TK
6667#, c-format
6668msgid "FATAL: can't reopen tty: %m"
6669msgstr ""
6670
55032d70 6671#: login-utils/login.c:291
0e768fc4
TK
6672#, c-format
6673msgid "FATAL: %s is not a terminal"
6674msgstr ""
6675
55032d70 6676#: login-utils/login.c:309
0e768fc4
TK
6677#, c-format
6678msgid "chown (%s, %lu, %lu) failed: %m"
6679msgstr ""
6680
55032d70 6681#: login-utils/login.c:313
0e768fc4
TK
6682#, c-format
6683msgid "chmod (%s, %u) failed: %m"
6684msgstr ""
6685
6686#: login-utils/login.c:374
6687msgid "FATAL: bad tty"
6688msgstr ""
6689
55032d70 6690#: login-utils/login.c:392
0e768fc4
TK
6691#, c-format
6692msgid "FATAL: %s: change permissions failed: %m"
6693msgstr ""
6694
8b4ccda1 6695#: login-utils/login.c:520
0e768fc4
TK
6696#, c-format
6697msgid "Last login: %.*s "
6698msgstr ""
6699
8b4ccda1 6700#: login-utils/login.c:522
0e768fc4
TK
6701#, c-format
6702msgid "from %.*s\n"
6703msgstr ""
6704
8b4ccda1 6705#: login-utils/login.c:525
0e768fc4
TK
6706#, c-format
6707msgid "on %.*s\n"
6708msgstr ""
6709
8b4ccda1 6710#: login-utils/login.c:543
0e768fc4
TK
6711msgid "write lastlog failed"
6712msgstr ""
6713
e197d438 6714#: login-utils/login.c:640
0e768fc4
TK
6715#, c-format
6716msgid "DIALUP AT %s BY %s"
6717msgstr ""
6718
e197d438 6719#: login-utils/login.c:645
0e768fc4
TK
6720#, c-format
6721msgid "ROOT LOGIN ON %s FROM %s"
6722msgstr ""
6723
e197d438 6724#: login-utils/login.c:648
0e768fc4
TK
6725#, c-format
6726msgid "ROOT LOGIN ON %s"
6727msgstr ""
6728
e197d438 6729#: login-utils/login.c:651
0e768fc4
TK
6730#, c-format
6731msgid "LOGIN ON %s BY %s FROM %s"
6732msgstr ""
6733
e197d438 6734#: login-utils/login.c:654
0e768fc4
TK
6735#, c-format
6736msgid "LOGIN ON %s BY %s"
6737msgstr ""
6738
e197d438 6739#: login-utils/login.c:715
0e768fc4
TK
6740msgid "login: "
6741msgstr ""
6742
e197d438 6743#: login-utils/login.c:741
0e768fc4
TK
6744#, c-format
6745msgid "PAM failure, aborting: %s"
6746msgstr ""
6747
e197d438 6748#: login-utils/login.c:742
0e768fc4
TK
6749#, c-format
6750msgid "Couldn't initialize PAM: %s"
6751msgstr ""
6752
e197d438 6753#: login-utils/login.c:813
0e768fc4
TK
6754#, c-format
6755msgid "FAILED LOGIN %u FROM %s FOR %s, %s"
6756msgstr ""
6757
0ed2f80b 6758#: login-utils/login.c:821 login-utils/sulogin.c:1019
0e768fc4
TK
6759#, c-format
6760msgid ""
6761"Login incorrect\n"
6762"\n"
6763msgstr ""
6764
e197d438 6765#: login-utils/login.c:836
0e768fc4
TK
6766#, c-format
6767msgid "TOO MANY LOGIN TRIES (%u) FROM %s FOR %s, %s"
6768msgstr ""
6769
e197d438 6770#: login-utils/login.c:842
0e768fc4
TK
6771#, c-format
6772msgid "FAILED LOGIN SESSION FROM %s FOR %s, %s"
6773msgstr ""
6774
e197d438 6775#: login-utils/login.c:850
0e768fc4
TK
6776#, c-format
6777msgid ""
6778"\n"
6779"Login incorrect\n"
6780msgstr ""
6781
0ed2f80b 6782#: login-utils/login.c:878 login-utils/login.c:1213 login-utils/login.c:1236
0e768fc4
TK
6783msgid ""
6784"\n"
6785"Session setup problem, abort."
6786msgstr ""
6787
e197d438 6788#: login-utils/login.c:879
0e768fc4 6789#, c-format
0ed2f80b 6790msgid "NULL user name in %s:%d. Abort."
55032d70
KZ
6791msgstr ""
6792
0ed2f80b
KZ
6793#: login-utils/login.c:1016
6794#, c-format
6795msgid "TIOCSCTTY failed: %m"
55032d70
KZ
6796msgstr ""
6797
0ed2f80b
KZ
6798#: login-utils/login.c:1157
6799#, c-format
6800msgid "login: -h is for superuser only\n"
0e768fc4
TK
6801msgstr ""
6802
0ed2f80b 6803#: login-utils/login.c:1172
0e768fc4 6804#, c-format
0ed2f80b 6805msgid "Usage: login [-p] [-h <host>] [-H] [[-f] <username>]\n"
0e768fc4
TK
6806msgstr ""
6807
0ed2f80b 6808#: login-utils/login.c:1214
0e768fc4 6809#, c-format
0ed2f80b 6810msgid "Invalid user name \"%s\" in %s:%d. Abort."
0e768fc4
TK
6811msgstr ""
6812
0ed2f80b 6813#: login-utils/login.c:1235
0e768fc4 6814#, c-format
0ed2f80b 6815msgid "groups initialization failed: %m"
0e768fc4
TK
6816msgstr ""
6817
0ed2f80b
KZ
6818#: login-utils/login.c:1260
6819msgid "setgid() failed"
55032d70
KZ
6820msgstr ""
6821
0ed2f80b
KZ
6822#: login-utils/login.c:1290
6823#, c-format
6824msgid "You have new mail.\n"
55032d70
KZ
6825msgstr ""
6826
0ed2f80b 6827#: login-utils/login.c:1292
0e768fc4 6828#, c-format
0ed2f80b 6829msgid "You have mail.\n"
0e768fc4
TK
6830msgstr ""
6831
0ed2f80b
KZ
6832#: login-utils/login.c:1306
6833msgid "setuid() failed"
0e768fc4
TK
6834msgstr ""
6835
0ed2f80b 6836#: login-utils/login.c:1312 login-utils/sulogin.c:741
0e768fc4 6837#, c-format
0ed2f80b 6838msgid "%s: change directory failed"
0e768fc4
TK
6839msgstr ""
6840
0ed2f80b 6841#: login-utils/login.c:1319 login-utils/sulogin.c:742
0e768fc4 6842#, c-format
0ed2f80b 6843msgid "Logging in with home = \"/\".\n"
0e768fc4
TK
6844msgstr ""
6845
0ed2f80b
KZ
6846#: login-utils/login.c:1348
6847msgid "couldn't exec shell script"
0e768fc4
TK
6848msgstr ""
6849
0ed2f80b
KZ
6850#: login-utils/login.c:1350
6851msgid "no shell"
0e768fc4
TK
6852msgstr ""
6853
0ed2f80b 6854#: login-utils/logindefs.c:206
55032d70 6855#, c-format
0ed2f80b
KZ
6856msgid "%s: %s contains invalid numerical value: %s"
6857msgstr ""
6858
6859#: login-utils/logindefs.c:375
6860msgid "hush login status: restore original IDs failed"
0e768fc4
TK
6861msgstr ""
6862
0ed2f80b 6863#: login-utils/lslogins.c:208 sys-utils/lscpu.c:1233 sys-utils/lscpu.c:1243
0e768fc4 6864#, c-format
0ed2f80b 6865msgid "no"
0e768fc4
TK
6866msgstr ""
6867
0ed2f80b
KZ
6868#: login-utils/lslogins.c:217 misc-utils/lsblk.c:160
6869msgid "user name"
0e768fc4
TK
6870msgstr ""
6871
0ed2f80b
KZ
6872#: login-utils/lslogins.c:217
6873msgid "Username"
0e768fc4
TK
6874msgstr ""
6875
0ed2f80b
KZ
6876#: login-utils/lslogins.c:218 sys-utils/renice.c:164
6877msgid "user ID"
0e768fc4
TK
6878msgstr ""
6879
0ed2f80b
KZ
6880#: login-utils/lslogins.c:219
6881msgid "password not requiured"
0e768fc4
TK
6882msgstr ""
6883
0ed2f80b
KZ
6884#: login-utils/lslogins.c:219
6885msgid "Password no required"
0e768fc4
TK
6886msgstr ""
6887
0ed2f80b
KZ
6888#: login-utils/lslogins.c:220
6889msgid "login by password disabled"
0e768fc4
TK
6890msgstr ""
6891
0ed2f80b
KZ
6892#: login-utils/lslogins.c:220
6893msgid "Login by password disabled"
6894msgstr ""
55032d70 6895
0ed2f80b
KZ
6896#: login-utils/lslogins.c:221
6897msgid "password defined, but locked"
55032d70
KZ
6898msgstr ""
6899
0ed2f80b
KZ
6900#: login-utils/lslogins.c:221
6901msgid "Password is locked"
6902msgstr ""
55032d70 6903
0ed2f80b
KZ
6904#: login-utils/lslogins.c:222
6905msgid "log in disabled by nologin(8) or pam_nologin(8)"
0e768fc4
TK
6906msgstr ""
6907
0ed2f80b
KZ
6908#: login-utils/lslogins.c:222
6909msgid "No login"
0e768fc4
TK
6910msgstr ""
6911
0ed2f80b
KZ
6912#: login-utils/lslogins.c:223
6913msgid "primary group name"
0e768fc4
TK
6914msgstr ""
6915
0ed2f80b
KZ
6916#: login-utils/lslogins.c:223
6917msgid "Primary group"
0e768fc4
TK
6918msgstr ""
6919
0ed2f80b
KZ
6920#: login-utils/lslogins.c:224
6921msgid "primary group ID"
0e768fc4
TK
6922msgstr ""
6923
0ed2f80b
KZ
6924#: login-utils/lslogins.c:225
6925msgid "supplementary group names"
0e768fc4
TK
6926msgstr ""
6927
0ed2f80b
KZ
6928#: login-utils/lslogins.c:225
6929msgid "Supplementary groups"
0e768fc4
TK
6930msgstr ""
6931
0ed2f80b
KZ
6932#: login-utils/lslogins.c:226
6933msgid "supplementary group IDs"
e197d438
TK
6934msgstr ""
6935
0ed2f80b
KZ
6936#: login-utils/lslogins.c:226
6937msgid "Supplementary group IDs"
e197d438
TK
6938msgstr ""
6939
0ed2f80b
KZ
6940#: login-utils/lslogins.c:227
6941msgid "home directory"
0e768fc4
TK
6942msgstr ""
6943
0ed2f80b
KZ
6944#: login-utils/lslogins.c:227
6945msgid "Home directory"
0e768fc4
TK
6946msgstr ""
6947
0ed2f80b
KZ
6948#: login-utils/lslogins.c:228
6949msgid "login shell"
0e768fc4
TK
6950msgstr ""
6951
0ed2f80b
KZ
6952#: login-utils/lslogins.c:228
6953msgid "Shell"
0e768fc4
TK
6954msgstr ""
6955
0ed2f80b
KZ
6956#: login-utils/lslogins.c:229
6957msgid "full user name"
0e768fc4
TK
6958msgstr ""
6959
0ed2f80b
KZ
6960#: login-utils/lslogins.c:229
6961msgid "Gecos field"
0e768fc4
TK
6962msgstr ""
6963
0ed2f80b
KZ
6964#: login-utils/lslogins.c:230
6965msgid "date of last login"
0e768fc4
TK
6966msgstr ""
6967
0ed2f80b
KZ
6968#: login-utils/lslogins.c:230
6969msgid "Last login"
0e768fc4
TK
6970msgstr ""
6971
0ed2f80b
KZ
6972#: login-utils/lslogins.c:231
6973msgid "last tty used"
0e768fc4
TK
6974msgstr ""
6975
0ed2f80b
KZ
6976#: login-utils/lslogins.c:231
6977msgid "Last terminal"
0e768fc4
TK
6978msgstr ""
6979
0ed2f80b
KZ
6980#: login-utils/lslogins.c:232
6981msgid "hostname during the last session"
0e768fc4
TK
6982msgstr ""
6983
0ed2f80b
KZ
6984#: login-utils/lslogins.c:232
6985msgid "Last hostname"
0e768fc4
TK
6986msgstr ""
6987
0ed2f80b
KZ
6988#: login-utils/lslogins.c:233
6989msgid "date of last failed login"
0e768fc4
TK
6990msgstr ""
6991
0ed2f80b
KZ
6992#: login-utils/lslogins.c:233
6993msgid "Failed login"
0e768fc4
TK
6994msgstr ""
6995
0ed2f80b
KZ
6996#: login-utils/lslogins.c:234
6997msgid "where did the login fail?"
0e768fc4
TK
6998msgstr ""
6999
0ed2f80b
KZ
7000#: login-utils/lslogins.c:234
7001msgid "Failed login terminal"
0e768fc4
TK
7002msgstr ""
7003
0ed2f80b
KZ
7004#: login-utils/lslogins.c:235
7005msgid "user's hush settings"
0e768fc4
TK
7006msgstr ""
7007
0ed2f80b
KZ
7008#: login-utils/lslogins.c:235
7009msgid "Hushed"
0e768fc4
TK
7010msgstr ""
7011
0ed2f80b
KZ
7012#: login-utils/lslogins.c:236
7013msgid "days user is warned of password expiration"
e197d438
TK
7014msgstr ""
7015
0ed2f80b
KZ
7016#: login-utils/lslogins.c:236
7017msgid "Password expiration warn interval"
e197d438
TK
7018msgstr ""
7019
0ed2f80b
KZ
7020#: login-utils/lslogins.c:237
7021msgid "password expiration date"
e197d438
TK
7022msgstr ""
7023
0ed2f80b
KZ
7024#: login-utils/lslogins.c:237
7025msgid "Password expiration"
0e768fc4
TK
7026msgstr ""
7027
0ed2f80b
KZ
7028#: login-utils/lslogins.c:238
7029msgid "date of last password change"
0e768fc4
TK
7030msgstr ""
7031
0ed2f80b
KZ
7032#: login-utils/lslogins.c:238
7033msgid "Password changed"
0e768fc4
TK
7034msgstr ""
7035
0ed2f80b
KZ
7036#: login-utils/lslogins.c:239
7037msgid "number of days required between changes"
8892b2f9
KZ
7038msgstr ""
7039
0ed2f80b
KZ
7040#: login-utils/lslogins.c:239
7041msgid "Minimal change time"
8892b2f9
KZ
7042msgstr ""
7043
0ed2f80b
KZ
7044#: login-utils/lslogins.c:240
7045msgid "max number of days a password may remain unchanged"
7046msgstr ""
e197d438 7047
0ed2f80b
KZ
7048#: login-utils/lslogins.c:240
7049msgid "Maximal change time"
7050msgstr ""
e197d438 7051
0ed2f80b
KZ
7052#: login-utils/lslogins.c:241
7053msgid "the user's security context"
e197d438
TK
7054msgstr ""
7055
0ed2f80b
KZ
7056#: login-utils/lslogins.c:241
7057msgid "Selinux context"
e197d438
TK
7058msgstr ""
7059
0ed2f80b
KZ
7060#: login-utils/lslogins.c:242
7061msgid "number of processes run by the user"
e197d438
TK
7062msgstr ""
7063
0ed2f80b 7064#: login-utils/lslogins.c:242
e197d438 7065#, fuzzy
0ed2f80b
KZ
7066msgid "Running process"
7067msgstr "ne mogu otvoriti %s"
e197d438 7068
0ed2f80b
KZ
7069#: login-utils/lslogins.c:332
7070#, fuzzy
7071msgid "unssupported time type"
7072msgstr "nepodržane mogućnosti datotečnog sustava"
7073
7074#: login-utils/lslogins.c:598
7075msgid "failed to get supplementary groups"
0e768fc4
TK
7076msgstr ""
7077
0ed2f80b
KZ
7078#: login-utils/lslogins.c:1003
7079#, fuzzy
7080msgid "internal error: unknown column"
7081msgstr "interna greška"
7082
7083#: login-utils/lslogins.c:1007
7084#, fuzzy
7085msgid "failed to set data"
7086msgstr "%s: nisam uspio analizirati fstab"
7087
7088#: login-utils/lslogins.c:1104
0e768fc4
TK
7089#, c-format
7090msgid ""
0ed2f80b
KZ
7091"\n"
7092"Last logs:\n"
0e768fc4
TK
7093msgstr ""
7094
0ed2f80b
KZ
7095#: login-utils/lslogins.c:1154 login-utils/nologin.c:26
7096#: misc-utils/lslocks.c:506 misc-utils/mcookie.c:82 misc-utils/uuidd.c:73
7097#: misc-utils/uuidgen.c:33 sys-utils/dmesg.c:261 sys-utils/ipcmk.c:66
7098#: sys-utils/lscpu.c:1614 sys-utils/readprofile.c:104 sys-utils/rtcwake.c:72
7099#: term-utils/setterm.c:403
0e768fc4 7100#, c-format
0ed2f80b 7101msgid " %s [options]\n"
0e768fc4
TK
7102msgstr ""
7103
0ed2f80b
KZ
7104#: login-utils/lslogins.c:1157
7105msgid " -a, --acc-expiration display info about passwords expiration\n"
0e768fc4
TK
7106msgstr ""
7107
0ed2f80b
KZ
7108#: login-utils/lslogins.c:1158
7109msgid " -c, --colon-separate display data in a format similar to /etc/passwd\n"
0e768fc4
TK
7110msgstr ""
7111
0ed2f80b
KZ
7112#: login-utils/lslogins.c:1159
7113#, fuzzy
7114msgid " -e, --export display in an export-able output format\n"
7115msgstr " -a samo zbog kompatibilnosti, zanemareno\n"
0e768fc4 7116
0ed2f80b
KZ
7117#: login-utils/lslogins.c:1160
7118msgid " -f, --failed display data about the last users' failed logins\n"
0e768fc4
TK
7119msgstr ""
7120
0ed2f80b
KZ
7121#: login-utils/lslogins.c:1161
7122msgid " -G, --groups-info display information about groups\n"
0e768fc4
TK
7123msgstr ""
7124
0ed2f80b
KZ
7125#: login-utils/lslogins.c:1162
7126msgid " -g, --groups=<groups> display users belonging to a group in <groups>\n"
0e768fc4
TK
7127msgstr ""
7128
0ed2f80b
KZ
7129#: login-utils/lslogins.c:1163
7130#, fuzzy
7131msgid " -L, --last show info about the users' last login sessions\n"
7132msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
0e768fc4 7133
0ed2f80b
KZ
7134#: login-utils/lslogins.c:1164
7135msgid " -l, --logins=<logins> display only users from <logins>\n"
0e768fc4
TK
7136msgstr ""
7137
0ed2f80b
KZ
7138#: login-utils/lslogins.c:1165
7139msgid " -m, --supp-groups display supplementary groups as well\n"
0e768fc4
TK
7140msgstr ""
7141
0ed2f80b
KZ
7142#: login-utils/lslogins.c:1166
7143msgid " -n, --newline display each piece of information on a new line\n"
0e768fc4
TK
7144msgstr ""
7145
0ed2f80b
KZ
7146#: login-utils/lslogins.c:1167
7147msgid " --notruncate don't truncate output\n"
0e768fc4
TK
7148msgstr ""
7149
0ed2f80b
KZ
7150#: login-utils/lslogins.c:1168
7151msgid " -o, --output[=<list>] define the columns to output\n"
0e768fc4
TK
7152msgstr ""
7153
0ed2f80b
KZ
7154#: login-utils/lslogins.c:1169
7155msgid " -p, --pwd display information related to login by password.\n"
0e768fc4
TK
7156msgstr ""
7157
0ed2f80b
KZ
7158#: login-utils/lslogins.c:1170
7159#, fuzzy
7160msgid " -r, --raw display in raw mode\n"
7161msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
0e768fc4 7162
0ed2f80b
KZ
7163#: login-utils/lslogins.c:1171
7164#, fuzzy
7165msgid " -s, --system-accs display system accounts\n"
7166msgstr " -h, --help prikaži ovu pomoć i izađi\n"
0e768fc4 7167
0ed2f80b
KZ
7168#: login-utils/lslogins.c:1172
7169msgid " --time-format=<type> display dates in short, full or iso format\n"
0e768fc4
TK
7170msgstr ""
7171
0ed2f80b
KZ
7172#: login-utils/lslogins.c:1173
7173#, fuzzy
7174msgid " -u, --user-accs display user accounts\n"
7175msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
0e768fc4 7176
0ed2f80b
KZ
7177#: login-utils/lslogins.c:1174
7178#, fuzzy
7179msgid " -Z, --context display SELinux contexts\n"
7180msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
7181
7182#: login-utils/lslogins.c:1175
7183msgid " -z, --print0 delimit user entries with a nul character\n"
0e768fc4
TK
7184msgstr ""
7185
0ed2f80b
KZ
7186#: login-utils/lslogins.c:1176
7187msgid " --wtmp-file <path> set an alternate path for wtmp\n"
0e768fc4
TK
7188msgstr ""
7189
0ed2f80b
KZ
7190#: login-utils/lslogins.c:1177
7191msgid " --btmp-file <path> set an alternate path for btmp\n"
55032d70
KZ
7192msgstr ""
7193
0ed2f80b
KZ
7194#: login-utils/lslogins.c:1182 misc-utils/findmnt.c:1179
7195#: sys-utils/lscpu.c:1628
7196#, c-format
7197msgid ""
7198"\n"
7199"Available columns:\n"
55032d70
KZ
7200msgstr ""
7201
0ed2f80b
KZ
7202#: login-utils/lslogins.c:1187
7203#, fuzzy, c-format
7204msgid ""
7205"\n"
7206"For more details see lslogins(1).\n"
55032d70 7207msgstr ""
0ed2f80b
KZ
7208"\n"
7209"Za više informacija pogledajte mkfs(8).\n"
55032d70 7210
0ed2f80b
KZ
7211#: login-utils/lslogins.c:1371
7212#, fuzzy
7213msgid "failed to request selinux state"
7214msgstr "%s: nisam uspio analizirati fstab"
7215
7216#: login-utils/lslogins.c:1381
7217msgid "Only one user may be specified. Use -l for multiple users."
55032d70
KZ
7218msgstr ""
7219
0ed2f80b
KZ
7220#: login-utils/newgrp.c:102
7221msgid "Password: "
55032d70
KZ
7222msgstr ""
7223
0ed2f80b
KZ
7224#: login-utils/newgrp.c:106
7225#, fuzzy
7226msgid "crypt() failed"
7227msgstr "fork nije uspio"
7228
7229#: login-utils/newgrp.c:118
0e768fc4 7230#, c-format
0ed2f80b 7231msgid " %s <group>\n"
0e768fc4
TK
7232msgstr ""
7233
0ed2f80b
KZ
7234#: login-utils/newgrp.c:155
7235msgid "who are you?"
0e768fc4
TK
7236msgstr ""
7237
0ed2f80b
KZ
7238#: login-utils/newgrp.c:162 login-utils/newgrp.c:174 sys-utils/nsenter.c:335
7239msgid "setgid failed"
0e768fc4
TK
7240msgstr ""
7241
0ed2f80b
KZ
7242#: login-utils/newgrp.c:167 login-utils/newgrp.c:170
7243msgid "no such group"
0e768fc4
TK
7244msgstr ""
7245
0ed2f80b
KZ
7246#: login-utils/newgrp.c:176 sys-utils/mount.c:480
7247msgid "permission denied"
7248msgstr ""
7249
7250#: login-utils/newgrp.c:181 sys-utils/nsenter.c:337
7251msgid "setuid failed"
0e768fc4
TK
7252msgstr ""
7253
0ed2f80b 7254#: login-utils/nologin.c:72
0e768fc4 7255#, c-format
0ed2f80b 7256msgid "This account is currently not available.\n"
0e768fc4
TK
7257msgstr ""
7258
0ed2f80b
KZ
7259#: login-utils/su-common.c:285
7260#, fuzzy, c-format
7261msgid "cannot open session: %s"
7262msgstr "ne mogu otvoriti %s: %s"
7263
7264#: login-utils/su-common.c:297
7265msgid "cannot create child process"
0e768fc4
TK
7266msgstr ""
7267
0ed2f80b 7268#: login-utils/su-common.c:309
0e768fc4 7269#, c-format
0ed2f80b 7270msgid "cannot change directory to %s"
0e768fc4
TK
7271msgstr ""
7272
0ed2f80b
KZ
7273#: login-utils/su-common.c:314
7274msgid "cannot block signals"
0e768fc4
TK
7275msgstr ""
7276
0ed2f80b
KZ
7277#: login-utils/su-common.c:328 login-utils/su-common.c:336
7278#: login-utils/su-common.c:342
7279msgid "cannot set signal handler"
0e768fc4
TK
7280msgstr ""
7281
0ed2f80b 7282#: login-utils/su-common.c:368
0e768fc4 7283#, c-format
0ed2f80b 7284msgid "%s (core dumped)\n"
0e768fc4
TK
7285msgstr ""
7286
0ed2f80b 7287#: login-utils/su-common.c:384
0e768fc4
TK
7288#, c-format
7289msgid ""
7290"\n"
0ed2f80b 7291"Session terminated, killing shell..."
0e768fc4
TK
7292msgstr ""
7293
0ed2f80b 7294#: login-utils/su-common.c:394
0e768fc4 7295#, c-format
0ed2f80b 7296msgid " ...killed.\n"
0e768fc4
TK
7297msgstr ""
7298
0ed2f80b
KZ
7299#: login-utils/su-common.c:474
7300msgid "may not be used by non-root users"
0e768fc4
TK
7301msgstr ""
7302
0ed2f80b
KZ
7303#: login-utils/su-common.c:502
7304msgid "incorrect password"
0e768fc4
TK
7305msgstr ""
7306
0ed2f80b
KZ
7307#: login-utils/su-common.c:517
7308msgid "failed to set PATH"
55032d70
KZ
7309msgstr ""
7310
0ed2f80b
KZ
7311#: login-utils/su-common.c:584
7312msgid "cannot set groups"
55032d70
KZ
7313msgstr ""
7314
0ed2f80b
KZ
7315#: login-utils/su-common.c:599 sys-utils/eject.c:675
7316msgid "cannot set group id"
55032d70
KZ
7317msgstr ""
7318
0ed2f80b
KZ
7319#: login-utils/su-common.c:601 sys-utils/eject.c:678
7320msgid "cannot set user id"
55032d70
KZ
7321msgstr ""
7322
0ed2f80b
KZ
7323#: login-utils/su-common.c:674
7324#, fuzzy, c-format
7325msgid " %s [options] -u <user> <command>\n"
7326msgstr " %s [opcije] <uređaj>\n"
0e768fc4 7327
0ed2f80b
KZ
7328#: login-utils/su-common.c:675 login-utils/su-common.c:687
7329#, fuzzy, c-format
7330msgid " %s [options] [-] [<user> [<argument>...]]\n"
7331msgstr " %s [opcije] datoteka\n"
0e768fc4 7332
0ed2f80b 7333#: login-utils/su-common.c:676
0e768fc4
TK
7334msgid ""
7335"\n"
0ed2f80b
KZ
7336"Run <command> with the effective user ID and group ID of <user>. If -u is\n"
7337"not given, fall back to su(1)-compatible semantics and execute standard shell.\n"
7338"The options -c, -f, -l, and -s are mutually exclusive with -u.\n"
0e768fc4
TK
7339msgstr ""
7340
0ed2f80b
KZ
7341#: login-utils/su-common.c:683
7342#, fuzzy
7343msgid " -u, --user <user> username\n"
7344msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
7345
7346#: login-utils/su-common.c:688
7347msgid ""
7348"\n"
7349"Change the effective user ID and group ID to that of <user>.\n"
7350"A mere - implies -l. If <user> is not given, root is assumed.\n"
0e768fc4
TK
7351msgstr ""
7352
0ed2f80b
KZ
7353#: login-utils/su-common.c:695
7354msgid " -m, -p, --preserve-environment do not reset environment variables\n"
0e768fc4
TK
7355msgstr ""
7356
0ed2f80b
KZ
7357#: login-utils/su-common.c:696
7358msgid " -g, --group <group> specify the primary group\n"
0e768fc4
TK
7359msgstr ""
7360
0ed2f80b 7361#: login-utils/su-common.c:697
6249b53a 7362msgid ""
0ed2f80b
KZ
7363" -G, --supp-group <group> specify a supplemental group\n"
7364"\n"
0e768fc4
TK
7365msgstr ""
7366
0ed2f80b
KZ
7367#: login-utils/su-common.c:699
7368msgid " -, -l, --login make the shell a login shell\n"
0e768fc4
TK
7369msgstr ""
7370
0ed2f80b
KZ
7371#: login-utils/su-common.c:700
7372msgid " -c, --command <command> pass a single command to the shell with -c\n"
0e768fc4
TK
7373msgstr ""
7374
0ed2f80b
KZ
7375#: login-utils/su-common.c:701
7376msgid ""
7377" --session-command <command> pass a single command to the shell with -c\n"
7378" and do not create a new session\n"
55032d70
KZ
7379msgstr ""
7380
0ed2f80b
KZ
7381#: login-utils/su-common.c:703
7382msgid " -f, --fast pass -f to the shell (for csh or tcsh)\n"
0e768fc4
TK
7383msgstr ""
7384
0ed2f80b
KZ
7385#: login-utils/su-common.c:704
7386msgid " -s, --shell <shell> run <shell> if /etc/shells allows it\n"
0e768fc4
TK
7387msgstr ""
7388
0ed2f80b 7389#: login-utils/su-common.c:801 login-utils/su-common.c:816
0e768fc4 7390#, c-format
0ed2f80b 7391msgid "group %s does not exist"
0e768fc4
TK
7392msgstr ""
7393
0ed2f80b
KZ
7394#: login-utils/su-common.c:810
7395#, c-format
7396msgid "specifying more than %d supplemental group is not possible"
7397msgid_plural "specifying more than %d supplemental groups is not possible"
7398msgstr[0] ""
7399msgstr[1] ""
7400msgstr[2] ""
0e768fc4 7401
0ed2f80b
KZ
7402#: login-utils/su-common.c:860
7403msgid "ignore --preserve-environment, it's mutually exclusive to --login."
0e768fc4
TK
7404msgstr ""
7405
0ed2f80b
KZ
7406#: login-utils/su-common.c:871
7407msgid "options --{shell,fast,command,session-command,login} and --user are mutually exclusive."
0e768fc4
TK
7408msgstr ""
7409
0ed2f80b
KZ
7410#: login-utils/su-common.c:875
7411msgid "COMMAND not specified."
0e768fc4
TK
7412msgstr ""
7413
0ed2f80b
KZ
7414#: login-utils/su-common.c:889
7415msgid "only root can specify alternative groups"
0e768fc4
TK
7416msgstr ""
7417
0ed2f80b
KZ
7418#: login-utils/su-common.c:896
7419#, c-format
7420msgid "user %s does not exist"
0e768fc4
TK
7421msgstr ""
7422
0ed2f80b
KZ
7423#: login-utils/su-common.c:942
7424#, c-format
7425msgid "using restricted shell %s"
0e768fc4
TK
7426msgstr ""
7427
0ed2f80b
KZ
7428#: login-utils/su-common.c:966
7429#, c-format
7430msgid "warning: cannot change directory to %s"
0e768fc4
TK
7431msgstr ""
7432
0ed2f80b
KZ
7433#: login-utils/sulogin.c:145
7434msgid "tcgetattr failed"
0e768fc4
TK
7435msgstr ""
7436
0ed2f80b
KZ
7437#: login-utils/sulogin.c:222
7438msgid "tcsetattr failed"
0e768fc4
TK
7439msgstr ""
7440
0ed2f80b
KZ
7441#: login-utils/sulogin.c:488
7442#, c-format
7443msgid "%s: no entry for root\n"
0e768fc4
TK
7444msgstr ""
7445
0ed2f80b
KZ
7446#: login-utils/sulogin.c:515
7447#, c-format
7448msgid "%s: no entry for root"
0e768fc4
TK
7449msgstr ""
7450
0ed2f80b
KZ
7451#: login-utils/sulogin.c:519
7452#, c-format
7453msgid "%s: root password garbled"
0e768fc4
TK
7454msgstr ""
7455
0ed2f80b
KZ
7456#: login-utils/sulogin.c:547
7457#, c-format
7458msgid "Give root password for login: "
7459msgstr ""
0e768fc4 7460
0ed2f80b
KZ
7461#: login-utils/sulogin.c:549
7462#, c-format
7463msgid "Press Enter for login: "
0e768fc4
TK
7464msgstr ""
7465
0ed2f80b
KZ
7466#: login-utils/sulogin.c:552
7467#, c-format
7468msgid "Give root password for maintenance\n"
7469msgstr ""
55032d70 7470
0ed2f80b 7471#: login-utils/sulogin.c:554
0e768fc4 7472#, c-format
0ed2f80b 7473msgid "Press Enter for maintenance"
0e768fc4
TK
7474msgstr ""
7475
0ed2f80b
KZ
7476#: login-utils/sulogin.c:555
7477#, c-format
7478msgid "(or press Control-D to continue): "
7479msgstr ""
55032d70 7480
0ed2f80b
KZ
7481#: login-utils/sulogin.c:745
7482msgid "change directory to system root failed"
0e768fc4
TK
7483msgstr ""
7484
0ed2f80b
KZ
7485#: login-utils/sulogin.c:794
7486msgid "setexeccon failed"
55032d70
KZ
7487msgstr ""
7488
0ed2f80b
KZ
7489#: login-utils/sulogin.c:814
7490#, c-format
7491msgid " %s [options] [tty device]\n"
55032d70
KZ
7492msgstr ""
7493
0ed2f80b
KZ
7494#: login-utils/sulogin.c:817
7495msgid ""
7496" -p, --login-shell start a login shell\n"
7497" -t, --timeout <seconds> max time to wait for a password (default: no limit)\n"
7498" -e, --force examine password files directly if getpwnam(3) fails\n"
55032d70
KZ
7499msgstr ""
7500
0ed2f80b
KZ
7501#: login-utils/sulogin.c:868 misc-utils/findmnt.c:1379 sys-utils/wdctl.c:522
7502#: term-utils/wall.c:131
7503msgid "invalid timeout argument"
0e768fc4
TK
7504msgstr ""
7505
0ed2f80b
KZ
7506#: login-utils/sulogin.c:890
7507msgid "only root can run this program."
55032d70
KZ
7508msgstr ""
7509
0ed2f80b
KZ
7510#: login-utils/sulogin.c:933
7511#, fuzzy
7512msgid "cannot open console"
7513msgstr "ne mogu otvoriti %s: %s"
7514
7515#: login-utils/sulogin.c:940
7516msgid "cannot open password database."
0e768fc4
TK
7517msgstr ""
7518
0ed2f80b
KZ
7519#: login-utils/sulogin.c:999
7520#, fuzzy
7521msgid "crypt failed"
7522msgstr "fork nije uspio"
7523
7524#: login-utils/sulogin.c:1016
0e768fc4 7525#, c-format
0ed2f80b
KZ
7526msgid ""
7527"Can not execute su shell\n"
7528"\n"
0e768fc4
TK
7529msgstr ""
7530
0ed2f80b
KZ
7531#: login-utils/sulogin.c:1023
7532msgid ""
7533"Timed out\n"
7534"\n"
0e768fc4
TK
7535msgstr ""
7536
0ed2f80b 7537#: login-utils/utmpdump.c:129
0e768fc4 7538#, c-format
0ed2f80b 7539msgid "%s: stat failed"
0e768fc4
TK
7540msgstr ""
7541
0ed2f80b 7542#: login-utils/utmpdump.c:166 text-utils/tailf.c:164
0e768fc4 7543#, c-format
0ed2f80b 7544msgid "%s: cannot add inotify watch."
0e768fc4
TK
7545msgstr ""
7546
0ed2f80b
KZ
7547#: login-utils/utmpdump.c:175 text-utils/tailf.c:173
7548#, c-format
7549msgid "%s: cannot read inotify events"
7550msgstr ""
0e768fc4 7551
0ed2f80b
KZ
7552#: login-utils/utmpdump.c:236 login-utils/utmpdump.c:241
7553msgid "Extraneous newline in file. Exiting."
8b4ccda1
KZ
7554msgstr ""
7555
0ed2f80b
KZ
7556#: login-utils/utmpdump.c:298
7557#, c-format
7558msgid " %s [options] [filename]\n"
0e768fc4
TK
7559msgstr ""
7560
0ed2f80b
KZ
7561#: login-utils/utmpdump.c:301
7562msgid " -f, --follow output appended data as the file grows\n"
e197d438
TK
7563msgstr ""
7564
0ed2f80b
KZ
7565#: login-utils/utmpdump.c:302
7566msgid " -r, --reverse write back dumped data into utmp file\n"
e197d438
TK
7567msgstr ""
7568
0ed2f80b
KZ
7569#: login-utils/utmpdump.c:303
7570msgid " -o, --output <file> write to file instead of standard output\n"
e197d438
TK
7571msgstr ""
7572
0ed2f80b
KZ
7573#: login-utils/utmpdump.c:370
7574msgid "following standard input is unsupported"
e197d438
TK
7575msgstr ""
7576
0ed2f80b
KZ
7577#: login-utils/utmpdump.c:376
7578#, c-format
7579msgid "Utmp undump of %s\n"
0e768fc4
TK
7580msgstr ""
7581
0ed2f80b
KZ
7582#: login-utils/utmpdump.c:379
7583#, c-format
7584msgid "Utmp dump of %s\n"
e197d438
TK
7585msgstr ""
7586
0ed2f80b
KZ
7587#: login-utils/vipw.c:151 term-utils/wall.c:193
7588msgid "can't open temporary file"
e197d438
TK
7589msgstr ""
7590
0ed2f80b
KZ
7591#: login-utils/vipw.c:167
7592#, c-format
7593msgid "%s: create a link to %s failed"
e197d438
TK
7594msgstr ""
7595
0ed2f80b
KZ
7596#: login-utils/vipw.c:174
7597#, c-format
7598msgid "Can't get context for %s"
0e768fc4
TK
7599msgstr ""
7600
0ed2f80b 7601#: login-utils/vipw.c:180
0e768fc4 7602#, c-format
0ed2f80b 7603msgid "Can't set context for %s"
0e768fc4
TK
7604msgstr ""
7605
0ed2f80b 7606#: login-utils/vipw.c:245
0e768fc4 7607#, c-format
0ed2f80b 7608msgid "%s unchanged"
0e768fc4
TK
7609msgstr ""
7610
0ed2f80b
KZ
7611#: login-utils/vipw.c:261
7612msgid "cannot get lock"
0e768fc4
TK
7613msgstr ""
7614
0ed2f80b
KZ
7615#: login-utils/vipw.c:288
7616msgid "no changes made"
0e768fc4
TK
7617msgstr ""
7618
0ed2f80b
KZ
7619#: login-utils/vipw.c:297
7620msgid "cannot chmod file"
0e768fc4
TK
7621msgstr ""
7622
0ed2f80b
KZ
7623#: login-utils/vipw.c:353
7624#, c-format
7625msgid "You are using shadow groups on this system.\n"
55032d70
KZ
7626msgstr ""
7627
0ed2f80b
KZ
7628#: login-utils/vipw.c:354
7629#, c-format
7630msgid "You are using shadow passwords on this system.\n"
0e768fc4
TK
7631msgstr ""
7632
0ed2f80b
KZ
7633#. TRANSLATORS: this program uses for y and n rpmatch(3),
7634#. * which means they can be translated.
7635#: login-utils/vipw.c:357
7636#, c-format
7637msgid "Would you like to edit %s now [y/n]? "
0e768fc4
TK
7638msgstr ""
7639
0ed2f80b
KZ
7640#: misc-utils/cal.c:369
7641#, fuzzy
7642msgid "invalid week argument"
7643msgstr "neispravan argument duljine"
7644
7645#: misc-utils/cal.c:371
7646msgid "illegal week value: use 1-53"
0e768fc4
TK
7647msgstr ""
7648
0ed2f80b
KZ
7649#: misc-utils/cal.c:404
7650msgid "illegal day value"
0e768fc4
TK
7651msgstr ""
7652
0ed2f80b
KZ
7653#: misc-utils/cal.c:406 misc-utils/cal.c:422
7654#, c-format
7655msgid "illegal day value: use 1-%d"
0e768fc4
TK
7656msgstr ""
7657
0ed2f80b
KZ
7658#: misc-utils/cal.c:409 misc-utils/cal.c:411
7659msgid "illegal month value: use 1-12"
0e768fc4
TK
7660msgstr ""
7661
0ed2f80b
KZ
7662#: misc-utils/cal.c:414 misc-utils/cal.c:418
7663msgid "illegal year value"
0e768fc4
TK
7664msgstr ""
7665
0ed2f80b
KZ
7666#: misc-utils/cal.c:416
7667msgid "illegal year value: use positive integer"
55032d70
KZ
7668msgstr ""
7669
0ed2f80b
KZ
7670#: misc-utils/cal.c:447 misc-utils/cal.c:460
7671#, c-format
7672msgid "illegal week value: year %d doesn't have week %d"
0e768fc4
TK
7673msgstr ""
7674
0ed2f80b
KZ
7675#: misc-utils/cal.c:606
7676#, c-format
7677msgid "%s"
e197d438
TK
7678msgstr ""
7679
0ed2f80b
KZ
7680#: misc-utils/cal.c:612
7681#, c-format
7682msgid "%d"
0e768fc4
TK
7683msgstr ""
7684
0ed2f80b
KZ
7685#: misc-utils/cal.c:618
7686#, c-format
7687msgid "%s %d"
0e768fc4
TK
7688msgstr ""
7689
0ed2f80b
KZ
7690#: misc-utils/cal.c:927
7691#, c-format
7692msgid " %s [options] [[[day] month] year]\n"
0e768fc4
TK
7693msgstr ""
7694
0ed2f80b
KZ
7695#: misc-utils/cal.c:930
7696msgid "Display a calendar, or some part of it.\n"
0e768fc4
TK
7697msgstr ""
7698
0ed2f80b
KZ
7699#: misc-utils/cal.c:931
7700msgid "Without any arguments, display the current month.\n"
0e768fc4
TK
7701msgstr ""
7702
0ed2f80b
KZ
7703#: misc-utils/cal.c:934
7704#, fuzzy
7705msgid " -1, --one show only a single month (default)\n"
7706msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
7707
7708#: misc-utils/cal.c:935
7709#, fuzzy
7710msgid " -3, --three show three months spanning the date\n"
7711msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
7712
7713#: misc-utils/cal.c:936
7714msgid " -s, --sunday Sunday as first day of week\n"
0e768fc4
TK
7715msgstr ""
7716
0ed2f80b
KZ
7717#: misc-utils/cal.c:937
7718msgid " -m, --monday Monday as first day of week\n"
0e768fc4
TK
7719msgstr ""
7720
0ed2f80b
KZ
7721#: misc-utils/cal.c:938
7722msgid " -j, --julian output Julian dates\n"
0e768fc4
TK
7723msgstr ""
7724
0ed2f80b
KZ
7725#: misc-utils/cal.c:939
7726#, fuzzy
7727msgid " -y, --year show the whole year\n"
7728msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
7729
7730#: misc-utils/cal.c:940
7731msgid " -w, --week[=<num>] show US or ISO-8601 week numbers\n"
0e768fc4
TK
7732msgstr ""
7733
0ed2f80b
KZ
7734#: misc-utils/cal.c:941
7735msgid " --color[=<when>] colorize messages (auto, always or never)\n"
0e768fc4
TK
7736msgstr ""
7737
0ed2f80b
KZ
7738#: misc-utils/findfs.c:28
7739#, c-format
7740msgid " %s [options] {LABEL,UUID,PARTUUID,PARTLABEL}=<value>\n"
0e768fc4
TK
7741msgstr ""
7742
0ed2f80b
KZ
7743#: misc-utils/findfs.c:63
7744#, c-format
7745msgid "unable to resolve '%s'"
0e768fc4
TK
7746msgstr ""
7747
0ed2f80b
KZ
7748#: misc-utils/findmnt.c:123
7749msgid "source device"
0e768fc4
TK
7750msgstr ""
7751
0ed2f80b
KZ
7752#: misc-utils/findmnt.c:124
7753msgid "mountpoint"
0e768fc4
TK
7754msgstr ""
7755
0ed2f80b
KZ
7756#: misc-utils/findmnt.c:125 misc-utils/lsblk.c:141
7757msgid "filesystem type"
0e768fc4
TK
7758msgstr ""
7759
0ed2f80b
KZ
7760#: misc-utils/findmnt.c:126
7761msgid "all mount options"
0e768fc4
TK
7762msgstr ""
7763
0ed2f80b
KZ
7764#: misc-utils/findmnt.c:127
7765msgid "VFS specific mount options"
0e768fc4
TK
7766msgstr ""
7767
0ed2f80b
KZ
7768#: misc-utils/findmnt.c:128
7769msgid "FS specific mount options"
55032d70
KZ
7770msgstr ""
7771
0ed2f80b
KZ
7772#: misc-utils/findmnt.c:129
7773msgid "filesystem label"
0e768fc4
TK
7774msgstr ""
7775
0ed2f80b
KZ
7776#: misc-utils/findmnt.c:130 misc-utils/lsblk.c:144
7777msgid "filesystem UUID"
55032d70
KZ
7778msgstr ""
7779
0ed2f80b
KZ
7780#: misc-utils/findmnt.c:131
7781msgid "partition label"
55032d70
KZ
7782msgstr ""
7783
0ed2f80b
KZ
7784#: misc-utils/findmnt.c:133 misc-utils/lsblk.c:140
7785msgid "major:minor device number"
55032d70
KZ
7786msgstr ""
7787
0ed2f80b
KZ
7788#: misc-utils/findmnt.c:134
7789msgid "action detected by --poll"
55032d70
KZ
7790msgstr ""
7791
0ed2f80b
KZ
7792#: misc-utils/findmnt.c:135
7793msgid "old mount options saved by --poll"
0e768fc4
TK
7794msgstr ""
7795
0ed2f80b
KZ
7796#: misc-utils/findmnt.c:136
7797msgid "old mountpoint saved by --poll"
0e768fc4
TK
7798msgstr ""
7799
0ed2f80b
KZ
7800#: misc-utils/findmnt.c:137
7801msgid "filesystem size"
0e768fc4
TK
7802msgstr ""
7803
0ed2f80b
KZ
7804#: misc-utils/findmnt.c:138
7805msgid "filesystem size available"
0e768fc4
TK
7806msgstr ""
7807
0ed2f80b
KZ
7808#: misc-utils/findmnt.c:139
7809msgid "filesystem size used"
0e768fc4
TK
7810msgstr ""
7811
0ed2f80b
KZ
7812#: misc-utils/findmnt.c:140
7813msgid "filesystem use percentage"
7814msgstr ""
0e768fc4 7815
0ed2f80b
KZ
7816#: misc-utils/findmnt.c:141
7817msgid "filesystem root"
0e768fc4
TK
7818msgstr ""
7819
0ed2f80b
KZ
7820#: misc-utils/findmnt.c:142
7821msgid "task ID"
7822msgstr ""
55032d70 7823
0ed2f80b
KZ
7824#: misc-utils/findmnt.c:143
7825msgid "mount ID"
0e768fc4
TK
7826msgstr ""
7827
0ed2f80b
KZ
7828#: misc-utils/findmnt.c:144
7829msgid "optional mount fields"
0e768fc4
TK
7830msgstr ""
7831
0ed2f80b
KZ
7832#: misc-utils/findmnt.c:145
7833msgid "VFS propagation flags"
0e768fc4
TK
7834msgstr ""
7835
0ed2f80b
KZ
7836#: misc-utils/findmnt.c:146
7837msgid "dump(8) period in days [fstab only]"
7838msgstr ""
7839
7840#: misc-utils/findmnt.c:147
7841msgid "pass number on parallel fsck(8) [fstab only]"
0e768fc4
TK
7842msgstr ""
7843
0ed2f80b 7844#: misc-utils/findmnt.c:331
0e768fc4 7845#, c-format
0ed2f80b 7846msgid "unknown action: %s"
0e768fc4
TK
7847msgstr ""
7848
0ed2f80b
KZ
7849#: misc-utils/findmnt.c:638
7850msgid "mount"
55032d70
KZ
7851msgstr ""
7852
0ed2f80b
KZ
7853#: misc-utils/findmnt.c:641
7854msgid "umount"
55032d70
KZ
7855msgstr ""
7856
0ed2f80b
KZ
7857#: misc-utils/findmnt.c:644
7858msgid "remount"
55032d70
KZ
7859msgstr ""
7860
0ed2f80b
KZ
7861#: misc-utils/findmnt.c:647
7862msgid "move"
0e768fc4
TK
7863msgstr ""
7864
0ed2f80b
KZ
7865#: misc-utils/findmnt.c:772
7866#, c-format
7867msgid "%s: parse error at line %d"
55032d70
KZ
7868msgstr ""
7869
0ed2f80b
KZ
7870#: misc-utils/findmnt.c:801 misc-utils/findmnt.c:1021 sys-utils/eject.c:731
7871#: sys-utils/mount.c:644
7872msgid "failed to initialize libmount table"
55032d70
KZ
7873msgstr ""
7874
0ed2f80b
KZ
7875#: misc-utils/findmnt.c:828 text-utils/hexdump-parse.c:84
7876#, c-format
7877msgid "can't read %s"
55032d70
KZ
7878msgstr ""
7879
0ed2f80b
KZ
7880#: misc-utils/findmnt.c:961 misc-utils/findmnt.c:1027 sys-utils/fstrim.c:170
7881#: sys-utils/mount.c:135 sys-utils/mount.c:183 sys-utils/swapoff.c:98
7882#: sys-utils/swapon.c:207 sys-utils/swapon.c:237 sys-utils/swapon.c:631
7883#: sys-utils/umount.c:272
7884msgid "failed to initialize libmount iterator"
55032d70
KZ
7885msgstr ""
7886
0ed2f80b
KZ
7887#: misc-utils/findmnt.c:1033
7888msgid "failed to initialize libmount tabdiff"
55032d70
KZ
7889msgstr ""
7890
0ed2f80b
KZ
7891#: misc-utils/findmnt.c:1061
7892msgid "poll() failed"
55032d70
KZ
7893msgstr ""
7894
0ed2f80b
KZ
7895#: misc-utils/findmnt.c:1131
7896#, c-format
7897msgid ""
7898" %1$s [options]\n"
7899" %1$s [options] <device> | <mountpoint>\n"
7900" %1$s [options] <device> <mountpoint>\n"
7901" %1$s [options] [--source <device>] [--target <mountpoint>]\n"
55032d70
KZ
7902msgstr ""
7903
0ed2f80b
KZ
7904#: misc-utils/findmnt.c:1138
7905#, fuzzy
7906msgid " -s, --fstab search in static table of filesystems\n"
7907msgstr " -A provjeri sve datotečne sustave\n"
7908
7909#: misc-utils/findmnt.c:1139
7910#, fuzzy
7911msgid " -m, --mtab search in table of mounted filesystems\n"
7912msgstr " -M ne provjeravaj montirane datotečne sustave\n"
7913
7914#: misc-utils/findmnt.c:1140
7915msgid ""
7916" -k, --kernel search in kernel table of mounted\n"
7917" filesystems (default)\n"
55032d70
KZ
7918msgstr ""
7919
0ed2f80b
KZ
7920#: misc-utils/findmnt.c:1143
7921msgid " -p, --poll[=<list>] monitor changes in table of mounted filesystems\n"
8b4ccda1
KZ
7922msgstr ""
7923
0ed2f80b
KZ
7924#: misc-utils/findmnt.c:1144
7925msgid " -w, --timeout <num> upper limit in milliseconds that --poll will block\n"
55032d70
KZ
7926msgstr ""
7927
0ed2f80b
KZ
7928#: misc-utils/findmnt.c:1147
7929msgid " -A, --all disable all built-in filters, print all filesystems\n"
55032d70
KZ
7930msgstr ""
7931
0ed2f80b
KZ
7932#: misc-utils/findmnt.c:1148
7933msgid " -a, --ascii use ASCII chars for tree formatting\n"
0e768fc4
TK
7934msgstr ""
7935
0ed2f80b
KZ
7936#: misc-utils/findmnt.c:1149
7937msgid " -b, --bytes print sizes in bytes rather than in human readable format\n"
0e768fc4
TK
7938msgstr ""
7939
0ed2f80b
KZ
7940#: misc-utils/findmnt.c:1150
7941msgid " -c, --canonicalize canonicalize printed paths\n"
0e768fc4
TK
7942msgstr ""
7943
0ed2f80b
KZ
7944#: misc-utils/findmnt.c:1151
7945msgid " -C, --nocanonicalize don't canonicalize when compare paths\n"
0e768fc4
TK
7946msgstr ""
7947
0ed2f80b
KZ
7948#: misc-utils/findmnt.c:1152
7949#, fuzzy
7950msgid " -D, --df imitate the output of df(1)\n"
7951msgstr " -? prikaži ovu pomoć i izađi\n"
0e768fc4 7952
0ed2f80b
KZ
7953#: misc-utils/findmnt.c:1153
7954msgid " -d, --direction <word> direction of search, 'forward' or 'backward'\n"
0e768fc4
TK
7955msgstr ""
7956
0ed2f80b
KZ
7957#: misc-utils/findmnt.c:1154
7958msgid ""
7959" -e, --evaluate convert tags (LABEL,UUID,PARTUUID,PARTLABEL) \n"
7960" to device names\n"
0e768fc4
TK
7961msgstr ""
7962
0ed2f80b
KZ
7963#: misc-utils/findmnt.c:1156
7964msgid " -F, --tab-file <path> alternative file for -s, -m or -k options\n"
0e768fc4
TK
7965msgstr ""
7966
0ed2f80b
KZ
7967#: misc-utils/findmnt.c:1157
7968msgid " -f, --first-only print the first found filesystem only\n"
0e768fc4
TK
7969msgstr ""
7970
0ed2f80b
KZ
7971#: misc-utils/findmnt.c:1158
7972#, fuzzy
7973msgid " -i, --invert invert the sense of matching\n"
7974msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
0e768fc4 7975
0ed2f80b
KZ
7976#: misc-utils/findmnt.c:1159
7977#, fuzzy
7978msgid " -l, --list use list format output\n"
7979msgstr " -a samo zbog kompatibilnosti, zanemareno\n"
0e768fc4 7980
0ed2f80b
KZ
7981#: misc-utils/findmnt.c:1160
7982msgid " -N, --task <tid> use alternative namespace (/proc/<tid>/mountinfo file)\n"
55032d70
KZ
7983msgstr ""
7984
0ed2f80b 7985#: misc-utils/findmnt.c:1161
55032d70 7986#, fuzzy
0ed2f80b
KZ
7987msgid " -n, --noheadings don't print column headings\n"
7988msgstr " -a samo zbog kompatibilnosti, zanemareno\n"
55032d70 7989
0ed2f80b
KZ
7990#: misc-utils/findmnt.c:1162
7991msgid " -U, --uniq ignore filesystems with duplicate target\n"
0e768fc4
TK
7992msgstr ""
7993
0ed2f80b
KZ
7994#: misc-utils/findmnt.c:1163
7995msgid " -u, --notruncate don't truncate text in columns\n"
0e768fc4
TK
7996msgstr ""
7997
0ed2f80b
KZ
7998#: misc-utils/findmnt.c:1164
7999msgid " -O, --options <list> limit the set of filesystems by mount options\n"
0e768fc4
TK
8000msgstr ""
8001
0ed2f80b
KZ
8002#: misc-utils/findmnt.c:1165
8003msgid " -o, --output <list> the output columns to be shown\n"
0e768fc4
TK
8004msgstr ""
8005
0ed2f80b
KZ
8006#: misc-utils/findmnt.c:1166
8007msgid " -P, --pairs use key=\"value\" output format\n"
0e768fc4
TK
8008msgstr ""
8009
0ed2f80b
KZ
8010#: misc-utils/findmnt.c:1167
8011msgid " -r, --raw use raw output format\n"
0e768fc4
TK
8012msgstr ""
8013
0ed2f80b
KZ
8014#: misc-utils/findmnt.c:1168
8015msgid " -t, --types <list> limit the set of filesystems by FS types\n"
0e768fc4
TK
8016msgstr ""
8017
0ed2f80b
KZ
8018#: misc-utils/findmnt.c:1169
8019#, fuzzy
8020msgid " -v, --nofsroot don't print [/dir] for bind or btrfs mounts\n"
8021msgstr " -a samo zbog kompatibilnosti, zanemareno\n"
0e768fc4 8022
0ed2f80b
KZ
8023#: misc-utils/findmnt.c:1170
8024msgid " -R, --submounts print all submounts for the matching filesystems\n"
0e768fc4
TK
8025msgstr ""
8026
0ed2f80b
KZ
8027#: misc-utils/findmnt.c:1171
8028msgid ""
8029" -S, --source <string> the device to mount (by name, maj:min, \n"
8030" LABEL=, UUID=, PARTUUID=, PARTLABEL=)\n"
0e768fc4
TK
8031msgstr ""
8032
0ed2f80b
KZ
8033#: misc-utils/findmnt.c:1173
8034msgid " -T, --target <string> the mountpoint to use\n"
0e768fc4
TK
8035msgstr ""
8036
0ed2f80b 8037#: misc-utils/findmnt.c:1290
0e768fc4 8038#, c-format
0ed2f80b 8039msgid "unknown direction '%s'"
0e768fc4
TK
8040msgstr ""
8041
0ed2f80b
KZ
8042#: misc-utils/findmnt.c:1359
8043msgid "invalid TID argument"
0e768fc4
TK
8044msgstr ""
8045
0ed2f80b
KZ
8046#: misc-utils/findmnt.c:1419
8047msgid "--poll accepts only one file, but more specified by --tab-file"
0e768fc4
TK
8048msgstr ""
8049
0ed2f80b
KZ
8050#: misc-utils/findmnt.c:1423
8051msgid "options --target and --source can't be used together with command line element that is not an option"
0e768fc4
TK
8052msgstr ""
8053
0ed2f80b
KZ
8054#: misc-utils/findmnt.c:1470
8055msgid "failed to initialize libmount cache"
0e768fc4
TK
8056msgstr ""
8057
0ed2f80b 8058#: misc-utils/findmnt.c:1500
0e768fc4 8059#, c-format
0ed2f80b 8060msgid "%s column is requested, but --poll is not enabled"
0e768fc4
TK
8061msgstr ""
8062
0ed2f80b
KZ
8063#: misc-utils/getopt.c:219
8064#, c-format
8065msgid "Try `%s --help' for more information.\n"
55032d70
KZ
8066msgstr ""
8067
0ed2f80b
KZ
8068#: misc-utils/getopt.c:288
8069msgid "empty long option after -l or --long argument"
55032d70
KZ
8070msgstr ""
8071
0ed2f80b
KZ
8072#: misc-utils/getopt.c:309
8073msgid "unknown shell after -s or --shell argument"
0e768fc4
TK
8074msgstr ""
8075
0ed2f80b
KZ
8076#: misc-utils/getopt.c:317
8077#, c-format
0e768fc4 8078msgid ""
0ed2f80b
KZ
8079" %1$s optstring parameters\n"
8080" %1$s [options] [--] optstring parameters\n"
8081" %1$s [options] -o|--options optstring [options] [--] parameters\n"
0e768fc4
TK
8082msgstr ""
8083
0ed2f80b
KZ
8084#: misc-utils/getopt.c:323
8085msgid " -a, --alternative Allow long options starting with single -\n"
8b4ccda1
KZ
8086msgstr ""
8087
0ed2f80b
KZ
8088#: misc-utils/getopt.c:324
8089msgid " -h, --help This small usage guide\n"
8b4ccda1
KZ
8090msgstr ""
8091
0ed2f80b
KZ
8092#: misc-utils/getopt.c:325
8093msgid " -l, --longoptions <longopts> Long options to be recognized\n"
0e768fc4
TK
8094msgstr ""
8095
0ed2f80b
KZ
8096#: misc-utils/getopt.c:326
8097msgid " -n, --name <progname> The name under which errors are reported\n"
0e768fc4
TK
8098msgstr ""
8099
0ed2f80b
KZ
8100#: misc-utils/getopt.c:327
8101msgid " -o, --options <optstring> Short options to be recognized\n"
0e768fc4
TK
8102msgstr ""
8103
0ed2f80b
KZ
8104#: misc-utils/getopt.c:328
8105msgid " -q, --quiet Disable error reporting by getopt(3)\n"
0e768fc4
TK
8106msgstr ""
8107
0ed2f80b
KZ
8108#: misc-utils/getopt.c:329
8109msgid " -Q, --quiet-output No normal output\n"
0e768fc4
TK
8110msgstr ""
8111
0ed2f80b
KZ
8112#: misc-utils/getopt.c:330
8113msgid " -s, --shell <shell> Set shell quoting conventions\n"
0e768fc4
TK
8114msgstr ""
8115
0ed2f80b
KZ
8116#: misc-utils/getopt.c:331
8117msgid " -T, --test Test for getopt(1) version\n"
0e768fc4
TK
8118msgstr ""
8119
0ed2f80b
KZ
8120#: misc-utils/getopt.c:332
8121msgid " -u, --unquoted Do not quote the output\n"
0e768fc4
TK
8122msgstr ""
8123
0ed2f80b
KZ
8124#: misc-utils/getopt.c:333
8125msgid " -V, --version Output version information\n"
0e768fc4
TK
8126msgstr ""
8127
0ed2f80b
KZ
8128#: misc-utils/getopt.c:383 misc-utils/getopt.c:442
8129msgid "missing optstring argument"
0e768fc4
TK
8130msgstr ""
8131
0ed2f80b
KZ
8132#: misc-utils/getopt.c:437
8133msgid "internal error, contact the author."
0e768fc4
TK
8134msgstr ""
8135
0ed2f80b 8136#: misc-utils/kill.c:238
0e768fc4 8137#, c-format
0ed2f80b 8138msgid "unknown signal %s; valid signals:"
0e768fc4
TK
8139msgstr ""
8140
0ed2f80b
KZ
8141#: misc-utils/kill.c:306
8142#, fuzzy, c-format
8143msgid " %s [options] <pid|name>...\n"
8144msgstr " %s [opcije] <uređaj>\n"
0e768fc4 8145
0ed2f80b
KZ
8146#: misc-utils/kill.c:309
8147msgid ""
8148" -a, --all do not restrict the name-to-pid conversion to processes\n"
8149" with the same uid as the present process\n"
0e768fc4
TK
8150msgstr ""
8151
0ed2f80b
KZ
8152#: misc-utils/kill.c:311
8153msgid " -s, --signal <sig> send specified signal\n"
0e768fc4
TK
8154msgstr ""
8155
0ed2f80b
KZ
8156#: misc-utils/kill.c:313
8157msgid " -q, --queue <sig> use sigqueue(2) rather than kill(2)\n"
0e768fc4
TK
8158msgstr ""
8159
0ed2f80b
KZ
8160#: misc-utils/kill.c:315
8161msgid " -p, --pid print pids without signaling them\n"
0e768fc4
TK
8162msgstr ""
8163
0ed2f80b
KZ
8164#: misc-utils/kill.c:316
8165msgid " -l, --list [=<signal>] list signal names, or convert one to a name\n"
0e768fc4
TK
8166msgstr ""
8167
0ed2f80b
KZ
8168#: misc-utils/kill.c:317
8169msgid " -L, --table list signal names and numbers\n"
0e768fc4
TK
8170msgstr ""
8171
0ed2f80b 8172#: misc-utils/kill.c:318
e197d438 8173#, fuzzy
0ed2f80b
KZ
8174msgid " --verbose print pids that will be signaled\n"
8175msgstr " -V pojasni što program radi\n"
e197d438 8176
0ed2f80b
KZ
8177#: misc-utils/kill.c:368 misc-utils/kill.c:377
8178#, fuzzy, c-format
8179msgid "unknown signal: %s"
8180msgstr "Nepoznata naredba: %s"
0e768fc4 8181
0ed2f80b
KZ
8182#: misc-utils/kill.c:388 misc-utils/kill.c:391 misc-utils/kill.c:400
8183#: misc-utils/kill.c:412 misc-utils/kill.c:437
0e768fc4 8184#, c-format
0ed2f80b 8185msgid "%s and %s are mutually exclusive"
0e768fc4
TK
8186msgstr ""
8187
0ed2f80b
KZ
8188#: misc-utils/kill.c:397 misc-utils/kill.c:441 misc-utils/rename.c:153
8189#: sys-utils/ipcrm.c:154 term-utils/agetty.c:753 term-utils/agetty.c:762
8190msgid "not enough arguments"
0e768fc4
TK
8191msgstr ""
8192
0ed2f80b
KZ
8193#: misc-utils/kill.c:410
8194#, fuzzy, c-format
8195msgid "option '%s' requires an argument"
8196msgstr "%s zahtijeva argument"
0e768fc4 8197
0ed2f80b
KZ
8198#: misc-utils/kill.c:434
8199msgid "invalid sigval argument"
0e768fc4
TK
8200msgstr ""
8201
0ed2f80b
KZ
8202#: misc-utils/kill.c:451
8203#, c-format
8204msgid "sending signal %d to pid %d\n"
55032d70
KZ
8205msgstr ""
8206
0ed2f80b
KZ
8207#: misc-utils/kill.c:464
8208#, c-format
8209msgid "sending signal to %s failed"
55032d70
KZ
8210msgstr ""
8211
0ed2f80b
KZ
8212#: misc-utils/kill.c:480
8213msgid "use of 'kill --pid' option as command name is deprecated"
55032d70
KZ
8214msgstr ""
8215
0ed2f80b
KZ
8216#: misc-utils/kill.c:514
8217#, fuzzy, c-format
8218msgid "cannot find process \"%s\"."
8219msgstr "ne mogu otvoriti %s"
55032d70 8220
0ed2f80b
KZ
8221#: misc-utils/logger.c:133
8222#, c-format
8223msgid "unknown facility name: %s."
0e768fc4
TK
8224msgstr ""
8225
0ed2f80b
KZ
8226#: misc-utils/logger.c:142
8227#, c-format
8228msgid "unknown priority name: %s."
55032d70
KZ
8229msgstr ""
8230
0ed2f80b
KZ
8231#: misc-utils/logger.c:152
8232#, c-format
8233msgid "openlog %s: pathname too long"
55032d70
KZ
8234msgstr ""
8235
0ed2f80b
KZ
8236#: misc-utils/logger.c:174
8237#, c-format
8238msgid "socket %s"
55032d70
KZ
8239msgstr ""
8240
0ed2f80b
KZ
8241#: misc-utils/logger.c:203
8242#, fuzzy, c-format
8243msgid "failed to resolve name %s port %s: %s"
8244msgstr "nisam uspio postaviti opis za %s"
8245
8246#: misc-utils/logger.c:220
8247#, fuzzy, c-format
8248msgid "failed to connect to %s port %s"
8249msgstr "nisam uspio postaviti opis za %s"
0e768fc4 8250
0ed2f80b 8251#: misc-utils/logger.c:247
0e768fc4 8252#, c-format
0ed2f80b 8253msgid "maximum input lines (%d) exceeded"
0e768fc4
TK
8254msgstr ""
8255
0ed2f80b
KZ
8256#: misc-utils/logger.c:292
8257#, fuzzy, c-format
8258msgid " %s [options] [<message>]\n"
8259msgstr " %s [opcije] <uređaj>\n"
8260
8261#: misc-utils/logger.c:295
8262msgid " -T, --tcp use TCP only\n"
0e768fc4
TK
8263msgstr ""
8264
0ed2f80b
KZ
8265#: misc-utils/logger.c:296
8266msgid " -d, --udp use UDP only\n"
8267msgstr ""
0e768fc4 8268
0ed2f80b
KZ
8269#: misc-utils/logger.c:297
8270msgid " -i, --id log the process ID too\n"
8271msgstr ""
e197d438 8272
0ed2f80b
KZ
8273#: misc-utils/logger.c:298
8274msgid " -f, --file <file> log the contents of this file\n"
e197d438
TK
8275msgstr ""
8276
0ed2f80b
KZ
8277#: misc-utils/logger.c:299
8278msgid " -n, --server <name> write to this remote syslog server\n"
0e768fc4
TK
8279msgstr ""
8280
0ed2f80b
KZ
8281#: misc-utils/logger.c:300
8282msgid " -P, --port <number> use this UDP port\n"
0e768fc4
TK
8283msgstr ""
8284
0ed2f80b
KZ
8285#: misc-utils/logger.c:301
8286msgid " -p, --priority <prio> mark given message with this priority\n"
0e768fc4
TK
8287msgstr ""
8288
0ed2f80b
KZ
8289#: misc-utils/logger.c:302
8290msgid " --prio-prefix look for a prefix on every line read from stdin\n"
0e768fc4
TK
8291msgstr ""
8292
0ed2f80b
KZ
8293#: misc-utils/logger.c:303
8294msgid " -s, --stderr output message to standard error as well\n"
e197d438
TK
8295msgstr ""
8296
0ed2f80b
KZ
8297#: misc-utils/logger.c:304
8298msgid " -t, --tag <tag> mark every line with this tag\n"
0e768fc4
TK
8299msgstr ""
8300
0ed2f80b
KZ
8301#: misc-utils/logger.c:305
8302msgid " -u, --socket <socket> write to this Unix socket\n"
0e768fc4
TK
8303msgstr ""
8304
0ed2f80b
KZ
8305#: misc-utils/logger.c:307
8306msgid " --journald[=<file>] write journald entry\n"
0e768fc4
TK
8307msgstr ""
8308
0ed2f80b 8309#: misc-utils/logger.c:369
0e768fc4 8310#, c-format
0ed2f80b 8311msgid "file %s"
0e768fc4
TK
8312msgstr ""
8313
0ed2f80b 8314#: misc-utils/look.c:368
0e768fc4 8315#, c-format
0ed2f80b 8316msgid " %s [options] string [file]\n"
0e768fc4
TK
8317msgstr ""
8318
0ed2f80b
KZ
8319#: misc-utils/look.c:371
8320msgid ""
8321" -a, --alternative use alternative dictionary\n"
8322" -d, --alphanum compare only alphanumeric characters\n"
8323" -f, --ignore-case ignore case differences when comparing\n"
8324" -t, --terminate <char> define string termination character\n"
8325" -V, --version output version information and exit\n"
8326" -h, --help display this help and exit\n"
8327"\n"
0e768fc4
TK
8328msgstr ""
8329
0ed2f80b
KZ
8330#: misc-utils/lsblk.c:137
8331msgid "device name"
0e768fc4
TK
8332msgstr ""
8333
0ed2f80b
KZ
8334#: misc-utils/lsblk.c:138
8335msgid "internal kernel device name"
0e768fc4
TK
8336msgstr ""
8337
0ed2f80b
KZ
8338#: misc-utils/lsblk.c:139
8339msgid "internal parent kernel device name"
0e768fc4
TK
8340msgstr ""
8341
0ed2f80b
KZ
8342#: misc-utils/lsblk.c:142
8343msgid "where the device is mounted"
0e768fc4
TK
8344msgstr ""
8345
0ed2f80b
KZ
8346#: misc-utils/lsblk.c:143
8347msgid "filesystem LABEL"
0e768fc4
TK
8348msgstr ""
8349
0ed2f80b
KZ
8350#: misc-utils/lsblk.c:146
8351#, fuzzy
8352msgid "partition type UUID"
8353msgstr "ponovo pročitaj particijsku tablicu"
8354
8355#: misc-utils/lsblk.c:147
8356msgid "partition LABEL"
0e768fc4
TK
8357msgstr ""
8358
0ed2f80b
KZ
8359#: misc-utils/lsblk.c:151
8360msgid "read-ahead of the device"
0e768fc4
TK
8361msgstr ""
8362
0ed2f80b
KZ
8363#: misc-utils/lsblk.c:152 sys-utils/losetup.c:71
8364msgid "read-only device"
0e768fc4
TK
8365msgstr ""
8366
0ed2f80b
KZ
8367#: misc-utils/lsblk.c:153
8368msgid "removable device"
0e768fc4
TK
8369msgstr ""
8370
0ed2f80b
KZ
8371#: misc-utils/lsblk.c:154
8372msgid "rotational device"
0e768fc4
TK
8373msgstr ""
8374
0ed2f80b
KZ
8375#: misc-utils/lsblk.c:155
8376msgid "adds randomness"
0e768fc4
TK
8377msgstr ""
8378
0ed2f80b
KZ
8379#: misc-utils/lsblk.c:156
8380msgid "device identifier"
0e768fc4
TK
8381msgstr ""
8382
0ed2f80b
KZ
8383#: misc-utils/lsblk.c:157
8384msgid "disk serial number"
0e768fc4
TK
8385msgstr ""
8386
0ed2f80b
KZ
8387#: misc-utils/lsblk.c:158
8388msgid "size of the device"
0e768fc4
TK
8389msgstr ""
8390
0ed2f80b
KZ
8391#: misc-utils/lsblk.c:159
8392msgid "state of the device"
0e768fc4
TK
8393msgstr ""
8394
0ed2f80b
KZ
8395#: misc-utils/lsblk.c:161
8396msgid "group name"
0e768fc4
TK
8397msgstr ""
8398
0ed2f80b
KZ
8399#: misc-utils/lsblk.c:162
8400msgid "device node permissions"
0e768fc4
TK
8401msgstr ""
8402
0ed2f80b
KZ
8403#: misc-utils/lsblk.c:163
8404msgid "alignment offset"
0e768fc4
TK
8405msgstr ""
8406
0ed2f80b
KZ
8407#: misc-utils/lsblk.c:164
8408msgid "minimum I/O size"
0e768fc4
TK
8409msgstr ""
8410
0ed2f80b
KZ
8411#: misc-utils/lsblk.c:165
8412msgid "optimal I/O size"
0e768fc4
TK
8413msgstr ""
8414
0ed2f80b
KZ
8415#: misc-utils/lsblk.c:166
8416msgid "physical sector size"
0e768fc4
TK
8417msgstr ""
8418
0ed2f80b
KZ
8419#: misc-utils/lsblk.c:167
8420msgid "logical sector size"
0e768fc4
TK
8421msgstr ""
8422
0ed2f80b
KZ
8423#: misc-utils/lsblk.c:168
8424msgid "I/O scheduler name"
0e768fc4
TK
8425msgstr ""
8426
0ed2f80b
KZ
8427#: misc-utils/lsblk.c:169
8428msgid "request queue size"
0e768fc4
TK
8429msgstr ""
8430
0ed2f80b
KZ
8431#: misc-utils/lsblk.c:170
8432msgid "device type"
0e768fc4
TK
8433msgstr ""
8434
0ed2f80b
KZ
8435#: misc-utils/lsblk.c:171
8436msgid "discard alignment offset"
0e768fc4
TK
8437msgstr ""
8438
0ed2f80b
KZ
8439#: misc-utils/lsblk.c:172
8440msgid "discard granularity"
0e768fc4
TK
8441msgstr ""
8442
0ed2f80b
KZ
8443#: misc-utils/lsblk.c:173
8444msgid "discard max bytes"
0e768fc4
TK
8445msgstr ""
8446
0ed2f80b
KZ
8447#: misc-utils/lsblk.c:174
8448msgid "discard zeroes data"
0e768fc4
TK
8449msgstr ""
8450
0ed2f80b
KZ
8451#: misc-utils/lsblk.c:175
8452msgid "write same max bytes"
0e768fc4
TK
8453msgstr ""
8454
0ed2f80b
KZ
8455#: misc-utils/lsblk.c:176
8456msgid "unique storage identifier"
0e768fc4
TK
8457msgstr ""
8458
0ed2f80b
KZ
8459#: misc-utils/lsblk.c:177
8460msgid "Host:Channel:Target:Lun for SCSI"
0e768fc4
TK
8461msgstr ""
8462
0ed2f80b
KZ
8463#: misc-utils/lsblk.c:178
8464msgid "device transport type"
0e768fc4
TK
8465msgstr ""
8466
0ed2f80b
KZ
8467#: misc-utils/lsblk.c:179
8468msgid "device revision"
0e768fc4
TK
8469msgstr ""
8470
0ed2f80b
KZ
8471#: misc-utils/lsblk.c:180
8472msgid "device vendor"
0e768fc4
TK
8473msgstr ""
8474
0ed2f80b 8475#: misc-utils/lsblk.c:1062
0e768fc4 8476#, c-format
0ed2f80b 8477msgid "%s: failed to get device path"
0e768fc4
TK
8478msgstr ""
8479
0ed2f80b 8480#: misc-utils/lsblk.c:1069
0e768fc4 8481#, c-format
0ed2f80b 8482msgid "%s: unknown device name"
0e768fc4
TK
8483msgstr ""
8484
0ed2f80b 8485#: misc-utils/lsblk.c:1105
0e768fc4 8486#, c-format
0ed2f80b 8487msgid "%s: failed to get dm name"
0e768fc4
TK
8488msgstr ""
8489
0ed2f80b
KZ
8490#: misc-utils/lsblk.c:1146
8491msgid "failed to open device directory in sysfs"
0e768fc4
TK
8492msgstr ""
8493
0ed2f80b 8494#: misc-utils/lsblk.c:1314
6249b53a 8495#, fuzzy, c-format
0ed2f80b
KZ
8496msgid "%s: failed to compose sysfs path"
8497msgstr "%s: nisam uspio analizirati fstab"
0e768fc4 8498
0ed2f80b 8499#: misc-utils/lsblk.c:1320
0e768fc4 8500#, c-format
0ed2f80b 8501msgid "%s: failed to read link"
0e768fc4
TK
8502msgstr ""
8503
0ed2f80b
KZ
8504#: misc-utils/lsblk.c:1343
8505#, fuzzy, c-format
8506msgid "%s: failed to get sysfs name"
8507msgstr "%s: nisam uspio analizirati fstab"
0e768fc4 8508
0ed2f80b 8509#: misc-utils/lsblk.c:1352
0e768fc4 8510#, c-format
0ed2f80b 8511msgid "%s: failed to get whole-disk device number"
0e768fc4
TK
8512msgstr ""
8513
0ed2f80b
KZ
8514#: misc-utils/lsblk.c:1404 misc-utils/lsblk.c:1406 misc-utils/lsblk.c:1431
8515#: misc-utils/lsblk.c:1433
0e768fc4 8516#, c-format
0ed2f80b 8517msgid "failed to parse list '%s'"
0e768fc4
TK
8518msgstr ""
8519
0ed2f80b
KZ
8520#. TRANSLATORS: The standard value for %d is 256.
8521#: misc-utils/lsblk.c:1411
0e768fc4 8522#, c-format
0ed2f80b 8523msgid "the list of excluded devices is too large (limit is %d devices)"
0e768fc4
TK
8524msgstr ""
8525
0ed2f80b
KZ
8526#. TRANSLATORS: The standard value for %d is 256.
8527#: misc-utils/lsblk.c:1438
0e768fc4 8528#, c-format
0ed2f80b 8529msgid "the list of included devices is too large (limit is %d devices)"
0e768fc4
TK
8530msgstr ""
8531
0ed2f80b 8532#: misc-utils/lsblk.c:1469 sys-utils/wdctl.c:175
0e768fc4 8533#, c-format
0ed2f80b 8534msgid " %s [options] [<device> ...]\n"
0e768fc4
TK
8535msgstr ""
8536
0ed2f80b
KZ
8537#: misc-utils/lsblk.c:1471
8538msgid " -a, --all print all devices\n"
0e768fc4
TK
8539msgstr ""
8540
0ed2f80b
KZ
8541#: misc-utils/lsblk.c:1473
8542msgid " -d, --nodeps don't print slaves or holders\n"
0e768fc4
TK
8543msgstr ""
8544
0ed2f80b
KZ
8545#: misc-utils/lsblk.c:1474
8546msgid " -D, --discard print discard capabilities\n"
0e768fc4
TK
8547msgstr ""
8548
0ed2f80b
KZ
8549#: misc-utils/lsblk.c:1475
8550msgid " -e, --exclude <list> exclude devices by major number (default: RAM disks)\n"
0e768fc4
TK
8551msgstr ""
8552
0ed2f80b
KZ
8553#: misc-utils/lsblk.c:1476
8554msgid " -f, --fs output info about filesystems\n"
0e768fc4
TK
8555msgstr ""
8556
0ed2f80b
KZ
8557#: misc-utils/lsblk.c:1477
8558msgid " -i, --ascii use ascii characters only\n"
0e768fc4
TK
8559msgstr ""
8560
0ed2f80b
KZ
8561#: misc-utils/lsblk.c:1478
8562msgid " -I, --include <list> show only devices with specified major numbers\n"
0e768fc4
TK
8563msgstr ""
8564
0ed2f80b
KZ
8565#: misc-utils/lsblk.c:1479
8566msgid " -l, --list use list format output\n"
0e768fc4
TK
8567msgstr ""
8568
0ed2f80b
KZ
8569#: misc-utils/lsblk.c:1480
8570msgid " -m, --perms output info about permissions\n"
0e768fc4
TK
8571msgstr ""
8572
0ed2f80b
KZ
8573#: misc-utils/lsblk.c:1481
8574msgid " -n, --noheadings don't print headings\n"
0e768fc4
TK
8575msgstr ""
8576
0ed2f80b
KZ
8577#: misc-utils/lsblk.c:1482
8578msgid " -o, --output <list> output columns\n"
0e768fc4
TK
8579msgstr ""
8580
0ed2f80b
KZ
8581#: misc-utils/lsblk.c:1483
8582msgid " -O, --output-all output all columns\n"
0e768fc4
TK
8583msgstr ""
8584
0ed2f80b
KZ
8585#: misc-utils/lsblk.c:1484
8586msgid " -p, --paths print complete device path\n"
0e768fc4
TK
8587msgstr ""
8588
0ed2f80b
KZ
8589#: misc-utils/lsblk.c:1487
8590msgid " -s, --inverse inverse dependencies\n"
0e768fc4
TK
8591msgstr ""
8592
0ed2f80b
KZ
8593#: misc-utils/lsblk.c:1488
8594msgid " -S, --scsi output info about SCSI devices\n"
0e768fc4
TK
8595msgstr ""
8596
0ed2f80b
KZ
8597#: misc-utils/lsblk.c:1489
8598msgid " -t, --topology output info about topology\n"
0e768fc4
TK
8599msgstr ""
8600
0ed2f80b
KZ
8601#: misc-utils/lsblk.c:1490
8602msgid " -x, --sort <column> sort output by <colum>\n"
0e768fc4
TK
8603msgstr ""
8604
0ed2f80b 8605#: misc-utils/lsblk.c:1495 misc-utils/lslocks.c:517 sys-utils/prlimit.c:191
0e768fc4
TK
8606#, c-format
8607msgid ""
0ed2f80b
KZ
8608"\n"
8609"Available columns (for --output):\n"
0e768fc4
TK
8610msgstr ""
8611
0ed2f80b 8612#: misc-utils/lsblk.c:1508
0e768fc4 8613#, c-format
0ed2f80b 8614msgid "failed to access sysfs directory: %s"
0e768fc4
TK
8615msgstr ""
8616
0ed2f80b
KZ
8617#: misc-utils/lsblk.c:1697
8618msgid "the sort column has to be between output columns."
0e768fc4
TK
8619msgstr ""
8620
0ed2f80b
KZ
8621#: misc-utils/lslocks.c:72
8622msgid "command of the process holding the lock"
0e768fc4
TK
8623msgstr ""
8624
0ed2f80b
KZ
8625#: misc-utils/lslocks.c:73
8626msgid "PID of the process holding the lock"
0e768fc4
TK
8627msgstr ""
8628
0ed2f80b
KZ
8629#: misc-utils/lslocks.c:74
8630msgid "kind of lock: FL_FLOCK or FL_POSIX."
0e768fc4
TK
8631msgstr ""
8632
0ed2f80b
KZ
8633#: misc-utils/lslocks.c:75
8634msgid "size of the lock"
0e768fc4
TK
8635msgstr ""
8636
0ed2f80b
KZ
8637#: misc-utils/lslocks.c:76
8638msgid "lock access mode"
0e768fc4
TK
8639msgstr ""
8640
0ed2f80b
KZ
8641#: misc-utils/lslocks.c:77
8642msgid "mandatory state of the lock: 0 (none), 1 (set)"
0e768fc4
TK
8643msgstr ""
8644
0ed2f80b
KZ
8645#: misc-utils/lslocks.c:78
8646msgid "relative byte offset of the lock"
0e768fc4
TK
8647msgstr ""
8648
0ed2f80b
KZ
8649#: misc-utils/lslocks.c:79
8650msgid "ending offset of the lock"
0e768fc4
TK
8651msgstr ""
8652
0ed2f80b
KZ
8653#: misc-utils/lslocks.c:80
8654msgid "path of the locked file"
0e768fc4
TK
8655msgstr ""
8656
0ed2f80b
KZ
8657#: misc-utils/lslocks.c:81
8658msgid "PID of the process blocking the lock"
0e768fc4
TK
8659msgstr ""
8660
0ed2f80b
KZ
8661#: misc-utils/lslocks.c:261
8662#, fuzzy
8663msgid "failed to parse ID"
8664msgstr "%s: nisam uspio analizirati fstab"
8665
8666#: misc-utils/lslocks.c:283 sys-utils/nsenter.c:206
8667msgid "failed to parse pid"
0e768fc4
TK
8668msgstr ""
8669
0ed2f80b
KZ
8670#: misc-utils/lslocks.c:286
8671msgid "(unknown)"
0e768fc4
TK
8672msgstr ""
8673
0ed2f80b
KZ
8674#: misc-utils/lslocks.c:295
8675msgid "failed to parse start"
0e768fc4
TK
8676msgstr ""
8677
0ed2f80b
KZ
8678#: misc-utils/lslocks.c:302
8679msgid "failed to parse end"
0e768fc4
TK
8680msgstr ""
8681
0ed2f80b
KZ
8682#: misc-utils/lslocks.c:509
8683msgid ""
8684" -p, --pid <pid> process id\n"
8685" -o, --output <list> define which output columns to use\n"
8686" -n, --noheadings don't print headings\n"
8687" -r, --raw use the raw output format\n"
8688" -u, --notruncate don't truncate text in columns\n"
8689" -h, --help display this help and exit\n"
8690" -V, --version output version information and exit\n"
0e768fc4
TK
8691msgstr ""
8692
0ed2f80b
KZ
8693#: misc-utils/lslocks.c:553 schedutils/chrt.c:257 schedutils/ionice.c:176
8694#: schedutils/taskset.c:160 sys-utils/prlimit.c:581
8695msgid "invalid PID argument"
0e768fc4
TK
8696msgstr ""
8697
0ed2f80b
KZ
8698#: misc-utils/mcookie.c:85
8699msgid " -f, --file <file> use file as a cookie seed\n"
0e768fc4
TK
8700msgstr ""
8701
0ed2f80b
KZ
8702#: misc-utils/mcookie.c:86
8703msgid " -m, --max-size <num> limit how much is read from seed files\n"
0e768fc4
TK
8704msgstr ""
8705
0ed2f80b
KZ
8706#: misc-utils/mcookie.c:87
8707#, fuzzy
8708msgid " -v, --verbose explain what is being done\n"
8709msgstr " -V pojasni što program radi\n"
8710
8711#: misc-utils/mcookie.c:117
8712#, fuzzy, c-format
8713msgid "Got %zu byte from %s\n"
8714msgid_plural "Got %zu bytes from %s\n"
8715msgstr[0] "%s iz %s\n"
8716msgstr[1] "%s iz %s\n"
8717msgstr[2] "%s iz %s\n"
8718
8719#: misc-utils/mcookie.c:124
0e768fc4 8720#, c-format
0ed2f80b 8721msgid "closing %s failed"
0e768fc4
TK
8722msgstr ""
8723
0ed2f80b
KZ
8724#: misc-utils/mcookie.c:164 sys-utils/blkdiscard.c:105 sys-utils/fstrim.c:283
8725#: text-utils/hexdump.c:117
8726msgid "failed to parse length"
0e768fc4
TK
8727msgstr ""
8728
0ed2f80b
KZ
8729#: misc-utils/mcookie.c:177
8730msgid "--max-size ignored when used without --file."
0e768fc4
TK
8731msgstr ""
8732
0ed2f80b
KZ
8733#: misc-utils/mcookie.c:185
8734#, fuzzy, c-format
8735msgid "Got %d bytes from %s\n"
8736msgstr "%s iz %s\n"
8737
8738#: misc-utils/namei.c:186
0e768fc4 8739#, c-format
0ed2f80b 8740msgid "failed to read symlink: %s"
0e768fc4
TK
8741msgstr ""
8742
0ed2f80b 8743#: misc-utils/namei.c:379
0e768fc4 8744#, c-format
0ed2f80b 8745msgid "%s - No such file or directory\n"
0e768fc4
TK
8746msgstr ""
8747
0ed2f80b 8748#: misc-utils/namei.c:429
0e768fc4 8749#, c-format
0ed2f80b 8750msgid " %s [options] pathname [pathname ...]\n"
0e768fc4
TK
8751msgstr ""
8752
0ed2f80b
KZ
8753#: misc-utils/namei.c:432
8754msgid ""
8755" -h, --help displays this help text\n"
8756" -V, --version output version information and exit\n"
8757" -x, --mountpoints show mount point directories with a 'D'\n"
8758" -m, --modes show the mode bits of each file\n"
8759" -o, --owners show owner and group name of each file\n"
8760" -l, --long use a long listing format (-m -o -v) \n"
8761" -n, --nosymlinks don't follow symlinks\n"
8762" -v, --vertical vertical align of modes and owners\n"
0e768fc4
TK
8763msgstr ""
8764
0ed2f80b
KZ
8765#: misc-utils/namei.c:441
8766msgid ""
8767"\n"
8768"For more information see namei(1).\n"
0e768fc4
TK
8769msgstr ""
8770
0ed2f80b
KZ
8771#: misc-utils/namei.c:501
8772msgid "pathname argument is missing"
0e768fc4
TK
8773msgstr ""
8774
0ed2f80b 8775#: misc-utils/namei.c:525
0e768fc4 8776#, c-format
0ed2f80b 8777msgid "%s: exceeded limit of symlinks"
0e768fc4
TK
8778msgstr ""
8779
0ed2f80b
KZ
8780#: misc-utils/rename.c:38
8781#, fuzzy, c-format
8782msgid "%s: lstat failed"
8783msgstr "stat nije uspio %s"
8784
8785#: misc-utils/rename.c:41
8786#, fuzzy, c-format
8787msgid "%s: not a symbolic link"
8788msgstr "%s: nije blokovski uređaj"
8789
8790#: misc-utils/rename.c:45
8791#, fuzzy, c-format
8792msgid "%s: readlink failed"
8793msgstr "symlink nije uspio: %s"
8794
8795#: misc-utils/rename.c:81
8796#, fuzzy, c-format
8797msgid "%s: unlink failed"
8798msgstr "symlink nije uspio: %s"
8799
8800#: misc-utils/rename.c:83
8801#, fuzzy, c-format
8802msgid "%s: symlinking to %s failed"
8803msgstr "symlink nije uspio: %s"
8804
8805#: misc-utils/rename.c:88
8806#, fuzzy, c-format
8807msgid "%s: rename to %s failed"
8808msgstr "%s: izvršavanje nije uspjelo"
8809
8810#: misc-utils/rename.c:102
0e768fc4 8811#, c-format
0ed2f80b 8812msgid " %s [options] expression replacement file...\n"
0e768fc4
TK
8813msgstr ""
8814
0ed2f80b
KZ
8815#: misc-utils/rename.c:105
8816msgid " -v, --verbose explain what is being done\n"
55032d70
KZ
8817msgstr ""
8818
0ed2f80b
KZ
8819#: misc-utils/rename.c:106
8820msgid " -s, --symlink act on symlink target\n"
0e768fc4
TK
8821msgstr ""
8822
0ed2f80b
KZ
8823#: misc-utils/uuidd.c:76
8824msgid ""
8825" -p, --pid <path> path to pid file\n"
8826" -s, --socket <path> path to socket\n"
8827" -T, --timeout <sec> specify inactivity timeout\n"
8828" -k, --kill kill running daemon\n"
8829" -r, --random test random-based generation\n"
8830" -t, --time test time-based generation\n"
8831" -n, --uuids <num> request number of uuids\n"
8832" -P, --no-pid do not create pid file\n"
8833" -F, --no-fork do not daemonize using double-fork\n"
8834" -S, --socket-activation do not create listening socket\n"
8835" -d, --debug run in debugging mode\n"
8836" -q, --quiet turn on quiet mode\n"
8837" -V, --version output version information and exit\n"
8838" -h, --help display this help and exit\n"
8839"\n"
0e768fc4
TK
8840msgstr ""
8841
0ed2f80b
KZ
8842#: misc-utils/uuidd.c:130
8843msgid "bad arguments"
0e768fc4
TK
8844msgstr ""
8845
0ed2f80b
KZ
8846#: misc-utils/uuidd.c:137
8847msgid "socket"
0e768fc4
TK
8848msgstr ""
8849
0ed2f80b
KZ
8850#: misc-utils/uuidd.c:148
8851msgid "connect"
0e768fc4
TK
8852msgstr ""
8853
0ed2f80b
KZ
8854#: misc-utils/uuidd.c:168
8855msgid "write"
0e768fc4
TK
8856msgstr ""
8857
0ed2f80b
KZ
8858#: misc-utils/uuidd.c:176
8859msgid "read count"
0e768fc4
TK
8860msgstr ""
8861
0ed2f80b
KZ
8862#: misc-utils/uuidd.c:182
8863msgid "bad response length"
0e768fc4
TK
8864msgstr ""
8865
0ed2f80b
KZ
8866#: misc-utils/uuidd.c:236
8867#, fuzzy, c-format
8868msgid "cannot lock %s"
8869msgstr "ne mogu otvoriti %s"
8870
8871#: misc-utils/uuidd.c:260
8872msgid "couldn't create unix stream socket"
0e768fc4
TK
8873msgstr ""
8874
0ed2f80b
KZ
8875#: misc-utils/uuidd.c:285
8876#, fuzzy, c-format
8877msgid "couldn't bind unix socket %s"
8878msgstr "ne mogu pronaći odgovarajući datotečni sustav: %s"
8879
8880#: misc-utils/uuidd.c:322
0e768fc4 8881#, c-format
0ed2f80b 8882msgid "uuidd daemon is already running at pid %s"
0e768fc4
TK
8883msgstr ""
8884
0ed2f80b 8885#: misc-utils/uuidd.c:333
0e768fc4 8886#, c-format
0ed2f80b 8887msgid "couldn't listen on unix socket %s"
0e768fc4
TK
8888msgstr ""
8889
0ed2f80b
KZ
8890#: misc-utils/uuidd.c:343
8891#, fuzzy, c-format
8892msgid "could not truncate file: %s"
8893msgstr "ne mogu čitati direktorij %s"
8894
8895#: misc-utils/uuidd.c:361
8896msgid "no or too many file descriptors received"
0e768fc4
TK
8897msgstr ""
8898
0ed2f80b
KZ
8899#: misc-utils/uuidd.c:382 text-utils/column.c:384
8900#, fuzzy
8901msgid "read failed"
8902msgstr "čitanje nije uspjelo: %s"
8903
8904#: misc-utils/uuidd.c:384
0e768fc4 8905#, c-format
0ed2f80b 8906msgid "error reading from client, len = %d"
0e768fc4
TK
8907msgstr ""
8908
0ed2f80b 8909#: misc-utils/uuidd.c:393
0e768fc4 8910#, c-format
0ed2f80b 8911msgid "operation %d, incoming num = %d\n"
0e768fc4
TK
8912msgstr ""
8913
0ed2f80b 8914#: misc-utils/uuidd.c:396
0e768fc4 8915#, c-format
0ed2f80b 8916msgid "operation %d\n"
0e768fc4
TK
8917msgstr ""
8918
0ed2f80b 8919#: misc-utils/uuidd.c:412
0e768fc4 8920#, c-format
0ed2f80b 8921msgid "Generated time UUID: %s\n"
0e768fc4
TK
8922msgstr ""
8923
0ed2f80b 8924#: misc-utils/uuidd.c:422
0e768fc4 8925#, c-format
0ed2f80b 8926msgid "Generated random UUID: %s\n"
0e768fc4
TK
8927msgstr ""
8928
0ed2f80b 8929#: misc-utils/uuidd.c:431
0e768fc4 8930#, c-format
0ed2f80b
KZ
8931msgid "Generated time UUID %s and %d following\n"
8932msgid_plural "Generated time UUID %s and %d following\n"
8933msgstr[0] ""
8934msgstr[1] ""
8935msgstr[2] ""
0e768fc4 8936
0ed2f80b 8937#: misc-utils/uuidd.c:452
0e768fc4 8938#, c-format
0ed2f80b
KZ
8939msgid "Generated %d UUID:\n"
8940msgid_plural "Generated %d UUIDs:\n"
8941msgstr[0] ""
8942msgstr[1] ""
8943msgstr[2] ""
0e768fc4 8944
0ed2f80b 8945#: misc-utils/uuidd.c:466
0e768fc4 8946#, c-format
0ed2f80b 8947msgid "Invalid operation %d\n"
0e768fc4
TK
8948msgstr ""
8949
0ed2f80b 8950#: misc-utils/uuidd.c:478
0e768fc4 8951#, c-format
0ed2f80b 8952msgid "Unexpected reply length from server %d"
0e768fc4
TK
8953msgstr ""
8954
0ed2f80b
KZ
8955#: misc-utils/uuidd.c:540
8956#, fuzzy
8957msgid "failed to parse --uuids"
8958msgstr "%s: nisam uspio analizirati fstab"
8959
8960#: misc-utils/uuidd.c:557
8961msgid "uuidd has been built without support for socket activation"
0e768fc4
TK
8962msgstr ""
8963
0ed2f80b
KZ
8964#: misc-utils/uuidd.c:576
8965#, fuzzy
8966msgid "failed to parse --timeout"
8967msgstr "%s: nisam uspio analizirati fstab"
8968
8969#: misc-utils/uuidd.c:595
8970msgid "Both --socket-activation and --socket specified. Ignoring --socket."
0e768fc4
TK
8971msgstr ""
8972
0ed2f80b 8973#: misc-utils/uuidd.c:602 misc-utils/uuidd.c:630
0e768fc4 8974#, c-format
0ed2f80b 8975msgid "error calling uuidd daemon (%s)"
0e768fc4
TK
8976msgstr ""
8977
0ed2f80b
KZ
8978#: misc-utils/uuidd.c:603 misc-utils/uuidd.c:631
8979#, fuzzy
8980msgid "unexpected error"
8981msgstr "seek greška"
8982
8983#: misc-utils/uuidd.c:611
0e768fc4 8984#, c-format
0ed2f80b
KZ
8985msgid "%s and %d subsequent UUID\n"
8986msgid_plural "%s and %d subsequent UUIDs\n"
8987msgstr[0] ""
8988msgstr[1] ""
8989msgstr[2] ""
0e768fc4 8990
0ed2f80b 8991#: misc-utils/uuidd.c:615
0e768fc4 8992#, c-format
0ed2f80b 8993msgid "List of UUIDs:\n"
0e768fc4
TK
8994msgstr ""
8995
0ed2f80b 8996#: misc-utils/uuidd.c:647
0e768fc4 8997#, c-format
0ed2f80b 8998msgid "couldn't kill uuidd running at pid %d"
0e768fc4
TK
8999msgstr ""
9000
0ed2f80b 9001#: misc-utils/uuidd.c:652
0e768fc4 9002#, c-format
0ed2f80b 9003msgid "Killed uuidd running at pid %d.\n"
0e768fc4
TK
9004msgstr ""
9005
0ed2f80b
KZ
9006#: misc-utils/uuidgen.c:36
9007msgid ""
9008" -r, --random generate random-based uuid\n"
9009" -t, --time generate time-based uuid\n"
9010" -V, --version output version information and exit\n"
9011" -h, --help display this help and exit\n"
9012"\n"
0e768fc4
TK
9013msgstr ""
9014
0ed2f80b
KZ
9015#: misc-utils/whereis.c:171
9016msgid " -b search only for binaries\n"
0e768fc4
TK
9017msgstr ""
9018
0ed2f80b
KZ
9019#: misc-utils/whereis.c:172
9020msgid " -B <dirs> define binaries lookup path\n"
0e768fc4
TK
9021msgstr ""
9022
0ed2f80b
KZ
9023#: misc-utils/whereis.c:173
9024msgid " -m search only for manuals\n"
0e768fc4
TK
9025msgstr ""
9026
0ed2f80b
KZ
9027#: misc-utils/whereis.c:174
9028msgid " -M <dirs> define man lookup path\n"
0e768fc4
TK
9029msgstr ""
9030
0ed2f80b
KZ
9031#: misc-utils/whereis.c:175
9032msgid " -s search only for sources\n"
0e768fc4
TK
9033msgstr ""
9034
0ed2f80b
KZ
9035#: misc-utils/whereis.c:176
9036msgid " -S <dirs> define sources lookup path\n"
0e768fc4
TK
9037msgstr ""
9038
0ed2f80b
KZ
9039#: misc-utils/whereis.c:177
9040msgid " -f terminate <dirs> argument list\n"
0e768fc4
TK
9041msgstr ""
9042
0ed2f80b
KZ
9043#: misc-utils/whereis.c:178
9044msgid " -u search for unusual entries\n"
0e768fc4
TK
9045msgstr ""
9046
0ed2f80b
KZ
9047#: misc-utils/whereis.c:179
9048msgid " -l output effective lookup paths\n"
0e768fc4
TK
9049msgstr ""
9050
0ed2f80b
KZ
9051#: misc-utils/wipefs.c:195
9052#, fuzzy
9053msgid "partition table"
9054msgstr "ponovo pročitaj particijsku tablicu"
9055
9056#: misc-utils/wipefs.c:268
0e768fc4 9057#, c-format
0ed2f80b 9058msgid "error: %s: probing initialization failed"
0e768fc4
TK
9059msgstr ""
9060
0ed2f80b 9061#: misc-utils/wipefs.c:313
0e768fc4 9062#, c-format
0ed2f80b 9063msgid "%s: failed to erase %s magic string at offset 0x%08jx"
0e768fc4
TK
9064msgstr ""
9065
0ed2f80b 9066#: misc-utils/wipefs.c:319
0e768fc4 9067#, c-format
0ed2f80b
KZ
9068msgid "%s: %zd byte was erased at offset 0x%08jx (%s): "
9069msgid_plural "%s: %zd bytes were erased at offset 0x%08jx (%s): "
9070msgstr[0] ""
9071msgstr[1] ""
9072msgstr[2] ""
9073
9074#: misc-utils/wipefs.c:348
9075#, fuzzy, c-format
9076msgid "%s: failed to create a signature backup"
9077msgstr "%s: nisam uspio analizirati fstab"
9078
9079#: misc-utils/wipefs.c:361
9080#, fuzzy, c-format
9081msgid "%s: calling ioclt to re-read partition table: %m\n"
9082msgstr "ponovo pročitaj particijsku tablicu"
9083
9084#: misc-utils/wipefs.c:383
9085msgid "failed to create a signature backup, $HOME undefined"
0e768fc4
TK
9086msgstr ""
9087
0ed2f80b 9088#: misc-utils/wipefs.c:411
0e768fc4 9089#, c-format
0ed2f80b 9090msgid "%s: ignore nested \"%s\" partition table on non-whole disk device."
0e768fc4
TK
9091msgstr ""
9092
0ed2f80b 9093#: misc-utils/wipefs.c:428
0e768fc4 9094#, c-format
0ed2f80b 9095msgid "%s: offset 0x%jx not found"
0e768fc4
TK
9096msgstr ""
9097
0ed2f80b
KZ
9098#: misc-utils/wipefs.c:432
9099msgid "Use the --force option to force erase."
0e768fc4
TK
9100msgstr ""
9101
0ed2f80b
KZ
9102#: misc-utils/wipefs.c:456
9103msgid ""
9104" -a, --all wipe all magic strings (BE CAREFUL!)\n"
9105" -b, --backup create a signature backup in $HOME\n"
9106" -f, --force force erasure\n"
9107" -h, --help show this help text\n"
9108" -n, --no-act do everything except the actual write() call\n"
9109" -o, --offset <num> offset to erase, in bytes\n"
9110" -p, --parsable print out in parsable instead of printable format\n"
9111" -q, --quiet suppress output messages\n"
9112" -t, --types <list> limit the set of filesystem, RAIDs or partition tables\n"
9113" -V, --version output version information and exit\n"
0e768fc4
TK
9114msgstr ""
9115
0ed2f80b 9116#: misc-utils/wipefs.c:467
0e768fc4 9117#, c-format
0ed2f80b
KZ
9118msgid ""
9119"\n"
9120"For more information see wipefs(8).\n"
0e768fc4
TK
9121msgstr ""
9122
0ed2f80b
KZ
9123#: misc-utils/wipefs.c:527
9124msgid "invalid offset argument"
0e768fc4
TK
9125msgstr ""
9126
0ed2f80b
KZ
9127#: misc-utils/wipefs.c:552
9128msgid "The --backup option is meaningless in this context"
0e768fc4
TK
9129msgstr ""
9130
9131#: schedutils/chrt.c:63
9132#, c-format
9133msgid ""
9134"\n"
9135"chrt - manipulate real-time attributes of a process\n"
9136"\n"
9137"Set policy:\n"
e197d438 9138" chrt [options] [<policy>] <priority> [-p <pid> | <command> [<arg>...]]\n"
0e768fc4
TK
9139"\n"
9140"Get policy:\n"
8b4ccda1 9141" chrt [options] -p <pid>\n"
0e768fc4
TK
9142msgstr ""
9143
9144#: schedutils/chrt.c:70
9145#, c-format
9146msgid ""
9147"\n"
9148"Scheduling policies:\n"
9149" -b | --batch set policy to SCHED_BATCH\n"
9150" -f | --fifo set policy to SCHED_FIFO\n"
9151" -i | --idle set policy to SCHED_IDLE\n"
9152" -o | --other set policy to SCHED_OTHER\n"
9153" -r | --rr set policy to SCHED_RR (default)\n"
9154msgstr ""
9155
9156#: schedutils/chrt.c:79
9157#, c-format
9158msgid ""
9159"\n"
9160"Scheduling flags:\n"
9161" -R | --reset-on-fork set SCHED_RESET_ON_FORK for FIFO or RR\n"
9162msgstr ""
9163
9164#: schedutils/chrt.c:83
9165#, c-format
9166msgid ""
9167"\n"
9168"Options:\n"
9169" -a | --all-tasks operate on all the tasks (threads) for a given pid\n"
9170" -h | --help display this help\n"
9171" -m | --max show min and max valid priorities\n"
9172" -p | --pid operate on existing given pid\n"
9173" -v | --verbose display status information\n"
9174" -V | --version output version information\n"
9175"\n"
9176msgstr ""
9177
9178#: schedutils/chrt.c:105
9179#, c-format
9180msgid "failed to get pid %d's policy"
9181msgstr ""
9182
9183#: schedutils/chrt.c:108
9184#, c-format
9185msgid "pid %d's new scheduling policy: "
9186msgstr ""
9187
9188#: schedutils/chrt.c:110
9189#, c-format
9190msgid "pid %d's current scheduling policy: "
9191msgstr ""
9192
9193#: schedutils/chrt.c:143
9194msgid "unknown scheduling policy"
9195msgstr ""
9196
9197#: schedutils/chrt.c:147
9198#, c-format
9199msgid "failed to get pid %d's attributes"
9200msgstr ""
9201
9202#: schedutils/chrt.c:150
9203#, c-format
9204msgid "pid %d's new scheduling priority: %d\n"
9205msgstr ""
9206
9207#: schedutils/chrt.c:153
9208#, c-format
9209msgid "pid %d's current scheduling priority: %d\n"
9210msgstr ""
9211
9212#: schedutils/chrt.c:188
9213#, c-format
9214msgid "SCHED_%s min/max priority\t: %d/%d\n"
9215msgstr ""
9216
9217#: schedutils/chrt.c:191
9218#, c-format
9219msgid "SCHED_%s not supported?\n"
9220msgstr ""
9221
9222#: schedutils/chrt.c:287 schedutils/chrt.c:320
9223msgid "cannot obtain the list of tasks"
9224msgstr ""
9225
9226#: schedutils/chrt.c:299
9227msgid "invalid priority argument"
9228msgstr ""
9229
9230#: schedutils/chrt.c:305
0ed2f80b 9231msgid "SCHED_RESET_ON_FORK flag is supported for SCHED_FIFO and SCHED_RR policies only"
0e768fc4
TK
9232msgstr ""
9233
9234#: schedutils/chrt.c:323
9235#, c-format
9236msgid "failed to set tid %d's policy"
9237msgstr ""
9238
9239#: schedutils/chrt.c:326
9240#, c-format
9241msgid "failed to set pid %d's policy"
9242msgstr ""
9243
0e768fc4
TK
9244#: schedutils/ionice.c:76
9245msgid "ioprio_get failed"
9246msgstr ""
9247
55032d70
KZ
9248#: schedutils/ionice.c:85
9249#, c-format
9250msgid "%s: prio %lu\n"
9251msgstr ""
9252
0e768fc4
TK
9253#: schedutils/ionice.c:98
9254msgid "ioprio_set failed"
9255msgstr ""
9256
0ed2f80b 9257#: schedutils/ionice.c:103
0e768fc4
TK
9258msgid ""
9259"\n"
0ed2f80b
KZ
9260"Sets or gets the IO scheduling class and priority of processes.\n"
9261msgstr ""
9262
9263#: schedutils/ionice.c:106
9264#, c-format
9265msgid ""
9266" %1$s [options] -p <pid>...\n"
9267" %1$s [options] -P <pgid>...\n"
9268" %1$s [options] -u <uid>...\n"
9269" %1$s [options] <command>\n"
9270msgstr ""
9271
9272#: schedutils/ionice.c:112
9273msgid ""
9274" -c, --class <class> name or number of scheduling class,\n"
9275" 0: none, 1: realtime, 2: best-effort, 3: idle\n"
9276msgstr ""
9277
9278#: schedutils/ionice.c:114
9279msgid ""
9280" -n, --classdata <num> priority (0..7) in the specified scheduling class,\n"
9281" only for the realtime and best-effort classes\n"
9282msgstr ""
9283
9284#: schedutils/ionice.c:116
9285msgid " -p, --pid <pid>... act on these already running processes\n"
9286msgstr ""
9287
9288#: schedutils/ionice.c:117
9289msgid " -P, --pgid <pgrp>... act on already running processes in these groups\n"
0e768fc4
TK
9290msgstr ""
9291
0ed2f80b
KZ
9292#: schedutils/ionice.c:118
9293#, fuzzy
9294msgid " -t, --ignore ignore failures\n"
9295msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
9296
9297#: schedutils/ionice.c:119
9298msgid " -u, --uid <uid>... act on already running processes owned by these users\n"
9299msgstr ""
9300
9301#: schedutils/ionice.c:156
0e768fc4
TK
9302msgid "invalid class data argument"
9303msgstr ""
9304
0ed2f80b 9305#: schedutils/ionice.c:162
0e768fc4
TK
9306msgid "invalid class argument"
9307msgstr ""
9308
0ed2f80b 9309#: schedutils/ionice.c:167
0e768fc4
TK
9310#, c-format
9311msgid "unknown scheduling class: '%s'"
9312msgstr ""
9313
0ed2f80b
KZ
9314#: schedutils/ionice.c:175 schedutils/ionice.c:183 schedutils/ionice.c:191
9315msgid "can handle only one of pid, pgid or uid at once"
9316msgstr ""
9317
9318#: schedutils/ionice.c:184
9319#, fuzzy
9320msgid "invalid PGID argument"
9321msgstr "neispravan argument početka"
9322
9323#: schedutils/ionice.c:192
9324#, fuzzy
9325msgid "invalid UID argument"
9326msgstr "neispravan argument početka"
9327
9328#: schedutils/ionice.c:211
0e768fc4
TK
9329msgid "ignoring given class data for none class"
9330msgstr ""
9331
0ed2f80b 9332#: schedutils/ionice.c:219
0e768fc4
TK
9333msgid "ignoring given class data for idle class"
9334msgstr ""
9335
0ed2f80b 9336#: schedutils/ionice.c:224
0e768fc4
TK
9337#, c-format
9338msgid "unknown prio class %d"
9339msgstr ""
9340
0e768fc4
TK
9341#: schedutils/taskset.c:52
9342#, c-format
9343msgid ""
9344"Usage: %s [options] [mask | cpu-list] [pid|cmd [args...]]\n"
9345"\n"
9346msgstr ""
9347
9348#: schedutils/taskset.c:56
9349#, c-format
9350msgid ""
9351"Options:\n"
9352" -a, --all-tasks operate on all the tasks (threads) for a given pid\n"
9353" -p, --pid operate on existing given pid\n"
9354" -c, --cpu-list display and specify cpus in list format\n"
9355" -h, --help display this help\n"
9356" -V, --version output version information\n"
9357"\n"
9358msgstr ""
9359
9360#: schedutils/taskset.c:64
9361#, c-format
9362msgid ""
9363"The default behavior is to run a new command:\n"
9364" %1$s 03 sshd -b 1024\n"
9365"You can retrieve the mask of an existing task:\n"
9366" %1$s -p 700\n"
9367"Or set it:\n"
9368" %1$s -p 03 700\n"
9369"List format uses a comma-separated list instead of a mask:\n"
9370" %1$s -pc 0,3,7-11 700\n"
9371"Ranges in list format can take a stride argument:\n"
9372" e.g. 0-31:2 is equivalent to mask 0x55555555\n"
9373msgstr ""
9374
9375#: schedutils/taskset.c:76
9376#, c-format
9377msgid ""
9378"\n"
9379"For more information see taskset(1).\n"
9380msgstr ""
9381
9382#: schedutils/taskset.c:87
9383#, c-format
9384msgid "pid %d's new affinity list: %s\n"
9385msgstr ""
9386
9387#: schedutils/taskset.c:88
9388#, c-format
9389msgid "pid %d's current affinity list: %s\n"
9390msgstr ""
9391
9392#: schedutils/taskset.c:91
9393#, c-format
9394msgid "pid %d's new affinity mask: %s\n"
9395msgstr ""
9396
9397#: schedutils/taskset.c:92
9398#, c-format
9399msgid "pid %d's current affinity mask: %s\n"
9400msgstr ""
9401
55032d70
KZ
9402#: schedutils/taskset.c:96
9403msgid "internal error: conversion from cpuset to string failed"
0e768fc4
TK
9404msgstr ""
9405
55032d70 9406#: schedutils/taskset.c:106 schedutils/taskset.c:122
0e768fc4
TK
9407#, c-format
9408msgid "failed to get pid %d's affinity"
9409msgstr ""
9410
55032d70 9411#: schedutils/taskset.c:116
0e768fc4
TK
9412#, c-format
9413msgid "failed to set pid %d's affinity"
9414msgstr ""
9415
0ed2f80b 9416#: schedutils/taskset.c:184 sys-utils/chcpu.c:286
0e768fc4
TK
9417msgid "cannot determine NR_CPUS; aborting"
9418msgstr ""
9419
0ed2f80b 9420#: schedutils/taskset.c:193 schedutils/taskset.c:206 sys-utils/chcpu.c:292
0e768fc4
TK
9421msgid "cpuset_alloc failed"
9422msgstr ""
9423
0ed2f80b 9424#: schedutils/taskset.c:213 sys-utils/chcpu.c:232
0e768fc4
TK
9425#, c-format
9426msgid "failed to parse CPU list: %s"
9427msgstr ""
9428
55032d70 9429#: schedutils/taskset.c:216
0e768fc4
TK
9430#, c-format
9431msgid "failed to parse CPU mask: %s"
9432msgstr ""
9433
55032d70
KZ
9434#: sys-utils/blkdiscard.c:58
9435msgid ""
9436" -o, --offset <num> offset in bytes to discard from\n"
9437" -l, --length <num> length of bytes to discard from the offset\n"
9438" -s, --secure perform secure discard\n"
9439" -v, --verbose print aligned length and offset\n"
9440msgstr ""
9441
0ed2f80b
KZ
9442#: sys-utils/blkdiscard.c:109 sys-utils/fstrim.c:287 sys-utils/losetup.c:533
9443#: text-utils/hexdump.c:124
55032d70
KZ
9444msgid "failed to parse offset"
9445msgstr ""
9446
9447#: sys-utils/blkdiscard.c:124
e197d438
TK
9448#, fuzzy
9449msgid "no device specified"
9450msgstr "%s: uređaj je nepravilno poravnan"
55032d70 9451
0ed2f80b
KZ
9452#: sys-utils/blkdiscard.c:129 sys-utils/fallocate.c:353
9453#: sys-utils/fsfreeze.c:118 sys-utils/fstrim.c:309
55032d70
KZ
9454msgid "unexpected number of arguments"
9455msgstr ""
9456
9457#: sys-utils/blkdiscard.c:143
9458#, c-format
9459msgid "%s: BLKGETSIZE64 ioctl failed"
9460msgstr ""
9461
e197d438 9462#: sys-utils/blkdiscard.c:145
55032d70
KZ
9463#, c-format
9464msgid "%s: BLKSSZGET ioctl failed"
9465msgstr ""
9466
e197d438 9467#: sys-utils/blkdiscard.c:158
55032d70
KZ
9468#, c-format
9469msgid "%s: BLKSECDISCARD ioctl failed"
9470msgstr ""
9471
e197d438 9472#: sys-utils/blkdiscard.c:161
55032d70
KZ
9473#, c-format
9474msgid "%s: BLKDISCARD ioctl failed"
9475msgstr ""
9476
9477#. TRANSLATORS: The standard value here is a very large number.
e197d438 9478#: sys-utils/blkdiscard.c:166
55032d70
KZ
9479#, c-format
9480msgid "%s: Discarded %<PRIu64> bytes from the offset %<PRIu64>\n"
0e768fc4
TK
9481msgstr ""
9482
0ed2f80b 9483#: sys-utils/chcpu.c:87 sys-utils/chcpu.c:179
0e768fc4 9484#, c-format
0ed2f80b 9485msgid "CPU %d does not exist"
0e768fc4
TK
9486msgstr ""
9487
0ed2f80b 9488#: sys-utils/chcpu.c:92
0e768fc4 9489#, c-format
0ed2f80b 9490msgid "CPU %d is not hot pluggable"
0e768fc4
TK
9491msgstr ""
9492
0ed2f80b 9493#: sys-utils/chcpu.c:98
0e768fc4
TK
9494#, c-format
9495msgid "CPU %d is already enabled\n"
9496msgstr ""
9497
0ed2f80b 9498#: sys-utils/chcpu.c:102
0e768fc4
TK
9499#, c-format
9500msgid "CPU %d is already disabled\n"
9501msgstr ""
9502
0ed2f80b 9503#: sys-utils/chcpu.c:110
0e768fc4 9504#, c-format
e197d438 9505msgid "CPU %d enable failed (CPU is deconfigured)"
0e768fc4
TK
9506msgstr ""
9507
0ed2f80b 9508#: sys-utils/chcpu.c:113
e197d438
TK
9509#, fuzzy, c-format
9510msgid "CPU %d enable failed"
9511msgstr "symlink nije uspio: %s"
0e768fc4 9512
0ed2f80b 9513#: sys-utils/chcpu.c:116
0e768fc4
TK
9514#, c-format
9515msgid "CPU %d enabled\n"
9516msgstr ""
9517
0ed2f80b
KZ
9518#: sys-utils/chcpu.c:119
9519#, fuzzy, c-format
9520msgid "CPU %d disable failed (last enabled CPU)"
9521msgstr "%s nije uspio.\n"
0e768fc4 9522
0ed2f80b 9523#: sys-utils/chcpu.c:125
e197d438
TK
9524#, fuzzy, c-format
9525msgid "CPU %d disable failed"
9526msgstr "%s nije uspio.\n"
0e768fc4 9527
0ed2f80b 9528#: sys-utils/chcpu.c:128
0e768fc4
TK
9529#, c-format
9530msgid "CPU %d disabled\n"
9531msgstr ""
9532
0ed2f80b 9533#: sys-utils/chcpu.c:141
0e768fc4
TK
9534msgid "This system does not support rescanning of CPUs"
9535msgstr ""
9536
0ed2f80b 9537#: sys-utils/chcpu.c:143
0e768fc4
TK
9538msgid "Failed to trigger rescan of CPUs"
9539msgstr ""
9540
0ed2f80b 9541#: sys-utils/chcpu.c:144
0e768fc4
TK
9542#, c-format
9543msgid "Triggered rescan of CPUs\n"
9544msgstr ""
9545
0ed2f80b 9546#: sys-utils/chcpu.c:151
0e768fc4
TK
9547msgid "This system does not support setting the dispatching mode of CPUs"
9548msgstr ""
9549
0ed2f80b 9550#: sys-utils/chcpu.c:155
0e768fc4
TK
9551msgid "Failed to set horizontal dispatch mode"
9552msgstr ""
9553
0ed2f80b 9554#: sys-utils/chcpu.c:156
0e768fc4
TK
9555#, c-format
9556msgid "Successfully set horizontal dispatching mode\n"
9557msgstr ""
9558
0ed2f80b 9559#: sys-utils/chcpu.c:159
0e768fc4
TK
9560msgid "Failed to set vertical dispatch mode"
9561msgstr ""
9562
0ed2f80b 9563#: sys-utils/chcpu.c:160
0e768fc4
TK
9564#, c-format
9565msgid "Successfully set vertical dispatching mode\n"
9566msgstr ""
9567
0ed2f80b
KZ
9568#: sys-utils/chcpu.c:184
9569#, fuzzy, c-format
9570msgid "CPU %d is not configurable"
9571msgstr "%s: izvršavanje nije uspjelo"
0e768fc4 9572
0ed2f80b 9573#: sys-utils/chcpu.c:190
0e768fc4
TK
9574#, c-format
9575msgid "CPU %d is already configured\n"
9576msgstr ""
9577
0ed2f80b 9578#: sys-utils/chcpu.c:194
0e768fc4
TK
9579#, c-format
9580msgid "CPU %d is already deconfigured\n"
9581msgstr ""
9582
0ed2f80b
KZ
9583#: sys-utils/chcpu.c:199
9584#, fuzzy, c-format
9585msgid "CPU %d deconfigure failed (CPU is enabled)"
9586msgstr "%s: izvršavanje nije uspjelo"
0e768fc4 9587
0ed2f80b 9588#: sys-utils/chcpu.c:206
0e768fc4 9589#, c-format
e197d438 9590msgid "CPU %d configure failed"
0e768fc4
TK
9591msgstr ""
9592
0ed2f80b 9593#: sys-utils/chcpu.c:209
0e768fc4
TK
9594#, c-format
9595msgid "CPU %d configured\n"
9596msgstr ""
9597
0ed2f80b 9598#: sys-utils/chcpu.c:213
e197d438
TK
9599#, fuzzy, c-format
9600msgid "CPU %d deconfigure failed"
9601msgstr "%s: izvršavanje nije uspjelo"
0e768fc4 9602
0ed2f80b 9603#: sys-utils/chcpu.c:216
0e768fc4
TK
9604#, c-format
9605msgid "CPU %d deconfigured\n"
9606msgstr ""
9607
0ed2f80b 9608#: sys-utils/chcpu.c:231
0e768fc4
TK
9609#, c-format
9610msgid "invalid CPU number in CPU list: %s"
9611msgstr ""
9612
0ed2f80b 9613#: sys-utils/chcpu.c:238 text-utils/col.c:121
0e768fc4
TK
9614#, c-format
9615msgid ""
9616"\n"
9617"Usage:\n"
9618" %s [options]\n"
9619msgstr ""
9620
0ed2f80b 9621#: sys-utils/chcpu.c:241
0e768fc4
TK
9622msgid ""
9623"\n"
9624"Options:\n"
9625" -h, --help print this help\n"
9626" -e, --enable <cpu-list> enable cpus\n"
9627" -d, --disable <cpu-list> disable cpus\n"
9628" -c, --configure <cpu-list> configure cpus\n"
9629" -g, --deconfigure <cpu-list> deconfigure cpus\n"
9630" -p, --dispatch <mode> set dispatching mode\n"
9631" -r, --rescan trigger rescan of cpus\n"
9632" -V, --version output version information and exit\n"
9633msgstr ""
9634
0ed2f80b 9635#: sys-utils/chcpu.c:323
0e768fc4
TK
9636#, c-format
9637msgid "unsupported argument: %s"
9638msgstr ""
9639
9640#: sys-utils/ctrlaltdel.c:21
9641#, c-format
9642msgid " %s <hard|soft>\n"
9643msgstr ""
9644
9645#: sys-utils/ctrlaltdel.c:56
0ed2f80b 9646msgid "You must be root to set the Ctrl-Alt-Del behavior"
0e768fc4
TK
9647msgstr ""
9648
0ed2f80b 9649#: sys-utils/dmesg.c:108
0e768fc4
TK
9650msgid "system is unusable"
9651msgstr ""
9652
0ed2f80b 9653#: sys-utils/dmesg.c:109
0e768fc4
TK
9654msgid "action must be taken immediately"
9655msgstr ""
9656
0ed2f80b 9657#: sys-utils/dmesg.c:110
0e768fc4
TK
9658msgid "critical conditions"
9659msgstr ""
9660
0ed2f80b 9661#: sys-utils/dmesg.c:111
0e768fc4
TK
9662msgid "error conditions"
9663msgstr ""
9664
0ed2f80b 9665#: sys-utils/dmesg.c:112
0e768fc4
TK
9666msgid "warning conditions"
9667msgstr ""
9668
0ed2f80b 9669#: sys-utils/dmesg.c:113
0e768fc4
TK
9670msgid "normal but significant condition"
9671msgstr ""
9672
0ed2f80b 9673#: sys-utils/dmesg.c:114
0e768fc4
TK
9674msgid "informational"
9675msgstr ""
9676
0ed2f80b 9677#: sys-utils/dmesg.c:115
0e768fc4
TK
9678msgid "debug-level messages"
9679msgstr ""
9680
0ed2f80b 9681#: sys-utils/dmesg.c:129
0e768fc4
TK
9682msgid "kernel messages"
9683msgstr ""
9684
0ed2f80b 9685#: sys-utils/dmesg.c:130
0e768fc4
TK
9686msgid "random user-level messages"
9687msgstr ""
9688
0ed2f80b 9689#: sys-utils/dmesg.c:131
0e768fc4
TK
9690msgid "mail system"
9691msgstr ""
9692
0ed2f80b 9693#: sys-utils/dmesg.c:132
0e768fc4
TK
9694msgid "system daemons"
9695msgstr ""
9696
0ed2f80b 9697#: sys-utils/dmesg.c:133
0e768fc4
TK
9698msgid "security/authorization messages"
9699msgstr ""
9700
0ed2f80b 9701#: sys-utils/dmesg.c:134
0e768fc4
TK
9702msgid "messages generated internally by syslogd"
9703msgstr ""
9704
0ed2f80b 9705#: sys-utils/dmesg.c:135
0e768fc4
TK
9706msgid "line printer subsystem"
9707msgstr ""
9708
0ed2f80b 9709#: sys-utils/dmesg.c:136
0e768fc4
TK
9710msgid "network news subsystem"
9711msgstr ""
9712
0ed2f80b 9713#: sys-utils/dmesg.c:137
0e768fc4
TK
9714msgid "UUCP subsystem"
9715msgstr ""
9716
0ed2f80b 9717#: sys-utils/dmesg.c:138
55032d70
KZ
9718msgid "clock daemon"
9719msgstr ""
9720
0ed2f80b 9721#: sys-utils/dmesg.c:139
55032d70
KZ
9722msgid "security/authorization messages (private)"
9723msgstr ""
9724
0ed2f80b 9725#: sys-utils/dmesg.c:140
8892b2f9 9726msgid "FTP daemon"
55032d70
KZ
9727msgstr ""
9728
0ed2f80b 9729#: sys-utils/dmesg.c:263
55032d70
KZ
9730msgid " -C, --clear clear the kernel ring buffer\n"
9731msgstr ""
9732
0ed2f80b 9733#: sys-utils/dmesg.c:264
55032d70
KZ
9734msgid " -c, --read-clear read and clear all messages\n"
9735msgstr ""
9736
0ed2f80b 9737#: sys-utils/dmesg.c:265
55032d70
KZ
9738msgid " -D, --console-off disable printing messages to console\n"
9739msgstr ""
9740
0ed2f80b 9741#: sys-utils/dmesg.c:266
55032d70
KZ
9742msgid " -E, --console-on enable printing messages to console\n"
9743msgstr ""
9744
0ed2f80b
KZ
9745#: sys-utils/dmesg.c:267
9746msgid " -F, --file <file> use the file instead of the kernel log buffer\n"
55032d70
KZ
9747msgstr ""
9748
0ed2f80b 9749#: sys-utils/dmesg.c:268
55032d70
KZ
9750msgid " -f, --facility <list> restrict output to defined facilities\n"
9751msgstr ""
9752
0ed2f80b 9753#: sys-utils/dmesg.c:269
55032d70
KZ
9754msgid " -H, --human human readable output\n"
9755msgstr ""
9756
0ed2f80b 9757#: sys-utils/dmesg.c:270
55032d70
KZ
9758msgid " -k, --kernel display kernel messages\n"
9759msgstr ""
9760
0ed2f80b
KZ
9761#: sys-utils/dmesg.c:271
9762msgid " -L, --color[=<when>] colorize messages (auto, always or never)\n"
55032d70
KZ
9763msgstr ""
9764
0ed2f80b 9765#: sys-utils/dmesg.c:272
55032d70
KZ
9766msgid " -l, --level <list> restrict output to defined levels\n"
9767msgstr ""
9768
0ed2f80b 9769#: sys-utils/dmesg.c:273
55032d70
KZ
9770msgid " -n, --console-level <level> set level of messages printed to console\n"
9771msgstr ""
9772
0ed2f80b 9773#: sys-utils/dmesg.c:274
55032d70
KZ
9774msgid " -P, --nopager do not pipe output into a pager\n"
9775msgstr ""
9776
0ed2f80b 9777#: sys-utils/dmesg.c:275
55032d70
KZ
9778msgid " -r, --raw print the raw message buffer\n"
9779msgstr ""
9780
0ed2f80b
KZ
9781#: sys-utils/dmesg.c:276
9782msgid " -S, --syslog force to use syslog(2) rather than /dev/kmsg\n"
55032d70
KZ
9783msgstr ""
9784
0ed2f80b
KZ
9785#: sys-utils/dmesg.c:277
9786msgid " -s, --buffer-size <size> buffer size to query the kernel ring buffer\n"
55032d70
KZ
9787msgstr ""
9788
0ed2f80b 9789#: sys-utils/dmesg.c:278
e197d438
TK
9790msgid " -u, --userspace display userspace messages\n"
9791msgstr ""
9792
0ed2f80b 9793#: sys-utils/dmesg.c:279
e197d438
TK
9794msgid " -w, --follow wait for new messages\n"
9795msgstr ""
9796
0ed2f80b
KZ
9797#: sys-utils/dmesg.c:280
9798msgid " -x, --decode decode facility and level to readable string\n"
55032d70
KZ
9799msgstr ""
9800
0ed2f80b 9801#: sys-utils/dmesg.c:281
e197d438 9802msgid " -d, --show-delta show time delta between printed messages\n"
0e768fc4
TK
9803msgstr ""
9804
0ed2f80b
KZ
9805#: sys-utils/dmesg.c:282
9806msgid " -e, --reltime show local time and time delta in readable format\n"
0e768fc4
TK
9807msgstr ""
9808
0ed2f80b 9809#: sys-utils/dmesg.c:283
e197d438 9810msgid " -T, --ctime show human readable timestamp\n"
0e768fc4
TK
9811msgstr ""
9812
0ed2f80b 9813#: sys-utils/dmesg.c:284
e197d438
TK
9814msgid " -t, --notime don't print messages timestamp\n"
9815msgstr ""
9816
0ed2f80b 9817#: sys-utils/dmesg.c:285
6249b53a 9818msgid ""
e197d438
TK
9819" --time-format <format> show time stamp using format:\n"
9820" [delta|reltime|ctime|notime|iso]\n"
9821"Suspending/resume will make ctime and iso timestamps inaccurate.\n"
0e768fc4
TK
9822msgstr ""
9823
0ed2f80b 9824#: sys-utils/dmesg.c:291
0e768fc4
TK
9825msgid ""
9826"\n"
9827"Supported log facilities:\n"
9828msgstr ""
9829
0ed2f80b 9830#: sys-utils/dmesg.c:297
0e768fc4
TK
9831msgid ""
9832"\n"
9833"Supported log levels (priorities):\n"
9834msgstr ""
9835
0ed2f80b 9836#: sys-utils/dmesg.c:351
0e768fc4
TK
9837#, c-format
9838msgid "failed to parse level '%s'"
9839msgstr ""
9840
0ed2f80b 9841#: sys-utils/dmesg.c:353
0e768fc4
TK
9842#, c-format
9843msgid "unknown level '%s'"
9844msgstr ""
9845
0ed2f80b 9846#: sys-utils/dmesg.c:389
0e768fc4
TK
9847#, c-format
9848msgid "failed to parse facility '%s'"
9849msgstr ""
9850
0ed2f80b 9851#: sys-utils/dmesg.c:391
0e768fc4
TK
9852#, c-format
9853msgid "unknown facility '%s'"
9854msgstr ""
9855
0ed2f80b 9856#: sys-utils/dmesg.c:519
0e768fc4
TK
9857#, c-format
9858msgid "cannot mmap: %s"
9859msgstr ""
9860
0ed2f80b 9861#: sys-utils/dmesg.c:1317
e197d438 9862msgid "invalid buffer size argument"
0e768fc4
TK
9863msgstr ""
9864
0ed2f80b 9865#: sys-utils/dmesg.c:1374
e197d438 9866msgid "--show-delta is ignored when used together with iso8601 time format"
0e768fc4
TK
9867msgstr ""
9868
0ed2f80b
KZ
9869#: sys-utils/dmesg.c:1397
9870msgid "--raw could be used together with --level or --facility only when read messages from /dev/kmsg"
0e768fc4
TK
9871msgstr ""
9872
0ed2f80b 9873#: sys-utils/dmesg.c:1407
0e768fc4
TK
9874msgid "read kernel buffer failed"
9875msgstr ""
9876
0ed2f80b 9877#: sys-utils/dmesg.c:1420
0e768fc4
TK
9878msgid "unsupported command"
9879msgstr ""
9880
0ed2f80b 9881#: sys-utils/dmesg.c:1426
0e768fc4
TK
9882msgid "klogctl failed"
9883msgstr ""
9884
e197d438 9885#: sys-utils/eject.c:142
0e768fc4
TK
9886#, c-format
9887msgid " %s [options] [<device>|<mountpoint>]\n"
9888msgstr ""
9889
e197d438 9890#: sys-utils/eject.c:145
0e768fc4
TK
9891msgid ""
9892" -a, --auto <on|off> turn auto-eject feature on or off\n"
9893" -c, --changerslot <slot> switch discs on a CD-ROM changer\n"
9894" -d, --default display default device\n"
9895" -f, --floppy eject floppy\n"
9896" -F, --force don't care about device type\n"
9897" -i, --manualeject <on|off> toggle manual eject protection on/off\n"
9898" -m, --no-unmount do not unmount device even if it is mounted\n"
9899" -M, --no-partitions-unmount do not unmount another partitions\n"
9900" -n, --noop don't eject, just show device found\n"
9901" -p, --proc use /proc/mounts instead of /etc/mtab\n"
9902" -q, --tape eject tape\n"
9903" -r, --cdrom eject CD-ROM\n"
9904" -s, --scsi eject SCSI device\n"
9905" -t, --trayclose close tray\n"
9906" -T, --traytoggle toggle tray\n"
9907" -v, --verbose enable verbose output\n"
9908" -x, --cdspeed <speed> set CD-ROM max speed\n"
9909" -X, --listspeed list CD-ROM available speeds\n"
9910msgstr ""
9911
e197d438 9912#: sys-utils/eject.c:169
0e768fc4
TK
9913msgid ""
9914"\n"
9915"By default tries -r, -s, -f, and -q in order until success.\n"
9916msgstr ""
9917
e197d438 9918#: sys-utils/eject.c:215
0e768fc4
TK
9919msgid "invalid argument to --auto/-a option"
9920msgstr ""
9921
e197d438 9922#: sys-utils/eject.c:219
0e768fc4
TK
9923msgid "invalid argument to --changerslot/-c option"
9924msgstr ""
9925
e197d438 9926#: sys-utils/eject.c:223
0e768fc4
TK
9927msgid "invalid argument to --cdspeed/-x option"
9928msgstr ""
9929
e197d438 9930#: sys-utils/eject.c:244
0e768fc4
TK
9931msgid "invalid argument to --manualeject/-i option"
9932msgstr ""
9933
e197d438 9934#: sys-utils/eject.c:339
0e768fc4
TK
9935msgid "CD-ROM auto-eject command failed"
9936msgstr ""
9937
e197d438 9938#: sys-utils/eject.c:356
0e768fc4
TK
9939msgid "CD-ROM lock door command failed"
9940msgstr ""
9941
e197d438 9942#: sys-utils/eject.c:359
0e768fc4
TK
9943msgid "CD-Drive may NOT be ejected with device button"
9944msgstr ""
9945
e197d438 9946#: sys-utils/eject.c:361
0e768fc4
TK
9947msgid "CD-Drive may be ejected with device button"
9948msgstr ""
9949
e197d438 9950#: sys-utils/eject.c:372
0e768fc4
TK
9951msgid "CD-ROM select disc command failed"
9952msgstr ""
9953
e197d438 9954#: sys-utils/eject.c:376
0e768fc4
TK
9955msgid "CD-ROM load from slot command failed"
9956msgstr ""
9957
e197d438 9958#: sys-utils/eject.c:378
0e768fc4
TK
9959msgid "IDE/ATAPI CD-ROM changer not supported by this kernel\n"
9960msgstr ""
9961
e197d438 9962#: sys-utils/eject.c:396
0e768fc4
TK
9963msgid "CD-ROM tray close command failed"
9964msgstr ""
9965
e197d438 9966#: sys-utils/eject.c:398
0e768fc4
TK
9967msgid "CD-ROM tray close command not supported by this kernel\n"
9968msgstr ""
9969
e197d438 9970#: sys-utils/eject.c:415
0e768fc4
TK
9971msgid "CD-ROM eject unsupported"
9972msgstr ""
9973
e197d438 9974#: sys-utils/eject.c:446 sys-utils/eject.c:467 sys-utils/eject.c:1119
0e768fc4
TK
9975msgid "CD-ROM eject command failed"
9976msgstr ""
9977
e197d438 9978#: sys-utils/eject.c:449
0e768fc4
TK
9979msgid "no CD-ROM information available"
9980msgstr ""
9981
e197d438 9982#: sys-utils/eject.c:452
0e768fc4
TK
9983msgid "CD-ROM drive is not ready"
9984msgstr ""
9985
e197d438 9986#: sys-utils/eject.c:492
0e768fc4
TK
9987msgid "CD-ROM select speed command failed"
9988msgstr ""
9989
e197d438 9990#: sys-utils/eject.c:494 sys-utils/eject.c:580
0e768fc4
TK
9991msgid "CD-ROM select speed command not supported by this kernel"
9992msgstr ""
9993
e197d438 9994#: sys-utils/eject.c:531
0e768fc4
TK
9995#, c-format
9996msgid "%s: failed to finding CD-ROM name"
9997msgstr ""
9998
e197d438 9999#: sys-utils/eject.c:546
0e768fc4
TK
10000#, c-format
10001msgid "%s: failed to read speed"
10002msgstr ""
10003
e197d438 10004#: sys-utils/eject.c:554
0e768fc4
TK
10005msgid "failed to read speed"
10006msgstr ""
10007
e197d438 10008#: sys-utils/eject.c:598
0e768fc4
TK
10009msgid "not an sg device, or old sg driver"
10010msgstr ""
10011
e197d438 10012#: sys-utils/eject.c:670
0e768fc4
TK
10013#, c-format
10014msgid "%s: unmounting"
10015msgstr ""
10016
e197d438 10017#: sys-utils/eject.c:685
0e768fc4
TK
10018#, c-format
10019msgid "unable to exec /bin/umount of `%s'"
10020msgstr ""
10021
e197d438 10022#: sys-utils/eject.c:688
0e768fc4
TK
10023msgid "unable to fork"
10024msgstr ""
10025
e197d438 10026#: sys-utils/eject.c:695
0e768fc4
TK
10027#, c-format
10028msgid "unmount of `%s' did not exit normally"
10029msgstr ""
10030
e197d438 10031#: sys-utils/eject.c:698
0e768fc4
TK
10032#, c-format
10033msgid "unmount of `%s' failed\n"
10034msgstr ""
10035
e197d438 10036#: sys-utils/eject.c:742
0e768fc4
TK
10037msgid "failed to parse mount table"
10038msgstr ""
10039
e197d438 10040#: sys-utils/eject.c:803 sys-utils/eject.c:1000
0e768fc4
TK
10041#, c-format
10042msgid "%s: mounted on %s"
10043msgstr ""
10044
e197d438 10045#: sys-utils/eject.c:900
0e768fc4
TK
10046#, c-format
10047msgid "%s: is removable device"
10048msgstr ""
10049
e197d438 10050#: sys-utils/eject.c:919
0e768fc4
TK
10051#, c-format
10052msgid "%s: connected by hotplug subsystem: %s"
10053msgstr ""
10054
e197d438 10055#: sys-utils/eject.c:940
0e768fc4
TK
10056msgid "setting CD-ROM speed to auto"
10057msgstr ""
10058
e197d438 10059#: sys-utils/eject.c:942
0e768fc4
TK
10060#, c-format
10061msgid "setting CD-ROM speed to %ldX"
10062msgstr ""
10063
e197d438 10064#: sys-utils/eject.c:969
0e768fc4
TK
10065#, c-format
10066msgid "default device: `%s'"
10067msgstr ""
10068
e197d438 10069#: sys-utils/eject.c:975
0e768fc4
TK
10070#, c-format
10071msgid "using default device `%s'"
10072msgstr ""
10073
e197d438 10074#: sys-utils/eject.c:994
0e768fc4
TK
10075#, c-format
10076msgid "%s: unable to find device"
10077msgstr ""
10078
e197d438 10079#: sys-utils/eject.c:996
0e768fc4
TK
10080#, c-format
10081msgid "device name is `%s'"
10082msgstr ""
10083
a2a896a8 10084#: sys-utils/eject.c:1002 sys-utils/umount.c:204 sys-utils/umount.c:233
0ed2f80b 10085#: sys-utils/umount.c:407 sys-utils/umount.c:430
0e768fc4
TK
10086#, c-format
10087msgid "%s: not mounted"
10088msgstr ""
10089
e197d438 10090#: sys-utils/eject.c:1006
0e768fc4
TK
10091#, c-format
10092msgid "%s: disc device: %s (disk device will be used for eject)"
10093msgstr ""
10094
e197d438 10095#: sys-utils/eject.c:1014
0e768fc4
TK
10096#, c-format
10097msgid "%s: not found mountpoint or device with the given name"
10098msgstr ""
10099
e197d438 10100#: sys-utils/eject.c:1017
0e768fc4
TK
10101#, c-format
10102msgid "%s: is whole-disk device"
10103msgstr ""
10104
e197d438 10105#: sys-utils/eject.c:1021
0e768fc4
TK
10106#, c-format
10107msgid "%s: is not hot-pluggable device"
10108msgstr ""
10109
e197d438 10110#: sys-utils/eject.c:1025
0e768fc4
TK
10111#, c-format
10112msgid "device is `%s'"
10113msgstr ""
10114
e197d438 10115#: sys-utils/eject.c:1026
0e768fc4
TK
10116msgid "exiting due to -n/--noop option"
10117msgstr ""
10118
e197d438 10119#: sys-utils/eject.c:1040
0e768fc4
TK
10120#, c-format
10121msgid "%s: enabling auto-eject mode"
10122msgstr ""
10123
e197d438 10124#: sys-utils/eject.c:1042
0e768fc4
TK
10125#, c-format
10126msgid "%s: disabling auto-eject mode"
10127msgstr ""
10128
e197d438 10129#: sys-utils/eject.c:1050
0e768fc4
TK
10130#, c-format
10131msgid "%s: closing tray"
10132msgstr ""
10133
e197d438 10134#: sys-utils/eject.c:1059
0e768fc4
TK
10135#, c-format
10136msgid "%s: toggling tray"
10137msgstr ""
10138
e197d438 10139#: sys-utils/eject.c:1068
0e768fc4
TK
10140#, c-format
10141msgid "%s: listing CD-ROM speed"
10142msgstr ""
10143
e197d438 10144#: sys-utils/eject.c:1094
0e768fc4
TK
10145#, c-format
10146msgid "error: %s: device in use"
10147msgstr ""
10148
e197d438 10149#: sys-utils/eject.c:1100
0e768fc4
TK
10150#, c-format
10151msgid "%s: selecting CD-ROM disc #%ld"
10152msgstr ""
10153
e197d438 10154#: sys-utils/eject.c:1116
0e768fc4
TK
10155#, c-format
10156msgid "%s: trying to eject using CD-ROM eject command"
10157msgstr ""
10158
e197d438 10159#: sys-utils/eject.c:1118
0e768fc4
TK
10160msgid "CD-ROM eject command succeeded"
10161msgstr ""
10162
e197d438 10163#: sys-utils/eject.c:1123
0e768fc4
TK
10164#, c-format
10165msgid "%s: trying to eject using SCSI commands"
10166msgstr ""
10167
e197d438 10168#: sys-utils/eject.c:1125
0e768fc4
TK
10169msgid "SCSI eject succeeded"
10170msgstr ""
10171
e197d438 10172#: sys-utils/eject.c:1126
0e768fc4
TK
10173msgid "SCSI eject failed"
10174msgstr ""
10175
e197d438 10176#: sys-utils/eject.c:1130
0e768fc4
TK
10177#, c-format
10178msgid "%s: trying to eject using floppy eject command"
10179msgstr ""
10180
e197d438 10181#: sys-utils/eject.c:1132
0e768fc4
TK
10182msgid "floppy eject command succeeded"
10183msgstr ""
10184
e197d438 10185#: sys-utils/eject.c:1133
0e768fc4
TK
10186msgid "floppy eject command failed"
10187msgstr ""
10188
e197d438 10189#: sys-utils/eject.c:1137
0e768fc4
TK
10190#, c-format
10191msgid "%s: trying to eject using tape offline command"
10192msgstr ""
10193
e197d438 10194#: sys-utils/eject.c:1139
0e768fc4
TK
10195msgid "tape offline command succeeded"
10196msgstr ""
10197
e197d438 10198#: sys-utils/eject.c:1140
0e768fc4
TK
10199msgid "tape offline command failed"
10200msgstr ""
10201
e197d438 10202#: sys-utils/eject.c:1144
0e768fc4
TK
10203msgid "unable to eject"
10204msgstr ""
10205
0ed2f80b 10206#: sys-utils/fallocate.c:76
0e768fc4
TK
10207#, c-format
10208msgid " %s [options] <filename>\n"
10209msgstr ""
10210
0ed2f80b
KZ
10211#: sys-utils/fallocate.c:78
10212msgid " -c, --collapse-range collapse space in the file\n"
0e768fc4
TK
10213msgstr ""
10214
0ed2f80b
KZ
10215#: sys-utils/fallocate.c:79
10216msgid " -d, --dig-holes detect and dig holes\n"
0e768fc4
TK
10217msgstr ""
10218
0ed2f80b
KZ
10219#: sys-utils/fallocate.c:80
10220msgid " -l, --length <num> length of the (de)allocation, in bytes\n"
0e768fc4
TK
10221msgstr ""
10222
0ed2f80b
KZ
10223#: sys-utils/fallocate.c:81
10224msgid " -n, --keep-size don't modify the length of the file\n"
0e768fc4
TK
10225msgstr ""
10226
0ed2f80b
KZ
10227#: sys-utils/fallocate.c:82
10228msgid " -o, --offset <num> offset of the (de)allocation, in bytes\n"
10229msgstr ""
10230
10231#: sys-utils/fallocate.c:83
10232msgid " -p, --punch-hole punch holes in the file\n"
0e768fc4
TK
10233msgstr ""
10234
0ed2f80b
KZ
10235#: sys-utils/fallocate.c:84
10236msgid " -z, --zero-range zeroes a range in the file\n"
10237msgstr ""
10238
10239#: sys-utils/fallocate.c:119
0e768fc4
TK
10240msgid "keep size mode (-n option) unsupported"
10241msgstr ""
10242
0ed2f80b
KZ
10243#: sys-utils/fallocate.c:120
10244#, fuzzy
10245msgid "fallocate failed"
10246msgstr "fork nije uspio"
10247
10248#: sys-utils/fallocate.c:210
10249#, fuzzy, c-format
10250msgid "%s: read failed"
10251msgstr "symlink nije uspio: %s"
10252
10253#: sys-utils/fallocate.c:256
0e768fc4 10254#, c-format
0ed2f80b
KZ
10255msgid "%s: %s (%ju bytes) converted to sparse holes.\n"
10256msgstr ""
10257
10258#: sys-utils/fallocate.c:331
10259msgid "Can't use other modes with --dig-holes"
10260msgstr ""
10261
10262#: sys-utils/fallocate.c:335 sys-utils/fallocate.c:340
10263msgid "invalid length value specified"
10264msgstr ""
10265
10266#: sys-utils/fallocate.c:338
10267msgid "no length argument specified"
10268msgstr ""
10269
10270#: sys-utils/fallocate.c:343
10271msgid "invalid offset value specified"
10272msgstr ""
10273
10274#: sys-utils/fallocate.c:345
10275msgid "no filename specified."
10276msgstr ""
10277
10278#: sys-utils/fallocate.c:347
10279msgid "only -n mode can be used with --zero-range"
0e768fc4
TK
10280msgstr ""
10281
55032d70 10282#: sys-utils/flock.c:52
0e768fc4
TK
10283#, c-format
10284msgid ""
e197d438 10285" %1$s [options] <file|directory> <command> [<arguments>...]\n"
55032d70 10286" %1$s [options] <file|directory> -c <command>\n"
0e768fc4 10287" %1$s [options] <file descriptor number>\n"
0e768fc4
TK
10288msgstr ""
10289
10290#: sys-utils/flock.c:57
55032d70 10291msgid " -s --shared get a shared lock\n"
0e768fc4
TK
10292msgstr ""
10293
10294#: sys-utils/flock.c:58
55032d70 10295msgid " -x --exclusive get an exclusive lock (default)\n"
0e768fc4
TK
10296msgstr ""
10297
10298#: sys-utils/flock.c:59
55032d70 10299msgid " -u --unlock remove a lock\n"
0e768fc4
TK
10300msgstr ""
10301
10302#: sys-utils/flock.c:60
55032d70 10303msgid " -n --nonblock fail rather than wait\n"
0e768fc4
TK
10304msgstr ""
10305
10306#: sys-utils/flock.c:61
55032d70 10307msgid " -w --timeout <secs> wait for a limited amount of time\n"
0e768fc4
TK
10308msgstr ""
10309
10310#: sys-utils/flock.c:62
0ed2f80b 10311msgid " -E --conflict-exit-code <number> exit code after conflict or timeout\n"
0e768fc4
TK
10312msgstr ""
10313
10314#: sys-utils/flock.c:63
0ed2f80b 10315msgid " -o --close close file descriptor before running command\n"
0e768fc4
TK
10316msgstr ""
10317
55032d70 10318#: sys-utils/flock.c:64
0ed2f80b 10319msgid " -c --command <command> run a single command string through the shell\n"
0e768fc4
TK
10320msgstr ""
10321
55032d70 10322#: sys-utils/flock.c:97
0e768fc4
TK
10323#, c-format
10324msgid "cannot open lock file %s"
10325msgstr ""
10326
55032d70
KZ
10327#: sys-utils/flock.c:177
10328#, fuzzy
10329msgid "invalid timeout value"
10330msgstr "neispravan argument početka"
10331
10332#: sys-utils/flock.c:179
10333msgid "timeout cannot be zero"
10334msgstr ""
10335
10336#: sys-utils/flock.c:183
0e768fc4
TK
10337msgid "invalid exit code"
10338msgstr ""
10339
55032d70 10340#: sys-utils/flock.c:203
0e768fc4
TK
10341#, c-format
10342msgid "%s requires exactly one command argument"
10343msgstr ""
10344
55032d70 10345#: sys-utils/flock.c:224
0e768fc4
TK
10346msgid "requires file descriptor, file or directory"
10347msgstr ""
10348
8b4ccda1 10349#: sys-utils/fsfreeze.c:50
55032d70
KZ
10350#, fuzzy, c-format
10351msgid " %s [options] <mountpoint>\n"
10352msgstr " %s [opcije] <uređaj>\n"
0e768fc4 10353
8b4ccda1 10354#: sys-utils/fsfreeze.c:52
55032d70 10355msgid " -f, --freeze freeze the filesystem\n"
0e768fc4
TK
10356msgstr ""
10357
8b4ccda1 10358#: sys-utils/fsfreeze.c:53
55032d70 10359msgid " -u, --unfreeze unfreeze the filesystem\n"
0e768fc4
TK
10360msgstr ""
10361
8b4ccda1
KZ
10362#: sys-utils/fsfreeze.c:112
10363msgid "neither --freeze or --unfreeze specified"
10364msgstr ""
10365
10366#: sys-utils/fsfreeze.c:114
0e768fc4
TK
10367msgid "no filename specified"
10368msgstr ""
10369
8b4ccda1 10370#: sys-utils/fsfreeze.c:132
0e768fc4
TK
10371#, c-format
10372msgid "%s: is not a directory"
10373msgstr ""
10374
8b4ccda1 10375#: sys-utils/fsfreeze.c:139
0e768fc4
TK
10376#, c-format
10377msgid "%s: freeze failed"
10378msgstr ""
10379
8b4ccda1 10380#: sys-utils/fsfreeze.c:145
0e768fc4
TK
10381#, c-format
10382msgid "%s: unfreeze failed"
10383msgstr ""
10384
0ed2f80b 10385#: sys-utils/fstrim.c:75 sys-utils/mountpoint.c:197
55032d70 10386#, c-format
0ed2f80b 10387msgid "%s: not a directory"
55032d70
KZ
10388msgstr ""
10389
0ed2f80b
KZ
10390#: sys-utils/fstrim.c:89
10391#, c-format
10392msgid "%s: FITRIM ioctl failed"
0e768fc4
TK
10393msgstr ""
10394
0ed2f80b
KZ
10395#. TRANSLATORS: The standard value here is a very large number.
10396#: sys-utils/fstrim.c:99
10397#, c-format
10398msgid "%s: %s (%<PRIu64> bytes) trimmed\n"
0e768fc4
TK
10399msgstr ""
10400
0ed2f80b
KZ
10401#: sys-utils/fstrim.c:174 sys-utils/swapon.c:627 sys-utils/umount.c:327
10402#, c-format
10403msgid "failed to parse %s"
0e768fc4
TK
10404msgstr ""
10405
0ed2f80b 10406#: sys-utils/fstrim.c:230
0e768fc4 10407#, c-format
0ed2f80b 10408msgid " %s [options] <mount point>\n"
0e768fc4
TK
10409msgstr ""
10410
0ed2f80b
KZ
10411#: sys-utils/fstrim.c:232
10412#, fuzzy
10413msgid " -a, --all trim all mounted filesystems that are supported\n"
10414msgstr " -M ne provjeravaj montirane datotečne sustave\n"
10415
10416#: sys-utils/fstrim.c:233
10417msgid " -o, --offset <num> the offset in bytes to start discarding from\n"
0e768fc4
TK
10418msgstr ""
10419
0ed2f80b
KZ
10420#: sys-utils/fstrim.c:234
10421#, fuzzy
10422msgid " -l, --length <num> the number of bytes to discard\n"
10423msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
10424
10425#: sys-utils/fstrim.c:235
10426msgid " -m, --minimum <num> the minimum extent length to discard\n"
10427msgstr ""
10428
10429#: sys-utils/fstrim.c:236
10430#, fuzzy
10431msgid " -v, --verbose print number of discarded bytes\n"
10432msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
10433
10434#: sys-utils/fstrim.c:291
10435msgid "failed to parse minimum extent length"
10436msgstr ""
10437
10438#: sys-utils/fstrim.c:304
10439msgid "no mountpoint specified"
10440msgstr ""
10441
10442#: sys-utils/fstrim.c:318
0e768fc4 10443#, c-format
0ed2f80b 10444msgid "%s: discard operation not supported."
0e768fc4
TK
10445msgstr ""
10446
0ed2f80b 10447#: sys-utils/hwclock.c:231
0e768fc4
TK
10448#, c-format
10449msgid "Assuming hardware clock is kept in %s time.\n"
10450msgstr ""
10451
0ed2f80b 10452#: sys-utils/hwclock.c:232 sys-utils/hwclock.c:322
0e768fc4
TK
10453msgid "UTC"
10454msgstr ""
10455
0ed2f80b 10456#: sys-utils/hwclock.c:232 sys-utils/hwclock.c:321
0e768fc4
TK
10457msgid "local"
10458msgstr ""
10459
0ed2f80b 10460#: sys-utils/hwclock.c:306
0e768fc4
TK
10461msgid ""
10462"Warning: unrecognized third line in adjtime file\n"
10463"(Expected: `UTC' or `LOCAL' or nothing.)"
10464msgstr ""
10465
0ed2f80b 10466#: sys-utils/hwclock.c:315
0e768fc4
TK
10467#, c-format
10468msgid "Last drift adjustment done at %ld seconds after 1969\n"
10469msgstr ""
10470
0ed2f80b 10471#: sys-utils/hwclock.c:317
0e768fc4
TK
10472#, c-format
10473msgid "Last calibration done at %ld seconds after 1969\n"
10474msgstr ""
10475
0ed2f80b 10476#: sys-utils/hwclock.c:319
0e768fc4
TK
10477#, c-format
10478msgid "Hardware clock is on %s time\n"
10479msgstr ""
10480
0ed2f80b 10481#: sys-utils/hwclock.c:346
0e768fc4
TK
10482#, c-format
10483msgid "Waiting for clock tick...\n"
10484msgstr ""
10485
0ed2f80b 10486#: sys-utils/hwclock.c:352
0e768fc4
TK
10487#, c-format
10488msgid "...synchronization failed\n"
10489msgstr ""
10490
0ed2f80b 10491#: sys-utils/hwclock.c:354
0e768fc4
TK
10492#, c-format
10493msgid "...got clock tick\n"
10494msgstr ""
10495
0ed2f80b 10496#: sys-utils/hwclock.c:417
0e768fc4
TK
10497#, c-format
10498msgid "Invalid values in hardware clock: %4d/%.2d/%.2d %.2d:%.2d:%.2d\n"
10499msgstr ""
10500
0ed2f80b 10501#: sys-utils/hwclock.c:426
0e768fc4
TK
10502#, c-format
10503msgid "Hw clock time : %4d/%.2d/%.2d %.2d:%.2d:%.2d = %ld seconds since 1969\n"
10504msgstr ""
10505
0ed2f80b 10506#: sys-utils/hwclock.c:460
0e768fc4
TK
10507#, c-format
10508msgid "Time read from Hardware Clock: %4d/%.2d/%.2d %02d:%02d:%02d\n"
10509msgstr ""
10510
0ed2f80b 10511#: sys-utils/hwclock.c:488
0e768fc4
TK
10512#, c-format
10513msgid "Setting Hardware Clock to %.2d:%.2d:%.2d = %ld seconds since 1969\n"
10514msgstr ""
10515
0ed2f80b 10516#: sys-utils/hwclock.c:494
0e768fc4
TK
10517#, c-format
10518msgid "Clock not changed - testing only.\n"
10519msgstr ""
10520
0ed2f80b 10521#: sys-utils/hwclock.c:598
0e768fc4 10522#, c-format
0ed2f80b
KZ
10523msgid "sleeping ~%d usec\n"
10524msgstr ""
10525
10526#: sys-utils/hwclock.c:609
10527#, c-format
10528msgid "time jumped backward %.6f seconds to %ld.%06d - retargeting\n"
10529msgstr ""
10530
10531#: sys-utils/hwclock.c:617
10532#, c-format
10533msgid "%ld.%06d < %ld.%06d (%.6f)\n"
0e768fc4
TK
10534msgstr ""
10535
0ed2f80b
KZ
10536#: sys-utils/hwclock.c:633
10537#, c-format
10538msgid "missed it - %ld.%06d is too far past %ld.%06d (%.6f > %.6f)\n"
10539msgstr ""
10540
10541#: sys-utils/hwclock.c:661
10542#, c-format
6249b53a 10543msgid ""
0ed2f80b
KZ
10544"%ld.%06d is close enough to %ld.%06d (%.6f < %.6f)\n"
10545"Set RTC to %ld (%ld + %d; refsystime = %ld.%06d)\n"
0e768fc4
TK
10546msgstr ""
10547
0ed2f80b
KZ
10548#: sys-utils/hwclock.c:686
10549msgid "The Hardware Clock registers contain values that are either invalid (e.g. 50th day of month) or beyond the range we can handle (e.g. Year 2095)."
10550msgstr ""
10551
10552#: sys-utils/hwclock.c:696
0e768fc4
TK
10553#, c-format
10554msgid "%s %.6f seconds\n"
10555msgstr ""
10556
0ed2f80b 10557#: sys-utils/hwclock.c:727
0e768fc4
TK
10558msgid "No --date option specified."
10559msgstr ""
10560
0ed2f80b 10561#: sys-utils/hwclock.c:733
0e768fc4
TK
10562msgid "--date argument too long"
10563msgstr ""
10564
0ed2f80b 10565#: sys-utils/hwclock.c:740
0e768fc4
TK
10566msgid ""
10567"The value of the --date option is not a valid date.\n"
10568"In particular, it contains quotation marks."
10569msgstr ""
10570
0ed2f80b 10571#: sys-utils/hwclock.c:748
0e768fc4
TK
10572#, c-format
10573msgid "Issuing date command: %s\n"
10574msgstr ""
10575
0ed2f80b 10576#: sys-utils/hwclock.c:752
0e768fc4
TK
10577msgid "Unable to run 'date' program in /bin/sh shell. popen() failed"
10578msgstr ""
10579
0ed2f80b 10580#: sys-utils/hwclock.c:760
0e768fc4
TK
10581#, c-format
10582msgid "response from date command = %s\n"
10583msgstr ""
10584
0ed2f80b 10585#: sys-utils/hwclock.c:762
0e768fc4
TK
10586#, c-format
10587msgid ""
10588"The date command issued by %s returned unexpected results.\n"
10589"The command was:\n"
10590" %s\n"
10591"The response was:\n"
10592" %s"
10593msgstr ""
10594
0ed2f80b 10595#: sys-utils/hwclock.c:773
0e768fc4
TK
10596#, c-format
10597msgid ""
0ed2f80b 10598"The date command issued by %s returned something other than an integer where the converted time value was expected.\n"
0e768fc4
TK
10599"The command was:\n"
10600" %s\n"
10601"The response was:\n"
10602" %s\n"
10603msgstr ""
10604
0ed2f80b 10605#: sys-utils/hwclock.c:785
0e768fc4
TK
10606#, c-format
10607msgid "date string %s equates to %ld seconds since 1969.\n"
10608msgstr ""
10609
0ed2f80b
KZ
10610#: sys-utils/hwclock.c:817
10611msgid "The Hardware Clock does not contain a valid time, so we cannot set the System Time from it."
0e768fc4
TK
10612msgstr ""
10613
0ed2f80b 10614#: sys-utils/hwclock.c:839 sys-utils/hwclock.c:919
0e768fc4
TK
10615#, c-format
10616msgid "Calling settimeofday:\n"
10617msgstr ""
10618
0ed2f80b 10619#: sys-utils/hwclock.c:840 sys-utils/hwclock.c:921
0e768fc4
TK
10620#, c-format
10621msgid "\ttv.tv_sec = %ld, tv.tv_usec = %ld\n"
10622msgstr ""
10623
0ed2f80b 10624#: sys-utils/hwclock.c:842 sys-utils/hwclock.c:923
0e768fc4
TK
10625#, c-format
10626msgid "\ttz.tz_minuteswest = %d\n"
10627msgstr ""
10628
0ed2f80b 10629#: sys-utils/hwclock.c:846 sys-utils/hwclock.c:927
0e768fc4
TK
10630#, c-format
10631msgid "Not setting system clock because running in test mode.\n"
10632msgstr ""
10633
0ed2f80b 10634#: sys-utils/hwclock.c:855 sys-utils/hwclock.c:951
0e768fc4
TK
10635msgid "Must be superuser to set system clock."
10636msgstr ""
10637
0ed2f80b 10638#: sys-utils/hwclock.c:858 sys-utils/hwclock.c:954
0e768fc4
TK
10639msgid "settimeofday() failed"
10640msgstr ""
10641
0ed2f80b 10642#: sys-utils/hwclock.c:894
0e768fc4
TK
10643#, c-format
10644msgid "Current system time: %ld = %s\n"
10645msgstr ""
10646
0ed2f80b 10647#: sys-utils/hwclock.c:920
0e768fc4
TK
10648#, c-format
10649msgid "\tUTC: %s\n"
10650msgstr ""
10651
0ed2f80b 10652#: sys-utils/hwclock.c:983
0e768fc4 10653#, c-format
0ed2f80b 10654msgid "Not adjusting drift factor because the Hardware Clock previously contained garbage.\n"
0e768fc4
TK
10655msgstr ""
10656
0ed2f80b 10657#: sys-utils/hwclock.c:988
0e768fc4
TK
10658#, c-format
10659msgid ""
10660"Not adjusting drift factor because last calibration time is zero,\n"
10661"so history is bad and calibration startover is necessary.\n"
10662msgstr ""
10663
0ed2f80b
KZ
10664#: sys-utils/hwclock.c:994
10665#, c-format
10666msgid "Not adjusting drift factor because it has been less than a day since the last calibration.\n"
10667msgstr ""
10668
10669#: sys-utils/hwclock.c:1047
0e768fc4 10670#, c-format
6249b53a 10671msgid ""
0ed2f80b
KZ
10672"Clock drift factor was calculated as %f seconds/day.\n"
10673"It is far too much. Resetting to zero.\n"
0e768fc4
TK
10674msgstr ""
10675
0ed2f80b 10676#: sys-utils/hwclock.c:1054
0e768fc4
TK
10677#, c-format
10678msgid ""
0ed2f80b 10679"Clock drifted %.1f seconds in the past %d seconds in spite of a drift factor of %f seconds/day.\n"
0e768fc4
TK
10680"Adjusting drift factor by %f seconds/day\n"
10681msgstr ""
10682
0ed2f80b 10683#: sys-utils/hwclock.c:1101
0e768fc4
TK
10684#, c-format
10685msgid "Time since last adjustment is %d seconds\n"
10686msgstr ""
10687
0ed2f80b 10688#: sys-utils/hwclock.c:1103
0e768fc4
TK
10689#, c-format
10690msgid "Need to insert %d seconds and refer time back %.6f seconds ago\n"
10691msgstr ""
10692
0ed2f80b 10693#: sys-utils/hwclock.c:1133
0e768fc4
TK
10694#, c-format
10695msgid "Not updating adjtime file because of testing mode.\n"
10696msgstr ""
10697
0ed2f80b 10698#: sys-utils/hwclock.c:1134
0e768fc4
TK
10699#, c-format
10700msgid ""
10701"Would have written the following to %s:\n"
10702"%s"
10703msgstr ""
10704
0ed2f80b 10705#: sys-utils/hwclock.c:1143
0e768fc4 10706#, c-format
0ed2f80b 10707msgid "Could not open file with the clock adjustment parameters in it (%s) for writing"
0e768fc4
TK
10708msgstr ""
10709
0ed2f80b 10710#: sys-utils/hwclock.c:1149 sys-utils/hwclock.c:1156
0e768fc4
TK
10711#, c-format
10712msgid "Could not update file with the clock adjustment parameters (%s) in it"
10713msgstr ""
10714
0ed2f80b 10715#: sys-utils/hwclock.c:1164
0e768fc4
TK
10716msgid "Drift adjustment parameters not updated."
10717msgstr ""
10718
0ed2f80b
KZ
10719#: sys-utils/hwclock.c:1203
10720msgid "The Hardware Clock does not contain a valid time, so we cannot adjust it."
0e768fc4
TK
10721msgstr ""
10722
0ed2f80b 10723#: sys-utils/hwclock.c:1211
0e768fc4 10724#, c-format
0ed2f80b 10725msgid "Not setting clock because last adjustment time is zero, so history is bad.\n"
0e768fc4
TK
10726msgstr ""
10727
0ed2f80b 10728#: sys-utils/hwclock.c:1215
0e768fc4 10729#, c-format
0ed2f80b 10730msgid "Not setting clock because drift factor %f is far too high.\n"
0e768fc4
TK
10731msgstr ""
10732
0ed2f80b 10733#: sys-utils/hwclock.c:1237
0e768fc4 10734#, c-format
0ed2f80b 10735msgid "Needed adjustment is less than one second, so not setting clock.\n"
0e768fc4
TK
10736msgstr ""
10737
0ed2f80b 10738#: sys-utils/hwclock.c:1264
0e768fc4
TK
10739#, c-format
10740msgid "No usable clock interface found.\n"
10741msgstr ""
10742
0ed2f80b 10743#: sys-utils/hwclock.c:1393 sys-utils/hwclock.c:1399
0e768fc4
TK
10744#, c-format
10745msgid "Unable to set system clock.\n"
10746msgstr ""
10747
0ed2f80b 10748#: sys-utils/hwclock.c:1412
0e768fc4 10749#, c-format
0ed2f80b 10750msgid "At %ld seconds after 1969, RTC is predicted to read %ld seconds after 1969.\n"
0e768fc4
TK
10751msgstr ""
10752
0ed2f80b 10753#: sys-utils/hwclock.c:1441
0e768fc4 10754msgid ""
0ed2f80b 10755"The kernel keeps an epoch value for the Hardware Clock only on an Alpha machine.\n"
0e768fc4
TK
10756"This copy of hwclock was built for a machine other than Alpha\n"
10757"(and thus is presumably not running on an Alpha now). No action taken."
10758msgstr ""
10759
0ed2f80b 10760#: sys-utils/hwclock.c:1458
0e768fc4
TK
10761msgid "Unable to get the epoch value from the kernel."
10762msgstr ""
10763
0ed2f80b 10764#: sys-utils/hwclock.c:1460
0e768fc4
TK
10765#, c-format
10766msgid "Kernel is assuming an epoch value of %lu\n"
10767msgstr ""
10768
0ed2f80b
KZ
10769#: sys-utils/hwclock.c:1465
10770msgid "To set the epoch value, you must use the 'epoch' option to tell to what value to set it."
0e768fc4
TK
10771msgstr ""
10772
0ed2f80b 10773#: sys-utils/hwclock.c:1469
0e768fc4
TK
10774#, c-format
10775msgid "Not setting the epoch to %d - testing only.\n"
10776msgstr ""
10777
0ed2f80b 10778#: sys-utils/hwclock.c:1473
0e768fc4
TK
10779#, c-format
10780msgid "Unable to set the epoch value in the kernel.\n"
10781msgstr ""
10782
0ed2f80b 10783#: sys-utils/hwclock.c:1562
0e768fc4
TK
10784msgid " hwclock [function] [option...]\n"
10785msgstr ""
10786
0ed2f80b 10787#: sys-utils/hwclock.c:1564
0e768fc4
TK
10788msgid ""
10789"\n"
10790"Functions:\n"
10791msgstr ""
10792
0ed2f80b 10793#: sys-utils/hwclock.c:1565
0e768fc4
TK
10794msgid ""
10795" -h, --help show this help text and exit\n"
10796" -r, --show read hardware clock and print result\n"
10797" --set set the RTC to the time given with --date\n"
10798msgstr ""
10799
0ed2f80b 10800#: sys-utils/hwclock.c:1568
0e768fc4
TK
10801msgid ""
10802" -s, --hctosys set the system time from the hardware clock\n"
10803" -w, --systohc set the hardware clock from the current system time\n"
10804" --systz set the system time based on the current timezone\n"
10805" --adjust adjust the RTC to account for systematic drift since\n"
10806" the clock was last set or adjusted\n"
10807msgstr ""
10808
0ed2f80b
KZ
10809#: sys-utils/hwclock.c:1573
10810msgid " -c, --compare periodically compare the system clock with the CMOS clock\n"
55032d70
KZ
10811msgstr ""
10812
0ed2f80b 10813#: sys-utils/hwclock.c:1575
0e768fc4
TK
10814msgid ""
10815" --getepoch print out the kernel's hardware clock epoch value\n"
10816" --setepoch set the kernel's hardware clock epoch value to the \n"
10817" value given with --epoch\n"
10818msgstr ""
10819
0ed2f80b 10820#: sys-utils/hwclock.c:1579
0e768fc4
TK
10821msgid ""
10822" --predict predict RTC reading at time given with --date\n"
10823" -V, --version display version information and exit\n"
10824msgstr ""
10825
0ed2f80b 10826#: sys-utils/hwclock.c:1583
0e768fc4
TK
10827msgid ""
10828" -u, --utc the hardware clock is kept in UTC\n"
10829" --localtime the hardware clock is kept in local time\n"
10830msgstr ""
10831
0ed2f80b 10832#: sys-utils/hwclock.c:1586
0e768fc4
TK
10833msgid " -f, --rtc <file> special /dev/... file to use instead of default\n"
10834msgstr ""
10835
0ed2f80b 10836#: sys-utils/hwclock.c:1589
0e768fc4
TK
10837#, c-format
10838msgid ""
10839" --directisa access the ISA bus directly instead of %s\n"
10840" --badyear ignore RTC's year because the BIOS is broken\n"
10841" --date <time> specifies the time to which to set the hardware clock\n"
10842" --epoch <year> specifies the year which is the beginning of the\n"
10843" hardware clock's epoch value\n"
10844msgstr ""
10845
0ed2f80b 10846#: sys-utils/hwclock.c:1595
0e768fc4
TK
10847#, c-format
10848msgid ""
10849" --noadjfile do not access %s; this requires the use of\n"
10850" either --utc or --localtime\n"
10851" --adjfile <file> specifies the path to the adjust file;\n"
10852" the default is %s\n"
10853msgstr ""
10854
0ed2f80b 10855#: sys-utils/hwclock.c:1599
0e768fc4
TK
10856msgid ""
10857" --test do not update anything, just show what would happen\n"
10858" -D, --debug debugging mode\n"
10859"\n"
10860msgstr ""
10861
0ed2f80b 10862#: sys-utils/hwclock.c:1602
0e768fc4
TK
10863msgid ""
10864" -J|--jensen, -A|--arc, -S|--srm, -F|--funky-toy\n"
10865" tell hwclock the type of Alpha you have (see hwclock(8))\n"
10866"\n"
10867msgstr ""
10868
0ed2f80b 10869#: sys-utils/hwclock.c:1725
0e768fc4
TK
10870msgid "Unable to connect to audit system"
10871msgstr ""
10872
0ed2f80b 10873#: sys-utils/hwclock.c:1823
0e768fc4
TK
10874msgid "invalid epoch argument"
10875msgstr ""
10876
0ed2f80b 10877#: sys-utils/hwclock.c:1862
0e768fc4
TK
10878#, c-format
10879msgid "%s takes no non-option arguments. You supplied %d.\n"
10880msgstr ""
10881
0ed2f80b 10882#: sys-utils/hwclock.c:1871
0e768fc4
TK
10883msgid "With --noadjfile, you must specify either --utc or --localtime"
10884msgstr ""
10885
0ed2f80b 10886#: sys-utils/hwclock.c:1884
0e768fc4
TK
10887msgid "No usable set-to time. Cannot set clock."
10888msgstr ""
10889
0ed2f80b 10890#: sys-utils/hwclock.c:1899
0e768fc4
TK
10891msgid "Sorry, only the superuser can change the Hardware Clock."
10892msgstr ""
10893
0ed2f80b 10894#: sys-utils/hwclock.c:1903
0e768fc4
TK
10895msgid "Sorry, only the superuser can change the System Clock."
10896msgstr ""
10897
0ed2f80b
KZ
10898#: sys-utils/hwclock.c:1907
10899msgid "Sorry, only the superuser can change the Hardware Clock epoch in the kernel."
0e768fc4
TK
10900msgstr ""
10901
0ed2f80b 10902#: sys-utils/hwclock.c:1930
0e768fc4
TK
10903msgid "Cannot access the Hardware Clock via any known method."
10904msgstr ""
10905
0ed2f80b
KZ
10906#: sys-utils/hwclock.c:1933
10907msgid "Use the --debug option to see the details of our search for an access method."
0e768fc4
TK
10908msgstr ""
10909
10910#: sys-utils/hwclock-cmos.c:217
10911#, c-format
10912msgid "booted from MILO\n"
10913msgstr ""
10914
10915#: sys-utils/hwclock-cmos.c:229
10916#, c-format
10917msgid "Ruffian BCD clock\n"
10918msgstr ""
10919
10920#: sys-utils/hwclock-cmos.c:248
10921#, c-format
10922msgid "clockport adjusted to 0x%x\n"
10923msgstr ""
10924
10925#: sys-utils/hwclock-cmos.c:264
10926#, c-format
10927msgid "funky TOY!\n"
10928msgstr ""
10929
10930#: sys-utils/hwclock-cmos.c:292
10931#, c-format
10932msgid "atomic %s failed for 1000 iterations!"
10933msgstr ""
10934
e197d438 10935#: sys-utils/hwclock-cmos.c:318
0e768fc4 10936#, c-format
e197d438 10937msgid "cmos_read(): write to control address %X failed"
0e768fc4
TK
10938msgstr ""
10939
e197d438 10940#: sys-utils/hwclock-cmos.c:322
0e768fc4 10941#, c-format
e197d438 10942msgid "cmos_read(): read data address %X failed"
0e768fc4
TK
10943msgstr ""
10944
e197d438 10945#: sys-utils/hwclock-cmos.c:359
0e768fc4 10946#, c-format
e197d438 10947msgid "cmos_write(): write to control address %X failed"
0e768fc4
TK
10948msgstr ""
10949
e197d438 10950#: sys-utils/hwclock-cmos.c:364
0e768fc4 10951#, c-format
e197d438 10952msgid "cmos_write(): write to data address %X failed"
0e768fc4
TK
10953msgstr ""
10954
e197d438 10955#: sys-utils/hwclock-cmos.c:639
0e768fc4
TK
10956msgid "I failed to get permission because I didn't try."
10957msgstr ""
10958
e197d438 10959#: sys-utils/hwclock-cmos.c:642
0e768fc4
TK
10960msgid "unable to get I/O port access: the iopl(3) call failed."
10961msgstr ""
10962
e197d438 10963#: sys-utils/hwclock-cmos.c:645
0e768fc4
TK
10964msgid "Probably you need root privileges.\n"
10965msgstr ""
10966
0ed2f80b
KZ
10967#: sys-utils/hwclock-cmos.c:652
10968msgid "Using direct I/O instructions to ISA clock."
10969msgstr ""
10970
55032d70 10971#: sys-utils/hwclock-kd.c:47
0e768fc4
TK
10972#, c-format
10973msgid "Waiting in loop for time from KDGHWCLK to change\n"
10974msgstr ""
10975
55032d70 10976#: sys-utils/hwclock-kd.c:50
0e768fc4
TK
10977msgid "KDGHWCLK ioctl to read time failed"
10978msgstr ""
10979
55032d70 10980#: sys-utils/hwclock-kd.c:72
0e768fc4
TK
10981msgid "KDGHWCLK ioctl to read time failed in loop"
10982msgstr ""
10983
55032d70 10984#: sys-utils/hwclock-kd.c:79 sys-utils/hwclock-rtc.c:236
0e768fc4
TK
10985msgid "Timed out waiting for time change."
10986msgstr ""
10987
55032d70 10988#: sys-utils/hwclock-kd.c:98
0e768fc4
TK
10989#, c-format
10990msgid "ioctl() failed to read time from %s"
10991msgstr ""
10992
55032d70 10993#: sys-utils/hwclock-kd.c:134
0e768fc4
TK
10994msgid "ioctl KDSHWCLK failed"
10995msgstr ""
10996
0ed2f80b
KZ
10997#: sys-utils/hwclock-kd.c:146
10998msgid "Using the KDGHWCLK interface to m68k clock."
10999msgstr ""
11000
55032d70 11001#: sys-utils/hwclock-kd.c:170
0e768fc4
TK
11002msgid "Can't open /dev/tty1 or /dev/vc/1"
11003msgstr ""
11004
55032d70 11005#: sys-utils/hwclock-kd.c:174
0e768fc4
TK
11006msgid "KDGHWCLK ioctl failed"
11007msgstr ""
11008
11009#: sys-utils/hwclock-rtc.c:195
11010#, c-format
11011msgid "ioctl(%s) to %s to read the time failed"
11012msgstr ""
11013
11014#: sys-utils/hwclock-rtc.c:217
11015#, c-format
11016msgid "Waiting in loop for time from %s to change\n"
11017msgstr ""
11018
55032d70 11019#: sys-utils/hwclock-rtc.c:279
0e768fc4
TK
11020#, c-format
11021msgid "%s does not have interrupt functions. "
11022msgstr ""
11023
55032d70 11024#: sys-utils/hwclock-rtc.c:290
0e768fc4
TK
11025#, c-format
11026msgid "read() to %s to wait for clock tick failed"
11027msgstr ""
11028
55032d70 11029#: sys-utils/hwclock-rtc.c:314
0e768fc4
TK
11030#, c-format
11031msgid "select() to %s to wait for clock tick failed"
11032msgstr ""
11033
55032d70 11034#: sys-utils/hwclock-rtc.c:317
0e768fc4
TK
11035#, c-format
11036msgid "select() to %s to wait for clock tick timed out"
11037msgstr ""
11038
55032d70 11039#: sys-utils/hwclock-rtc.c:326
0e768fc4
TK
11040#, c-format
11041msgid "ioctl() to %s to turn off update interrupts failed"
11042msgstr ""
11043
55032d70 11044#: sys-utils/hwclock-rtc.c:329
0e768fc4
TK
11045#, c-format
11046msgid "ioctl() to %s to turn on update interrupts failed unexpectedly"
11047msgstr ""
11048
55032d70 11049#: sys-utils/hwclock-rtc.c:383
0e768fc4
TK
11050#, c-format
11051msgid "ioctl(%s) to %s to set the time failed."
11052msgstr ""
11053
55032d70 11054#: sys-utils/hwclock-rtc.c:389
0e768fc4
TK
11055#, c-format
11056msgid "ioctl(%s) was successful.\n"
11057msgstr ""
11058
0ed2f80b
KZ
11059#: sys-utils/hwclock-rtc.c:400
11060msgid "Using the /dev interface to the clock."
11061msgstr ""
11062
55032d70 11063#: sys-utils/hwclock-rtc.c:430 sys-utils/hwclock-rtc.c:477
0e768fc4 11064#, c-format
0ed2f80b 11065msgid "To manipulate the epoch value in the kernel, we must access the Linux 'rtc' device driver via the device special file %s. This file does not exist on this system."
0e768fc4
TK
11066msgstr ""
11067
55032d70 11068#: sys-utils/hwclock-rtc.c:442
0e768fc4
TK
11069#, c-format
11070msgid "ioctl(RTC_EPOCH_READ) to %s failed"
11071msgstr ""
11072
55032d70 11073#: sys-utils/hwclock-rtc.c:448
0e768fc4
TK
11074#, c-format
11075msgid "we have read epoch %ld from %s with RTC_EPOCH_READ ioctl.\n"
11076msgstr ""
11077
55032d70 11078#: sys-utils/hwclock-rtc.c:468
0e768fc4
TK
11079#, c-format
11080msgid "The epoch value may not be less than 1900. You requested %ld"
11081msgstr ""
11082
55032d70 11083#: sys-utils/hwclock-rtc.c:487
0e768fc4
TK
11084#, c-format
11085msgid "setting epoch to %ld with RTC_EPOCH_SET ioctl to %s.\n"
11086msgstr ""
11087
55032d70 11088#: sys-utils/hwclock-rtc.c:493
0e768fc4
TK
11089#, c-format
11090msgid "The kernel device driver for %s does not have the RTC_EPOCH_SET ioctl."
11091msgstr ""
11092
55032d70 11093#: sys-utils/hwclock-rtc.c:497
0e768fc4
TK
11094#, c-format
11095msgid "ioctl(RTC_EPOCH_SET) to %s failed"
11096msgstr ""
11097
55032d70 11098#: sys-utils/ipcmk.c:69
0e768fc4
TK
11099msgid " -M, --shmem <size> create shared memory segment of size <size>\n"
11100msgstr ""
11101
55032d70 11102#: sys-utils/ipcmk.c:70
0ed2f80b 11103msgid " -S, --semaphore <nsems> create semaphore array with <nsems> elements\n"
0e768fc4
TK
11104msgstr ""
11105
55032d70 11106#: sys-utils/ipcmk.c:71
0e768fc4
TK
11107msgid " -Q, --queue create message queue\n"
11108msgstr ""
11109
55032d70 11110#: sys-utils/ipcmk.c:72
0ed2f80b 11111msgid " -p, --mode <mode> permission for the resource (default is 0644)\n"
0e768fc4
TK
11112msgstr ""
11113
0ed2f80b 11114#: sys-utils/ipcmk.c:106 sys-utils/losetup.c:552
0e768fc4
TK
11115msgid "failed to parse size"
11116msgstr ""
11117
55032d70 11118#: sys-utils/ipcmk.c:113
0e768fc4
TK
11119msgid "failed to parse elements"
11120msgstr ""
11121
55032d70 11122#: sys-utils/ipcmk.c:137
0e768fc4
TK
11123msgid "create share memory failed"
11124msgstr ""
11125
55032d70 11126#: sys-utils/ipcmk.c:139
0e768fc4
TK
11127#, c-format
11128msgid "Shared memory id: %d\n"
11129msgstr ""
11130
55032d70 11131#: sys-utils/ipcmk.c:145
0e768fc4
TK
11132msgid "create message queue failed"
11133msgstr ""
11134
55032d70 11135#: sys-utils/ipcmk.c:147
0e768fc4
TK
11136#, c-format
11137msgid "Message queue id: %d\n"
11138msgstr ""
11139
55032d70 11140#: sys-utils/ipcmk.c:153
0e768fc4
TK
11141msgid "create semaphore failed"
11142msgstr ""
11143
55032d70 11144#: sys-utils/ipcmk.c:155
0e768fc4
TK
11145#, c-format
11146msgid "Semaphore id: %d\n"
11147msgstr ""
11148
11149#: sys-utils/ipcrm.c:53
0ed2f80b 11150msgid " -m, --shmem-id <id> remove shared memory segment by id\n"
0e768fc4
TK
11151msgstr ""
11152
11153#: sys-utils/ipcrm.c:54
11154msgid " -M, --shmem-key <key> remove shared memory segment by key\n"
11155msgstr ""
11156
11157#: sys-utils/ipcrm.c:55
11158msgid " -q, --queue-id <id> remove message queue by id\n"
11159msgstr ""
11160
11161#: sys-utils/ipcrm.c:56
11162msgid " -Q, --queue-key <key> remove message queue by key\n"
11163msgstr ""
11164
11165#: sys-utils/ipcrm.c:57
11166msgid " -s, --semaphore-id <id> remove semaphore by id\n"
11167msgstr ""
11168
11169#: sys-utils/ipcrm.c:58
11170msgid " -S, --semaphore-key <key> remove semaphore by key\n"
11171msgstr ""
11172
11173#: sys-utils/ipcrm.c:59
0ed2f80b 11174msgid " -a, --all[=shm|msg|sem] remove all (in the specified category)\n"
0e768fc4
TK
11175msgstr ""
11176
11177#: sys-utils/ipcrm.c:60
11178msgid " -v, --verbose explain what is being done\n"
11179msgstr ""
11180
11181#: sys-utils/ipcrm.c:80
11182#, c-format
11183msgid "removing shared memory segment id `%d'\n"
11184msgstr ""
11185
11186#: sys-utils/ipcrm.c:85
11187#, c-format
11188msgid "removing message queue id `%d'\n"
11189msgstr ""
11190
11191#: sys-utils/ipcrm.c:90
11192#, c-format
11193msgid "removing semaphore id `%d'\n"
11194msgstr ""
11195
11196#: sys-utils/ipcrm.c:102 sys-utils/ipcrm.c:216
11197msgid "permission denied for key"
11198msgstr ""
11199
11200#: sys-utils/ipcrm.c:102
11201msgid "permission denied for id"
11202msgstr ""
11203
11204#: sys-utils/ipcrm.c:105 sys-utils/ipcrm.c:222
11205msgid "invalid key"
11206msgstr ""
11207
11208#: sys-utils/ipcrm.c:105
11209msgid "invalid id"
11210msgstr ""
11211
11212#: sys-utils/ipcrm.c:108 sys-utils/ipcrm.c:219
11213msgid "already removed key"
11214msgstr ""
11215
11216#: sys-utils/ipcrm.c:108
11217msgid "already removed id"
11218msgstr ""
11219
11220#: sys-utils/ipcrm.c:111 sys-utils/ipcrm.c:225
11221msgid "key failed"
11222msgstr ""
11223
11224#: sys-utils/ipcrm.c:111
11225msgid "id failed"
11226msgstr ""
11227
11228#: sys-utils/ipcrm.c:128
11229#, c-format
11230msgid "invalid id: %s"
11231msgstr ""
11232
0e768fc4
TK
11233#: sys-utils/ipcrm.c:161
11234#, c-format
11235msgid "resource(s) deleted\n"
11236msgstr ""
11237
11238#: sys-utils/ipcrm.c:194
11239#, c-format
11240msgid "illegal key (%s)"
11241msgstr ""
11242
11243#: sys-utils/ipcrm.c:252
11244msgid "kernel not configured for shared memory"
11245msgstr ""
11246
11247#: sys-utils/ipcrm.c:265
11248msgid "kernel not configured for semaphores"
11249msgstr ""
11250
11251#: sys-utils/ipcrm.c:279
11252msgid "kernel not configured for message queues"
11253msgstr ""
11254
11255#: sys-utils/ipcrm.c:381 sys-utils/ipcrm.c:405
11256#, c-format
11257msgid "unknown argument: %s"
11258msgstr ""
11259
55032d70 11260#: sys-utils/ipcs.c:56
0ed2f80b 11261msgid " -i, --id <id> print details on resource identified by <id>\n"
0e768fc4
TK
11262msgstr ""
11263
55032d70 11264#: sys-utils/ipcs.c:60
0e768fc4
TK
11265msgid "Resource options:\n"
11266msgstr ""
11267
55032d70 11268#: sys-utils/ipcs.c:61
0e768fc4
TK
11269msgid " -m, --shmems shared memory segments\n"
11270msgstr ""
11271
55032d70 11272#: sys-utils/ipcs.c:62
0e768fc4
TK
11273msgid " -q, --queues message queues\n"
11274msgstr ""
11275
55032d70 11276#: sys-utils/ipcs.c:63
0e768fc4
TK
11277msgid " -s, --semaphores semaphores\n"
11278msgstr ""
11279
55032d70 11280#: sys-utils/ipcs.c:64
0e768fc4
TK
11281msgid " -a, --all all (default)\n"
11282msgstr ""
11283
55032d70 11284#: sys-utils/ipcs.c:66
0e768fc4
TK
11285msgid "Output format:\n"
11286msgstr ""
11287
55032d70 11288#: sys-utils/ipcs.c:67
0e768fc4
TK
11289msgid " -t, --time show attach, detach and change times\n"
11290msgstr ""
11291
55032d70 11292#: sys-utils/ipcs.c:68
0ed2f80b
KZ
11293#, fuzzy
11294msgid " -p, --pid show PIDs of creator and last operator\n"
11295msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
0e768fc4 11296
55032d70 11297#: sys-utils/ipcs.c:69
0e768fc4
TK
11298msgid " -c, --creator show creator and owner\n"
11299msgstr ""
11300
55032d70 11301#: sys-utils/ipcs.c:70
0e768fc4
TK
11302msgid " -l, --limits show resource limits\n"
11303msgstr ""
11304
55032d70 11305#: sys-utils/ipcs.c:71
0e768fc4
TK
11306msgid " -u, --summary show status summary\n"
11307msgstr ""
11308
55032d70 11309#: sys-utils/ipcs.c:72
0ed2f80b 11310msgid " --human show sizes in human-readable format\n"
0e768fc4
TK
11311msgstr ""
11312
55032d70
KZ
11313#: sys-utils/ipcs.c:73
11314msgid " -b, --bytes show sizes in bytes\n"
0e768fc4
TK
11315msgstr ""
11316
55032d70
KZ
11317#: sys-utils/ipcs.c:158
11318msgid "when using an ID, a single resource must be specified"
0e768fc4
TK
11319msgstr ""
11320
55032d70 11321#: sys-utils/ipcs.c:196
0e768fc4 11322#, c-format
55032d70 11323msgid "------ Shared Memory Limits --------\n"
0e768fc4
TK
11324msgstr ""
11325
55032d70 11326#: sys-utils/ipcs.c:199
0e768fc4 11327#, c-format
55032d70 11328msgid "max number of segments = %ju\n"
0e768fc4
TK
11329msgstr ""
11330
55032d70
KZ
11331#: sys-utils/ipcs.c:201
11332#, fuzzy
11333msgid "max seg size"
11334msgstr "neispravna veličina indeksnog čvora"
11335
11336#: sys-utils/ipcs.c:203
11337msgid "max total shared memory"
11338msgstr ""
11339
11340#: sys-utils/ipcs.c:206
11341#, fuzzy
11342msgid "min seg size"
11343msgstr "neispravna veličina indeksnog čvora"
11344
11345#: sys-utils/ipcs.c:216
0e768fc4 11346#, c-format
55032d70 11347msgid "kernel not configured for shared memory\n"
0e768fc4
TK
11348msgstr ""
11349
55032d70 11350#: sys-utils/ipcs.c:220
0e768fc4
TK
11351#, c-format
11352msgid "------ Shared Memory Status --------\n"
11353msgstr ""
11354
55032d70 11355#: sys-utils/ipcs.c:232
0e768fc4
TK
11356#, c-format
11357msgid ""
11358"segments allocated %d\n"
11359"pages allocated %ld\n"
11360"pages resident %ld\n"
11361"pages swapped %ld\n"
11362"Swap performance: %ld attempts\t %ld successes\n"
11363msgstr ""
11364
55032d70 11365#: sys-utils/ipcs.c:249
0e768fc4
TK
11366#, c-format
11367msgid "------ Shared Memory Segment Creators/Owners --------\n"
11368msgstr ""
11369
55032d70
KZ
11370#: sys-utils/ipcs.c:251 sys-utils/ipcs.c:257 sys-utils/ipcs.c:264
11371#: sys-utils/ipcs.c:270
0e768fc4
TK
11372msgid "shmid"
11373msgstr ""
11374
e197d438
TK
11375#: sys-utils/ipcs.c:251 sys-utils/ipcs.c:270 sys-utils/ipcs.c:374
11376#: sys-utils/ipcs.c:389 sys-utils/ipcs.c:473 sys-utils/ipcs.c:491
0e768fc4
TK
11377msgid "perms"
11378msgstr ""
11379
e197d438 11380#: sys-utils/ipcs.c:251 sys-utils/ipcs.c:374 sys-utils/ipcs.c:473
0e768fc4
TK
11381msgid "cuid"
11382msgstr ""
11383
e197d438 11384#: sys-utils/ipcs.c:251 sys-utils/ipcs.c:374 sys-utils/ipcs.c:473
0e768fc4
TK
11385msgid "cgid"
11386msgstr ""
11387
e197d438 11388#: sys-utils/ipcs.c:251 sys-utils/ipcs.c:374 sys-utils/ipcs.c:473
0e768fc4
TK
11389msgid "uid"
11390msgstr ""
11391
e197d438 11392#: sys-utils/ipcs.c:251 sys-utils/ipcs.c:374 sys-utils/ipcs.c:473
0e768fc4
TK
11393msgid "gid"
11394msgstr ""
11395
55032d70 11396#: sys-utils/ipcs.c:255
0e768fc4
TK
11397#, c-format
11398msgid "------ Shared Memory Attach/Detach/Change Times --------\n"
11399msgstr ""
11400
55032d70 11401#: sys-utils/ipcs.c:257 sys-utils/ipcs.c:264 sys-utils/ipcs.c:270
e197d438
TK
11402#: sys-utils/ipcs.c:380 sys-utils/ipcs.c:389 sys-utils/ipcs.c:479
11403#: sys-utils/ipcs.c:485 sys-utils/ipcs.c:491
0e768fc4
TK
11404msgid "owner"
11405msgstr ""
11406
55032d70 11407#: sys-utils/ipcs.c:257
0e768fc4
TK
11408msgid "attached"
11409msgstr ""
11410
55032d70 11411#: sys-utils/ipcs.c:257
0e768fc4
TK
11412msgid "detached"
11413msgstr ""
11414
55032d70 11415#: sys-utils/ipcs.c:258
0e768fc4
TK
11416msgid "changed"
11417msgstr ""
11418
55032d70 11419#: sys-utils/ipcs.c:262
0e768fc4
TK
11420#, c-format
11421msgid "------ Shared Memory Creator/Last-op PIDs --------\n"
11422msgstr ""
11423
55032d70 11424#: sys-utils/ipcs.c:264
0e768fc4
TK
11425msgid "cpid"
11426msgstr ""
11427
55032d70 11428#: sys-utils/ipcs.c:264
0e768fc4
TK
11429msgid "lpid"
11430msgstr ""
11431
55032d70 11432#: sys-utils/ipcs.c:268
0e768fc4
TK
11433#, c-format
11434msgid "------ Shared Memory Segments --------\n"
11435msgstr ""
11436
e197d438 11437#: sys-utils/ipcs.c:270 sys-utils/ipcs.c:389 sys-utils/ipcs.c:491
0e768fc4
TK
11438msgid "key"
11439msgstr ""
11440
e197d438 11441#: sys-utils/ipcs.c:271 sys-utils/ipcs.c:492
55032d70
KZ
11442msgid "size"
11443msgstr ""
11444
0ed2f80b
KZ
11445#: sys-utils/ipcs.c:271 sys-utils/prlimit.c:75 sys-utils/prlimit.c:78
11446#: sys-utils/prlimit.c:81 sys-utils/prlimit.c:82 sys-utils/prlimit.c:90
0e768fc4
TK
11447msgid "bytes"
11448msgstr ""
11449
55032d70 11450#: sys-utils/ipcs.c:272
0e768fc4
TK
11451msgid "nattch"
11452msgstr ""
11453
55032d70 11454#: sys-utils/ipcs.c:272
0e768fc4
TK
11455msgid "status"
11456msgstr ""
11457
e197d438
TK
11458#: sys-utils/ipcs.c:296 sys-utils/ipcs.c:298 sys-utils/ipcs.c:300
11459#: sys-utils/ipcs.c:412 sys-utils/ipcs.c:414 sys-utils/ipcs.c:516
11460#: sys-utils/ipcs.c:518 sys-utils/ipcs.c:520 sys-utils/ipcs.c:574
11461#: sys-utils/ipcs.c:576 sys-utils/ipcs.c:605 sys-utils/ipcs.c:607
11462#: sys-utils/ipcs.c:609 sys-utils/ipcs.c:633
0e768fc4
TK
11463msgid "Not set"
11464msgstr ""
11465
e197d438 11466#: sys-utils/ipcs.c:326
0e768fc4
TK
11467msgid "dest"
11468msgstr ""
11469
e197d438 11470#: sys-utils/ipcs.c:327
0e768fc4
TK
11471msgid "locked"
11472msgstr ""
11473
e197d438 11474#: sys-utils/ipcs.c:346
0e768fc4
TK
11475#, c-format
11476msgid "------ Semaphore Limits --------\n"
11477msgstr ""
11478
e197d438 11479#: sys-utils/ipcs.c:349
0e768fc4
TK
11480#, c-format
11481msgid "max number of arrays = %d\n"
11482msgstr ""
11483
e197d438 11484#: sys-utils/ipcs.c:350
0e768fc4
TK
11485#, c-format
11486msgid "max semaphores per array = %d\n"
11487msgstr ""
11488
e197d438 11489#: sys-utils/ipcs.c:351
0e768fc4
TK
11490#, c-format
11491msgid "max semaphores system wide = %d\n"
11492msgstr ""
11493
e197d438 11494#: sys-utils/ipcs.c:352
0e768fc4
TK
11495#, c-format
11496msgid "max ops per semop call = %d\n"
11497msgstr ""
11498
e197d438 11499#: sys-utils/ipcs.c:353
0e768fc4
TK
11500#, c-format
11501msgid "semaphore max value = %d\n"
11502msgstr ""
11503
e197d438 11504#: sys-utils/ipcs.c:362
55032d70
KZ
11505#, c-format
11506msgid "kernel not configured for semaphores\n"
11507msgstr ""
11508
e197d438 11509#: sys-utils/ipcs.c:365
0e768fc4
TK
11510#, c-format
11511msgid "------ Semaphore Status --------\n"
11512msgstr ""
11513
e197d438 11514#: sys-utils/ipcs.c:366
0e768fc4
TK
11515#, c-format
11516msgid "used arrays = %d\n"
11517msgstr ""
11518
e197d438 11519#: sys-utils/ipcs.c:367
0e768fc4
TK
11520#, c-format
11521msgid "allocated semaphores = %d\n"
11522msgstr ""
11523
e197d438 11524#: sys-utils/ipcs.c:372
0e768fc4
TK
11525#, c-format
11526msgid "------ Semaphore Arrays Creators/Owners --------\n"
11527msgstr ""
11528
e197d438 11529#: sys-utils/ipcs.c:374 sys-utils/ipcs.c:380 sys-utils/ipcs.c:389
0e768fc4
TK
11530msgid "semid"
11531msgstr ""
11532
e197d438 11533#: sys-utils/ipcs.c:378
0e768fc4
TK
11534#, c-format
11535msgid "------ Semaphore Operation/Change Times --------\n"
11536msgstr ""
11537
e197d438 11538#: sys-utils/ipcs.c:380
0e768fc4
TK
11539msgid "last-op"
11540msgstr ""
11541
e197d438 11542#: sys-utils/ipcs.c:380
0e768fc4
TK
11543msgid "last-changed"
11544msgstr ""
11545
e197d438 11546#: sys-utils/ipcs.c:387
0e768fc4
TK
11547#, c-format
11548msgid "------ Semaphore Arrays --------\n"
11549msgstr ""
11550
e197d438 11551#: sys-utils/ipcs.c:389
0e768fc4
TK
11552msgid "nsems"
11553msgstr ""
11554
e197d438 11555#: sys-utils/ipcs.c:448
0e768fc4
TK
11556#, c-format
11557msgid "------ Messages Limits --------\n"
11558msgstr ""
11559
e197d438 11560#: sys-utils/ipcs.c:449
0e768fc4
TK
11561#, c-format
11562msgid "max queues system wide = %d\n"
11563msgstr ""
11564
e197d438 11565#: sys-utils/ipcs.c:451
55032d70 11566msgid "max size of message"
0e768fc4
TK
11567msgstr ""
11568
e197d438 11569#: sys-utils/ipcs.c:453
55032d70
KZ
11570msgid "default max size of queue"
11571msgstr ""
11572
e197d438 11573#: sys-utils/ipcs.c:460
0e768fc4 11574#, c-format
55032d70 11575msgid "kernel not configured for message queues\n"
0e768fc4
TK
11576msgstr ""
11577
e197d438 11578#: sys-utils/ipcs.c:463
0e768fc4
TK
11579#, c-format
11580msgid "------ Messages Status --------\n"
11581msgstr ""
11582
e197d438 11583#: sys-utils/ipcs.c:464
0e768fc4
TK
11584#, c-format
11585msgid "allocated queues = %d\n"
11586msgstr ""
11587
e197d438 11588#: sys-utils/ipcs.c:465
0e768fc4
TK
11589#, c-format
11590msgid "used headers = %d\n"
11591msgstr ""
11592
e197d438 11593#: sys-utils/ipcs.c:466
55032d70 11594msgid "used space"
0e768fc4
TK
11595msgstr ""
11596
e197d438 11597#: sys-utils/ipcs.c:467
55032d70
KZ
11598msgid " bytes\n"
11599msgstr ""
11600
e197d438 11601#: sys-utils/ipcs.c:471
0e768fc4
TK
11602#, c-format
11603msgid "------ Message Queues Creators/Owners --------\n"
11604msgstr ""
11605
e197d438
TK
11606#: sys-utils/ipcs.c:473 sys-utils/ipcs.c:479 sys-utils/ipcs.c:485
11607#: sys-utils/ipcs.c:491
0e768fc4
TK
11608msgid "msqid"
11609msgstr ""
11610
e197d438 11611#: sys-utils/ipcs.c:477
0e768fc4
TK
11612#, c-format
11613msgid "------ Message Queues Send/Recv/Change Times --------\n"
11614msgstr ""
11615
e197d438 11616#: sys-utils/ipcs.c:479
0e768fc4
TK
11617msgid "send"
11618msgstr ""
11619
e197d438 11620#: sys-utils/ipcs.c:479
0e768fc4
TK
11621msgid "recv"
11622msgstr ""
11623
e197d438 11624#: sys-utils/ipcs.c:479
0e768fc4
TK
11625msgid "change"
11626msgstr ""
11627
e197d438 11628#: sys-utils/ipcs.c:483
0e768fc4
TK
11629#, c-format
11630msgid "------ Message Queues PIDs --------\n"
11631msgstr ""
11632
e197d438 11633#: sys-utils/ipcs.c:485
0e768fc4
TK
11634msgid "lspid"
11635msgstr ""
11636
e197d438 11637#: sys-utils/ipcs.c:485
0e768fc4
TK
11638msgid "lrpid"
11639msgstr ""
11640
e197d438 11641#: sys-utils/ipcs.c:489
0e768fc4
TK
11642#, c-format
11643msgid "------ Message Queues --------\n"
11644msgstr ""
11645
e197d438 11646#: sys-utils/ipcs.c:492
0e768fc4
TK
11647msgid "used-bytes"
11648msgstr ""
11649
e197d438 11650#: sys-utils/ipcs.c:493
0e768fc4
TK
11651msgid "messages"
11652msgstr ""
11653
e197d438 11654#: sys-utils/ipcs.c:558 sys-utils/ipcs.c:588 sys-utils/ipcs.c:621
55032d70
KZ
11655#, fuzzy, c-format
11656msgid "id %d not found"
11657msgstr "%s: nije pronađen"
0e768fc4 11658
e197d438 11659#: sys-utils/ipcs.c:562
0e768fc4
TK
11660#, c-format
11661msgid ""
11662"\n"
11663"Shared memory Segment shmid=%d\n"
11664msgstr ""
11665
e197d438 11666#: sys-utils/ipcs.c:563
0e768fc4
TK
11667#, c-format
11668msgid "uid=%u\tgid=%u\tcuid=%u\tcgid=%u\n"
11669msgstr ""
11670
e197d438 11671#: sys-utils/ipcs.c:566
0e768fc4
TK
11672#, c-format
11673msgid "mode=%#o\taccess_perms=%#o\n"
11674msgstr ""
11675
e197d438 11676#: sys-utils/ipcs.c:568
55032d70
KZ
11677msgid "size="
11678msgstr ""
11679
e197d438 11680#: sys-utils/ipcs.c:568
55032d70
KZ
11681msgid "bytes="
11682msgstr ""
11683
e197d438 11684#: sys-utils/ipcs.c:570
0e768fc4 11685#, c-format
55032d70 11686msgid "lpid=%u\tcpid=%u\tnattch=%jd\n"
0e768fc4
TK
11687msgstr ""
11688
e197d438 11689#: sys-utils/ipcs.c:573
0e768fc4
TK
11690#, c-format
11691msgid "att_time=%-26.24s\n"
11692msgstr ""
11693
e197d438 11694#: sys-utils/ipcs.c:575
0e768fc4
TK
11695#, c-format
11696msgid "det_time=%-26.24s\n"
11697msgstr ""
11698
e197d438 11699#: sys-utils/ipcs.c:577 sys-utils/ipcs.c:608
0e768fc4
TK
11700#, c-format
11701msgid "change_time=%-26.24s\n"
11702msgstr ""
11703
e197d438 11704#: sys-utils/ipcs.c:592
0e768fc4
TK
11705#, c-format
11706msgid ""
11707"\n"
11708"Message Queue msqid=%d\n"
11709msgstr ""
11710
e197d438 11711#: sys-utils/ipcs.c:593
0e768fc4
TK
11712#, c-format
11713msgid "uid=%u\tgid=%u\tcuid=%u\tcgid=%u\tmode=%#o\n"
11714msgstr ""
11715
e197d438 11716#: sys-utils/ipcs.c:597
55032d70
KZ
11717msgid "csize="
11718msgstr ""
11719
e197d438 11720#: sys-utils/ipcs.c:597
55032d70
KZ
11721msgid "cbytes="
11722msgstr ""
11723
e197d438 11724#: sys-utils/ipcs.c:599
55032d70
KZ
11725msgid "qsize="
11726msgstr ""
11727
e197d438 11728#: sys-utils/ipcs.c:599
55032d70 11729msgid "qbytes="
0e768fc4
TK
11730msgstr ""
11731
e197d438 11732#: sys-utils/ipcs.c:604
0e768fc4
TK
11733#, c-format
11734msgid "send_time=%-26.24s\n"
11735msgstr ""
11736
e197d438 11737#: sys-utils/ipcs.c:606
0e768fc4
TK
11738#, c-format
11739msgid "rcv_time=%-26.24s\n"
11740msgstr ""
11741
e197d438 11742#: sys-utils/ipcs.c:625
0e768fc4
TK
11743#, c-format
11744msgid ""
11745"\n"
11746"Semaphore Array semid=%d\n"
11747msgstr ""
11748
e197d438 11749#: sys-utils/ipcs.c:626
0e768fc4
TK
11750#, c-format
11751msgid "uid=%u\t gid=%u\t cuid=%u\t cgid=%u\n"
11752msgstr ""
11753
e197d438 11754#: sys-utils/ipcs.c:629
0e768fc4
TK
11755#, c-format
11756msgid "mode=%#o, access_perms=%#o\n"
11757msgstr ""
11758
e197d438 11759#: sys-utils/ipcs.c:631
0e768fc4 11760#, c-format
55032d70 11761msgid "nsems = %ju\n"
0e768fc4
TK
11762msgstr ""
11763
e197d438 11764#: sys-utils/ipcs.c:632
0e768fc4
TK
11765#, c-format
11766msgid "otime = %-26.24s\n"
11767msgstr ""
11768
e197d438 11769#: sys-utils/ipcs.c:634
0e768fc4
TK
11770#, c-format
11771msgid "ctime = %-26.24s\n"
11772msgstr ""
11773
e197d438 11774#: sys-utils/ipcs.c:637
0e768fc4
TK
11775msgid "semnum"
11776msgstr ""
11777
e197d438 11778#: sys-utils/ipcs.c:637
0e768fc4
TK
11779msgid "value"
11780msgstr ""
11781
e197d438 11782#: sys-utils/ipcs.c:637
0e768fc4
TK
11783msgid "ncount"
11784msgstr ""
11785
e197d438 11786#: sys-utils/ipcs.c:637
0e768fc4
TK
11787msgid "zcount"
11788msgstr ""
11789
e197d438 11790#: sys-utils/ipcs.c:637
0e768fc4
TK
11791msgid "pid"
11792msgstr ""
11793
0ed2f80b
KZ
11794#: sys-utils/ipcutils.c:224 sys-utils/ipcutils.c:228 sys-utils/ipcutils.c:232
11795#: sys-utils/ipcutils.c:236
55032d70
KZ
11796#, fuzzy, c-format
11797msgid "%s failed"
11798msgstr "%s nije uspio.\n"
11799
0ed2f80b 11800#: sys-utils/ipcutils.c:501
55032d70
KZ
11801#, fuzzy, c-format
11802msgid "%s (bytes) = "
11803msgstr "%s (d/n)? "
11804
0ed2f80b 11805#: sys-utils/ipcutils.c:503
55032d70
KZ
11806#, c-format
11807msgid "%s (kbytes) = "
11808msgstr ""
11809
e197d438 11810#: sys-utils/ldattach.c:143
0e768fc4
TK
11811msgid "invalid iflag"
11812msgstr ""
11813
e197d438 11814#: sys-utils/ldattach.c:159
0e768fc4
TK
11815#, c-format
11816msgid " %s [options] <ldisc> <device>\n"
11817msgstr ""
11818
e197d438 11819#: sys-utils/ldattach.c:162
0e768fc4
TK
11820msgid " -d, --debug print verbose messages to stderr\n"
11821msgstr ""
11822
e197d438 11823#: sys-utils/ldattach.c:163
0e768fc4
TK
11824msgid " -s, --speed <value> set serial line speed\n"
11825msgstr ""
11826
e197d438 11827#: sys-utils/ldattach.c:164
0e768fc4
TK
11828msgid " -7, --sevenbits set character size to 7 bits\n"
11829msgstr ""
11830
e197d438 11831#: sys-utils/ldattach.c:165
0e768fc4
TK
11832msgid " -8, --eightbits set character size to 8 bits\n"
11833msgstr ""
11834
e197d438 11835#: sys-utils/ldattach.c:166
0e768fc4
TK
11836msgid " -n, --noparity set parity to none\n"
11837msgstr ""
11838
e197d438 11839#: sys-utils/ldattach.c:167
0e768fc4
TK
11840msgid " -e, --evenparity set parity to even\n"
11841msgstr ""
11842
e197d438 11843#: sys-utils/ldattach.c:168
0e768fc4
TK
11844msgid " -o, --oddparity set parity to odd\n"
11845msgstr ""
11846
e197d438 11847#: sys-utils/ldattach.c:169
0e768fc4
TK
11848msgid " -1, --onestopbit set stop bits to one\n"
11849msgstr ""
11850
e197d438 11851#: sys-utils/ldattach.c:170
0e768fc4
TK
11852msgid " -2, --twostopbits set stop bits to two\n"
11853msgstr ""
11854
e197d438 11855#: sys-utils/ldattach.c:171
0e768fc4
TK
11856msgid " -i, --iflag [-]<iflag> set input mode flag\n"
11857msgstr ""
11858
e197d438 11859#: sys-utils/ldattach.c:176
0e768fc4
TK
11860msgid ""
11861"\n"
11862"Known <ldisc> names:\n"
11863msgstr ""
11864
e197d438 11865#: sys-utils/ldattach.c:178
0e768fc4
TK
11866msgid ""
11867"\n"
11868"Known <iflag> names:\n"
11869msgstr ""
11870
e197d438 11871#: sys-utils/ldattach.c:263
0e768fc4
TK
11872msgid "invalid speed argument"
11873msgstr ""
11874
e197d438 11875#: sys-utils/ldattach.c:274
0e768fc4
TK
11876msgid "invalid option"
11877msgstr ""
11878
e197d438 11879#: sys-utils/ldattach.c:285
0e768fc4
TK
11880msgid "invalid line discipline argument"
11881msgstr ""
11882
e197d438 11883#: sys-utils/ldattach.c:292
0e768fc4
TK
11884#, c-format
11885msgid "%s is not a serial line"
11886msgstr ""
11887
e197d438 11888#: sys-utils/ldattach.c:299
0e768fc4
TK
11889#, c-format
11890msgid "cannot get terminal attributes for %s"
11891msgstr ""
11892
e197d438 11893#: sys-utils/ldattach.c:302
0e768fc4
TK
11894#, c-format
11895msgid "speed %d unsupported"
11896msgstr ""
11897
e197d438 11898#: sys-utils/ldattach.c:351
0e768fc4
TK
11899#, c-format
11900msgid "cannot set terminal attributes for %s"
11901msgstr ""
11902
e197d438 11903#: sys-utils/ldattach.c:358
0e768fc4
TK
11904msgid "cannot set line discipline"
11905msgstr ""
11906
e197d438 11907#: sys-utils/ldattach.c:364
0e768fc4
TK
11908msgid "cannot daemonize"
11909msgstr ""
11910
0ed2f80b 11911#: sys-utils/losetup.c:64
55032d70
KZ
11912msgid "autoclear flag set"
11913msgstr ""
11914
0ed2f80b 11915#: sys-utils/losetup.c:65
55032d70
KZ
11916msgid "device backing file"
11917msgstr ""
11918
0ed2f80b 11919#: sys-utils/losetup.c:66
55032d70
KZ
11920msgid "backing file inode number"
11921msgstr ""
11922
0ed2f80b 11923#: sys-utils/losetup.c:67
55032d70
KZ
11924msgid "backing file major:minor device number"
11925msgstr ""
11926
0ed2f80b 11927#: sys-utils/losetup.c:68
55032d70
KZ
11928msgid "loop device name"
11929msgstr ""
11930
0ed2f80b 11931#: sys-utils/losetup.c:69
55032d70
KZ
11932msgid "offset from the beginning"
11933msgstr ""
11934
0ed2f80b 11935#: sys-utils/losetup.c:70
55032d70
KZ
11936msgid "partscan flag set"
11937msgstr ""
11938
0ed2f80b 11939#: sys-utils/losetup.c:72
55032d70
KZ
11940msgid "size limit of the file in bytes"
11941msgstr ""
11942
0ed2f80b 11943#: sys-utils/losetup.c:73
55032d70
KZ
11944msgid "loop device major:minor number"
11945msgstr ""
11946
0ed2f80b 11947#: sys-utils/losetup.c:132 sys-utils/losetup.c:144
0e768fc4
TK
11948#, c-format
11949msgid ", offset %ju"
11950msgstr ""
11951
0ed2f80b 11952#: sys-utils/losetup.c:135 sys-utils/losetup.c:147
0e768fc4
TK
11953#, c-format
11954msgid ", sizelimit %ju"
11955msgstr ""
11956
0ed2f80b 11957#: sys-utils/losetup.c:155
0e768fc4
TK
11958#, c-format
11959msgid ", encryption %s (type %u)"
11960msgstr ""
11961
0ed2f80b 11962#: sys-utils/losetup.c:196
0e768fc4
TK
11963#, c-format
11964msgid "%s: detach failed"
11965msgstr ""
11966
0ed2f80b
KZ
11967#: sys-utils/losetup.c:318 sys-utils/lscpu.c:1426 sys-utils/prlimit.c:225
11968#: sys-utils/swapon.c:151 sys-utils/wdctl.c:214
11969#, fuzzy
11970msgid "failed to initialize output line"
11971msgstr "ne mogu vratiti unatrag swap-uređaj"
11972
11973#: sys-utils/losetup.c:370
0e768fc4
TK
11974#, c-format
11975msgid ""
11976" %1$s [options] [<loopdev>]\n"
11977" %1$s [options] -f | <loopdev> <file>\n"
11978msgstr ""
11979
0ed2f80b 11980#: sys-utils/losetup.c:375
8892b2f9
KZ
11981#, fuzzy
11982msgid " -a, --all list all used devices\n"
11983msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
11984
0ed2f80b
KZ
11985#: sys-utils/losetup.c:376
11986#, fuzzy
11987msgid " -d, --detach <loopdev>... detach one or more devices\n"
11988msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
8892b2f9 11989
0ed2f80b 11990#: sys-utils/losetup.c:377
8892b2f9
KZ
11991#, fuzzy
11992msgid " -D, --detach-all detach all used devices\n"
11993msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
11994
0ed2f80b 11995#: sys-utils/losetup.c:378
8892b2f9
KZ
11996#, fuzzy
11997msgid " -f, --find find first unused device\n"
11998msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
11999
0ed2f80b
KZ
12000#: sys-utils/losetup.c:379
12001msgid " -c, --set-capacity <loopdev> resize the device\n"
8892b2f9
KZ
12002msgstr ""
12003
0ed2f80b
KZ
12004#: sys-utils/losetup.c:380
12005msgid " -j, --associated <file> list all devices associated with <file>\n"
0e768fc4
TK
12006msgstr ""
12007
0ed2f80b 12008#: sys-utils/losetup.c:384
55032d70
KZ
12009msgid " -o, --offset <num> start at offset <num> into file\n"
12010msgstr ""
12011
0ed2f80b
KZ
12012#: sys-utils/losetup.c:385
12013msgid " --sizelimit <num> device is limited to <num> bytes of the file\n"
55032d70
KZ
12014msgstr ""
12015
0ed2f80b
KZ
12016#: sys-utils/losetup.c:386
12017#, fuzzy
12018msgid " -P, --partscan create a partitioned loop device\n"
12019msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
55032d70 12020
0ed2f80b
KZ
12021#: sys-utils/losetup.c:387
12022#, fuzzy
12023msgid " -r, --read-only set up a read-only loop device\n"
12024msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
55032d70 12025
0ed2f80b
KZ
12026#: sys-utils/losetup.c:388
12027msgid " --show print device name after setup (with -f)\n"
0e768fc4
TK
12028msgstr ""
12029
0ed2f80b 12030#: sys-utils/losetup.c:389
55032d70 12031msgid " -v, --verbose verbose mode\n"
0e768fc4
TK
12032msgstr ""
12033
0ed2f80b
KZ
12034#: sys-utils/losetup.c:393
12035#, fuzzy
12036msgid " -l, --list list info about all or specified (default)\n"
12037msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
e197d438 12038
0ed2f80b 12039#: sys-utils/losetup.c:394
8892b2f9 12040msgid " -O, --output <cols> specify columns to output for --list\n"
e197d438
TK
12041msgstr ""
12042
0ed2f80b 12043#: sys-utils/losetup.c:395
e197d438 12044#, fuzzy
8892b2f9
KZ
12045msgid " -n, --noheadings don't print headings for --list output\n"
12046msgstr " -a samo zbog kompatibilnosti, zanemareno\n"
12047
0ed2f80b 12048#: sys-utils/losetup.c:396
8892b2f9 12049#, fuzzy
e197d438
TK
12050msgid " --raw use raw --list output format\n"
12051msgstr " -a samo zbog kompatibilnosti, zanemareno\n"
12052
0ed2f80b 12053#: sys-utils/losetup.c:402
55032d70
KZ
12054msgid ""
12055"\n"
12056"Available --list columns:\n"
0e768fc4
TK
12057msgstr ""
12058
0ed2f80b 12059#: sys-utils/losetup.c:422
0e768fc4 12060#, c-format
0ed2f80b 12061msgid "%s: Warning: file is smaller than 512 bytes; the loop device may be useless or invisible for system tools."
0e768fc4
TK
12062msgstr ""
12063
0ed2f80b 12064#: sys-utils/losetup.c:426
55032d70 12065#, c-format
0ed2f80b 12066msgid "%s: Warning: file does not fit into a 512-byte sector; the end of the file will be ignored."
0e768fc4
TK
12067msgstr ""
12068
0ed2f80b
KZ
12069#: sys-utils/losetup.c:497 sys-utils/losetup.c:507 sys-utils/losetup.c:597
12070#: sys-utils/losetup.c:611 sys-utils/losetup.c:687
55032d70
KZ
12071#, c-format
12072msgid "%s: failed to use device"
0e768fc4
TK
12073msgstr ""
12074
0ed2f80b 12075#: sys-utils/losetup.c:608
55032d70 12076msgid "no loop device specified"
0e768fc4
TK
12077msgstr ""
12078
0ed2f80b 12079#: sys-utils/losetup.c:616
0e768fc4
TK
12080msgid "no file specified"
12081msgstr ""
12082
0ed2f80b 12083#: sys-utils/losetup.c:623
0e768fc4 12084#, c-format
e197d438 12085msgid "the options %s are allowed during loop device setup only"
0e768fc4
TK
12086msgstr ""
12087
0ed2f80b 12088#: sys-utils/losetup.c:628
e197d438 12089msgid "the option --offset is not allowed in this context"
0e768fc4
TK
12090msgstr ""
12091
0ed2f80b 12092#: sys-utils/losetup.c:648 sys-utils/losetup.c:699
e197d438
TK
12093#, fuzzy
12094msgid "cannot find an unused loop device"
12095msgstr "ne mogu vratiti unatrag swap-uređaj"
0e768fc4 12096
0ed2f80b 12097#: sys-utils/losetup.c:658
0e768fc4
TK
12098#, c-format
12099msgid "%s: failed to use backing file"
12100msgstr ""
12101
0ed2f80b 12102#: sys-utils/losetup.c:720
8b4ccda1
KZ
12103#, c-format
12104msgid "%s: set capacity failed"
12105msgstr ""
12106
0ed2f80b 12107#: sys-utils/lscpu.c:89
0e768fc4
TK
12108msgid "none"
12109msgstr ""
12110
0ed2f80b 12111#: sys-utils/lscpu.c:90
0e768fc4
TK
12112msgid "para"
12113msgstr ""
12114
0ed2f80b 12115#: sys-utils/lscpu.c:91
0e768fc4
TK
12116msgid "full"
12117msgstr ""
12118
0ed2f80b 12119#: sys-utils/lscpu.c:92
e197d438
TK
12120msgid "container"
12121msgstr ""
12122
0ed2f80b 12123#: sys-utils/lscpu.c:152
0e768fc4
TK
12124msgid "horizontal"
12125msgstr ""
12126
0ed2f80b 12127#: sys-utils/lscpu.c:153
0e768fc4
TK
12128msgid "vertical"
12129msgstr ""
12130
0ed2f80b 12131#: sys-utils/lscpu.c:302
0e768fc4
TK
12132msgid "logical CPU number"
12133msgstr ""
12134
0ed2f80b 12135#: sys-utils/lscpu.c:303
0e768fc4
TK
12136msgid "logical core number"
12137msgstr ""
12138
0ed2f80b 12139#: sys-utils/lscpu.c:304
0e768fc4
TK
12140msgid "logical socket number"
12141msgstr ""
12142
0ed2f80b 12143#: sys-utils/lscpu.c:305
0e768fc4
TK
12144msgid "logical NUMA node number"
12145msgstr ""
12146
0ed2f80b 12147#: sys-utils/lscpu.c:306
0e768fc4
TK
12148msgid "logical book number"
12149msgstr ""
12150
0ed2f80b 12151#: sys-utils/lscpu.c:307
0e768fc4
TK
12152msgid "shows how caches are shared between CPUs"
12153msgstr ""
12154
0ed2f80b 12155#: sys-utils/lscpu.c:308
0e768fc4
TK
12156msgid "CPU dispatching mode on virtual hardware"
12157msgstr ""
12158
0ed2f80b 12159#: sys-utils/lscpu.c:309
0e768fc4
TK
12160msgid "physical address of a CPU"
12161msgstr ""
12162
0ed2f80b 12163#: sys-utils/lscpu.c:310
0e768fc4
TK
12164msgid "shows if the hypervisor has allocated the CPU"
12165msgstr ""
12166
0ed2f80b 12167#: sys-utils/lscpu.c:311
0e768fc4
TK
12168msgid "shows if Linux currently makes use of the CPU"
12169msgstr ""
12170
0ed2f80b 12171#: sys-utils/lscpu.c:312
8892b2f9 12172msgid "shows the maximum MHz of the CPU"
e197d438
TK
12173msgstr ""
12174
0ed2f80b 12175#: sys-utils/lscpu.c:313
8892b2f9 12176msgid "shows the minimum MHz of the CPU"
e197d438
TK
12177msgstr ""
12178
0ed2f80b 12179#: sys-utils/lscpu.c:408
0e768fc4
TK
12180msgid "error: uname failed"
12181msgstr ""
12182
0ed2f80b 12183#: sys-utils/lscpu.c:483
55032d70
KZ
12184#, fuzzy, c-format
12185msgid "failed to determine number of CPUs: %s"
12186msgstr "ioctl nije uspio: ne mogu odrediti veličinu uređaja: %s"
0e768fc4 12187
0ed2f80b
KZ
12188#: sys-utils/lscpu.c:698
12189msgid "error: can not set signal handler"
12190msgstr ""
12191
12192#: sys-utils/lscpu.c:703
12193msgid "error: can not restore signal handler"
12194msgstr ""
12195
12196#: sys-utils/lscpu.c:1138
12197#, fuzzy
12198msgid "Failed to extract the node number"
12199msgstr "nisam uspio obraditi broj indeksnih čvorova"
12200
12201#: sys-utils/lscpu.c:1230 sys-utils/lscpu.c:1240
0e768fc4
TK
12202#, c-format
12203msgid "Y"
12204msgstr ""
12205
0ed2f80b 12206#: sys-utils/lscpu.c:1230 sys-utils/lscpu.c:1240
0e768fc4
TK
12207#, c-format
12208msgid "N"
12209msgstr ""
12210
0ed2f80b 12211#: sys-utils/lscpu.c:1322
0e768fc4
TK
12212#, c-format
12213msgid ""
12214"# The following is the parsable format, which can be fed to other\n"
12215"# programs. Each different item in every column has an unique ID\n"
12216"# starting from zero.\n"
12217msgstr ""
12218
0ed2f80b 12219#: sys-utils/lscpu.c:1472
0e768fc4
TK
12220msgid "Architecture:"
12221msgstr ""
12222
0ed2f80b 12223#: sys-utils/lscpu.c:1486
0e768fc4
TK
12224msgid "CPU op-mode(s):"
12225msgstr ""
12226
0ed2f80b 12227#: sys-utils/lscpu.c:1489 sys-utils/lscpu.c:1491
0e768fc4
TK
12228msgid "Byte Order:"
12229msgstr ""
12230
0ed2f80b 12231#: sys-utils/lscpu.c:1493
0e768fc4
TK
12232msgid "CPU(s):"
12233msgstr ""
12234
0ed2f80b 12235#: sys-utils/lscpu.c:1496
0e768fc4
TK
12236msgid "On-line CPU(s) mask:"
12237msgstr ""
12238
0ed2f80b 12239#: sys-utils/lscpu.c:1497
0e768fc4
TK
12240msgid "On-line CPU(s) list:"
12241msgstr ""
12242
0ed2f80b 12243#: sys-utils/lscpu.c:1516
0e768fc4
TK
12244msgid "Off-line CPU(s) mask:"
12245msgstr ""
12246
0ed2f80b 12247#: sys-utils/lscpu.c:1517
0e768fc4
TK
12248msgid "Off-line CPU(s) list:"
12249msgstr ""
12250
0ed2f80b 12251#: sys-utils/lscpu.c:1548
0e768fc4
TK
12252msgid "Thread(s) per core:"
12253msgstr ""
12254
0ed2f80b 12255#: sys-utils/lscpu.c:1549
0e768fc4
TK
12256msgid "Core(s) per socket:"
12257msgstr ""
12258
0ed2f80b 12259#: sys-utils/lscpu.c:1552
0e768fc4
TK
12260msgid "Socket(s) per book:"
12261msgstr ""
12262
0ed2f80b 12263#: sys-utils/lscpu.c:1554
0e768fc4
TK
12264msgid "Book(s):"
12265msgstr ""
12266
0ed2f80b 12267#: sys-utils/lscpu.c:1556
0e768fc4
TK
12268msgid "Socket(s):"
12269msgstr ""
12270
0ed2f80b 12271#: sys-utils/lscpu.c:1560
0e768fc4
TK
12272msgid "NUMA node(s):"
12273msgstr ""
12274
0ed2f80b 12275#: sys-utils/lscpu.c:1562
0e768fc4
TK
12276msgid "Vendor ID:"
12277msgstr ""
12278
0ed2f80b 12279#: sys-utils/lscpu.c:1564
0e768fc4
TK
12280msgid "CPU family:"
12281msgstr ""
12282
0ed2f80b 12283#: sys-utils/lscpu.c:1566
0e768fc4
TK
12284msgid "Model:"
12285msgstr ""
12286
0ed2f80b 12287#: sys-utils/lscpu.c:1568
8b4ccda1
KZ
12288msgid "Model name:"
12289msgstr ""
12290
0ed2f80b 12291#: sys-utils/lscpu.c:1570
0e768fc4
TK
12292msgid "Stepping:"
12293msgstr ""
12294
0ed2f80b 12295#: sys-utils/lscpu.c:1572
0e768fc4
TK
12296msgid "CPU MHz:"
12297msgstr ""
12298
0ed2f80b 12299#: sys-utils/lscpu.c:1574
e197d438
TK
12300msgid "CPU max MHz:"
12301msgstr ""
12302
0ed2f80b 12303#: sys-utils/lscpu.c:1576
e197d438
TK
12304msgid "CPU min MHz:"
12305msgstr ""
12306
0ed2f80b 12307#: sys-utils/lscpu.c:1578
0e768fc4
TK
12308msgid "BogoMIPS:"
12309msgstr ""
12310
0ed2f80b 12311#: sys-utils/lscpu.c:1581 sys-utils/lscpu.c:1583
0e768fc4
TK
12312msgid "Virtualization:"
12313msgstr ""
12314
0ed2f80b 12315#: sys-utils/lscpu.c:1586
0e768fc4
TK
12316msgid "Hypervisor:"
12317msgstr ""
12318
0ed2f80b 12319#: sys-utils/lscpu.c:1588
0e768fc4
TK
12320msgid "Hypervisor vendor:"
12321msgstr ""
12322
0ed2f80b 12323#: sys-utils/lscpu.c:1589
0e768fc4
TK
12324msgid "Virtualization type:"
12325msgstr ""
12326
0ed2f80b 12327#: sys-utils/lscpu.c:1592
0e768fc4
TK
12328msgid "Dispatching mode:"
12329msgstr ""
12330
0ed2f80b 12331#: sys-utils/lscpu.c:1598
0e768fc4
TK
12332#, c-format
12333msgid "%s cache:"
12334msgstr ""
12335
0ed2f80b 12336#: sys-utils/lscpu.c:1604
0e768fc4
TK
12337#, c-format
12338msgid "NUMA node%d CPU(s):"
12339msgstr ""
12340
0ed2f80b
KZ
12341#: sys-utils/lscpu.c:1617
12342msgid " -a, --all print both online and offline CPUs (default for -e)\n"
55032d70
KZ
12343msgstr ""
12344
0ed2f80b 12345#: sys-utils/lscpu.c:1618
55032d70
KZ
12346msgid " -b, --online print online CPUs only (default for -p)\n"
12347msgstr ""
12348
0ed2f80b 12349#: sys-utils/lscpu.c:1619
55032d70
KZ
12350msgid " -c, --offline print offline CPUs only\n"
12351msgstr ""
12352
0ed2f80b 12353#: sys-utils/lscpu.c:1620
55032d70
KZ
12354msgid " -e, --extended[=<list>] print out an extended readable format\n"
12355msgstr ""
12356
0ed2f80b 12357#: sys-utils/lscpu.c:1621
55032d70
KZ
12358msgid " -p, --parse[=<list>] print out a parsable format\n"
12359msgstr ""
12360
0ed2f80b 12361#: sys-utils/lscpu.c:1622
55032d70
KZ
12362msgid " -s, --sysroot <dir> use specified directory as system root\n"
12363msgstr ""
12364
0ed2f80b
KZ
12365#: sys-utils/lscpu.c:1623
12366msgid " -x, --hex print hexadecimal masks rather than lists of CPUs\n"
0e768fc4
TK
12367msgstr ""
12368
0ed2f80b 12369#: sys-utils/lscpu.c:1633
0e768fc4
TK
12370#, c-format
12371msgid ""
12372"\n"
12373"For more details see lscpu(1).\n"
12374msgstr ""
12375
0ed2f80b 12376#: sys-utils/lscpu.c:1721
0e768fc4 12377#, c-format
0ed2f80b 12378msgid "%s: options --all, --online and --offline may only be used with options --extended or --parse.\n"
0e768fc4
TK
12379msgstr ""
12380
55032d70 12381#: sys-utils/mount.c:66 sys-utils/umount.c:115
0e768fc4
TK
12382#, c-format
12383msgid "only root can use \"--%s\" option (effective UID is %u)"
12384msgstr ""
12385
55032d70 12386#: sys-utils/mount.c:69 sys-utils/umount.c:118
0e768fc4
TK
12387#, c-format
12388msgid "only root can do that (effective UID is %u)"
12389msgstr ""
12390
55032d70 12391#: sys-utils/mount.c:73 sys-utils/umount.c:122
0e768fc4
TK
12392#, c-format
12393msgid "only root can use \"--%s\" option"
12394msgstr ""
12395
55032d70 12396#: sys-utils/mount.c:74 sys-utils/umount.c:123
0e768fc4
TK
12397msgid "only root can do that"
12398msgstr ""
12399
55032d70 12400#: sys-utils/mount.c:85 sys-utils/umount.c:60
0e768fc4
TK
12401#, c-format
12402msgid "%s from %s (libmount %s"
12403msgstr ""
12404
55032d70 12405#: sys-utils/mount.c:102 sys-utils/umount.c:46
0e768fc4
TK
12406#, c-format
12407msgid "%s: parse error: ignore entry at line %d."
12408msgstr ""
12409
55032d70 12410#: sys-utils/mount.c:131
0e768fc4
TK
12411msgid "failed to read mtab"
12412msgstr ""
12413
a2a896a8 12414#: sys-utils/mount.c:193 sys-utils/umount.c:282
55032d70
KZ
12415#, c-format
12416msgid "%-25s: ignored\n"
12417msgstr ""
12418
12419#: sys-utils/mount.c:194
12420#, c-format
12421msgid "%-25s: already mounted\n"
12422msgstr ""
12423
0ed2f80b 12424#: sys-utils/mount.c:250
55032d70
KZ
12425#, c-format
12426msgid "%s: %s moved to %s.\n"
12427msgstr ""
12428
0ed2f80b 12429#: sys-utils/mount.c:252
55032d70
KZ
12430#, c-format
12431msgid "%s: %s bound on %s.\n"
12432msgstr ""
12433
0ed2f80b 12434#: sys-utils/mount.c:255 sys-utils/mount.c:259
55032d70
KZ
12435#, fuzzy, c-format
12436msgid "%s: %s mounted on %s.\n"
12437msgstr "%s je montiran\n"
12438
0ed2f80b 12439#: sys-utils/mount.c:257
0e768fc4 12440#, c-format
55032d70 12441msgid "%s: %s propagation flags changed.\n"
0e768fc4
TK
12442msgstr ""
12443
0ed2f80b
KZ
12444#: sys-utils/mount.c:311
12445#, c-format
12446msgid ""
12447"mount: %s does not contain SELinux labels.\n"
12448" You just mounted an file system that supports labels which does not\n"
12449" contain labels, onto an SELinux box. It is likely that confined\n"
12450" applications will generate AVC messages and not be allowed access to\n"
12451" this file system. For more details see restorecon(8) and mount(8).\n"
12452msgstr ""
12453
12454#: sys-utils/mount.c:379
55032d70 12455msgid "WARNING: failed to apply propagation flags"
0e768fc4
TK
12456msgstr ""
12457
0ed2f80b 12458#: sys-utils/mount.c:401
0e768fc4
TK
12459#, c-format
12460msgid "only root can mount %s on %s"
12461msgstr ""
12462
0ed2f80b 12463#: sys-utils/mount.c:404
0e768fc4
TK
12464#, c-format
12465msgid "%s is already mounted"
12466msgstr ""
12467
0ed2f80b 12468#: sys-utils/mount.c:408
0e768fc4
TK
12469#, c-format
12470msgid "can't find %s in %s"
12471msgstr ""
12472
0ed2f80b 12473#: sys-utils/mount.c:415
0e768fc4
TK
12474#, c-format
12475msgid "can't find mountpoint %s in %s"
12476msgstr ""
12477
0ed2f80b 12478#: sys-utils/mount.c:418
0e768fc4
TK
12479#, c-format
12480msgid "can't find mount source %s in %s"
12481msgstr ""
12482
0ed2f80b 12483#: sys-utils/mount.c:422
55032d70
KZ
12484#, c-format
12485msgid ""
12486"%s: more filesystems detected. This should not happen,\n"
12487" use -t <type> to explicitly specify the filesystem type or\n"
12488" use wipefs(8) to clean up the device."
12489msgstr ""
12490
0ed2f80b 12491#: sys-utils/mount.c:428
0e768fc4
TK
12492msgid "I could not determine the filesystem type, and none was specified"
12493msgstr ""
12494
0ed2f80b 12495#: sys-utils/mount.c:431
0e768fc4
TK
12496msgid "you must specify the filesystem type"
12497msgstr ""
12498
0ed2f80b 12499#: sys-utils/mount.c:437
0e768fc4
TK
12500#, c-format
12501msgid "can't find %s"
12502msgstr ""
12503
0ed2f80b 12504#: sys-utils/mount.c:439
0e768fc4
TK
12505msgid "mount source not defined"
12506msgstr ""
12507
0ed2f80b 12508#: sys-utils/mount.c:443 sys-utils/mount.c:445
0e768fc4
TK
12509msgid "failed to parse mount options"
12510msgstr ""
12511
0ed2f80b 12512#: sys-utils/mount.c:448
8892b2f9
KZ
12513#, c-format
12514msgid "%s: failed to setup loop device"
12515msgstr ""
12516
0ed2f80b 12517#: sys-utils/mount.c:451
0e768fc4
TK
12518#, c-format
12519msgid "%s: mount failed"
12520msgstr ""
12521
0ed2f80b 12522#: sys-utils/mount.c:461
0e768fc4
TK
12523#, c-format
12524msgid "%s: filesystem mounted, but mount(8) failed"
12525msgstr ""
12526
0ed2f80b 12527#: sys-utils/mount.c:478 sys-utils/mount.c:530
0e768fc4
TK
12528#, c-format
12529msgid "mount point %s is not a directory"
12530msgstr ""
12531
0ed2f80b 12532#: sys-utils/mount.c:482
0e768fc4
TK
12533msgid "must be superuser to use mount"
12534msgstr ""
12535
0ed2f80b 12536#: sys-utils/mount.c:490
0e768fc4
TK
12537#, c-format
12538msgid "%s is busy"
12539msgstr ""
12540
0ed2f80b 12541#: sys-utils/mount.c:494
0e768fc4
TK
12542#, c-format
12543msgid "%s is already mounted or %s busy"
12544msgstr ""
12545
0ed2f80b 12546#: sys-utils/mount.c:506
0e768fc4
TK
12547#, c-format
12548msgid " %s is already mounted on %s\n"
12549msgstr ""
12550
0ed2f80b 12551#: sys-utils/mount.c:514
0e768fc4
TK
12552#, c-format
12553msgid "mount point %s does not exist"
12554msgstr ""
12555
0ed2f80b 12556#: sys-utils/mount.c:516
0e768fc4
TK
12557#, c-format
12558msgid "mount point %s is a symbolic link to nowhere"
12559msgstr ""
12560
0ed2f80b 12561#: sys-utils/mount.c:521
0e768fc4
TK
12562#, c-format
12563msgid "special device %s does not exist"
12564msgstr ""
12565
0ed2f80b 12566#: sys-utils/mount.c:524 sys-utils/mount.c:539
0e768fc4
TK
12567msgid "mount(2) failed"
12568msgstr ""
12569
0ed2f80b 12570#: sys-utils/mount.c:535
0e768fc4
TK
12571#, c-format
12572msgid "special device %s does not exist (a path prefix is not a directory)"
12573msgstr ""
12574
0ed2f80b 12575#: sys-utils/mount.c:545
0e768fc4
TK
12576#, c-format
12577msgid "%s not mounted or bad option"
12578msgstr ""
12579
0ed2f80b 12580#: sys-utils/mount.c:547
0e768fc4
TK
12581#, c-format
12582msgid "%s is not mountpoint or bad option"
12583msgstr ""
12584
0ed2f80b 12585#: sys-utils/mount.c:549
8b4ccda1
KZ
12586msgid ""
12587"bad option. Note that moving a mount residing under a shared\n"
12588" mount is unsupported."
12589msgstr ""
12590
0ed2f80b 12591#: sys-utils/mount.c:552
0e768fc4
TK
12592#, c-format
12593msgid ""
12594"wrong fs type, bad option, bad superblock on %s,\n"
12595" missing codepage or helper program, or other error"
12596msgstr ""
12597
0ed2f80b 12598#: sys-utils/mount.c:558
0e768fc4
TK
12599#, c-format
12600msgid ""
12601" (for several filesystems (e.g. nfs, cifs) you might\n"
12602" need a /sbin/mount.<type> helper program)\n"
12603msgstr ""
12604
0ed2f80b 12605#: sys-utils/mount.c:561
0e768fc4
TK
12606#, c-format
12607msgid ""
8b4ccda1 12608"\n"
0e768fc4 12609" In some cases useful info is found in syslog - try\n"
8b4ccda1 12610" dmesg | tail or so.\n"
0e768fc4
TK
12611msgstr ""
12612
8b4ccda1 12613#: sys-utils/mount.c:567
0ed2f80b
KZ
12614msgid "mount table full"
12615msgstr ""
12616
12617#: sys-utils/mount.c:571
0e768fc4
TK
12618#, c-format
12619msgid "%s: can't read superblock"
12620msgstr ""
12621
0ed2f80b 12622#: sys-utils/mount.c:575
0e768fc4
TK
12623#, c-format
12624msgid "unknown filesystem type '%s'"
12625msgstr ""
12626
0ed2f80b 12627#: sys-utils/mount.c:583
0e768fc4
TK
12628#, c-format
12629msgid "%s is not a block device, and stat(2) fails?"
12630msgstr ""
12631
0ed2f80b 12632#: sys-utils/mount.c:585
0e768fc4
TK
12633#, c-format
12634msgid ""
12635"the kernel does not recognize %s as a block device\n"
12636" (maybe `modprobe driver'?)"
12637msgstr ""
12638
0ed2f80b 12639#: sys-utils/mount.c:588
0e768fc4
TK
12640#, c-format
12641msgid "%s is not a block device (maybe try `-o loop'?)"
12642msgstr ""
12643
0ed2f80b 12644#: sys-utils/mount.c:590
0e768fc4
TK
12645#, c-format
12646msgid " %s is not a block device"
12647msgstr ""
12648
0ed2f80b 12649#: sys-utils/mount.c:597
0e768fc4
TK
12650#, c-format
12651msgid "%s is not a valid block device"
12652msgstr ""
12653
0ed2f80b 12654#: sys-utils/mount.c:603
0e768fc4
TK
12655#, c-format
12656msgid "cannot mount %s read-only"
12657msgstr ""
12658
0ed2f80b 12659#: sys-utils/mount.c:606
0e768fc4
TK
12660#, c-format
12661msgid "%s is write-protected but explicit `-w' flag given"
12662msgstr ""
12663
0ed2f80b 12664#: sys-utils/mount.c:609
0e768fc4
TK
12665#, c-format
12666msgid "cannot remount %s read-write, is write-protected"
12667msgstr ""
12668
0ed2f80b 12669#: sys-utils/mount.c:612
0e768fc4
TK
12670#, c-format
12671msgid "%s is write-protected, mounting read-only"
12672msgstr ""
12673
0ed2f80b 12674#: sys-utils/mount.c:625
0e768fc4
TK
12675#, c-format
12676msgid "no medium found on %s"
12677msgstr ""
12678
0ed2f80b 12679#: sys-utils/mount.c:629
0e768fc4
TK
12680#, c-format
12681msgid "mount %s on %s failed"
12682msgstr ""
12683
0ed2f80b 12684#: sys-utils/mount.c:653
0e768fc4
TK
12685#, c-format
12686msgid "%s: failed to parse"
12687msgstr ""
12688
0ed2f80b 12689#: sys-utils/mount.c:692
e197d438
TK
12690#, fuzzy, c-format
12691msgid "unsupported option format: %s"
12692msgstr "nepodržane mogućnosti datotečnog sustava"
12693
0ed2f80b 12694#: sys-utils/mount.c:694
55032d70
KZ
12695#, fuzzy, c-format
12696msgid "failed to append option '%s'"
12697msgstr "nisam uspio dodati particiju"
12698
0ed2f80b 12699#: sys-utils/mount.c:701
0e768fc4
TK
12700#, c-format
12701msgid ""
12702" %1$s [-lhV]\n"
12703" %1$s -a [options]\n"
12704" %1$s [options] [--source] <source> | [--target] <directory>\n"
12705" %1$s [options] <source> <directory>\n"
12706" %1$s <operation> <mountpoint> [<target>]\n"
12707msgstr ""
12708
0ed2f80b 12709#: sys-utils/mount.c:710
0e768fc4
TK
12710#, c-format
12711msgid ""
12712" -a, --all mount all filesystems mentioned in fstab\n"
12713" -c, --no-canonicalize don't canonicalize paths\n"
12714" -f, --fake dry run; skip the mount(2) syscall\n"
12715" -F, --fork fork off for each device (use with -a)\n"
12716" -T, --fstab <path> alternative file to /etc/fstab\n"
12717msgstr ""
12718
0ed2f80b 12719#: sys-utils/mount.c:716
0e768fc4
TK
12720#, c-format
12721msgid ""
12722" -h, --help display this help text and exit\n"
12723" -i, --internal-only don't call the mount.<type> helpers\n"
12724" -l, --show-labels lists all mounts with LABELs\n"
12725" -n, --no-mtab don't write to /etc/mtab\n"
12726msgstr ""
12727
0ed2f80b 12728#: sys-utils/mount.c:721
0e768fc4
TK
12729#, c-format
12730msgid ""
12731" -o, --options <list> comma-separated list of mount options\n"
12732" -O, --test-opts <list> limit the set of filesystems (use with -a)\n"
0e768fc4
TK
12733" -r, --read-only mount the filesystem read-only (same as -o ro)\n"
12734" -t, --types <list> limit the set of filesystem types\n"
12735msgstr ""
12736
0ed2f80b 12737#: sys-utils/mount.c:726
0e768fc4
TK
12738#, c-format
12739msgid ""
12740" --source <src> explicitly specifies source (path, label, uuid)\n"
12741" --target <target> explicitly specifies mountpoint\n"
12742msgstr ""
12743
0ed2f80b 12744#: sys-utils/mount.c:729
0e768fc4
TK
12745#, c-format
12746msgid ""
12747" -v, --verbose say what is being done\n"
12748" -V, --version display version information and exit\n"
8b4ccda1 12749" -w, --rw, --read-write mount the filesystem read-write (default)\n"
0e768fc4
TK
12750msgstr ""
12751
0ed2f80b 12752#: sys-utils/mount.c:738
0e768fc4
TK
12753#, c-format
12754msgid ""
12755"\n"
12756"Source:\n"
12757" -L, --label <label> synonym for LABEL=<label>\n"
12758" -U, --uuid <uuid> synonym for UUID=<uuid>\n"
12759" LABEL=<label> specifies device by filesystem label\n"
12760" UUID=<uuid> specifies device by filesystem UUID\n"
12761" PARTLABEL=<label> specifies device by partition label\n"
12762" PARTUUID=<uuid> specifies device by partition UUID\n"
12763msgstr ""
12764
0ed2f80b 12765#: sys-utils/mount.c:747
0e768fc4
TK
12766#, c-format
12767msgid ""
12768" <device> specifies device by path\n"
12769" <directory> mountpoint for bind mounts (see --bind/rbind)\n"
12770" <file> regular file for loopdev setup\n"
12771msgstr ""
12772
0ed2f80b 12773#: sys-utils/mount.c:752
0e768fc4
TK
12774#, c-format
12775msgid ""
12776"\n"
12777"Operations:\n"
12778" -B, --bind mount a subtree somewhere else (same as -o bind)\n"
12779" -M, --move move a subtree to some other place\n"
12780" -R, --rbind mount a subtree and all submounts somewhere else\n"
12781msgstr ""
12782
0ed2f80b 12783#: sys-utils/mount.c:757
0e768fc4
TK
12784#, c-format
12785msgid ""
12786" --make-shared mark a subtree as shared\n"
12787" --make-slave mark a subtree as slave\n"
12788" --make-private mark a subtree as private\n"
12789" --make-unbindable mark a subtree as unbindable\n"
12790msgstr ""
12791
0ed2f80b 12792#: sys-utils/mount.c:762
0e768fc4
TK
12793#, c-format
12794msgid ""
12795" --make-rshared recursively mark a whole subtree as shared\n"
12796" --make-rslave recursively mark a whole subtree as slave\n"
12797" --make-rprivate recursively mark a whole subtree as private\n"
12798" --make-runbindable recursively mark a whole subtree as unbindable\n"
12799msgstr ""
12800
0ed2f80b 12801#: sys-utils/mount.c:848 sys-utils/umount.c:543
0e768fc4
TK
12802msgid "libmount context allocation failed"
12803msgstr ""
12804
0ed2f80b 12805#: sys-utils/mount.c:905 sys-utils/umount.c:596
0e768fc4
TK
12806msgid "failed to set options pattern"
12807msgstr ""
12808
0ed2f80b
KZ
12809#: sys-utils/mount.c:1058
12810msgid "source specified more than once"
12811msgstr ""
12812
55032d70 12813#: sys-utils/mountpoint.c:119
0e768fc4
TK
12814#, c-format
12815msgid ""
12816" %1$s [-qd] /path/to/directory\n"
12817" %1$s -x /dev/device\n"
12818msgstr ""
12819
55032d70 12820#: sys-utils/mountpoint.c:123
0e768fc4
TK
12821msgid ""
12822" -q, --quiet quiet mode - don't print anything\n"
12823" -d, --fs-devno print maj:min device number of the filesystem\n"
12824" -x, --devno print maj:min device number of the block device\n"
12825msgstr ""
12826
55032d70 12827#: sys-utils/mountpoint.c:203
0e768fc4
TK
12828#, c-format
12829msgid "%s is not a mountpoint\n"
12830msgstr ""
12831
55032d70 12832#: sys-utils/mountpoint.c:209
0e768fc4
TK
12833#, c-format
12834msgid "%s is a mountpoint\n"
12835msgstr ""
12836
0ed2f80b 12837#: sys-utils/nsenter.c:65 sys-utils/setpriv.c:93 sys-utils/unshare.c:64
55032d70
KZ
12838#, c-format
12839msgid " %s [options] <program> [args...]\n"
12840msgstr ""
12841
0ed2f80b 12842#: sys-utils/nsenter.c:69
55032d70
KZ
12843msgid " -t, --target <pid> target process to get namespaces from\n"
12844msgstr ""
12845
0ed2f80b 12846#: sys-utils/nsenter.c:70
55032d70
KZ
12847msgid " -m, --mount [=<file>] enter mount namespace\n"
12848msgstr ""
12849
0ed2f80b 12850#: sys-utils/nsenter.c:71
55032d70
KZ
12851msgid " -u, --uts [=<file>] enter UTS namespace (hostname etc)\n"
12852msgstr ""
12853
0ed2f80b 12854#: sys-utils/nsenter.c:72
55032d70
KZ
12855msgid " -i, --ipc [=<file>] enter System V IPC namespace\n"
12856msgstr ""
12857
0ed2f80b 12858#: sys-utils/nsenter.c:73
55032d70
KZ
12859msgid " -n, --net [=<file>] enter network namespace\n"
12860msgstr ""
12861
0ed2f80b 12862#: sys-utils/nsenter.c:74
55032d70
KZ
12863msgid " -p, --pid [=<file>] enter pid namespace\n"
12864msgstr ""
12865
0ed2f80b 12866#: sys-utils/nsenter.c:75
55032d70
KZ
12867msgid " -U, --user [=<file>] enter user namespace\n"
12868msgstr ""
12869
0ed2f80b 12870#: sys-utils/nsenter.c:76
e197d438 12871msgid " -S, --setuid <uid> set uid in user namespace\n"
55032d70
KZ
12872msgstr ""
12873
0ed2f80b 12874#: sys-utils/nsenter.c:77
e197d438 12875msgid " -G, --setgid <gid> set gid in user namespace\n"
55032d70
KZ
12876msgstr ""
12877
0ed2f80b 12878#: sys-utils/nsenter.c:78
e197d438
TK
12879msgid " -r, --root [=<dir>] set the root directory\n"
12880msgstr ""
12881
0ed2f80b 12882#: sys-utils/nsenter.c:79
e197d438
TK
12883msgid " -w, --wd [=<dir>] set the working directory\n"
12884msgstr ""
12885
0ed2f80b 12886#: sys-utils/nsenter.c:80
55032d70
KZ
12887msgid " -F, --no-fork do not fork before exec'ing <program>\n"
12888msgstr ""
12889
0ed2f80b 12890#: sys-utils/nsenter.c:105
55032d70
KZ
12891#, c-format
12892msgid "neither filename nor target pid supplied for %s"
12893msgstr ""
12894
0ed2f80b 12895#: sys-utils/nsenter.c:245
e197d438
TK
12896#, fuzzy
12897msgid "failed to parse uid"
12898msgstr "%s: nisam uspio analizirati fstab"
12899
0ed2f80b 12900#: sys-utils/nsenter.c:248
e197d438
TK
12901#, fuzzy
12902msgid "failed to parse gid"
12903msgstr "%s: nisam uspio analizirati fstab"
12904
0ed2f80b 12905#: sys-utils/nsenter.c:291
55032d70
KZ
12906#, c-format
12907msgid "reassociate to namespace '%s' failed"
12908msgstr ""
12909
0ed2f80b 12910#: sys-utils/nsenter.c:302
55032d70
KZ
12911msgid "cannot open current working directory"
12912msgstr ""
12913
0ed2f80b 12914#: sys-utils/nsenter.c:309
55032d70
KZ
12915msgid "change directory by root file descriptor failed"
12916msgstr ""
12917
0ed2f80b 12918#: sys-utils/nsenter.c:312
55032d70
KZ
12919#, fuzzy
12920msgid "chroot failed"
12921msgstr "chown nije uspio: %s"
12922
0ed2f80b 12923#: sys-utils/nsenter.c:322
55032d70
KZ
12924msgid "change directory by working directory file descriptor failed"
12925msgstr ""
12926
0ed2f80b
KZ
12927#: sys-utils/nsenter.c:333 sys-utils/setpriv.c:808 sys-utils/setpriv.c:812
12928#, fuzzy
12929msgid "setgroups failed"
12930msgstr "stat nije uspio %s"
12931
0e768fc4
TK
12932#: sys-utils/pivot_root.c:33
12933#, c-format
12934msgid " %s [options] new_root put_old\n"
12935msgstr ""
12936
12937#: sys-utils/pivot_root.c:71
12938#, c-format
12939msgid "failed to change root from `%s' to `%s'"
12940msgstr ""
12941
0ed2f80b 12942#: sys-utils/prlimit.c:75
0e768fc4
TK
12943msgid "address space limit"
12944msgstr ""
12945
0ed2f80b 12946#: sys-utils/prlimit.c:76
0e768fc4
TK
12947msgid "max core file size"
12948msgstr ""
12949
0ed2f80b 12950#: sys-utils/prlimit.c:76 sys-utils/prlimit.c:79
0e768fc4
TK
12951msgid "blocks"
12952msgstr ""
12953
0ed2f80b 12954#: sys-utils/prlimit.c:77
0e768fc4
TK
12955msgid "CPU time"
12956msgstr ""
12957
0ed2f80b 12958#: sys-utils/prlimit.c:77
0e768fc4
TK
12959msgid "seconds"
12960msgstr ""
12961
0ed2f80b 12962#: sys-utils/prlimit.c:78
0e768fc4
TK
12963msgid "max data size"
12964msgstr ""
12965
0ed2f80b 12966#: sys-utils/prlimit.c:79
0e768fc4
TK
12967msgid "max file size"
12968msgstr ""
12969
0ed2f80b 12970#: sys-utils/prlimit.c:80
0e768fc4
TK
12971msgid "max number of file locks held"
12972msgstr ""
12973
0ed2f80b 12974#: sys-utils/prlimit.c:81
0e768fc4
TK
12975msgid "max locked-in-memory address space"
12976msgstr ""
12977
0ed2f80b 12978#: sys-utils/prlimit.c:82
0e768fc4
TK
12979msgid "max bytes in POSIX mqueues"
12980msgstr ""
12981
0ed2f80b 12982#: sys-utils/prlimit.c:83
0e768fc4
TK
12983msgid "max nice prio allowed to raise"
12984msgstr ""
12985
0ed2f80b 12986#: sys-utils/prlimit.c:84
0e768fc4
TK
12987msgid "max number of open files"
12988msgstr ""
12989
0ed2f80b 12990#: sys-utils/prlimit.c:85
0e768fc4
TK
12991msgid "max number of processes"
12992msgstr ""
12993
0ed2f80b 12994#: sys-utils/prlimit.c:86
0e768fc4
TK
12995msgid "max resident set size"
12996msgstr ""
12997
0ed2f80b 12998#: sys-utils/prlimit.c:86
0e768fc4
TK
12999msgid "pages"
13000msgstr ""
13001
0ed2f80b 13002#: sys-utils/prlimit.c:87
0e768fc4
TK
13003msgid "max real-time priority"
13004msgstr ""
13005
0ed2f80b 13006#: sys-utils/prlimit.c:88
0e768fc4
TK
13007msgid "timeout for real-time tasks"
13008msgstr ""
13009
0ed2f80b 13010#: sys-utils/prlimit.c:88
0e768fc4
TK
13011msgid "microsecs"
13012msgstr ""
13013
0ed2f80b 13014#: sys-utils/prlimit.c:89
0e768fc4
TK
13015msgid "max number of pending signals"
13016msgstr ""
13017
0ed2f80b 13018#: sys-utils/prlimit.c:90
0e768fc4
TK
13019msgid "max stack size"
13020msgstr ""
13021
0ed2f80b 13022#: sys-utils/prlimit.c:121
0e768fc4
TK
13023msgid "resource name"
13024msgstr ""
13025
0ed2f80b 13026#: sys-utils/prlimit.c:122
0e768fc4
TK
13027msgid "resource description"
13028msgstr ""
13029
0ed2f80b 13030#: sys-utils/prlimit.c:123
0e768fc4
TK
13031msgid "soft limit"
13032msgstr ""
13033
0ed2f80b 13034#: sys-utils/prlimit.c:124
0e768fc4
TK
13035msgid "hard limit (ceiling)"
13036msgstr ""
13037
0ed2f80b 13038#: sys-utils/prlimit.c:125
0e768fc4
TK
13039msgid "units"
13040msgstr ""
13041
0ed2f80b 13042#: sys-utils/prlimit.c:159
0e768fc4
TK
13043#, c-format
13044msgid " %s [options] [-p PID]\n"
13045msgstr ""
13046
0ed2f80b 13047#: sys-utils/prlimit.c:161
0e768fc4
TK
13048#, c-format
13049msgid " %s [options] COMMAND\n"
13050msgstr ""
13051
0ed2f80b 13052#: sys-utils/prlimit.c:163
0e768fc4
TK
13053msgid ""
13054"\n"
13055"General Options:\n"
13056msgstr ""
13057
0ed2f80b 13058#: sys-utils/prlimit.c:164
0e768fc4
TK
13059msgid ""
13060" -p, --pid <pid> process id\n"
13061" -o, --output <list> define which output columns to use\n"
13062" --noheadings don't print headings\n"
13063" --raw use the raw output format\n"
13064" --verbose verbose output\n"
13065" -h, --help display this help and exit\n"
13066" -V, --version output version information and exit\n"
13067msgstr ""
13068
0ed2f80b 13069#: sys-utils/prlimit.c:172
0e768fc4
TK
13070msgid ""
13071"\n"
13072"Resources Options:\n"
13073msgstr ""
13074
0ed2f80b 13075#: sys-utils/prlimit.c:173
0e768fc4
TK
13076msgid ""
13077" -c, --core maximum size of core files created\n"
13078" -d, --data maximum size of a process's data segment\n"
13079" -e, --nice maximum nice priority allowed to raise\n"
13080" -f, --fsize maximum size of files written by the process\n"
13081" -i, --sigpending maximum number of pending signals\n"
13082" -l, --memlock maximum size a process may lock into memory\n"
13083" -m, --rss maximum resident set size\n"
13084" -n, --nofile maximum number of open files\n"
13085" -q, --msgqueue maximum bytes in POSIX message queues\n"
13086" -r, --rtprio maximum real-time scheduling priority\n"
13087" -s, --stack maximum stack size\n"
13088" -t, --cpu maximum amount of CPU time in seconds\n"
13089" -u, --nproc maximum number of user processes\n"
13090" -v, --as size of virtual memory\n"
13091" -x, --locks maximum number of file locks\n"
13092" -y, --rttime CPU time in microseconds a process scheduled\n"
13093" under real-time scheduling\n"
13094msgstr ""
13095
0ed2f80b
KZ
13096#: sys-utils/prlimit.c:239 sys-utils/prlimit.c:245 sys-utils/prlimit.c:361
13097#: sys-utils/prlimit.c:366
e197d438
TK
13098msgid "unlimited"
13099msgstr ""
13100
0ed2f80b 13101#: sys-utils/prlimit.c:328
0e768fc4
TK
13102#, c-format
13103msgid "failed to get old %s limit"
13104msgstr ""
13105
0ed2f80b 13106#: sys-utils/prlimit.c:352
0e768fc4
TK
13107#, c-format
13108msgid "the soft limit %s cannot exceed the hard limit"
13109msgstr ""
13110
0ed2f80b 13111#: sys-utils/prlimit.c:359
0e768fc4
TK
13112#, c-format
13113msgid "New %s limit: "
13114msgstr ""
13115
0ed2f80b 13116#: sys-utils/prlimit.c:373
0e768fc4
TK
13117#, c-format
13118msgid "failed to set the %s resource limit"
13119msgstr ""
13120
0ed2f80b 13121#: sys-utils/prlimit.c:374
0e768fc4
TK
13122#, c-format
13123msgid "failed to get the %s resource limit"
13124msgstr ""
13125
0ed2f80b 13126#: sys-utils/prlimit.c:451
0e768fc4
TK
13127#, c-format
13128msgid "failed to parse %s limit"
13129msgstr ""
13130
0ed2f80b 13131#: sys-utils/prlimit.c:580
0e768fc4
TK
13132msgid "option --pid may be specified only once"
13133msgstr ""
13134
0ed2f80b 13135#: sys-utils/prlimit.c:611
0e768fc4
TK
13136msgid "options --pid and COMMAND are mutually exclusive"
13137msgstr ""
13138
13139#: sys-utils/readprofile.c:108
13140#, c-format
13141msgid " -m, --mapfile <mapfile> (defaults: \"%s\" and\n"
13142msgstr ""
13143
13144#: sys-utils/readprofile.c:110
13145#, c-format
13146msgid " \"%s\")\n"
13147msgstr ""
13148
13149#: sys-utils/readprofile.c:112
13150#, c-format
13151msgid " -p, --profile <pro-file> (default: \"%s\")\n"
13152msgstr ""
13153
13154#: sys-utils/readprofile.c:113
13155msgid " -M, --multiplier <mult> set the profiling multiplier to <mult>\n"
13156msgstr ""
13157
13158#: sys-utils/readprofile.c:114
13159msgid " -i, --info print only info about the sampling step\n"
13160msgstr ""
13161
13162#: sys-utils/readprofile.c:115
13163msgid " -v, --verbose print verbose data\n"
13164msgstr ""
13165
13166#: sys-utils/readprofile.c:116
13167msgid " -a, --all print all symbols, even if count is 0\n"
13168msgstr ""
13169
13170#: sys-utils/readprofile.c:117
13171msgid " -b, --histbin print individual histogram-bin counts\n"
13172msgstr ""
13173
13174#: sys-utils/readprofile.c:118
13175msgid " -s, --counters print individual counters within functions\n"
13176msgstr ""
13177
13178#: sys-utils/readprofile.c:119
13179msgid " -r, --reset reset all the counters (root only)\n"
13180msgstr ""
13181
13182#: sys-utils/readprofile.c:120
13183msgid " -n, --no-auto disable byte order auto-detection\n"
13184msgstr ""
13185
13186#: sys-utils/readprofile.c:237
13187#, c-format
13188msgid "error writing %s"
13189msgstr ""
13190
13191#: sys-utils/readprofile.c:268
13192msgid "Assuming reversed byte order. Use -n to force native byte order."
13193msgstr ""
13194
13195#: sys-utils/readprofile.c:283
13196#, c-format
13197msgid "Sampling_step: %i\n"
13198msgstr ""
13199
13200#: sys-utils/readprofile.c:299 sys-utils/readprofile.c:320
13201#, c-format
13202msgid "%s(%i): wrong map line"
13203msgstr ""
13204
13205#: sys-utils/readprofile.c:310
13206#, c-format
13207msgid "can't find \"_stext\" in %s"
13208msgstr ""
13209
13210#: sys-utils/readprofile.c:343
13211msgid "profile address out of range. Wrong map file?"
13212msgstr ""
13213
13214#: sys-utils/readprofile.c:401
13215msgid "total"
13216msgstr ""
13217
13218#: sys-utils/renice.c:57
13219#, c-format
13220msgid ""
55032d70
KZ
13221" %1$s [-n] <priority> [-p|--pid] <pid>...\n"
13222" %1$s [-n] <priority> -g|--pgrp <pgid>...\n"
13223" %1$s [-n] <priority> -u|--user <user>...\n"
0e768fc4
TK
13224msgstr ""
13225
13226#: sys-utils/renice.c:63
13227msgid ""
55032d70
KZ
13228" -g, --pgrp <id> interpret argument as process group ID\n"
13229" -n, --priority <num> specify the nice increment value\n"
13230" -p, --pid <id> interpret argument as process ID (default)\n"
13231" -u, --user <name|id> interpret argument as username or user ID\n"
13232" -h, --help display help text and exit\n"
13233" -V, --version display version information and exit\n"
0e768fc4
TK
13234msgstr ""
13235
13236#: sys-utils/renice.c:70
13237msgid ""
13238"\n"
13239"For more information see renice(1).\n"
13240msgstr ""
13241
55032d70 13242#: sys-utils/renice.c:140
0e768fc4
TK
13243#, c-format
13244msgid "unknown user %s"
13245msgstr ""
13246
e197d438 13247#: sys-utils/renice.c:148
0e768fc4
TK
13248#, c-format
13249msgid "bad value %s"
13250msgstr ""
13251
e197d438 13252#: sys-utils/renice.c:161
0e768fc4
TK
13253msgid "process ID"
13254msgstr ""
13255
e197d438 13256#: sys-utils/renice.c:166
0e768fc4
TK
13257msgid "process group ID"
13258msgstr ""
13259
e197d438 13260#: sys-utils/renice.c:171 sys-utils/renice.c:181
0e768fc4
TK
13261#, c-format
13262msgid "failed to get priority for %d (%s)"
13263msgstr ""
13264
e197d438 13265#: sys-utils/renice.c:175
0e768fc4
TK
13266#, c-format
13267msgid "failed to set priority for %d (%s)"
13268msgstr ""
13269
e197d438 13270#: sys-utils/renice.c:185
0e768fc4
TK
13271#, c-format
13272msgid "%d (%s) old priority %d, new priority %d\n"
13273msgstr ""
13274
8b4ccda1 13275#: sys-utils/rtcwake.c:75
0ed2f80b 13276msgid " -a, --auto reads the clock mode from adjust file (default)\n"
8b4ccda1
KZ
13277msgstr ""
13278
13279#: sys-utils/rtcwake.c:77
13280#, c-format
13281msgid ""
13282" -A, --adjfile <file> specifies the path to the adjust file\n"
13283" the default is %s\n"
13284msgstr ""
13285
13286#: sys-utils/rtcwake.c:79
13287msgid " -d, --device <device> select rtc device (rtc0|rtc1|...)\n"
0e768fc4
TK
13288msgstr ""
13289
8b4ccda1
KZ
13290#: sys-utils/rtcwake.c:80
13291msgid " -n, --dry-run does everything, but suspend\n"
13292msgstr ""
13293
13294#: sys-utils/rtcwake.c:81
13295msgid " -l, --local RTC uses local timezone\n"
13296msgstr ""
13297
13298#: sys-utils/rtcwake.c:82
13299msgid " -m, --mode <mode> standby|mem|... sleep mode\n"
13300msgstr ""
13301
13302#: sys-utils/rtcwake.c:83
13303msgid " -s, --seconds <seconds> seconds to sleep\n"
13304msgstr ""
13305
13306#: sys-utils/rtcwake.c:84
13307msgid " -t, --time <time_t> time to wake\n"
13308msgstr ""
13309
13310#: sys-utils/rtcwake.c:85
13311msgid " -u, --utc RTC uses UTC\n"
13312msgstr ""
13313
13314#: sys-utils/rtcwake.c:86
13315msgid " -v, --verbose verbose messages\n"
13316msgstr ""
13317
13318#: sys-utils/rtcwake.c:143
0e768fc4
TK
13319msgid "read rtc time failed"
13320msgstr ""
13321
8b4ccda1 13322#: sys-utils/rtcwake.c:148
0e768fc4
TK
13323msgid "read system time failed"
13324msgstr ""
13325
8b4ccda1 13326#: sys-utils/rtcwake.c:166
0e768fc4
TK
13327msgid "convert rtc time failed"
13328msgstr ""
13329
8b4ccda1 13330#: sys-utils/rtcwake.c:226
0e768fc4
TK
13331msgid "set rtc alarm failed"
13332msgstr ""
13333
8b4ccda1 13334#: sys-utils/rtcwake.c:230
0e768fc4
TK
13335msgid "enable rtc alarm failed"
13336msgstr ""
13337
8b4ccda1 13338#: sys-utils/rtcwake.c:234
0e768fc4
TK
13339msgid "set rtc wake alarm failed"
13340msgstr ""
13341
8b4ccda1 13342#: sys-utils/rtcwake.c:337
0e768fc4
TK
13343msgid "read rtc alarm failed"
13344msgstr ""
13345
8b4ccda1 13346#: sys-utils/rtcwake.c:343
0e768fc4
TK
13347#, c-format
13348msgid "alarm: off\n"
13349msgstr ""
13350
8b4ccda1 13351#: sys-utils/rtcwake.c:360
0e768fc4
TK
13352msgid "convert time failed"
13353msgstr ""
13354
8b4ccda1 13355#: sys-utils/rtcwake.c:367
0e768fc4
TK
13356#, c-format
13357msgid "alarm: on %s"
13358msgstr ""
13359
6249b53a 13360#: sys-utils/rtcwake.c:445
0e768fc4
TK
13361#, c-format
13362msgid "unrecognized suspend state '%s'"
13363msgstr ""
13364
6249b53a 13365#: sys-utils/rtcwake.c:455
0e768fc4
TK
13366msgid "invalid seconds argument"
13367msgstr ""
13368
6249b53a 13369#: sys-utils/rtcwake.c:462
0e768fc4
TK
13370msgid "invalid time argument"
13371msgstr ""
13372
6249b53a 13373#: sys-utils/rtcwake.c:487
0e768fc4
TK
13374#, c-format
13375msgid "%s: assuming RTC uses UTC ...\n"
13376msgstr ""
13377
6249b53a 13378#: sys-utils/rtcwake.c:493
0e768fc4
TK
13379#, c-format
13380msgid "Using UTC time.\n"
13381msgstr ""
13382
6249b53a 13383#: sys-utils/rtcwake.c:494
0e768fc4
TK
13384#, c-format
13385msgid "Using local time.\n"
13386msgstr ""
13387
6249b53a 13388#: sys-utils/rtcwake.c:499
0e768fc4
TK
13389msgid "must provide wake time (see -t and -s options)"
13390msgstr ""
13391
6249b53a 13392#: sys-utils/rtcwake.c:516
0e768fc4
TK
13393#, c-format
13394msgid "%s not enabled for wakeup events"
13395msgstr ""
13396
6249b53a 13397#: sys-utils/rtcwake.c:531
0e768fc4
TK
13398#, c-format
13399msgid "alarm %ld, sys_time %ld, rtc_time %ld, seconds %u\n"
13400msgstr ""
13401
6249b53a 13402#: sys-utils/rtcwake.c:537
0e768fc4
TK
13403#, c-format
13404msgid "suspend to \"%s\" unavailable"
13405msgstr ""
13406
6249b53a 13407#: sys-utils/rtcwake.c:545
0e768fc4
TK
13408#, c-format
13409msgid "time doesn't go backward to %s"
13410msgstr ""
13411
6249b53a 13412#: sys-utils/rtcwake.c:555
0e768fc4
TK
13413#, c-format
13414msgid "%s: wakeup using %s at %s"
13415msgstr ""
13416
6249b53a 13417#: sys-utils/rtcwake.c:559
0e768fc4
TK
13418#, c-format
13419msgid "%s: wakeup from \"%s\" using %s at %s"
13420msgstr ""
13421
6249b53a 13422#: sys-utils/rtcwake.c:568
0e768fc4
TK
13423#, c-format
13424msgid "suspend mode: no; leaving\n"
13425msgstr ""
13426
6249b53a 13427#: sys-utils/rtcwake.c:576
0e768fc4
TK
13428#, c-format
13429msgid "suspend mode: off; executing %s\n"
13430msgstr ""
13431
6249b53a 13432#: sys-utils/rtcwake.c:595
0e768fc4
TK
13433#, c-format
13434msgid "suspend mode: on; reading rtc\n"
13435msgstr ""
13436
6249b53a 13437#: sys-utils/rtcwake.c:601
0e768fc4
TK
13438msgid "rtc read failed"
13439msgstr ""
13440
6249b53a 13441#: sys-utils/rtcwake.c:612
0e768fc4
TK
13442#, c-format
13443msgid "suspend mode: disable; disabling alarm\n"
13444msgstr ""
13445
6249b53a 13446#: sys-utils/rtcwake.c:616
0e768fc4
TK
13447#, c-format
13448msgid "suspend mode: show; printing alarm info\n"
13449msgstr ""
13450
6249b53a 13451#: sys-utils/rtcwake.c:623
0e768fc4
TK
13452#, c-format
13453msgid "suspend mode: %s; suspending system\n"
13454msgstr ""
13455
6249b53a 13456#: sys-utils/rtcwake.c:636 sys-utils/rtcwake.c:642
0e768fc4
TK
13457msgid "disable rtc alarm interrupt failed"
13458msgstr ""
13459
13460#: sys-utils/setarch.c:52
13461#, c-format
13462msgid "Switching on %s.\n"
13463msgstr ""
13464
13465#: sys-utils/setarch.c:94
13466#, c-format
13467msgid " %s%s [options] [program [program arguments]]\n"
13468msgstr ""
13469
8b4ccda1
KZ
13470#: sys-utils/setarch.c:99
13471msgid " -v, --verbose says what options are being switched on\n"
13472msgstr ""
13473
0e768fc4 13474#: sys-utils/setarch.c:100
0ed2f80b 13475msgid " -R, --addr-no-randomize disables randomization of the virtual address space\n"
8b4ccda1
KZ
13476msgstr ""
13477
13478#: sys-utils/setarch.c:101
0ed2f80b 13479msgid " -F, --fdpic-funcptrs makes function pointers point to descriptors\n"
8b4ccda1
KZ
13480msgstr ""
13481
13482#: sys-utils/setarch.c:102
13483msgid " -Z, --mmap-page-zero turns on MMAP_PAGE_ZERO\n"
13484msgstr ""
13485
13486#: sys-utils/setarch.c:103
13487msgid " -L, --addr-compat-layout changes the way virtual memory is allocated\n"
13488msgstr ""
13489
13490#: sys-utils/setarch.c:104
13491msgid " -X, --read-implies-exec turns on READ_IMPLIES_EXEC\n"
13492msgstr ""
13493
13494#: sys-utils/setarch.c:105
13495msgid " -B, --32bit turns on ADDR_LIMIT_32BIT\n"
13496msgstr ""
13497
13498#: sys-utils/setarch.c:106
13499msgid " -I, --short-inode turns on SHORT_INODE\n"
13500msgstr ""
13501
13502#: sys-utils/setarch.c:107
13503msgid " -S, --whole-seconds turns on WHOLE_SECONDS\n"
13504msgstr ""
13505
13506#: sys-utils/setarch.c:108
13507msgid " -T, --sticky-timeouts turns on STICKY_TIMEOUTS\n"
13508msgstr ""
13509
13510#: sys-utils/setarch.c:109
0ed2f80b 13511msgid " -3, --3gb limits the used address space to a maximum of 3 GB\n"
8b4ccda1
KZ
13512msgstr ""
13513
13514#: sys-utils/setarch.c:110
13515msgid " --4gb ignored (for backward compatibility only)\n"
13516msgstr ""
13517
13518#: sys-utils/setarch.c:111
13519msgid " --uname-2.6 turns on UNAME26\n"
13520msgstr ""
13521
13522#: sys-utils/setarch.c:112
13523msgid " --list list settable architectures, and exit\n"
0e768fc4
TK
13524msgstr ""
13525
13526#: sys-utils/setarch.c:126
13527#, c-format
13528msgid ""
13529"%s\n"
13530"Try `%s --help' for more information."
13531msgstr ""
13532
13533#: sys-utils/setarch.c:128
13534#, c-format
13535msgid "Try `%s --help' for more information."
13536msgstr ""
13537
0ed2f80b 13538#: sys-utils/setarch.c:235 sys-utils/setarch.c:250
0e768fc4
TK
13539#, c-format
13540msgid "%s: Unrecognized architecture"
13541msgstr ""
13542
0ed2f80b 13543#: sys-utils/setarch.c:291 sys-utils/setarch.c:297
55032d70
KZ
13544msgid "Not enough arguments"
13545msgstr ""
13546
0ed2f80b 13547#: sys-utils/setarch.c:313 sys-utils/setarch.c:374
55032d70
KZ
13548#, c-format
13549msgid "Failed to set personality to %s"
13550msgstr ""
13551
e197d438 13552#: sys-utils/setpriv.c:95
0ed2f80b 13553msgid " -d, --dump show current state (and do not exec anything)\n"
55032d70
KZ
13554msgstr ""
13555
e197d438 13556#: sys-utils/setpriv.c:96
55032d70
KZ
13557msgid " --nnp, --no-new-privs disallow granting new privileges\n"
13558msgstr ""
13559
e197d438 13560#: sys-utils/setpriv.c:97
55032d70
KZ
13561msgid " --inh-caps <caps,...> set inheritable capabilities\n"
13562msgstr ""
13563
e197d438 13564#: sys-utils/setpriv.c:98
55032d70
KZ
13565msgid " --bounding-set <caps> set capability bounding set\n"
13566msgstr ""
13567
e197d438 13568#: sys-utils/setpriv.c:99
55032d70
KZ
13569msgid " --ruid <uid> set real uid\n"
13570msgstr ""
13571
e197d438 13572#: sys-utils/setpriv.c:100
55032d70
KZ
13573msgid " --euid <uid> set effective uid\n"
13574msgstr ""
13575
e197d438 13576#: sys-utils/setpriv.c:101
55032d70
KZ
13577msgid " --rgid <gid> set real gid\n"
13578msgstr ""
13579
e197d438 13580#: sys-utils/setpriv.c:102
55032d70
KZ
13581msgid " --egid <gid> set effective gid\n"
13582msgstr ""
13583
e197d438 13584#: sys-utils/setpriv.c:103
55032d70
KZ
13585msgid " --reuid <uid> set real and effective uid\n"
13586msgstr ""
13587
e197d438 13588#: sys-utils/setpriv.c:104
55032d70
KZ
13589msgid " --regid <gid> set real and effective gid\n"
13590msgstr ""
13591
e197d438 13592#: sys-utils/setpriv.c:105
55032d70
KZ
13593msgid " --clear-groups clear supplementary groups\n"
13594msgstr ""
13595
e197d438 13596#: sys-utils/setpriv.c:106
55032d70
KZ
13597msgid " --keep-groups keep supplementary groups\n"
13598msgstr ""
13599
e197d438 13600#: sys-utils/setpriv.c:107
55032d70
KZ
13601msgid " --groups <group,...> set supplementary groups\n"
13602msgstr ""
13603
e197d438 13604#: sys-utils/setpriv.c:108
55032d70
KZ
13605msgid " --securebits <bits> set securebits\n"
13606msgstr ""
13607
e197d438 13608#: sys-utils/setpriv.c:109
0ed2f80b 13609msgid " --selinux-label <label> set SELinux label\n"
55032d70
KZ
13610msgstr ""
13611
e197d438 13612#: sys-utils/setpriv.c:110
0ed2f80b 13613msgid " --apparmor-profile <pr> set AppArmor profile\n"
55032d70
KZ
13614msgstr ""
13615
e197d438 13616#: sys-utils/setpriv.c:115
55032d70
KZ
13617msgid " This tool can be dangerous. Read the manpage, and be careful.\n"
13618msgstr ""
13619
e197d438 13620#: sys-utils/setpriv.c:187 sys-utils/setpriv.c:459
55032d70
KZ
13621msgid "getting process secure bits failed"
13622msgstr ""
13623
e197d438 13624#: sys-utils/setpriv.c:191
55032d70
KZ
13625#, c-format
13626msgid "Securebits: "
13627msgstr ""
13628
e197d438 13629#: sys-utils/setpriv.c:211
55032d70
KZ
13630#, c-format
13631msgid "[none]\n"
13632msgstr ""
13633
e197d438 13634#: sys-utils/setpriv.c:237
55032d70
KZ
13635#, fuzzy, c-format
13636msgid "%s: too long"
13637msgstr "%s: nije pronađen"
13638
e197d438 13639#: sys-utils/setpriv.c:264
55032d70
KZ
13640#, c-format
13641msgid "Supplementary groups: "
13642msgstr ""
13643
e197d438
TK
13644#: sys-utils/setpriv.c:266 sys-utils/setpriv.c:313 sys-utils/setpriv.c:318
13645#: sys-utils/setpriv.c:324 sys-utils/setpriv.c:329
55032d70
KZ
13646#, c-format
13647msgid "[none]"
13648msgstr ""
13649
e197d438 13650#: sys-utils/setpriv.c:285
55032d70
KZ
13651#, c-format
13652msgid "uid: %u\n"
13653msgstr ""
13654
e197d438 13655#: sys-utils/setpriv.c:286
55032d70
KZ
13656#, c-format
13657msgid "euid: %u\n"
13658msgstr ""
13659
e197d438 13660#: sys-utils/setpriv.c:289
55032d70
KZ
13661#, c-format
13662msgid "suid: %u\n"
13663msgstr ""
13664
e197d438 13665#: sys-utils/setpriv.c:291 sys-utils/setpriv.c:383
55032d70
KZ
13666#, fuzzy
13667msgid "getresuid failed"
13668msgstr "čitanje nije uspjelo: %s"
13669
e197d438 13670#: sys-utils/setpriv.c:300 sys-utils/setpriv.c:398
55032d70
KZ
13671#, fuzzy
13672msgid "getresgid failed"
13673msgstr "čitanje nije uspjelo: %s"
13674
e197d438 13675#: sys-utils/setpriv.c:311
55032d70
KZ
13676#, c-format
13677msgid "Effective capabilities: "
13678msgstr ""
13679
e197d438 13680#: sys-utils/setpriv.c:316
55032d70
KZ
13681#, c-format
13682msgid "Permitted capabilities: "
13683msgstr ""
13684
e197d438 13685#: sys-utils/setpriv.c:322
55032d70
KZ
13686#, c-format
13687msgid "Inheritable capabilities: "
13688msgstr ""
13689
e197d438 13690#: sys-utils/setpriv.c:327
55032d70
KZ
13691#, c-format
13692msgid "Capability bounding set: "
13693msgstr ""
13694
e197d438 13695#: sys-utils/setpriv.c:335
55032d70
KZ
13696msgid "SELinux label"
13697msgstr ""
13698
e197d438 13699#: sys-utils/setpriv.c:338
55032d70
KZ
13700msgid "AppArmor profile"
13701msgstr ""
13702
e197d438 13703#: sys-utils/setpriv.c:351
55032d70
KZ
13704#, c-format
13705msgid "cap %d: libcap-ng is broken"
13706msgstr ""
13707
e197d438 13708#: sys-utils/setpriv.c:374
55032d70
KZ
13709msgid "Invalid supplementary group id"
13710msgstr ""
13711
e197d438 13712#: sys-utils/setpriv.c:391
55032d70
KZ
13713#, fuzzy
13714msgid "setresuid failed"
13715msgstr "%s: izvršavanje nije uspjelo"
13716
e197d438 13717#: sys-utils/setpriv.c:406
55032d70
KZ
13718#, fuzzy
13719msgid "setresgid failed"
13720msgstr "%s: izvršavanje nije uspjelo"
13721
e197d438 13722#: sys-utils/setpriv.c:427
55032d70
KZ
13723msgid "bad capability string"
13724msgstr ""
13725
e197d438 13726#: sys-utils/setpriv.c:435
55032d70
KZ
13727msgid "libcap-ng is too old for \"all\" caps"
13728msgstr ""
13729
e197d438 13730#: sys-utils/setpriv.c:444
55032d70
KZ
13731#, c-format
13732msgid "unknown capability \"%s\""
13733msgstr ""
13734
e197d438 13735#: sys-utils/setpriv.c:468
55032d70
KZ
13736msgid "unrecognized securebit set -- refusing to adjust"
13737msgstr ""
13738
e197d438 13739#: sys-utils/setpriv.c:472
55032d70
KZ
13740msgid "bad securebits string"
13741msgstr ""
13742
e197d438 13743#: sys-utils/setpriv.c:479
55032d70
KZ
13744msgid "+all securebits is not allowed"
13745msgstr ""
13746
e197d438 13747#: sys-utils/setpriv.c:492
55032d70
KZ
13748msgid "adjusting keep_caps does not make sense"
13749msgstr ""
13750
e197d438 13751#: sys-utils/setpriv.c:496
55032d70
KZ
13752msgid "unrecognized securebit"
13753msgstr ""
13754
e197d438 13755#: sys-utils/setpriv.c:516
55032d70
KZ
13756msgid "SELinux is not running"
13757msgstr ""
13758
0ed2f80b
KZ
13759#: sys-utils/setpriv.c:531
13760#, fuzzy, c-format
13761msgid "close failed: %s"
13762msgstr "seek nije uspio: %s"
13763
e197d438 13764#: sys-utils/setpriv.c:539
55032d70
KZ
13765msgid "AppArmor is not running"
13766msgstr ""
13767
e197d438 13768#: sys-utils/setpriv.c:650
55032d70
KZ
13769msgid "duplicate --no-new-privs option"
13770msgstr ""
13771
e197d438 13772#: sys-utils/setpriv.c:655
55032d70
KZ
13773msgid "duplicate ruid"
13774msgstr ""
13775
e197d438 13776#: sys-utils/setpriv.c:657
55032d70
KZ
13777#, fuzzy
13778msgid "failed to parse ruid"
13779msgstr "%s: nisam uspio analizirati fstab"
13780
e197d438 13781#: sys-utils/setpriv.c:661
55032d70
KZ
13782msgid "duplicate euid"
13783msgstr ""
13784
e197d438 13785#: sys-utils/setpriv.c:663
55032d70
KZ
13786#, fuzzy
13787msgid "failed to parse euid"
13788msgstr "%s: nisam uspio analizirati fstab"
13789
e197d438 13790#: sys-utils/setpriv.c:667
55032d70
KZ
13791msgid "duplicate ruid or euid"
13792msgstr ""
13793
e197d438 13794#: sys-utils/setpriv.c:669
55032d70
KZ
13795#, fuzzy
13796msgid "failed to parse reuid"
13797msgstr "%s: nisam uspio analizirati fstab"
13798
e197d438 13799#: sys-utils/setpriv.c:673
55032d70
KZ
13800msgid "duplicate rgid"
13801msgstr ""
13802
e197d438 13803#: sys-utils/setpriv.c:675
55032d70
KZ
13804#, fuzzy
13805msgid "failed to parse rgid"
13806msgstr "%s: nisam uspio analizirati fstab"
13807
e197d438 13808#: sys-utils/setpriv.c:679
55032d70
KZ
13809msgid "duplicate egid"
13810msgstr ""
13811
e197d438 13812#: sys-utils/setpriv.c:681
55032d70
KZ
13813#, fuzzy
13814msgid "failed to parse egid"
13815msgstr "%s: nisam uspio analizirati fstab"
13816
e197d438 13817#: sys-utils/setpriv.c:685
55032d70
KZ
13818msgid "duplicate rgid or egid"
13819msgstr ""
13820
e197d438 13821#: sys-utils/setpriv.c:687
55032d70
KZ
13822#, fuzzy
13823msgid "failed to parse regid"
13824msgstr "%s: nisam uspio analizirati fstab"
13825
e197d438 13826#: sys-utils/setpriv.c:692
55032d70
KZ
13827msgid "duplicate --clear-groups option"
13828msgstr ""
13829
e197d438 13830#: sys-utils/setpriv.c:698
55032d70
KZ
13831msgid "duplicate --keep-groups option"
13832msgstr ""
13833
e197d438 13834#: sys-utils/setpriv.c:704
55032d70
KZ
13835msgid "duplicate --groups option"
13836msgstr ""
13837
e197d438 13838#: sys-utils/setpriv.c:713
55032d70
KZ
13839msgid "duplicate --inh-caps option"
13840msgstr ""
13841
e197d438 13842#: sys-utils/setpriv.c:719
55032d70
KZ
13843msgid "duplicate --bounding-set option"
13844msgstr ""
13845
e197d438 13846#: sys-utils/setpriv.c:725
55032d70
KZ
13847msgid "duplicate --securebits option"
13848msgstr ""
13849
e197d438 13850#: sys-utils/setpriv.c:731
55032d70
KZ
13851msgid "duplicate --selinux-label option"
13852msgstr ""
13853
e197d438 13854#: sys-utils/setpriv.c:737
55032d70
KZ
13855msgid "duplicate --apparmor-profile option"
13856msgstr ""
13857
e197d438 13858#: sys-utils/setpriv.c:748
55032d70
KZ
13859#, c-format
13860msgid "unrecognized option '%c'"
13861msgstr ""
13862
e197d438 13863#: sys-utils/setpriv.c:755
55032d70
KZ
13864msgid "--dump is incompatible with all other options"
13865msgstr ""
13866
e197d438 13867#: sys-utils/setpriv.c:763
55032d70
KZ
13868msgid "--list-caps must be specified alone"
13869msgstr ""
13870
e197d438 13871#: sys-utils/setpriv.c:769
55032d70
KZ
13872msgid "No program specified"
13873msgstr ""
13874
e197d438 13875#: sys-utils/setpriv.c:774
55032d70
KZ
13876msgid "--[re]gid requires --keep-groups, --clear-groups, or --groups"
13877msgstr ""
13878
e197d438 13879#: sys-utils/setpriv.c:778
55032d70
KZ
13880msgid "disallow granting new privileges failed"
13881msgstr ""
13882
e197d438 13883#: sys-utils/setpriv.c:786
55032d70
KZ
13884msgid "keep process capabilities failed"
13885msgstr ""
13886
e197d438 13887#: sys-utils/setpriv.c:794
55032d70
KZ
13888msgid "activate capabilities"
13889msgstr ""
13890
e197d438 13891#: sys-utils/setpriv.c:800
55032d70
KZ
13892msgid "reactivate capabilities"
13893msgstr ""
13894
e197d438
TK
13895#: sys-utils/setpriv.c:817
13896#, fuzzy
13897msgid "set process securebits failed"
13898msgstr "%s: izvršavanje nije uspjelo"
55032d70 13899
e197d438 13900#: sys-utils/setpriv.c:823
55032d70 13901msgid "apply bounding set"
0e768fc4
TK
13902msgstr ""
13903
e197d438 13904#: sys-utils/setpriv.c:829
55032d70 13905msgid "apply capabilities"
0e768fc4
TK
13906msgstr ""
13907
e197d438 13908#: sys-utils/setpriv.c:834
55032d70
KZ
13909#, fuzzy, c-format
13910msgid "cannot execute: %s"
13911msgstr "ne mogu otvoriti %s"
13912
e197d438 13913#: sys-utils/setsid.c:32
0e768fc4
TK
13914#, c-format
13915msgid " %s [options] <program> [arguments ...]\n"
13916msgstr ""
13917
e197d438 13918#: sys-utils/setsid.c:36
0e768fc4
TK
13919msgid " -c, --ctty set the controlling terminal to the current one\n"
13920msgstr ""
13921
e197d438
TK
13922#: sys-utils/setsid.c:37
13923msgid " -w, --wait wait program to exit, and use the same return\n"
0e768fc4
TK
13924msgstr ""
13925
13926#: sys-utils/setsid.c:90
e197d438
TK
13927msgid "fork"
13928msgstr ""
13929
13930#: sys-utils/setsid.c:102
13931#, c-format
13932msgid "child %d did not exit normally"
13933msgstr ""
13934
13935#: sys-utils/setsid.c:107
0e768fc4
TK
13936msgid "setsid failed"
13937msgstr ""
13938
e197d438 13939#: sys-utils/setsid.c:111
0e768fc4
TK
13940msgid "failed to set the controlling terminal"
13941msgstr ""
13942
0e768fc4
TK
13943#: sys-utils/swapoff.c:32
13944#, c-format
13945msgid "swapoff %s\n"
13946msgstr ""
13947
13948#: sys-utils/swapoff.c:44
13949msgid "Not superuser."
13950msgstr ""
13951
13952#: sys-utils/swapoff.c:47
13953#, c-format
13954msgid "%s: swapoff failed"
13955msgstr ""
13956
0ed2f80b 13957#: sys-utils/swapoff.c:68 sys-utils/swapon.c:678
0e768fc4
TK
13958#, c-format
13959msgid " %s [options] [<spec>]\n"
13960msgstr ""
13961
13962#: sys-utils/swapoff.c:71
13963msgid ""
13964" -a, --all disable all swaps from /proc/swaps\n"
13965" -v, --verbose verbose mode\n"
13966msgstr ""
13967
13968#: sys-utils/swapoff.c:78
13969msgid ""
13970"\n"
13971"The <spec> parameter:\n"
13972" -L <label> LABEL of device to be used\n"
13973" -U <uuid> UUID of device to be used\n"
13974" LABEL=<label> LABEL of device to be used\n"
13975" UUID=<uuid> UUID of device to be used\n"
13976" <device> name of device to be used\n"
13977" <file> name of file to be used\n"
13978msgstr ""
13979
0ed2f80b 13980#: sys-utils/swapon.c:102
0e768fc4
TK
13981msgid "device file or partition path"
13982msgstr ""
13983
0ed2f80b 13984#: sys-utils/swapon.c:103
0e768fc4
TK
13985msgid "type of the device"
13986msgstr ""
13987
0ed2f80b 13988#: sys-utils/swapon.c:104
0e768fc4
TK
13989msgid "size of the swap area"
13990msgstr ""
13991
0ed2f80b 13992#: sys-utils/swapon.c:105
0e768fc4
TK
13993msgid "bytes in use"
13994msgstr ""
13995
0ed2f80b 13996#: sys-utils/swapon.c:106
0e768fc4
TK
13997msgid "swap priority"
13998msgstr ""
13999
e197d438 14000#: sys-utils/swapon.c:209
0e768fc4
TK
14001#, c-format
14002msgid "%s\t\t\t\tType\t\tSize\tUsed\tPriority\n"
14003msgstr ""
14004
e197d438 14005#: sys-utils/swapon.c:209
0e768fc4
TK
14006msgid "Filename"
14007msgstr ""
14008
0ed2f80b 14009#: sys-utils/swapon.c:273
0e768fc4
TK
14010#, c-format
14011msgid "%s: reinitializing the swap."
14012msgstr ""
14013
0ed2f80b 14014#: sys-utils/swapon.c:325
0e768fc4
TK
14015#, c-format
14016msgid "%s: lseek failed"
14017msgstr ""
14018
0ed2f80b 14019#: sys-utils/swapon.c:331
0e768fc4
TK
14020#, c-format
14021msgid "%s: write signature failed"
14022msgstr ""
14023
0ed2f80b 14024#: sys-utils/swapon.c:415
0e768fc4 14025#, c-format
0ed2f80b 14026msgid "%s: found swap signature: version %ud, page-size %d, %s byte order"
0e768fc4
TK
14027msgstr ""
14028
0ed2f80b 14029#: sys-utils/swapon.c:420
0e768fc4
TK
14030msgid "different"
14031msgstr ""
14032
0ed2f80b 14033#: sys-utils/swapon.c:420
0e768fc4
TK
14034msgid "same"
14035msgstr ""
14036
0ed2f80b 14037#: sys-utils/swapon.c:463
0e768fc4
TK
14038#, c-format
14039msgid "%s: insecure permissions %04o, %04o suggested."
14040msgstr ""
14041
0ed2f80b 14042#: sys-utils/swapon.c:468
0e768fc4
TK
14043#, c-format
14044msgid "%s: insecure file owner %d, 0 (root) suggested."
14045msgstr ""
14046
0ed2f80b 14047#: sys-utils/swapon.c:474
0e768fc4
TK
14048#, c-format
14049msgid "%s: skipping - it appears to have holes."
14050msgstr ""
14051
0ed2f80b 14052#: sys-utils/swapon.c:488
0e768fc4
TK
14053#, c-format
14054msgid "%s: get size failed"
14055msgstr ""
14056
0ed2f80b 14057#: sys-utils/swapon.c:494
0e768fc4
TK
14058#, c-format
14059msgid "%s: read swap header failed"
14060msgstr ""
14061
0ed2f80b 14062#: sys-utils/swapon.c:504
0e768fc4
TK
14063#, c-format
14064msgid "%s: pagesize=%d, swapsize=%llu, devsize=%llu"
14065msgstr ""
14066
0ed2f80b 14067#: sys-utils/swapon.c:509
0e768fc4
TK
14068#, c-format
14069msgid "%s: last_page 0x%08llx is larger than actual size of swapspace"
14070msgstr ""
14071
0ed2f80b 14072#: sys-utils/swapon.c:519
0e768fc4
TK
14073#, c-format
14074msgid "%s: swap format pagesize does not match."
14075msgstr ""
14076
0ed2f80b 14077#: sys-utils/swapon.c:527
0e768fc4 14078#, c-format
0ed2f80b 14079msgid "%s: swap format pagesize does not match. (Use --fixpgsz to reinitialize it.)"
0e768fc4
TK
14080msgstr ""
14081
0ed2f80b 14082#: sys-utils/swapon.c:536
0e768fc4
TK
14083#, c-format
14084msgid "%s: software suspend data detected. Rewriting the swap signature."
14085msgstr ""
14086
0ed2f80b 14087#: sys-utils/swapon.c:561
0e768fc4
TK
14088#, c-format
14089msgid "swapon %s\n"
14090msgstr ""
14091
0ed2f80b 14092#: sys-utils/swapon.c:600
0e768fc4
TK
14093#, c-format
14094msgid "%s: swapon failed"
14095msgstr ""
14096
0ed2f80b 14097#: sys-utils/swapon.c:681
0e768fc4 14098msgid ""
e197d438
TK
14099" -a, --all enable all swaps from /etc/fstab\n"
14100" -d, --discard[=<policy>] enable swap discards, if supported by device\n"
14101" -e, --ifexists silently skip devices that do not exist\n"
14102" -f, --fixpgsz reinitialize the swap space if necessary\n"
14103" -p, --priority <prio> specify the priority of the swap device\n"
14104" -s, --summary display summary about used swap devices\n"
14105" --show[=<columns>] display summary in definable table\n"
14106" --noheadings don't print headings, use with --show\n"
14107" --raw use the raw output format, use with --show\n"
14108" --bytes display swap size in bytes in --show output\n"
14109" -v, --verbose verbose mode\n"
0e768fc4
TK
14110msgstr ""
14111
0ed2f80b 14112#: sys-utils/swapon.c:697
0e768fc4
TK
14113msgid ""
14114"\n"
14115"The <spec> parameter:\n"
14116" -L <label> synonym for LABEL=<label>\n"
14117" -U <uuid> synonym for UUID=<uuid>\n"
14118" LABEL=<label> specifies device by swap area label\n"
14119" UUID=<uuid> specifies device by swap area UUID\n"
14120" PARTLABEL=<label> specifies device by partition label\n"
14121" PARTUUID=<uuid> specifies device by partition UUID\n"
14122" <device> name of device to be used\n"
14123" <file> name of file to be used\n"
14124msgstr ""
14125
0ed2f80b 14126#: sys-utils/swapon.c:707
e197d438
TK
14127msgid ""
14128"\n"
14129"Available discard policy types (for --discard):\n"
14130" once\t : only single-time area discards are issued. (swapon)\n"
14131" pages\t : discard freed pages before they are reused.\n"
14132" * if no policy is selected both discard types are enabled. (default)\n"
14133msgstr ""
14134
0ed2f80b 14135#: sys-utils/swapon.c:712
0e768fc4
TK
14136msgid ""
14137"\n"
14138"Available columns (for --show):\n"
14139msgstr ""
14140
0ed2f80b 14141#: sys-utils/swapon.c:770
55032d70
KZ
14142#, fuzzy
14143msgid "failed to parse priority"
14144msgstr "%s: nisam uspio analizirati fstab"
14145
0ed2f80b 14146#: sys-utils/swapon.c:789
e197d438
TK
14147#, c-format
14148msgid "unsupported discard policy: %s"
14149msgstr ""
14150
0e768fc4
TK
14151#: sys-utils/swapon-common.c:62
14152#, c-format
14153msgid "cannot find the device for %s"
14154msgstr ""
14155
0ed2f80b 14156#: sys-utils/switch_root.c:59
0e768fc4
TK
14157msgid "failed to open directory"
14158msgstr ""
14159
0ed2f80b 14160#: sys-utils/switch_root.c:67 term-utils/wall.c:298
0e768fc4
TK
14161msgid "stat failed"
14162msgstr ""
14163
0ed2f80b 14164#: sys-utils/switch_root.c:78
0e768fc4
TK
14165msgid "failed to read directory"
14166msgstr ""
14167
0ed2f80b 14168#: sys-utils/switch_root.c:112
0e768fc4
TK
14169#, c-format
14170msgid "failed to unlink %s"
14171msgstr ""
14172
0ed2f80b 14173#: sys-utils/switch_root.c:149
0e768fc4
TK
14174#, c-format
14175msgid "failed to mount moving %s to %s"
14176msgstr ""
14177
0ed2f80b 14178#: sys-utils/switch_root.c:151
0e768fc4
TK
14179#, c-format
14180msgid "forcing unmount of %s"
14181msgstr ""
14182
0ed2f80b 14183#: sys-utils/switch_root.c:157
0e768fc4
TK
14184#, c-format
14185msgid "failed to change directory to %s"
14186msgstr ""
14187
0ed2f80b 14188#: sys-utils/switch_root.c:169
0e768fc4
TK
14189#, c-format
14190msgid "failed to mount moving %s to /"
14191msgstr ""
14192
0ed2f80b 14193#: sys-utils/switch_root.c:175
0e768fc4
TK
14194msgid "failed to change root"
14195msgstr ""
14196
0ed2f80b 14197#: sys-utils/switch_root.c:188
55032d70
KZ
14198msgid "old root filesystem is not an initramfs"
14199msgstr ""
14200
0ed2f80b 14201#: sys-utils/switch_root.c:201
0e768fc4
TK
14202#, c-format
14203msgid " %s [options] <newrootdir> <init> <args to init>\n"
14204msgstr ""
14205
0ed2f80b 14206#: sys-utils/switch_root.c:233
0e768fc4
TK
14207msgid "failed. Sorry."
14208msgstr ""
14209
0ed2f80b 14210#: sys-utils/switch_root.c:236
0e768fc4
TK
14211#, c-format
14212msgid "cannot access %s"
14213msgstr ""
14214
14215#: sys-utils/tunelp.c:83
14216msgid " -i, --irq <num> specify parallel port irq\n"
14217msgstr ""
14218
14219#: sys-utils/tunelp.c:84
14220msgid " -t, --time <ms> driver wait time in milliseconds\n"
14221msgstr ""
14222
14223#: sys-utils/tunelp.c:85
0ed2f80b 14224msgid " -c, --chars <num> number of output characters before sleep\n"
0e768fc4
TK
14225msgstr ""
14226
14227#: sys-utils/tunelp.c:86
14228msgid " -w, --wait <us> strobe wait in micro seconds\n"
14229msgstr ""
14230
14231#. TRANSLATORS: do not translate <on|off> arguments. The
14232#. argument reader does not recognize locale, unless `on' is
14233#. exactly that very same string.
14234#: sys-utils/tunelp.c:90
14235msgid " -a, --abort <on|off> abort on error\n"
14236msgstr ""
14237
14238#: sys-utils/tunelp.c:91
14239msgid " -o, --check-status <on|off> check printer status before printing\n"
14240msgstr ""
14241
14242#: sys-utils/tunelp.c:92
14243msgid " -C, --careful <on|off> extra checking to status check\n"
14244msgstr ""
14245
14246#: sys-utils/tunelp.c:93
14247msgid " -s, --status query printer status\n"
14248msgstr ""
14249
14250#: sys-utils/tunelp.c:94
14251msgid " -T, --trust-irq <on|off> make driver to trust irq\n"
14252msgstr ""
14253
14254#: sys-utils/tunelp.c:95
14255msgid " -r, --reset reset the port\n"
14256msgstr ""
14257
14258#: sys-utils/tunelp.c:96
14259msgid " -q, --print-irq <on|off> display current irq setting\n"
14260msgstr ""
14261
14262#: sys-utils/tunelp.c:109
14263msgid "bad value"
14264msgstr ""
14265
55032d70 14266#: sys-utils/tunelp.c:273
0e768fc4
TK
14267#, c-format
14268msgid "%s not an lp device"
14269msgstr ""
14270
55032d70 14271#: sys-utils/tunelp.c:293
0e768fc4
TK
14272msgid "LPGETSTATUS error"
14273msgstr ""
14274
55032d70 14275#: sys-utils/tunelp.c:298
0e768fc4
TK
14276#, c-format
14277msgid "%s status is %d"
14278msgstr ""
14279
55032d70 14280#: sys-utils/tunelp.c:300
0e768fc4
TK
14281#, c-format
14282msgid ", busy"
14283msgstr ""
14284
55032d70 14285#: sys-utils/tunelp.c:302
0e768fc4
TK
14286#, c-format
14287msgid ", ready"
14288msgstr ""
14289
55032d70 14290#: sys-utils/tunelp.c:304
0e768fc4
TK
14291#, c-format
14292msgid ", out of paper"
14293msgstr ""
14294
55032d70 14295#: sys-utils/tunelp.c:306
0e768fc4
TK
14296#, c-format
14297msgid ", on-line"
14298msgstr ""
14299
55032d70 14300#: sys-utils/tunelp.c:308
0e768fc4
TK
14301#, c-format
14302msgid ", error"
14303msgstr ""
14304
55032d70 14305#: sys-utils/tunelp.c:314
0e768fc4
TK
14306msgid "ioctl failed"
14307msgstr ""
14308
55032d70 14309#: sys-utils/tunelp.c:324
0e768fc4
TK
14310msgid "LPGETIRQ error"
14311msgstr ""
14312
55032d70 14313#: sys-utils/tunelp.c:329
0e768fc4
TK
14314#, c-format
14315msgid "%s using IRQ %d\n"
14316msgstr ""
14317
55032d70 14318#: sys-utils/tunelp.c:331
0e768fc4
TK
14319#, c-format
14320msgid "%s using polling\n"
14321msgstr ""
14322
55032d70 14323#: sys-utils/umount.c:76
0e768fc4
TK
14324#, c-format
14325msgid ""
14326" %1$s [-hV]\n"
14327" %1$s -a [options]\n"
14328" %1$s [options] <source> | <directory>\n"
14329msgstr ""
14330
55032d70
KZ
14331#: sys-utils/umount.c:82
14332msgid " -a, --all unmount all filesystems\n"
14333msgstr ""
14334
14335#: sys-utils/umount.c:83
0e768fc4 14336msgid ""
0ed2f80b 14337" -A, --all-targets unmount all mountpoints for the given device in the\n"
e197d438 14338" current namespace\n"
55032d70
KZ
14339msgstr ""
14340
14341#: sys-utils/umount.c:85
14342msgid " -c, --no-canonicalize don't canonicalize paths\n"
0e768fc4
TK
14343msgstr ""
14344
14345#: sys-utils/umount.c:86
0ed2f80b 14346msgid " -d, --detach-loop if mounted loop device, also free this loop device\n"
55032d70
KZ
14347msgstr ""
14348
14349#: sys-utils/umount.c:87
14350msgid " --fake dry run; skip the umount(2) syscall\n"
14351msgstr ""
14352
14353#: sys-utils/umount.c:88
0ed2f80b 14354msgid " -f, --force force unmount (in case of an unreachable NFS system)\n"
55032d70
KZ
14355msgstr ""
14356
14357#: sys-utils/umount.c:89
14358msgid " -i, --internal-only don't call the umount.<type> helpers\n"
0e768fc4
TK
14359msgstr ""
14360
14361#: sys-utils/umount.c:90
55032d70
KZ
14362msgid " -n, --no-mtab don't write to /etc/mtab\n"
14363msgstr ""
14364
14365#: sys-utils/umount.c:91
0ed2f80b 14366msgid " -l, --lazy detach the filesystem now, clean up things later\n"
55032d70
KZ
14367msgstr ""
14368
14369#: sys-utils/umount.c:92
14370msgid " -O, --test-opts <list> limit the set of filesystems (use with -a)\n"
14371msgstr ""
14372
14373#: sys-utils/umount.c:93
0ed2f80b 14374msgid " -R, --recursive recursively unmount a target with all its children\n"
55032d70
KZ
14375msgstr ""
14376
14377#: sys-utils/umount.c:94
0ed2f80b 14378msgid " -r, --read-only in case unmounting fails, try to remount read-only\n"
0e768fc4
TK
14379msgstr ""
14380
55032d70
KZ
14381#: sys-utils/umount.c:95
14382msgid " -t, --types <list> limit the set of filesystem types\n"
14383msgstr ""
14384
14385#: sys-utils/umount.c:96
14386msgid " -v, --verbose say what is being done\n"
14387msgstr ""
14388
14389#: sys-utils/umount.c:140
14390#, fuzzy, c-format
14391msgid "%s (%s) unmounted"
14392msgstr "%s je montiran\n"
14393
14394#: sys-utils/umount.c:142
14395#, fuzzy, c-format
14396msgid "%s unmounted"
14397msgstr "%s je montiran\n"
14398
a2a896a8 14399#: sys-utils/umount.c:207
0e768fc4
TK
14400#, c-format
14401msgid "%s: umount failed"
14402msgstr ""
14403
a2a896a8 14404#: sys-utils/umount.c:216
0e768fc4 14405#, c-format
e197d438 14406msgid "%s: filesystem was unmounted, but mount(8) failed"
0e768fc4
TK
14407msgstr ""
14408
a2a896a8 14409#: sys-utils/umount.c:230
0e768fc4
TK
14410#, c-format
14411msgid "%s: invalid block device"
14412msgstr ""
14413
a2a896a8 14414#: sys-utils/umount.c:236
0e768fc4
TK
14415#, c-format
14416msgid "%s: can't write superblock"
14417msgstr ""
14418
a2a896a8 14419#: sys-utils/umount.c:239
0e768fc4
TK
14420#, c-format
14421msgid ""
e197d438
TK
14422"%s: target is busy\n"
14423" (In some cases useful info about processes that\n"
14424" use the device is found by lsof(8) or fuser(1).)"
0e768fc4
TK
14425msgstr ""
14426
a2a896a8 14427#: sys-utils/umount.c:246
e197d438
TK
14428#, fuzzy, c-format
14429msgid "%s: mountpoint not found"
14430msgstr "%s: nije pronađen"
14431
a2a896a8 14432#: sys-utils/umount.c:248
e197d438 14433msgid "undefined mountpoint"
0e768fc4
TK
14434msgstr ""
14435
a2a896a8 14436#: sys-utils/umount.c:251
0e768fc4 14437#, c-format
e197d438
TK
14438msgid "%s: must be superuser to unmount"
14439msgstr ""
14440
a2a896a8 14441#: sys-utils/umount.c:254
e197d438
TK
14442#, c-format
14443msgid "%s: block devices are not permitted on filesystem"
0e768fc4
TK
14444msgstr ""
14445
0ed2f80b 14446#: sys-utils/umount.c:305
0e768fc4
TK
14447msgid "failed to set umount target"
14448msgstr ""
14449
0ed2f80b 14450#: sys-utils/umount.c:321
55032d70 14451msgid "libmount table allocation failed"
0e768fc4
TK
14452msgstr ""
14453
0ed2f80b 14454#: sys-utils/umount.c:364 sys-utils/umount.c:444
55032d70
KZ
14455msgid "libmount iterator allocation failed"
14456msgstr ""
14457
0ed2f80b 14458#: sys-utils/umount.c:370
55032d70
KZ
14459#, fuzzy, c-format
14460msgid "failed to get child fs of %s"
14461msgstr "nisam uspio postaviti opis za %s"
14462
0ed2f80b
KZ
14463#: sys-utils/umount.c:408 sys-utils/umount.c:431
14464#, c-format
14465msgid "%s: not found"
14466msgstr "%s: nije pronađen"
14467
14468#: sys-utils/umount.c:438
14469#, c-format
14470msgid "%s: failed to determine source (--all-targets is unsupported on systems with regular mtab file)."
14471msgstr ""
14472
14473#: sys-utils/unshare.c:53
55032d70 14474#, fuzzy, c-format
0ed2f80b
KZ
14475msgid "write failed %s"
14476msgstr "write nije uspio: %s"
55032d70 14477
0ed2f80b 14478#: sys-utils/unshare.c:67
e197d438 14479msgid " -m, --mount unshare mounts namespace\n"
55032d70
KZ
14480msgstr ""
14481
0ed2f80b 14482#: sys-utils/unshare.c:68
e197d438 14483msgid " -u, --uts unshare UTS namespace (hostname etc)\n"
55032d70
KZ
14484msgstr ""
14485
0ed2f80b 14486#: sys-utils/unshare.c:69
e197d438 14487msgid " -i, --ipc unshare System V IPC namespace\n"
55032d70
KZ
14488msgstr ""
14489
0ed2f80b 14490#: sys-utils/unshare.c:70
e197d438
TK
14491#, fuzzy
14492msgid " -n, --net unshare network namespace\n"
14493msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
14494
0ed2f80b 14495#: sys-utils/unshare.c:71
e197d438
TK
14496msgid " -p, --pid unshare pid namespace\n"
14497msgstr ""
14498
0ed2f80b 14499#: sys-utils/unshare.c:72
e197d438
TK
14500#, fuzzy
14501msgid " -U, --user unshare user namespace\n"
14502msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
14503
0ed2f80b 14504#: sys-utils/unshare.c:73
e197d438
TK
14505msgid " -f, --fork fork before launching <program>\n"
14506msgstr ""
14507
0ed2f80b
KZ
14508#: sys-utils/unshare.c:74
14509msgid " --mount-proc[=<dir>] mount proc filesystem first (implies --mount)\n"
14510msgstr ""
14511
14512#: sys-utils/unshare.c:75
14513msgid " -r, --map-root-user map current user to root (implies --user)\n"
0e768fc4
TK
14514msgstr ""
14515
0ed2f80b 14516#: sys-utils/unshare.c:158
0e768fc4
TK
14517msgid "unshare failed"
14518msgstr ""
14519
0ed2f80b 14520#: sys-utils/unshare.c:176
e197d438
TK
14521#, fuzzy
14522msgid "child exit failed"
14523msgstr "chown nije uspio: %s"
14524
0ed2f80b 14525#: sys-utils/unshare.c:188
e197d438
TK
14526#, fuzzy, c-format
14527msgid "mount %s failed"
14528msgstr "%s nije uspio.\n"
14529
0ed2f80b 14530#: sys-utils/wdctl.c:73
0e768fc4
TK
14531msgid "Card previously reset the CPU"
14532msgstr ""
14533
0ed2f80b 14534#: sys-utils/wdctl.c:74
0e768fc4
TK
14535msgid "External relay 1"
14536msgstr ""
14537
0ed2f80b 14538#: sys-utils/wdctl.c:75
0e768fc4
TK
14539msgid "External relay 2"
14540msgstr ""
14541
0ed2f80b 14542#: sys-utils/wdctl.c:76
0e768fc4
TK
14543msgid "Fan failed"
14544msgstr ""
14545
0ed2f80b 14546#: sys-utils/wdctl.c:77
0e768fc4
TK
14547msgid "Keep alive ping reply"
14548msgstr ""
14549
0ed2f80b 14550#: sys-utils/wdctl.c:78
0e768fc4
TK
14551msgid "Supports magic close char"
14552msgstr ""
14553
0ed2f80b 14554#: sys-utils/wdctl.c:79
0e768fc4
TK
14555msgid "Reset due to CPU overheat"
14556msgstr ""
14557
0ed2f80b 14558#: sys-utils/wdctl.c:80
0e768fc4
TK
14559msgid "Power over voltage"
14560msgstr ""
14561
0ed2f80b 14562#: sys-utils/wdctl.c:81
0e768fc4
TK
14563msgid "Power bad/power fault"
14564msgstr ""
14565
0ed2f80b 14566#: sys-utils/wdctl.c:82
0e768fc4
TK
14567msgid "Pretimeout (in seconds)"
14568msgstr ""
14569
0ed2f80b 14570#: sys-utils/wdctl.c:83
0e768fc4
TK
14571msgid "Set timeout (in seconds)"
14572msgstr ""
14573
0ed2f80b 14574#: sys-utils/wdctl.c:84
55032d70
KZ
14575msgid "Not trigger reboot"
14576msgstr ""
14577
0ed2f80b 14578#: sys-utils/wdctl.c:100
0e768fc4
TK
14579msgid "flag name"
14580msgstr ""
14581
0ed2f80b 14582#: sys-utils/wdctl.c:101
0e768fc4
TK
14583msgid "flag description"
14584msgstr ""
14585
0ed2f80b 14586#: sys-utils/wdctl.c:102
0e768fc4
TK
14587msgid "flag status"
14588msgstr ""
14589
0ed2f80b 14590#: sys-utils/wdctl.c:103
0e768fc4
TK
14591msgid "flag boot status"
14592msgstr ""
14593
0ed2f80b 14594#: sys-utils/wdctl.c:104
0e768fc4
TK
14595msgid "watchdog device name"
14596msgstr ""
14597
0ed2f80b 14598#: sys-utils/wdctl.c:138
0e768fc4
TK
14599#, c-format
14600msgid "unknown flag: %s"
14601msgstr ""
14602
0ed2f80b 14603#: sys-utils/wdctl.c:179
0e768fc4
TK
14604msgid ""
14605" -f, --flags <list> print selected flags only\n"
14606" -F, --noflags don't print information about flags\n"
14607" -I, --noident don't print watchdog identity information\n"
14608" -n, --noheadings don't print headings for flags table\n"
14609" -O, --oneline print all information on one line\n"
14610" -o, --output <list> output columns of the flags\n"
14611" -r, --raw use raw output format for flags table\n"
14612" -T, --notimeouts don't print watchdog timeouts\n"
14613" -s, --settimeout <sec> set watchdog timeout\n"
14614" -x, --flags-only print only flags table (same as -I -T)\n"
14615msgstr ""
14616
0ed2f80b 14617#: sys-utils/wdctl.c:195
0e768fc4
TK
14618#, c-format
14619msgid "The default device is %s.\n"
14620msgstr ""
14621
0ed2f80b 14622#: sys-utils/wdctl.c:198
0e768fc4
TK
14623msgid "Available columns:\n"
14624msgstr ""
14625
0ed2f80b 14626#: sys-utils/wdctl.c:288
0e768fc4
TK
14627#, c-format
14628msgid "%s: unknown flags 0x%x\n"
14629msgstr ""
14630
0ed2f80b 14631#: sys-utils/wdctl.c:318 sys-utils/wdctl.c:374
0e768fc4
TK
14632#, c-format
14633msgid "%s: watchdog already in use, terminating."
14634msgstr ""
14635
0ed2f80b 14636#: sys-utils/wdctl.c:332 sys-utils/wdctl.c:402
0e768fc4
TK
14637#, c-format
14638msgid "%s: failed to disarm watchdog"
14639msgstr ""
14640
0ed2f80b 14641#: sys-utils/wdctl.c:341
0e768fc4
TK
14642#, c-format
14643msgid "cannot set timeout for %s"
14644msgstr ""
14645
0ed2f80b 14646#: sys-utils/wdctl.c:347
8892b2f9
KZ
14647#, c-format
14648msgid "Timeout has been set to %d second.\n"
14649msgid_plural "Timeout has been set to %d seconds.\n"
14650msgstr[0] ""
14651msgstr[1] ""
14652msgstr[2] ""
14653
0ed2f80b 14654#: sys-utils/wdctl.c:381
0e768fc4
TK
14655#, c-format
14656msgid "%s: failed to get information about watchdog"
14657msgstr ""
14658
0ed2f80b 14659#: sys-utils/wdctl.c:463 sys-utils/wdctl.c:466 sys-utils/wdctl.c:469
0e768fc4 14660#, c-format
8892b2f9
KZ
14661msgid "%-14s %2i second\n"
14662msgid_plural "%-14s %2i seconds\n"
14663msgstr[0] ""
14664msgstr[1] ""
14665msgstr[2] ""
0e768fc4 14666
0ed2f80b 14667#: sys-utils/wdctl.c:464
0e768fc4
TK
14668msgid "Timeout:"
14669msgstr ""
14670
0ed2f80b 14671#: sys-utils/wdctl.c:467
0e768fc4
TK
14672msgid "Pre-timeout:"
14673msgstr ""
14674
0ed2f80b 14675#: sys-utils/wdctl.c:470
0e768fc4
TK
14676msgid "Timeleft:"
14677msgstr ""
14678
0ed2f80b 14679#: sys-utils/wdctl.c:604
0e768fc4
TK
14680msgid "Device:"
14681msgstr ""
14682
0ed2f80b 14683#: sys-utils/wdctl.c:606
55032d70
KZ
14684msgid "Identity:"
14685msgstr ""
14686
0ed2f80b 14687#: sys-utils/wdctl.c:608
55032d70
KZ
14688msgid "version"
14689msgstr ""
14690
0ed2f80b 14691#: term-utils/agetty.c:416
0e768fc4 14692#, c-format
55032d70 14693msgid "%s%s (automatic login)\n"
0e768fc4
TK
14694msgstr ""
14695
0ed2f80b 14696#: term-utils/agetty.c:470
0e768fc4
TK
14697#, c-format
14698msgid "%s: can't change root directory %s: %m"
14699msgstr ""
14700
0ed2f80b 14701#: term-utils/agetty.c:475
0e768fc4
TK
14702#, c-format
14703msgid "%s: can't change working directory %s: %m"
14704msgstr ""
14705
0ed2f80b 14706#: term-utils/agetty.c:480
0e768fc4
TK
14707#, c-format
14708msgid "%s: can't change process priority: %m"
14709msgstr ""
14710
0ed2f80b 14711#: term-utils/agetty.c:491
0e768fc4
TK
14712#, c-format
14713msgid "%s: can't exec %s: %m"
14714msgstr ""
14715
0ed2f80b
KZ
14716#: term-utils/agetty.c:522 term-utils/agetty.c:805 term-utils/agetty.c:817
14717#: term-utils/agetty.c:1348 term-utils/agetty.c:1366 term-utils/agetty.c:1398
14718#: term-utils/agetty.c:1408 term-utils/agetty.c:1445 term-utils/agetty.c:1721
14719#: term-utils/agetty.c:2234
0e768fc4
TK
14720#, c-format
14721msgid "failed to allocate memory: %m"
14722msgstr ""
14723
0ed2f80b 14724#: term-utils/agetty.c:684
8892b2f9
KZ
14725#, fuzzy
14726msgid "invalid argument of --local-line"
14727msgstr "neispravan broj indeksnih čvorova"
e197d438 14728
0ed2f80b 14729#: term-utils/agetty.c:716
0e768fc4
TK
14730#, c-format
14731msgid "bad timeout value: %s"
14732msgstr ""
14733
0ed2f80b 14734#: term-utils/agetty.c:835
0e768fc4
TK
14735#, c-format
14736msgid "bad speed: %s"
14737msgstr ""
14738
0ed2f80b 14739#: term-utils/agetty.c:837
0e768fc4
TK
14740msgid "too many alternate speeds"
14741msgstr ""
14742
0ed2f80b 14743#: term-utils/agetty.c:962 term-utils/agetty.c:979 term-utils/agetty.c:1019
0e768fc4
TK
14744#, c-format
14745msgid "/dev/%s: cannot open as standard input: %m"
14746msgstr ""
14747
0ed2f80b 14748#: term-utils/agetty.c:985
0e768fc4
TK
14749#, c-format
14750msgid "/dev/%s: not a character device"
14751msgstr ""
14752
0ed2f80b
KZ
14753#: term-utils/agetty.c:987
14754#, c-format
14755msgid "/dev/%s: not a tty"
14756msgstr ""
14757
14758#: term-utils/agetty.c:991 term-utils/agetty.c:1023
55032d70
KZ
14759#, c-format
14760msgid "/dev/%s: cannot get controlling tty: %m"
14761msgstr ""
14762
0ed2f80b 14763#: term-utils/agetty.c:1013
55032d70
KZ
14764#, c-format
14765msgid "/dev/%s: vhangup() failed: %m"
14766msgstr ""
14767
0ed2f80b 14768#: term-utils/agetty.c:1034
0e768fc4
TK
14769#, c-format
14770msgid "%s: not open for read/write"
14771msgstr ""
14772
0ed2f80b 14773#: term-utils/agetty.c:1039
55032d70
KZ
14774#, c-format
14775msgid "/dev/%s: cannot set process group: %m"
14776msgstr ""
14777
0ed2f80b 14778#: term-utils/agetty.c:1053
0e768fc4
TK
14779#, c-format
14780msgid "%s: dup problem: %m"
14781msgstr ""
14782
0ed2f80b 14783#: term-utils/agetty.c:1070
55032d70
KZ
14784#, c-format
14785msgid "%s: failed to get terminal attributes: %m"
14786msgstr ""
14787
0ed2f80b 14788#: term-utils/agetty.c:1254 term-utils/agetty.c:1274
55032d70
KZ
14789#, c-format
14790msgid "setting terminal attributes failed: %m"
0e768fc4
TK
14791msgstr ""
14792
0ed2f80b 14793#: term-utils/agetty.c:1389
e197d438
TK
14794#, fuzzy, c-format
14795msgid "cannot open: %s: %m"
14796msgstr "ne mogu otvoriti %s: %s"
14797
0ed2f80b 14798#: term-utils/agetty.c:1495
55032d70
KZ
14799msgid "[press ENTER to login]"
14800msgstr ""
14801
0ed2f80b 14802#: term-utils/agetty.c:1511
55032d70
KZ
14803msgid "Num Lock off"
14804msgstr ""
14805
0ed2f80b 14806#: term-utils/agetty.c:1514
0e768fc4
TK
14807msgid "Num Lock on"
14808msgstr ""
14809
0ed2f80b 14810#: term-utils/agetty.c:1517
0e768fc4
TK
14811msgid "Caps Lock on"
14812msgstr ""
14813
0ed2f80b 14814#: term-utils/agetty.c:1520
0e768fc4
TK
14815msgid "Scroll Lock on"
14816msgstr ""
14817
0ed2f80b 14818#: term-utils/agetty.c:1523
0e768fc4
TK
14819#, c-format
14820msgid ""
14821"Hint: %s\n"
14822"\n"
14823msgstr ""
14824
0ed2f80b 14825#: term-utils/agetty.c:1642
0e768fc4
TK
14826#, c-format
14827msgid "%s: read: %m"
14828msgstr ""
14829
0ed2f80b 14830#: term-utils/agetty.c:1701
0e768fc4
TK
14831#, c-format
14832msgid "%s: input overrun"
14833msgstr ""
14834
0ed2f80b 14835#: term-utils/agetty.c:1717 term-utils/agetty.c:1725
55032d70
KZ
14836#, c-format
14837msgid "%s: invalid character conversion for login name"
14838msgstr ""
14839
0ed2f80b 14840#: term-utils/agetty.c:1731
55032d70
KZ
14841#, c-format
14842msgid "%s: invalid character 0x%x in login name"
14843msgstr ""
14844
0ed2f80b 14845#: term-utils/agetty.c:1816
55032d70
KZ
14846#, fuzzy, c-format
14847msgid "%s: failed to set terminal attributes: %m"
14848msgstr "%s: nisam uspio analizirati fstab"
14849
0ed2f80b 14850#: term-utils/agetty.c:1852
0e768fc4
TK
14851#, c-format
14852msgid ""
8892b2f9
KZ
14853" %1$s [options] <line> [<baud_rate>,...] [<termtype>]\n"
14854" %1$s [options] <baud_rate>,... <line> [<termtype>]\n"
0e768fc4
TK
14855msgstr ""
14856
0ed2f80b 14857#: term-utils/agetty.c:1855
55032d70 14858msgid " -8, --8bits assume 8-bit tty\n"
0e768fc4
TK
14859msgstr ""
14860
0ed2f80b 14861#: term-utils/agetty.c:1856
55032d70 14862msgid " -a, --autologin <user> login the specified user automatically\n"
0e768fc4
TK
14863msgstr ""
14864
0ed2f80b 14865#: term-utils/agetty.c:1857
55032d70
KZ
14866msgid " -c, --noreset do not reset control mode\n"
14867msgstr ""
14868
0ed2f80b 14869#: term-utils/agetty.c:1858
8b4ccda1
KZ
14870msgid " -E, --remote use -r <hostname> for login(1)\n"
14871msgstr ""
14872
0ed2f80b 14873#: term-utils/agetty.c:1859
55032d70
KZ
14874msgid " -f, --issue-file <file> display issue file\n"
14875msgstr ""
14876
0ed2f80b 14877#: term-utils/agetty.c:1860
55032d70
KZ
14878msgid " -h, --flow-control enable hardware flow control\n"
14879msgstr ""
14880
0ed2f80b 14881#: term-utils/agetty.c:1861
55032d70
KZ
14882msgid " -H, --host <hostname> specify login host\n"
14883msgstr ""
14884
0ed2f80b 14885#: term-utils/agetty.c:1862
55032d70
KZ
14886msgid " -i, --noissue do not display issue file\n"
14887msgstr ""
14888
0ed2f80b 14889#: term-utils/agetty.c:1863
55032d70
KZ
14890msgid " -I, --init-string <string> set init string\n"
14891msgstr ""
14892
0ed2f80b
KZ
14893#: term-utils/agetty.c:1864
14894#, fuzzy
14895msgid " -J --noclear do not clear the screen before prompt\n"
14896msgstr " -a samo zbog kompatibilnosti, zanemareno\n"
14897
14898#: term-utils/agetty.c:1865
55032d70
KZ
14899msgid " -l, --login-program <file> specify login program\n"
14900msgstr ""
14901
0ed2f80b 14902#: term-utils/agetty.c:1866
8892b2f9 14903msgid " -L, --local-line[=<mode>] control the local line flag\n"
55032d70
KZ
14904msgstr ""
14905
0ed2f80b 14906#: term-utils/agetty.c:1867
55032d70
KZ
14907msgid " -m, --extract-baud extract baud rate during connect\n"
14908msgstr ""
14909
0ed2f80b 14910#: term-utils/agetty.c:1868
55032d70
KZ
14911msgid " -n, --skip-login do not prompt for login\n"
14912msgstr ""
14913
0ed2f80b
KZ
14914#: term-utils/agetty.c:1869
14915#, fuzzy
14916msgid " -N --nonewline do not print a newline before issue\n"
14917msgstr " -a samo zbog kompatibilnosti, zanemareno\n"
14918
14919#: term-utils/agetty.c:1870
55032d70
KZ
14920msgid " -o, --login-options <opts> options that are passed to login\n"
14921msgstr ""
14922
0ed2f80b 14923#: term-utils/agetty.c:1871
e197d438 14924msgid " -p, --login-pause wait for any key before the login\n"
55032d70
KZ
14925msgstr ""
14926
0ed2f80b 14927#: term-utils/agetty.c:1872
8b4ccda1
KZ
14928msgid " -r, --chroot <dir> change root to the directory\n"
14929msgstr ""
14930
0ed2f80b 14931#: term-utils/agetty.c:1873
55032d70
KZ
14932msgid " -R, --hangup do virtually hangup on the tty\n"
14933msgstr ""
14934
0ed2f80b 14935#: term-utils/agetty.c:1874
55032d70
KZ
14936msgid " -s, --keep-baud try to keep baud rate after break\n"
14937msgstr ""
14938
0ed2f80b 14939#: term-utils/agetty.c:1875
55032d70
KZ
14940msgid " -t, --timeout <number> login process timeout\n"
14941msgstr ""
14942
0ed2f80b 14943#: term-utils/agetty.c:1876
55032d70
KZ
14944msgid " -U, --detect-case detect uppercase terminal\n"
14945msgstr ""
14946
0ed2f80b 14947#: term-utils/agetty.c:1877
55032d70
KZ
14948msgid " -w, --wait-cr wait carriage-return\n"
14949msgstr ""
14950
0ed2f80b 14951#: term-utils/agetty.c:1878
55032d70
KZ
14952msgid " --nohints do not print hints\n"
14953msgstr ""
14954
0ed2f80b 14955#: term-utils/agetty.c:1879
e197d438 14956msgid " --nohostname no hostname at all will be shown\n"
55032d70
KZ
14957msgstr ""
14958
0ed2f80b 14959#: term-utils/agetty.c:1880
55032d70
KZ
14960msgid " --long-hostname show full qualified hostname\n"
14961msgstr ""
14962
0ed2f80b 14963#: term-utils/agetty.c:1881
55032d70
KZ
14964msgid " --erase-chars <string> additional backspace chars\n"
14965msgstr ""
14966
0ed2f80b 14967#: term-utils/agetty.c:1882
55032d70 14968msgid " --kill-chars <string> additional kill chars\n"
0e768fc4
TK
14969msgstr ""
14970
0ed2f80b
KZ
14971#: term-utils/agetty.c:1883
14972msgid " --chdir <directory> chdir before the login\n"
14973msgstr ""
14974
14975#: term-utils/agetty.c:1884
14976msgid " --delay <number> sleep seconds before prompt\n"
14977msgstr ""
14978
14979#: term-utils/agetty.c:1885
14980msgid " --nice <number> run login with this priority\n"
14981msgstr ""
14982
14983#: term-utils/agetty.c:1886
8b4ccda1
KZ
14984msgid " --help display this help and exit\n"
14985msgstr ""
14986
0ed2f80b 14987#: term-utils/agetty.c:1887
8b4ccda1
KZ
14988msgid " --version output version information and exit\n"
14989msgstr ""
14990
0ed2f80b 14991#: term-utils/agetty.c:2198
55032d70
KZ
14992#, c-format
14993msgid "%d user"
14994msgid_plural "%d users"
14995msgstr[0] ""
14996msgstr[1] ""
14997msgstr[2] ""
14998
0ed2f80b 14999#: term-utils/agetty.c:2322
55032d70
KZ
15000#, fuzzy, c-format
15001msgid "checkname failed: %m"
15002msgstr "chown nije uspio: %s"
15003
15004#: term-utils/mesg.c:75
0e768fc4
TK
15005#, c-format
15006msgid " %s [options] [y | n]\n"
15007msgstr ""
15008
e197d438
TK
15009#: term-utils/mesg.c:77
15010#, fuzzy
15011msgid " -v, --verbose explain what is being done\n"
15012msgstr " -V pojasni što program radi\n"
0e768fc4 15013
e197d438 15014#: term-utils/mesg.c:121
0e768fc4
TK
15015msgid "ttyname failed"
15016msgstr ""
15017
e197d438 15018#: term-utils/mesg.c:128
0e768fc4
TK
15019msgid "is y"
15020msgstr ""
15021
e197d438 15022#: term-utils/mesg.c:131
0e768fc4
TK
15023msgid "is n"
15024msgstr ""
15025
e197d438 15026#: term-utils/mesg.c:142 term-utils/mesg.c:148
0e768fc4
TK
15027#, c-format
15028msgid "change %s mode failed"
15029msgstr ""
15030
e197d438 15031#: term-utils/mesg.c:144
0e768fc4
TK
15032msgid "write access to your terminal is allowed"
15033msgstr ""
15034
e197d438 15035#: term-utils/mesg.c:150
0e768fc4
TK
15036msgid "write access to your terminal is denied"
15037msgstr ""
15038
e197d438 15039#: term-utils/mesg.c:153
0e768fc4
TK
15040#, c-format
15041msgid "invalid argument: %s"
15042msgstr ""
15043
0ed2f80b 15044#: term-utils/script.c:133
0e768fc4
TK
15045#, c-format
15046msgid ""
15047"output file `%s' is a link\n"
15048"Use --force if you really want to use it.\n"
15049"Program not started."
15050msgstr ""
15051
0ed2f80b 15052#: term-utils/script.c:143
0e768fc4
TK
15053#, c-format
15054msgid " %s [options] [file]\n"
15055msgstr ""
15056
0ed2f80b 15057#: term-utils/script.c:146
0e768fc4
TK
15058msgid ""
15059" -a, --append append the output\n"
15060" -c, --command <command> run command rather than interactive shell\n"
15061" -e, --return return exit code of the child process\n"
15062" -f, --flush run flush after each write\n"
15063" --force use output file even when it is a link\n"
15064" -q, --quiet be quiet\n"
15065" -t, --timing[=<file>] output timing data to stderr (or to FILE)\n"
15066" -V, --version output version information and exit\n"
15067" -h, --help display this help and exit\n"
15068"\n"
15069msgstr ""
15070
0ed2f80b 15071#: term-utils/script.c:252
0e768fc4
TK
15072#, c-format
15073msgid "Script started, file is %s\n"
15074msgstr ""
15075
0ed2f80b 15076#: term-utils/script.c:440
0e768fc4
TK
15077#, c-format
15078msgid "Script started on %s"
15079msgstr ""
15080
0ed2f80b 15081#: term-utils/script.c:481
0e768fc4
TK
15082msgid "cannot write script file"
15083msgstr ""
15084
0ed2f80b 15085#: term-utils/script.c:580
0e768fc4
TK
15086#, c-format
15087msgid ""
15088"\n"
15089"Script done on %s"
15090msgstr ""
15091
0ed2f80b 15092#: term-utils/script.c:597
0e768fc4
TK
15093#, c-format
15094msgid "Script done, file is %s\n"
15095msgstr ""
15096
0ed2f80b
KZ
15097#: term-utils/script.c:623
15098#, fuzzy
15099msgid "failed to get terminal attributes"
15100msgstr "%s: nisam uspio analizirati fstab"
15101
15102#: term-utils/script.c:630
0e768fc4
TK
15103msgid "openpty failed"
15104msgstr ""
15105
0ed2f80b 15106#: term-utils/script.c:670
0e768fc4
TK
15107msgid "out of pty's"
15108msgstr ""
15109
15110#: term-utils/scriptreplay.c:42
15111#, c-format
15112msgid " %s [-t] timingfile [typescript] [divisor]\n"
15113msgstr ""
15114
15115#: term-utils/scriptreplay.c:46
15116msgid ""
15117" -t, --timing <file> script timing output file\n"
15118" -s, --typescript <file> script terminal session output file\n"
15119" -d, --divisor <num> speed up or slow down execution with time divisor\n"
0ed2f80b 15120" -m, --maxdelay <num> wait at most this many seconds between updates\n"
0e768fc4
TK
15121" -V, --version output version information and exit\n"
15122" -h, --help display this help and exit\n"
15123"\n"
15124msgstr ""
15125
0ed2f80b 15126#: term-utils/scriptreplay.c:66
0e768fc4
TK
15127#, c-format
15128msgid "expected a number, but got '%s'"
15129msgstr ""
15130
0ed2f80b 15131#: term-utils/scriptreplay.c:69 term-utils/scriptreplay.c:73
0e768fc4
TK
15132#, c-format
15133msgid "divisor '%s'"
15134msgstr ""
15135
0ed2f80b 15136#: term-utils/scriptreplay.c:117
0e768fc4
TK
15137msgid "write to stdout failed"
15138msgstr ""
15139
0ed2f80b 15140#: term-utils/scriptreplay.c:123
0e768fc4
TK
15141#, c-format
15142msgid "unexpected end of file on %s"
15143msgstr ""
15144
0ed2f80b 15145#: term-utils/scriptreplay.c:125
0e768fc4
TK
15146#, c-format
15147msgid "failed to read typescript file %s"
15148msgstr ""
15149
0ed2f80b 15150#: term-utils/scriptreplay.c:190
0e768fc4
TK
15151msgid "wrong number of arguments"
15152msgstr ""
15153
0ed2f80b 15154#: term-utils/scriptreplay.c:221
0e768fc4
TK
15155#, c-format
15156msgid "failed to read timing file %s"
15157msgstr ""
15158
0ed2f80b 15159#: term-utils/scriptreplay.c:223
0e768fc4
TK
15160#, c-format
15161msgid "timings file %s: %lu: unexpected format"
15162msgstr ""
15163
0ed2f80b
KZ
15164#: term-utils/setterm.c:191 term-utils/setterm.c:219 term-utils/setterm.c:257
15165#: term-utils/setterm.c:295 term-utils/setterm.c:314 term-utils/setterm.c:323
15166#: term-utils/setterm.c:337 term-utils/setterm.c:371 term-utils/setterm.c:385
15167#, fuzzy, c-format
15168msgid "argument error: %s"
15169msgstr "greška obrade: %s"
15170
15171#: term-utils/setterm.c:217 term-utils/setterm.c:255 term-utils/setterm.c:293
15172#: term-utils/setterm.c:321 term-utils/setterm.c:335 term-utils/setterm.c:346
15173#: term-utils/setterm.c:354 term-utils/setterm.c:369 term-utils/setterm.c:383
15174#: term-utils/setterm.c:396
15175#, fuzzy
15176msgid "argument error"
15177msgstr "greška obrade: %s"
0e768fc4 15178
0ed2f80b
KZ
15179#: term-utils/setterm.c:260
15180#, c-format
15181msgid "argument error: bright %s is not supported"
8b4ccda1
KZ
15182msgstr ""
15183
0ed2f80b
KZ
15184#: term-utils/setterm.c:351
15185#, fuzzy
15186msgid "too many tabs"
15187msgstr "previše argumenata"
15188
15189#: term-utils/setterm.c:405
15190msgid " --term <terminal_name> override TERM environment variable\n"
8b4ccda1
KZ
15191msgstr ""
15192
0ed2f80b
KZ
15193#: term-utils/setterm.c:406
15194#, fuzzy
15195msgid " --reset reset terminal to power on state\n"
15196msgstr " -a samo zbog kompatibilnosti, zanemareno\n"
15197
15198#: term-utils/setterm.c:407
15199#, fuzzy
15200msgid " --initialize display init string, and use default settings\n"
15201msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
15202
15203#: term-utils/setterm.c:408
15204#, fuzzy
15205msgid " --default use default terminal settings\n"
15206msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
15207
15208#: term-utils/setterm.c:409
15209msgid " --store save current terminal settings as default\n"
8b4ccda1
KZ
15210msgstr ""
15211
0ed2f80b
KZ
15212#: term-utils/setterm.c:410
15213msgid " --cursor [on|off] display cursor\n"
8b4ccda1
KZ
15214msgstr ""
15215
0ed2f80b
KZ
15216#: term-utils/setterm.c:411
15217msgid " --repeat [on|off] keyboard repeat\n"
8b4ccda1
KZ
15218msgstr ""
15219
0ed2f80b
KZ
15220#: term-utils/setterm.c:412
15221msgid " --appcursorkeys [on|off] cursor key application mode\n"
8b4ccda1
KZ
15222msgstr ""
15223
0ed2f80b
KZ
15224#: term-utils/setterm.c:413
15225msgid " --linewrap [on|off] continue on a new line when a line is full\n"
8b4ccda1
KZ
15226msgstr ""
15227
0ed2f80b
KZ
15228#: term-utils/setterm.c:414
15229msgid " --inversescreen [on|off] swap colors for the whole screen\n"
8b4ccda1
KZ
15230msgstr ""
15231
0ed2f80b
KZ
15232#: term-utils/setterm.c:415
15233msgid " --foreground [default|color] set foreground color\n"
8b4ccda1
KZ
15234msgstr ""
15235
0ed2f80b
KZ
15236#: term-utils/setterm.c:416
15237msgid " --background [default|color] set background color\n"
8b4ccda1
KZ
15238msgstr ""
15239
0ed2f80b
KZ
15240#: term-utils/setterm.c:417
15241msgid " --ulcolor [bright] [color] set underlined text color\n"
8b4ccda1
KZ
15242msgstr ""
15243
0ed2f80b
KZ
15244#: term-utils/setterm.c:418
15245msgid " --hbcolor [bright] [color] set bold text color\n"
8b4ccda1
KZ
15246msgstr ""
15247
0ed2f80b
KZ
15248#: term-utils/setterm.c:419
15249msgid " [color]: black blue cyan green grey magenta red white yellow\n"
8b4ccda1
KZ
15250msgstr ""
15251
0ed2f80b
KZ
15252#: term-utils/setterm.c:420
15253msgid " --bold [on|off] bold\n"
8b4ccda1
KZ
15254msgstr ""
15255
0ed2f80b
KZ
15256#: term-utils/setterm.c:421
15257msgid " --half-bright [on|off] dim\n"
8b4ccda1
KZ
15258msgstr ""
15259
0ed2f80b
KZ
15260#: term-utils/setterm.c:422
15261msgid " --blink [on|off] blink\n"
8b4ccda1
KZ
15262msgstr ""
15263
0ed2f80b
KZ
15264#: term-utils/setterm.c:423
15265#, fuzzy
15266msgid " --underline [on|off] underline\n"
15267msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
15268
15269#: term-utils/setterm.c:424
15270msgid " --reverse [on|off] swap foreground and background colors\n"
8b4ccda1
KZ
15271msgstr ""
15272
0ed2f80b
KZ
15273#: term-utils/setterm.c:425
15274msgid " --clear [all|rest] clear screen and set cursor position\n"
8b4ccda1
KZ
15275msgstr ""
15276
0ed2f80b
KZ
15277#: term-utils/setterm.c:426
15278msgid " --tabs <number ...> set tab stop positions\n"
8b4ccda1
KZ
15279msgstr ""
15280
0ed2f80b
KZ
15281#: term-utils/setterm.c:427
15282msgid " --clrtabs <number ...> clear tab stop positions\n"
8b4ccda1
KZ
15283msgstr ""
15284
0ed2f80b
KZ
15285#: term-utils/setterm.c:428
15286msgid " --regtabs [1-160] set default tab stop position\n"
8b4ccda1
KZ
15287msgstr ""
15288
0ed2f80b
KZ
15289#: term-utils/setterm.c:429
15290msgid " --blank [0-60|force|poke] set inactivity interval\n"
8b4ccda1
KZ
15291msgstr ""
15292
0ed2f80b
KZ
15293#: term-utils/setterm.c:430
15294msgid " --dump <number> write vcsa<number> console dump to file\n"
8b4ccda1
KZ
15295msgstr ""
15296
0ed2f80b
KZ
15297#: term-utils/setterm.c:431
15298msgid " --append <number> append vcsa<number> console dump\n"
8b4ccda1
KZ
15299msgstr ""
15300
0ed2f80b
KZ
15301#: term-utils/setterm.c:432
15302msgid " --file <file> path to vcsa<number> dump file\n"
8b4ccda1
KZ
15303msgstr ""
15304
0ed2f80b
KZ
15305#: term-utils/setterm.c:433
15306msgid " --msg [on|off] kernel messages to console\n"
8b4ccda1
KZ
15307msgstr ""
15308
0ed2f80b
KZ
15309#: term-utils/setterm.c:434
15310msgid " --msglevel [0-8] kernel console log level\n"
15311msgstr ""
8b4ccda1 15312
0ed2f80b
KZ
15313#: term-utils/setterm.c:435
15314msgid " --powersave [on|vsync|hsync|powerdown|off]\n"
8b4ccda1
KZ
15315msgstr ""
15316
0ed2f80b
KZ
15317#: term-utils/setterm.c:436
15318msgid " set vesa powersaving features\n"
8b4ccda1
KZ
15319msgstr ""
15320
0ed2f80b
KZ
15321#: term-utils/setterm.c:437
15322msgid " --powerdown [0-60] set vesa powerdown interval in minutes\n"
8b4ccda1
KZ
15323msgstr ""
15324
0ed2f80b
KZ
15325#: term-utils/setterm.c:438
15326msgid " --blength [0-2000] duration of the bell in milliseconds\n"
8b4ccda1
KZ
15327msgstr ""
15328
0ed2f80b
KZ
15329#: term-utils/setterm.c:439
15330msgid " --bfreq <number> bell frequency in Hertz\n"
8b4ccda1
KZ
15331msgstr ""
15332
0ed2f80b
KZ
15333#: term-utils/setterm.c:440
15334msgid " --version\n"
8b4ccda1
KZ
15335msgstr ""
15336
0ed2f80b
KZ
15337#: term-utils/setterm.c:441
15338msgid " --help\n"
8b4ccda1
KZ
15339msgstr ""
15340
0ed2f80b
KZ
15341#: term-utils/setterm.c:449
15342msgid "duplicate use of an option"
0e768fc4
TK
15343msgstr ""
15344
0ed2f80b 15345#: term-utils/setterm.c:743
0e768fc4
TK
15346msgid "cannot force blank"
15347msgstr ""
15348
0ed2f80b 15349#: term-utils/setterm.c:748
0e768fc4
TK
15350msgid "cannot force unblank"
15351msgstr ""
15352
0ed2f80b 15353#: term-utils/setterm.c:754
0e768fc4
TK
15354msgid "cannot get blank status"
15355msgstr ""
15356
0ed2f80b 15357#: term-utils/setterm.c:781
0e768fc4
TK
15358#, c-format
15359msgid "can not open dump file %s for output"
15360msgstr ""
15361
0ed2f80b
KZ
15362#: term-utils/setterm.c:824
15363#, c-format
15364msgid "terminal %s does not support %s"
0e768fc4
TK
15365msgstr ""
15366
0ed2f80b
KZ
15367#: term-utils/setterm.c:1000
15368msgid "cannot (un)set powersave mode"
0e768fc4
TK
15369msgstr ""
15370
0ed2f80b
KZ
15371#: term-utils/setterm.c:1019 term-utils/setterm.c:1028
15372msgid "klogctl error"
55032d70
KZ
15373msgstr ""
15374
0ed2f80b 15375#: term-utils/setterm.c:1049
0e768fc4
TK
15376msgid "$TERM is not defined."
15377msgstr ""
15378
0ed2f80b 15379#: term-utils/setterm.c:1056
0e768fc4
TK
15380msgid "terminfo database cannot be found"
15381msgstr ""
15382
0ed2f80b 15383#: term-utils/setterm.c:1058
0e768fc4
TK
15384#, c-format
15385msgid "%s: unknown terminal type"
15386msgstr ""
15387
0ed2f80b 15388#: term-utils/setterm.c:1060
0e768fc4
TK
15389msgid "terminal is hardcopy"
15390msgstr ""
15391
0ed2f80b
KZ
15392#: term-utils/ttymsg.c:81
15393#, fuzzy, c-format
55032d70
KZ
15394msgid "internal error: too many iov's"
15395msgstr "interna greška"
0e768fc4 15396
0ed2f80b 15397#: term-utils/ttymsg.c:94
0e768fc4
TK
15398#, c-format
15399msgid "excessively long line arg"
15400msgstr ""
15401
0ed2f80b
KZ
15402#: term-utils/ttymsg.c:108
15403#, fuzzy, c-format
15404msgid "open failed"
15405msgstr "open nije uspio: %s"
15406
15407#: term-utils/ttymsg.c:147
0e768fc4 15408#, c-format
0ed2f80b 15409msgid "fork: %m"
0e768fc4
TK
15410msgstr ""
15411
0ed2f80b 15412#: term-utils/ttymsg.c:149
0e768fc4 15413#, c-format
0ed2f80b 15414msgid "cannot fork"
0e768fc4
TK
15415msgstr ""
15416
0ed2f80b 15417#: term-utils/ttymsg.c:182
0e768fc4
TK
15418#, c-format
15419msgid "%s: BAD ERROR, message is far too long"
15420msgstr ""
15421
0ed2f80b 15422#: term-utils/wall.c:83
e197d438
TK
15423#, fuzzy, c-format
15424msgid " %s [options] [<file> | <message>]\n"
15425msgstr " %s [opcije] datoteka\n"
15426
0ed2f80b 15427#: term-utils/wall.c:85
e197d438 15428msgid " -n, --nobanner do not print banner, works only for root\n"
0e768fc4
TK
15429msgstr ""
15430
0ed2f80b 15431#: term-utils/wall.c:86
e197d438 15432msgid " -t, --timeout <timeout> write timeout in seconds\n"
0e768fc4
TK
15433msgstr ""
15434
0ed2f80b 15435#: term-utils/wall.c:128
0e768fc4
TK
15436msgid "--nobanner is available only for root"
15437msgstr ""
15438
0ed2f80b 15439#: term-utils/wall.c:133
0e768fc4
TK
15440#, c-format
15441msgid "invalid timeout argument: %s"
15442msgstr ""
15443
0ed2f80b 15444#: term-utils/wall.c:207
0e768fc4
TK
15445msgid "cannot get passwd uid"
15446msgstr ""
15447
0ed2f80b 15448#: term-utils/wall.c:212
0e768fc4
TK
15449msgid "cannot get tty name"
15450msgstr ""
15451
0ed2f80b 15452#: term-utils/wall.c:230
0e768fc4 15453#, c-format
e197d438 15454msgid "Broadcast message from %s@%s (%s) (%s):"
0e768fc4
TK
15455msgstr ""
15456
0ed2f80b 15457#: term-utils/wall.c:265
0e768fc4
TK
15458#, c-format
15459msgid "will not read %s - use stdin."
15460msgstr ""
15461
0ed2f80b 15462#: term-utils/wall.c:304
0e768fc4
TK
15463msgid "fread failed"
15464msgstr ""
15465
55032d70 15466#: term-utils/write.c:82
0e768fc4
TK
15467#, c-format
15468msgid " %s [options] <user> [<ttyname>]\n"
15469msgstr ""
15470
55032d70 15471#: term-utils/write.c:86
0e768fc4
TK
15472msgid ""
15473" -V, --version output version information and exit\n"
15474" -h, --help display this help and exit\n"
15475"\n"
15476msgstr ""
15477
55032d70 15478#: term-utils/write.c:138
0e768fc4
TK
15479msgid "can't find your tty's name"
15480msgstr ""
15481
55032d70 15482#: term-utils/write.c:151
0e768fc4
TK
15483msgid "you have write permission turned off"
15484msgstr ""
15485
55032d70 15486#: term-utils/write.c:169
0e768fc4
TK
15487#, c-format
15488msgid "%s is not logged in on %s"
15489msgstr ""
15490
55032d70 15491#: term-utils/write.c:175
0e768fc4
TK
15492#, c-format
15493msgid "%s has messages disabled on %s"
15494msgstr ""
15495
55032d70 15496#: term-utils/write.c:270
0e768fc4
TK
15497#, c-format
15498msgid "%s is not logged in"
15499msgstr ""
15500
55032d70 15501#: term-utils/write.c:277
0e768fc4
TK
15502#, c-format
15503msgid "%s has messages disabled"
15504msgstr ""
15505
55032d70 15506#: term-utils/write.c:279
0e768fc4
TK
15507#, c-format
15508msgid "%s is logged in more than once; writing to %s"
15509msgstr ""
15510
e197d438 15511#: term-utils/write.c:328
0e768fc4
TK
15512#, c-format
15513msgid "tty path %s too long"
15514msgstr ""
15515
e197d438 15516#: term-utils/write.c:346
0e768fc4
TK
15517#, c-format
15518msgid "Message from %s@%s (as %s) on %s at %s ..."
15519msgstr ""
15520
e197d438 15521#: term-utils/write.c:349
0e768fc4
TK
15522#, c-format
15523msgid "Message from %s@%s on %s at %s ..."
15524msgstr ""
15525
e197d438 15526#: term-utils/write.c:377
0e768fc4
TK
15527msgid "carefulputc failed"
15528msgstr ""
15529
15530#: text-utils/col.c:125
15531#, c-format
15532msgid ""
15533"\n"
15534"Options:\n"
15535" -b, --no-backspaces do not output backspaces\n"
15536" -f, --fine permit forward half line feeds\n"
15537" -p, --pass pass unknown control sequences\n"
15538" -h, --tabs convert spaces to tabs\n"
15539" -x, --spaces convert tabs to spaces\n"
15540" -l, --lines NUM buffer at least NUM lines\n"
15541" -V, --version output version information and exit\n"
15542" -H, --help display this help and exit\n"
15543"\n"
15544msgstr ""
15545
15546#: text-utils/col.c:136 text-utils/colrm.c:67
15547#, c-format
15548msgid ""
15549"%s reads from standard input and writes to standard output\n"
15550"\n"
15551msgstr ""
15552
0e768fc4
TK
15553#: text-utils/col.c:199
15554msgid "bad -l argument"
15555msgstr ""
15556
15557#: text-utils/col.c:324
15558#, c-format
15559msgid "warning: can't back up %s."
15560msgstr ""
15561
15562#: text-utils/col.c:325
15563msgid "past first line"
15564msgstr ""
15565
15566#: text-utils/col.c:325
15567msgid "-- line already flushed"
15568msgstr ""
15569
55032d70 15570#: text-utils/colcrt.c:315
0e768fc4
TK
15571#, c-format
15572msgid ""
15573"\n"
15574"Usage:\n"
15575" %s [options] [file ...]\n"
15576msgstr ""
15577
55032d70 15578#: text-utils/colcrt.c:319
0e768fc4
TK
15579#, c-format
15580msgid ""
15581" -, --no-underlining suppress all underlining\n"
15582" -2, --half-lines print all half-lines\n"
15583" -V, --version output version information and exit\n"
15584" -h, --help display this help and exit\n"
15585"\n"
15586msgstr ""
15587
15588#: text-utils/colrm.c:59
15589#, c-format
15590msgid ""
15591"\n"
15592"Usage:\n"
15593" %s [startcol [endcol]]\n"
15594msgstr ""
15595
15596#: text-utils/colrm.c:63
15597#, c-format
15598msgid ""
15599"\n"
15600"Options:\n"
15601" -V, --version output version information and exit\n"
15602" -h, --help display this help and exit\n"
15603"\n"
15604msgstr ""
15605
15606#: text-utils/colrm.c:185
15607msgid "first argument"
15608msgstr ""
15609
15610#: text-utils/colrm.c:187
15611msgid "second argument"
15612msgstr ""
15613
55032d70
KZ
15614#: text-utils/column.c:92
15615#, fuzzy, c-format
e197d438 15616msgid " %s [options] [<file>...]\n"
55032d70
KZ
15617msgstr " %s [opcije] datoteka\n"
15618
15619#: text-utils/column.c:94
15620msgid " -c, --columns <width> width of output in number of characters\n"
0e768fc4
TK
15621msgstr ""
15622
15623#: text-utils/column.c:95
55032d70 15624msgid " -t, --table create a table\n"
0e768fc4
TK
15625msgstr ""
15626
55032d70
KZ
15627#: text-utils/column.c:96
15628msgid " -s, --separator <string> possible table delimiters\n"
15629msgstr ""
15630
15631#: text-utils/column.c:97
6249b53a 15632msgid ""
e197d438 15633" -o, --output-separator <string>\n"
0ed2f80b 15634" columns separator for table output; default is two spaces\n"
55032d70
KZ
15635msgstr ""
15636
15637#: text-utils/column.c:99
15638msgid " -x, --fillrows fill rows before columns\n"
0e768fc4
TK
15639msgstr ""
15640
55032d70 15641#: text-utils/column.c:156
0e768fc4
TK
15642msgid "invalid columns argument"
15643msgstr ""
15644
0ed2f80b 15645#: text-utils/column.c:392
0e768fc4
TK
15646#, c-format
15647msgid "line %d is too long, output will be truncated"
15648msgstr ""
15649
0ed2f80b 15650#: text-utils/hexdump.c:155 text-utils/more.c:319
e197d438 15651#, fuzzy, c-format
8892b2f9 15652msgid " %s [options] <file>...\n"
e197d438
TK
15653msgstr " %s [opcije] datoteka\n"
15654
0ed2f80b 15655#: text-utils/hexdump.c:157
e197d438 15656msgid " -b, --one-byte-octal one-byte octal display\n"
0e768fc4
TK
15657msgstr ""
15658
0ed2f80b 15659#: text-utils/hexdump.c:158
e197d438
TK
15660msgid " -c, --one-byte-char one-byte character display\n"
15661msgstr ""
15662
0ed2f80b 15663#: text-utils/hexdump.c:159
e197d438
TK
15664msgid " -C, --canonical canonical hex+ASCII display\n"
15665msgstr ""
15666
0ed2f80b 15667#: text-utils/hexdump.c:160
e197d438
TK
15668msgid " -d, --two-bytes-decimal two-byte decimal display\n"
15669msgstr ""
15670
0ed2f80b 15671#: text-utils/hexdump.c:161
e197d438
TK
15672msgid " -o, --two-bytes-octal two-byte octal display\n"
15673msgstr ""
15674
0ed2f80b 15675#: text-utils/hexdump.c:162
e197d438
TK
15676msgid " -x, --two-bytes-hex two-byte hexadecimal display\n"
15677msgstr ""
15678
0ed2f80b
KZ
15679#: text-utils/hexdump.c:163
15680msgid " -L, --color[=<mode>] interpret color formatting specifiers\n"
15681msgstr ""
15682
15683#: text-utils/hexdump.c:164
15684msgid " -e, --format <format> format string to be used for displaying data\n"
e197d438
TK
15685msgstr ""
15686
0ed2f80b 15687#: text-utils/hexdump.c:165
e197d438
TK
15688msgid " -f, --format-file <file> file that contains format strings\n"
15689msgstr ""
15690
0ed2f80b 15691#: text-utils/hexdump.c:166
e197d438
TK
15692msgid " -n, --length <length> interpret only length bytes of input\n"
15693msgstr ""
15694
0ed2f80b 15695#: text-utils/hexdump.c:167
e197d438
TK
15696msgid " -s, --skip <offset> skip offset bytes from the beginning\n"
15697msgstr ""
15698
0ed2f80b 15699#: text-utils/hexdump.c:168
e197d438 15700msgid " -v, --no-squeezing output identical lines\n"
0e768fc4
TK
15701msgstr ""
15702
0ed2f80b
KZ
15703#: text-utils/hexdump.c:196
15704msgid "calling hexdump as od has been deprecated in favour to GNU coreutils od."
15705msgstr ""
15706
15707#: text-utils/hexdump-display.c:365
15708msgid "all input file arguments failed"
15709msgstr ""
15710
15711#: text-utils/hexdump-parse.c:55
0e768fc4 15712#, c-format
0ed2f80b 15713msgid "bad byte count for conversion character %s"
0e768fc4
TK
15714msgstr ""
15715
0ed2f80b 15716#: text-utils/hexdump-parse.c:60
0e768fc4 15717#, c-format
0ed2f80b
KZ
15718msgid "%%s requires a precision or a byte count"
15719msgstr ""
15720
15721#: text-utils/hexdump-parse.c:65
15722#, c-format
15723msgid "bad format {%s}"
15724msgstr ""
15725
15726#: text-utils/hexdump-parse.c:70
15727#, c-format
15728msgid "bad conversion character %%%s"
15729msgstr ""
15730
15731#: text-utils/hexdump-parse.c:434
15732msgid "byte count with multiple conversion characters"
15733msgstr ""
15734
15735#: text-utils/more.c:321
15736#, fuzzy
15737msgid " -d display help instead of ringing bell\n"
15738msgstr " -? prikaži ovu pomoć i izađi\n"
15739
15740#: text-utils/more.c:322
15741msgid " -f count logical rather than screen lines\n"
15742msgstr ""
15743
15744#: text-utils/more.c:323
15745msgid " -l suppress pause after form feed\n"
15746msgstr ""
15747
15748#: text-utils/more.c:324
15749msgid " -c do not scroll, display text and clean line ends\n"
15750msgstr ""
15751
15752#: text-utils/more.c:325
15753#, fuzzy
15754msgid " -p do not scroll, clean screen and display text\n"
15755msgstr " -T ne prikazuj naslov pri pokretanju\n"
15756
15757#: text-utils/more.c:326
15758#, fuzzy
15759msgid " -s squeeze multiple blank lines into one\n"
15760msgstr " -V pojasni što program radi\n"
15761
15762#: text-utils/more.c:327
15763msgid " -u suppress underlining\n"
15764msgstr ""
15765
15766#: text-utils/more.c:328
15767#, fuzzy
15768msgid " -<number> the number of lines per screenful\n"
15769msgstr " -x, --sectors prikaži broj i veličinu sektora\n"
15770
15771#: text-utils/more.c:329
15772msgid " +<number> display file beginning from line number\n"
15773msgstr ""
15774
15775#: text-utils/more.c:330
15776msgid " +/<string> display file beginning from search string match\n"
0e768fc4
TK
15777msgstr ""
15778
0ed2f80b
KZ
15779#: text-utils/more.c:331
15780#, fuzzy
15781msgid " -V display version information and exit\n"
15782msgstr " -? prikaži ovu pomoć i izađi\n"
15783
15784#: text-utils/more.c:574
0e768fc4
TK
15785#, c-format
15786msgid "unknown option -%s"
15787msgstr ""
15788
0ed2f80b 15789#: text-utils/more.c:598
0e768fc4
TK
15790#, c-format
15791msgid ""
15792"\n"
15793"*** %s: directory ***\n"
15794"\n"
15795msgstr ""
15796
0ed2f80b 15797#: text-utils/more.c:640
0e768fc4
TK
15798#, c-format
15799msgid ""
15800"\n"
15801"******** %s: Not a text file ********\n"
15802"\n"
15803msgstr ""
15804
55032d70 15805#: text-utils/more.c:735
0e768fc4
TK
15806#, c-format
15807msgid "[Use q or Q to quit]"
15808msgstr ""
15809
e197d438 15810#: text-utils/more.c:806
0e768fc4
TK
15811#, c-format
15812msgid "--More--"
15813msgstr ""
15814
e197d438 15815#: text-utils/more.c:808
0e768fc4
TK
15816#, c-format
15817msgid "(Next file: %s)"
15818msgstr ""
15819
e197d438 15820#: text-utils/more.c:816
0e768fc4
TK
15821#, c-format
15822msgid "[Press space to continue, 'q' to quit.]"
15823msgstr ""
15824
e197d438 15825#: text-utils/more.c:1236
0e768fc4
TK
15826#, c-format
15827msgid "...back %d pages"
15828msgstr ""
15829
e197d438 15830#: text-utils/more.c:1238
0e768fc4
TK
15831msgid "...back 1 page"
15832msgstr ""
15833
e197d438 15834#: text-utils/more.c:1285
0e768fc4
TK
15835msgid "...skipping one line"
15836msgstr ""
15837
e197d438 15838#: text-utils/more.c:1287
0e768fc4
TK
15839#, c-format
15840msgid "...skipping %d lines"
15841msgstr ""
15842
e197d438 15843#: text-utils/more.c:1323
0e768fc4
TK
15844msgid ""
15845"\n"
15846"***Back***\n"
15847"\n"
15848msgstr ""
15849
e197d438 15850#: text-utils/more.c:1338
0e768fc4
TK
15851msgid "No previous regular expression"
15852msgstr ""
15853
e197d438 15854#: text-utils/more.c:1368
0e768fc4
TK
15855msgid ""
15856"\n"
0ed2f80b 15857"Most commands optionally preceded by integer argument k. Defaults in brackets.\n"
0e768fc4
TK
15858"Star (*) indicates argument becomes new default.\n"
15859msgstr ""
15860
e197d438 15861#: text-utils/more.c:1375
0e768fc4
TK
15862msgid ""
15863"<space> Display next k lines of text [current screen size]\n"
15864"z Display next k lines of text [current screen size]*\n"
15865"<return> Display next k lines of text [1]*\n"
15866"d or ctrl-D Scroll k lines [current scroll size, initially 11]*\n"
15867"q or Q or <interrupt> Exit from more\n"
15868"s Skip forward k lines of text [1]\n"
15869"f Skip forward k screenfuls of text [1]\n"
15870"b or ctrl-B Skip backwards k screenfuls of text [1]\n"
15871"' Go to place where previous search started\n"
15872"= Display current line number\n"
15873"/<regular expression> Search for kth occurrence of regular expression [1]\n"
15874"n Search for kth occurrence of last r.e [1]\n"
15875"!<cmd> or :!<cmd> Execute <cmd> in a subshell\n"
15876"v Start up /usr/bin/vi at current line\n"
15877"ctrl-L Redraw screen\n"
15878":n Go to kth next file [1]\n"
15879":p Go to kth previous file [1]\n"
15880":f Display current file name and line number\n"
15881". Repeat previous command\n"
15882msgstr ""
15883
e197d438 15884#: text-utils/more.c:1448 text-utils/more.c:1454
0e768fc4
TK
15885#, c-format
15886msgid "[Press 'h' for instructions.]"
15887msgstr ""
15888
e197d438 15889#: text-utils/more.c:1485
0e768fc4
TK
15890#, c-format
15891msgid "\"%s\" line %d"
15892msgstr ""
15893
e197d438 15894#: text-utils/more.c:1487
0e768fc4
TK
15895#, c-format
15896msgid "[Not a file] line %d"
15897msgstr ""
15898
e197d438 15899#: text-utils/more.c:1569
0e768fc4
TK
15900msgid " Overflow\n"
15901msgstr ""
15902
e197d438 15903#: text-utils/more.c:1616
0e768fc4
TK
15904msgid "...skipping\n"
15905msgstr ""
15906
e197d438 15907#: text-utils/more.c:1650
0e768fc4
TK
15908msgid ""
15909"\n"
15910"Pattern not found\n"
15911msgstr ""
15912
e197d438 15913#: text-utils/more.c:1655 text-utils/pg.c:1015 text-utils/pg.c:1161
0e768fc4
TK
15914msgid "Pattern not found"
15915msgstr ""
15916
e197d438 15917#: text-utils/more.c:1701
0e768fc4
TK
15918msgid "exec failed\n"
15919msgstr ""
15920
e197d438 15921#: text-utils/more.c:1715
0e768fc4
TK
15922msgid "can't fork\n"
15923msgstr ""
15924
e197d438 15925#: text-utils/more.c:1749
0e768fc4
TK
15926msgid ""
15927"\n"
15928"...Skipping "
15929msgstr ""
15930
e197d438 15931#: text-utils/more.c:1753
0e768fc4
TK
15932msgid "...Skipping to file "
15933msgstr ""
15934
e197d438 15935#: text-utils/more.c:1755
0e768fc4
TK
15936msgid "...Skipping back to file "
15937msgstr ""
15938
e197d438 15939#: text-utils/more.c:2040
0e768fc4
TK
15940msgid "Line too long"
15941msgstr ""
15942
e197d438 15943#: text-utils/more.c:2077
0e768fc4
TK
15944msgid "No previous command to substitute for"
15945msgstr ""
15946
55032d70 15947#: text-utils/pg.c:136
0e768fc4
TK
15948msgid ""
15949"-------------------------------------------------------\n"
15950" h this screen\n"
15951" q or Q quit program\n"
15952" <newline> next page\n"
15953" f skip a page forward\n"
15954" d or ^D next halfpage\n"
15955" l next line\n"
15956" $ last page\n"
15957" /regex/ search forward for regex\n"
15958" ?regex? or ^regex^ search backward for regex\n"
15959" . or ^L redraw screen\n"
15960" w or z set page size and go to next page\n"
15961" s filename save current file to filename\n"
15962" !command shell escape\n"
15963" p go to previous file\n"
15964" n go to next file\n"
15965"\n"
15966"Many commands accept preceding numbers, for example:\n"
0ed2f80b 15967"+1<newline> (next page); -1<newline> (previous page); 1<newline> (first page).\n"
0e768fc4
TK
15968"\n"
15969"See pg(1) for more information.\n"
15970"-------------------------------------------------------\n"
15971msgstr ""
15972
55032d70 15973#: text-utils/pg.c:214
0e768fc4
TK
15974#, c-format
15975msgid " %s [options] [+line] [+/pattern/] [files]\n"
15976msgstr ""
15977
55032d70 15978#: text-utils/pg.c:217
0e768fc4
TK
15979msgid " -number lines per page\n"
15980msgstr ""
15981
55032d70 15982#: text-utils/pg.c:218
0e768fc4
TK
15983msgid " -c clear screen before displaying\n"
15984msgstr ""
15985
55032d70 15986#: text-utils/pg.c:219
0e768fc4
TK
15987msgid " -e do not pause at end of a file\n"
15988msgstr ""
15989
55032d70 15990#: text-utils/pg.c:220
0e768fc4
TK
15991msgid " -f do not split long lines\n"
15992msgstr ""
15993
55032d70 15994#: text-utils/pg.c:221
0e768fc4
TK
15995msgid " -n terminate command with new line\n"
15996msgstr ""
15997
55032d70 15998#: text-utils/pg.c:222
0e768fc4
TK
15999msgid " -p <prompt> specify prompt\n"
16000msgstr ""
16001
55032d70 16002#: text-utils/pg.c:223
0e768fc4
TK
16003msgid " -r disallow shell escape\n"
16004msgstr ""
16005
55032d70 16006#: text-utils/pg.c:224
0e768fc4
TK
16007msgid " -s print messages to stdout\n"
16008msgstr ""
16009
55032d70 16010#: text-utils/pg.c:225
0e768fc4
TK
16011msgid " +number start at the given line\n"
16012msgstr ""
16013
55032d70 16014#: text-utils/pg.c:226
0e768fc4
TK
16015msgid " +/pattern/ start at the line containing pattern\n"
16016msgstr ""
16017
e197d438 16018#: text-utils/pg.c:238
55032d70
KZ
16019#, fuzzy, c-format
16020msgid "option requires an argument -- %s"
16021msgstr "%s zahtijeva argument"
0e768fc4 16022
e197d438 16023#: text-utils/pg.c:244
0e768fc4 16024#, c-format
55032d70 16025msgid "illegal option -- %s"
0e768fc4
TK
16026msgstr ""
16027
e197d438 16028#: text-utils/pg.c:347
0e768fc4
TK
16029msgid "...skipping forward\n"
16030msgstr ""
16031
e197d438 16032#: text-utils/pg.c:349
0e768fc4
TK
16033msgid "...skipping backward\n"
16034msgstr ""
16035
e197d438 16036#: text-utils/pg.c:365
0e768fc4
TK
16037msgid "No next file"
16038msgstr ""
16039
e197d438 16040#: text-utils/pg.c:369
0e768fc4
TK
16041msgid "No previous file"
16042msgstr ""
16043
e197d438 16044#: text-utils/pg.c:871
55032d70
KZ
16045#, fuzzy, c-format
16046msgid "Read error from %s file"
16047msgstr "greška čitanja na %s"
0e768fc4 16048
e197d438 16049#: text-utils/pg.c:874
0e768fc4 16050#, c-format
55032d70 16051msgid "Unexpected EOF in %s file"
0e768fc4
TK
16052msgstr ""
16053
e197d438 16054#: text-utils/pg.c:876
55032d70
KZ
16055#, fuzzy, c-format
16056msgid "Unknown error in %s file"
16057msgstr "Nepoznata naredba: %s"
0e768fc4 16058
e197d438 16059#: text-utils/pg.c:929
55032d70
KZ
16060#, fuzzy
16061msgid "Cannot create tempfile"
16062msgstr "ne mogu pristupiti datoteci %s"
0e768fc4 16063
e197d438 16064#: text-utils/pg.c:938 text-utils/pg.c:1102 text-utils/pg.c:1128
0e768fc4
TK
16065msgid "RE error: "
16066msgstr ""
16067
e197d438 16068#: text-utils/pg.c:1085
0e768fc4
TK
16069msgid "(EOF)"
16070msgstr ""
16071
e197d438 16072#: text-utils/pg.c:1110 text-utils/pg.c:1136
0e768fc4
TK
16073msgid "No remembered search string"
16074msgstr ""
16075
e197d438 16076#: text-utils/pg.c:1191
0e768fc4
TK
16077msgid "cannot open "
16078msgstr ""
16079
e197d438 16080#: text-utils/pg.c:1243
0e768fc4
TK
16081msgid "saved"
16082msgstr ""
16083
e197d438 16084#: text-utils/pg.c:1333
0e768fc4
TK
16085msgid ": !command not allowed in rflag mode.\n"
16086msgstr ""
16087
e197d438 16088#: text-utils/pg.c:1368
0e768fc4
TK
16089msgid "fork() failed, try again later\n"
16090msgstr ""
16091
e197d438 16092#: text-utils/pg.c:1456
55032d70
KZ
16093msgid "(Next file: "
16094msgstr ""
16095
e197d438 16096#: text-utils/pg.c:1522
0e768fc4
TK
16097#, c-format
16098msgid "%s %s Copyright (c) 2000-2001 Gunnar Ritter. All rights reserved.\n"
16099msgstr ""
16100
e197d438 16101#: text-utils/pg.c:1575 text-utils/pg.c:1648
55032d70 16102msgid "failed to parse number of lines per page"
0e768fc4
TK
16103msgstr ""
16104
16105#: text-utils/rev.c:77
16106#, c-format
16107msgid "Usage: %s [options] [file ...]\n"
16108msgstr ""
16109
16110#: text-utils/rev.c:80
16111#, c-format
16112msgid ""
16113"\n"
16114"Options:\n"
16115" -V, --version output version information and exit\n"
16116" -h, --help display this help and exit\n"
16117msgstr ""
16118
16119#: text-utils/rev.c:84
16120#, c-format
16121msgid ""
16122"\n"
16123"For more information see rev(1).\n"
16124msgstr ""
16125
55032d70 16126#: text-utils/tailf.c:114
0e768fc4
TK
16127#, c-format
16128msgid "incomplete write to \"%s\" (written %zd, expected %zd)\n"
16129msgstr ""
16130
55032d70 16131#: text-utils/tailf.c:160
0e768fc4
TK
16132#, c-format
16133msgid "%s: cannot add inotify watch (limit of inotify watches was reached)."
16134msgstr ""
16135
55032d70 16136#: text-utils/tailf.c:197
0e768fc4
TK
16137#, c-format
16138msgid ""
16139"\n"
16140"Usage:\n"
16141" %s [option] file\n"
16142msgstr ""
16143
55032d70 16144#: text-utils/tailf.c:202
0e768fc4
TK
16145#, c-format
16146msgid ""
16147"\n"
16148"Options:\n"
16149" -n, --lines NUMBER output the last NUMBER lines\n"
16150" -NUMBER same as `-n NUMBER'\n"
16151" -V, --version output version information and exit\n"
16152" -h, --help display this help and exit\n"
16153"\n"
16154msgstr ""
16155
55032d70 16156#: text-utils/tailf.c:220 text-utils/tailf.c:261
0e768fc4
TK
16157msgid "failed to parse number of lines"
16158msgstr ""
16159
55032d70 16160#: text-utils/tailf.c:274
0e768fc4
TK
16161msgid "no input file specified"
16162msgstr ""
16163
16164#: text-utils/ul.c:136
8b4ccda1
KZ
16165#, fuzzy, c-format
16166msgid " %s [options] [<file> ...]\n"
16167msgstr " %s [opcije] datoteka\n"
16168
16169#: text-utils/ul.c:139
16170msgid " -t, -T, --terminal TERMINAL override the TERM environment variable\n"
0e768fc4
TK
16171msgstr ""
16172
16173#: text-utils/ul.c:140
0ed2f80b 16174msgid " -i, --indicated underlining is indicated via a separate line\n"
0e768fc4
TK
16175msgstr ""
16176
8b4ccda1 16177#: text-utils/ul.c:211
0e768fc4
TK
16178msgid "trouble reading terminfo"
16179msgstr ""
16180
8b4ccda1 16181#: text-utils/ul.c:216
0e768fc4
TK
16182#, c-format
16183msgid "terminal `%s' is not known, defaulting to `dumb'"
16184msgstr ""
16185
8b4ccda1 16186#: text-utils/ul.c:312
0e768fc4
TK
16187#, c-format
16188msgid "unknown escape sequence in input: %o, %o"
16189msgstr ""
16190
e197d438 16191#: text-utils/ul.c:647
0e768fc4
TK
16192msgid "Input line too long."
16193msgstr ""
e197d438 16194
0ed2f80b
KZ
16195#~ msgid "compiled without -x support"
16196#~ msgstr "kompajlirano bez podrške za -x"
16197
16198#, fuzzy
16199#~ msgid "write failed\n"
16200#~ msgstr "write nije uspio: %s"
16201
16202#, fuzzy
16203#~ msgid " --help display this help and exit\n"
16204#~ msgstr " -? prikaži ovu pomoć i izađi\n"
16205
16206#, fuzzy
16207#~ msgid "Sec"
16208#~ msgstr "Postavi"
16209
16210#, fuzzy
16211#~ msgid "Blocks "
16212#~ msgstr "Blokovi: %lld\n"
16213
16214#, fuzzy
16215#~ msgid "mount: failed to use %s device"
16216#~ msgstr "ne mogu vratiti unatrag swap-uređaj"
16217
16218#, fuzzy
16219#~ msgid "%s: failed to determine source"
16220#~ msgstr "%s: nisam uspio analizirati fstab"
16221
16222#, fuzzy
16223#~ msgid " -file dumpfilename\n"
16224#~ msgstr " -l ispiši sve datoteke\n"
16225
ad3e09b2
KZ
16226#~ msgid "waidpid failed"
16227#~ msgstr "waidpid nije uspio"
16228
8892b2f9
KZ
16229#~ msgid "set blocksize"
16230#~ msgstr "postavi veličinu bloka"
16231
16232#~ msgid "failed to read: %s"
16233#~ msgstr "nisam uspio čitati: %s"
16234
16235#~ msgid "read failed: %s"
16236#~ msgstr "čitanje nije uspjelo: %s"
16237
8892b2f9
KZ
16238#~ msgid "one bad block\n"
16239#~ msgstr "jedan neispravni blok\n"
16240
16241#, fuzzy
16242#~ msgid " %s [options] device\n"
16243#~ msgstr " %s [opcije] <uređaj>\n"
16244
8892b2f9
KZ
16245#, fuzzy
16246#~ msgid "read failed %s"
16247#~ msgstr "čitanje nije uspjelo: %s"
16248
16249#, fuzzy
16250#~ msgid "seek failed %s"
16251#~ msgstr "seek nije uspio: %s"
16252
8892b2f9
KZ
16253#, fuzzy
16254#~ msgid "seek failed: %d"
16255#~ msgstr "seek nije uspio: %s"
16256
16257#, fuzzy
16258#~ msgid "write failed: %d"
16259#~ msgstr "write nije uspio: %s"
16260
d0992120
KZ
16261#, fuzzy
16262#~ msgid "cannot allocate"
16263#~ msgstr "ne mogu otvoriti %s"
16264
e197d438
TK
16265#~ msgid "usage:\n"
16266#~ msgstr "uporaba:\n"
16267
16268#~ msgid "\tNOTE: elvtune only works with 2.4 kernels\n"
16269#~ msgstr "\tNAPOMENA: elvtune radi samo s jezgrama 2.4\n"
16270
16271#~ msgid "missing blockdevice, use -h for help\n"
16272#~ msgstr "nedostaje blokovski uređaj, koristite -h za pomoć\n"
16273
16274#~ msgid ""
16275#~ "\n"
16276#~ "elvtune is only useful on older kernels;\n"
16277#~ "for 2.6 use IO scheduler sysfs tunables instead..\n"
16278#~ msgstr ""
16279#~ "\n"
16280#~ "elvtune je koristan samo na starim jezgrama,\n"
16281#~ "umjesto njega koristite IO scheduler sysfs tunables za 2.6.\n"
16282
16283#~ msgid "edition number argument failed"
16284#~ msgstr "neispravan argument broja izdanja"
16285
16286#, fuzzy
16287#~ msgid " %s [options] -u <USER> COMMAND\n"
16288#~ msgstr " %s [opcije] <uređaj>\n"
16289
16290#, fuzzy
16291#~ msgid "crypt failed: %m\n"
16292#~ msgstr "pisanje nije uspjelo: %s"