forked from mmalecki/util-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathru.po
21192 lines (17056 loc) · 540 KB
/
ru.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Translation of util-linux-2.13-pre7.po to Russian
# Copyright (C) 2003 Free Software Foundation Inc.
# This file is put in the public domain.
#
# Pavel Maryanov <[email protected]>, 2003, 2004, 2005, 2006.
msgid ""
msgstr ""
"Project-Id-Version: util-linux 2.13-pre7\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2013-10-21 13:14+0200\n"
"PO-Revision-Date: 2006-03-07 12:42+0200\n"
"Last-Translator: Pavel Maryanov <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=KOI8-R\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: disk-utils/addpart.c:14
#, c-format
msgid " %s <disk device> <partition number> <start> <length>\n"
msgstr ""
#: disk-utils/addpart.c:52 disk-utils/blockdev.c:275 disk-utils/blockdev.c:419
#: disk-utils/blockdev.c:444 disk-utils/delpart.c:53 disk-utils/fdformat.c:62
#: disk-utils/fdformat.c:154 disk-utils/fsck.c:1375
#: disk-utils/fsck.cramfs.c:150 disk-utils/fsck.cramfs.c:511
#: disk-utils/isosize.c:134 disk-utils/mkfs.bfs.c:187
#: disk-utils/mkfs.cramfs.c:164 disk-utils/mkfs.cramfs.c:666
#: disk-utils/mkfs.cramfs.c:791 disk-utils/mkfs.minix.c:753
#: disk-utils/partx.c:933 disk-utils/resizepart.c:97
#: disk-utils/swaplabel.c:105 fdisks/cfdisk.c:1831 fdisks/cfdisk.c:1953
#: fdisks/cfdisk.c:2041 fdisks/fdisk.c:333 fdisks/fdisk.c:349
#: fdisks/fdisk.c:383 fdisks/fdisk.c:536 libfdisk/src/bsd.c:522 lib/path.c:60
#: lib/path.c:72 login-utils/islocal.c:87 login-utils/last.c:613
#: login-utils/last-deprecated.c:245 login-utils/sulogin.c:399
#: login-utils/sulogin.c:437 login-utils/utmpdump.c:125
#: login-utils/utmpdump.c:344 login-utils/utmpdump.c:366
#: login-utils/vipw.c:265 login-utils/vipw.c:283 misc-utils/findmnt.c:1019
#: misc-utils/mcookie.c:145 misc-utils/mcookie.c:181 misc-utils/uuidd.c:221
#: sys-utils/blkdiscard.c:135 sys-utils/cytune.c:178 sys-utils/cytune.c:404
#: sys-utils/cytune.c:418 sys-utils/cytune.c:434 sys-utils/dmesg.c:515
#: sys-utils/eject.c:510 sys-utils/eject.c:711 sys-utils/fallocate.c:153
#: sys-utils/fsfreeze.c:124 sys-utils/fstrim.c:142 sys-utils/hwclock.c:265
#: sys-utils/hwclock-cmos.c:632 sys-utils/hwclock-rtc.c:162
#: sys-utils/hwclock-rtc.c:256 sys-utils/hwclock-rtc.c:414
#: sys-utils/hwclock-rtc.c:435 sys-utils/hwclock-rtc.c:482
#: sys-utils/ldattach.c:290 sys-utils/nsenter.c:112 sys-utils/rtcwake.c:106
#: sys-utils/rtcwake.c:265 sys-utils/rtcwake.c:525 sys-utils/setpriv.c:224
#: sys-utils/setpriv.c:521 sys-utils/setpriv.c:544 sys-utils/swapon.c:322
#: sys-utils/swapon.c:488 sys-utils/switch_root.c:158 sys-utils/wdctl.c:310
#: sys-utils/wdctl.c:366 term-utils/script.c:208 term-utils/script.c:233
#: term-utils/script.c:568 term-utils/scriptreplay.c:197
#: term-utils/scriptreplay.c:200 term-utils/wall.c:268 text-utils/rev.c:141
#: text-utils/tailf.c:61 text-utils/tailf.c:98 text-utils/ul.c:232
#, c-format
msgid "cannot open %s"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s"
#: disk-utils/addpart.c:55 disk-utils/delpart.c:56 disk-utils/resizepart.c:94
#, fuzzy
msgid "invalid partition number argument"
msgstr "ÎÅ×ÅÒÎÙÊ id"
#: disk-utils/addpart.c:56
#, fuzzy
msgid "invalid start argument"
msgstr "ÎÅ×ÅÒÎÙÊ id"
#: disk-utils/addpart.c:57 disk-utils/resizepart.c:104
#, fuzzy
msgid "invalid length argument"
msgstr "ÎÅ×ÅÒÎÙÊ id"
#: disk-utils/addpart.c:58
#, fuzzy
msgid "failed to add partition"
msgstr "ÐÅÒÅÞÉÔÁÔØ ÔÁÂÌÉÃÕ ÒÁÚÄÅÌÏ×"
#: disk-utils/blockdev.c:62
msgid "set read-only"
msgstr "ÕÓÔÁÎÏ×ÉÔØ ÔÏÌØËÏ ÄÌÑ ÞÔÅÎÉÑ"
#: disk-utils/blockdev.c:69
msgid "set read-write"
msgstr "ÕÓÔÁÎÏ×ÉÔØ ÞÔÅÎÉÅ-ÚÁÐÉÓØ"
#: disk-utils/blockdev.c:75
msgid "get read-only"
msgstr "ÐÏÌÕÞÉÔØ ÔÏÌØËÏ ÄÌÑ ÞÔÅÎÉÑ"
#: disk-utils/blockdev.c:81
msgid "get discard zeroes support status"
msgstr ""
#: disk-utils/blockdev.c:87
#, fuzzy
msgid "get logical block (sector) size"
msgstr "ÐÏÌÕÞÉÔØ ÒÁÚÍÅÒ ÓÅËÔÏÒÁ"
#: disk-utils/blockdev.c:93
#, fuzzy
msgid "get physical block (sector) size"
msgstr "ÐÏÌÕÞÉÔØ ÒÁÚÍÅÒ ÓÅËÔÏÒÁ"
#: disk-utils/blockdev.c:99
msgid "get minimum I/O size"
msgstr ""
#: disk-utils/blockdev.c:105
msgid "get optimal I/O size"
msgstr ""
#: disk-utils/blockdev.c:111
#, fuzzy
msgid "get alignment offset in bytes"
msgstr "ÎÅ×ÅÒÎÙÊ ÒÁÚÍÅÒ inode"
#: disk-utils/blockdev.c:117
#, fuzzy
msgid "get max sectors per request"
msgstr "äÏÐÏÌÎÉÔÅÌØÎÙÅ ÓÅËÔÏÒÙ ÎÁ ÃÉÌÉÎÄÒ"
#: disk-utils/blockdev.c:123
msgid "get blocksize"
msgstr "ÐÏÌÕÞÉÔØ ÒÁÚÍÅÒ ÂÌÏËÁ"
#: disk-utils/blockdev.c:130
msgid "set blocksize on file descriptor opening the block device"
msgstr ""
#: disk-utils/blockdev.c:136
#, fuzzy
msgid "get 32-bit sector count (deprecated, use --getsz)"
msgstr "ÐÏÌÕÞÉÔØ ËÏÌÉÞÅÓÔ×Ï 32-ÂÉÔÎÙÈ ÓÅËÔÏÒÏ×"
#: disk-utils/blockdev.c:142
msgid "get size in bytes"
msgstr "ÐÏÌÕÞÉÔØ ÒÁÚÍÅÒ × ÂÁÊÔÁÈ"
#: disk-utils/blockdev.c:149
msgid "set readahead"
msgstr "ÕÓÔÁÎÏ×ÉÔØ ÕÐÒÅÖÄÁÀÝÅÅ ÞÔÅÎÉÅ"
#: disk-utils/blockdev.c:155
msgid "get readahead"
msgstr "ÐÏÌÕÞÉÔØ ÕÐÒÅÖÄÁÀÝÅÅ ÞÔÅÎÉÅ"
#: disk-utils/blockdev.c:162
#, fuzzy
msgid "set filesystem readahead"
msgstr "ÕÓÔÁÎÏ×ÉÔØ ÕÐÒÅÖÄÁÀÝÅÅ ÞÔÅÎÉÅ"
#: disk-utils/blockdev.c:168
#, fuzzy
msgid "get filesystem readahead"
msgstr "ÐÏÌÕÞÉÔØ ÕÐÒÅÖÄÁÀÝÅÅ ÞÔÅÎÉÅ"
#: disk-utils/blockdev.c:172
msgid "flush buffers"
msgstr "ÏÞÉÓÔÉÔØ ÂÕÆÅÒÙ"
#: disk-utils/blockdev.c:176
msgid "reread partition table"
msgstr "ÐÅÒÅÞÉÔÁÔØ ÔÁÂÌÉÃÕ ÒÁÚÄÅÌÏ×"
#: disk-utils/blockdev.c:183
#, c-format
msgid ""
"\n"
"Usage:\n"
" %1$s -V\n"
" %1$s --report [devices]\n"
" %1$s [-v|-q] commands devices\n"
"\n"
"Available commands:\n"
msgstr ""
#: disk-utils/blockdev.c:189
#, fuzzy, c-format
msgid " %-25s get size in 512-byte sectors\n"
msgstr "ÐÏÌÕÞÉÔØ ÒÁÚÍÅÒ × ÂÁÊÔÁÈ"
#: disk-utils/blockdev.c:310
#, fuzzy
msgid "could not get device size"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÒÁÚÍÅÒ ÄÉÓËÁ"
#: disk-utils/blockdev.c:316
#, fuzzy, c-format
msgid "Unknown command: %s"
msgstr "%s: îÅÉÚ×ÅÓÔÎÁÑ ËÏÍÁÎÄÁ: %s\n"
#: disk-utils/blockdev.c:332
#, fuzzy, c-format
msgid "%s requires an argument"
msgstr "äÌÑ %s ÔÒÅÂÕÅÔÓÑ ÁÒÇÕÍÅÎÔ\n"
#: disk-utils/blockdev.c:369
#, fuzzy, c-format
msgid "%s failed.\n"
msgstr "ÐÏÉÓË ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÅÊ"
#: disk-utils/blockdev.c:376
#, c-format
msgid "%s succeeded.\n"
msgstr "%s ÚÁ×ÅÒÛÅÎ ÕÓÐÅÛÎÏ.\n"
#: disk-utils/blockdev.c:460
#, fuzzy, c-format
msgid "ioctl error on %s"
msgstr "%s: ÏÛÉÂËÁ ÕÐÒÁ×ÌÅÎÉÑ ××ÏÄÏÍ-×Ù×ÏÄÏÍ ÎÁ %s\n"
#: disk-utils/blockdev.c:468
#, fuzzy, c-format
msgid "RO RA SSZ BSZ StartSec Size Device\n"
msgstr "þÔ úÐ óËÔ âÌË îÁÞóÅËÔ òÁÚÍÅÒ õÓÔÒÏÊÓÔ×Ï\n"
#: disk-utils/delpart.c:14
#, fuzzy, c-format
msgid " %s <disk device> <partition number>\n"
msgstr "ÉÓÐÏÌØÚÏ×ÁÎÉÅ: sfdisk --id ÕÓÔÒÏÊÓÔ×Ï ÎÏÍÅÒ_ÒÁÚÄÅÌÁ [Id]\n"
#: disk-utils/delpart.c:57
#, fuzzy
msgid "failed to remove partition"
msgstr "ÐÅÒÅÞÉÔÁÔØ ÔÁÂÌÉÃÕ ÒÁÚÄÅÌÏ×"
#: disk-utils/fdformat.c:28
#, c-format
msgid "Formatting ... "
msgstr "÷ÙÐÏÌÎÑÅÔÓÑ ÆÏÒÍÁÔÉÒÏ×ÁÎÉÅ ... "
#: disk-utils/fdformat.c:48 disk-utils/fdformat.c:88
#, c-format
msgid "done\n"
msgstr "ÇÏÔÏ×Ï\n"
#: disk-utils/fdformat.c:59
#, c-format
msgid "Verifying ... "
msgstr "÷ÙÐÏÌÎÑÅÔÓÑ ÐÒÏ×ÅÒËÁ ... "
#: disk-utils/fdformat.c:71
msgid "Read: "
msgstr "þÔÅÎÉÅ:"
#: disk-utils/fdformat.c:73
#, c-format
msgid "Problem reading cylinder %d, expected %d, read %d\n"
msgstr "ïÛÉÂËÁ ÞÔÅÎÉÑ ÃÉÌÉÎÄÒÁ %d, ÏÖÉÄÁÌÏÓØ %d, ÐÒÏÞÉÔÁÎÏ %d\n"
#: disk-utils/fdformat.c:81
#, c-format
msgid ""
"bad data in cyl %d\n"
"Continuing ... "
msgstr ""
"ÐÌÏÈÉÅ ÄÁÎÎÙÅ × ÃÉÌÉÎÄÒÅ %d\n"
"ðÒÏÄÏÌÖÅÎÉÅ ... "
#: disk-utils/fdformat.c:95
#, fuzzy, c-format
msgid "Usage: %s [options] device\n"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ÏÐÃÉÉ] ÕÓÔÒÏÊÓÔ×Ï...\n"
#: disk-utils/fdformat.c:98
#, c-format
msgid ""
"\n"
"Options:\n"
" -n, --no-verify disable the verification after the format\n"
" -V, --version output version information and exit\n"
" -h, --help display this help and exit\n"
"\n"
msgstr ""
#: disk-utils/fdformat.c:145 disk-utils/fsck.cramfs.c:146
#: disk-utils/mkfs.bfs.c:180 disk-utils/mkfs.cramfs.c:754
#: disk-utils/mkfs.cramfs.c:788 disk-utils/mkfs.minix.c:746
#: disk-utils/partx.c:872 login-utils/last.c:627 misc-utils/namei.c:231
#: sys-utils/blkdiscard.c:138 sys-utils/dmesg.c:517 sys-utils/fsfreeze.c:127
#: sys-utils/fstrim.c:136 sys-utils/swapon.c:462 sys-utils/switch_root.c:88
#: sys-utils/switch_root.c:128 term-utils/mesg.c:124 text-utils/tailf.c:101
#: text-utils/tailf.c:279
#, fuzzy, c-format
msgid "stat failed %s"
msgstr "(óÌÅÄÕÀÝÉÊ ÆÁÊÌ: %s)"
#: disk-utils/fdformat.c:148 disk-utils/partx.c:930 misc-utils/lsblk.c:1255
#: sys-utils/blkdiscard.c:140 sys-utils/mountpoint.c:108
#, fuzzy, c-format
msgid "%s: not a block device"
msgstr "%s: ÎÅ ÂÌÏÞÎÏÅ ÕÓÔÒÏÊÓÔ×Ï\n"
#: disk-utils/fdformat.c:150
#, fuzzy, c-format
msgid "cannot access file %s"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ '%s'"
#: disk-utils/fdformat.c:156
msgid "Could not determine current format type"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÂÙÌÏ ÏÐÒÅÄÅÌÉÔØ ÔÅËÕÝÉÊ ÔÉÐ ÆÏÒÍÁÔÁ"
#: disk-utils/fdformat.c:158
#, c-format
msgid "%s-sided, %d tracks, %d sec/track. Total capacity %d kB.\n"
msgstr "%s-ÓÔÏÒÏÎÎÉÊ, %d ÄÏÒÏÖÅË, %d ÓÅËÔ/ÄÏÒÏÖË. ïÂÝÁÑ ÅÍËÏÓÔØ %d Ëâ.\n"
#: disk-utils/fdformat.c:159
msgid "Double"
msgstr "ä×ÏÊÎÏÊ"
#: disk-utils/fdformat.c:159
msgid "Single"
msgstr "ïÄÉÎÁÒÎÙÊ"
#: disk-utils/fdformat.c:163 disk-utils/fsck.minix.c:1389
#: disk-utils/mkfs.minix.c:804 disk-utils/mkswap.c:664 disk-utils/partx.c:985
#: disk-utils/resizepart.c:108 fdisks/sfdisk.c:2983 fdisks/sfdisk.c:3035
#: fdisks/sfdisk.c:3072 login-utils/utmpdump.c:384 sys-utils/dmesg.c:643
#: sys-utils/wdctl.c:335 sys-utils/wdctl.c:400 term-utils/script.c:306
#: term-utils/script.c:398 text-utils/pg.c:1236
#, fuzzy
msgid "write failed"
msgstr "(óÌÅÄÕÀÝÉÊ ÆÁÊÌ: %s)"
#: disk-utils/fsck.c:191
#, fuzzy, c-format
msgid "%s is mounted\n"
msgstr "%s ÐÒÉÍÏÎÔÉÒÏ×ÁÎ.\t "
#: disk-utils/fsck.c:193
#, fuzzy, c-format
msgid "%s is not mounted\n"
msgstr "umount: %s: ÎÅ ÎÁÊÄÅÎ"
#: disk-utils/fsck.c:307 disk-utils/fsck.cramfs.c:169
#: disk-utils/fsck.cramfs.c:176 disk-utils/fsck.cramfs.c:233
#: disk-utils/fsck.cramfs.c:251 libfdisk/src/bsd.c:527 lib/path.c:100
#: lib/path.c:121 lib/path.c:142 lib/path.c:190 login-utils/last.c:194
#: login-utils/last.c:231 login-utils/sulogin.c:605 sys-utils/setpriv.c:233
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "%s: ÎÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ %s.\n"
#: disk-utils/fsck.c:309 lib/path.c:123 lib/path.c:144
#, fuzzy, c-format
msgid "parse error: %s"
msgstr "ÏÛÉÂËÁ ÐÏÉÓËÁ"
#: disk-utils/fsck.c:329
#, fuzzy, c-format
msgid "Locking disk %s ... "
msgstr "óÉÎÈÒÏÎÉÚÉÒÕÀÔÓÑ ÄÉÓËÉ.\n"
#: disk-utils/fsck.c:339
#, c-format
msgid "(waiting) "
msgstr ""
#. TRANSLATORS: These are followups to "Locking disk...".
#: disk-utils/fsck.c:349
#, fuzzy
msgid "succeeded"
msgstr "%s ÚÁ×ÅÒÛÅÎ ÕÓÐÅÛÎÏ.\n"
#: disk-utils/fsck.c:349
#, fuzzy
msgid "failed"
msgstr "ÐÏÉÓË ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÅÊ"
#: disk-utils/fsck.c:389
#, fuzzy, c-format
msgid "failed to setup description for %s"
msgstr "ioctl() ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÅÊ ÐÒÉ ÞÔÅÎÉÉ ×ÒÅÍÅÎÉ ÉÚ %s"
#: disk-utils/fsck.c:415
#, fuzzy, c-format
msgid "%s: parse error at line %d -- ignore"
msgstr "ÏÛÉÂËÁ ÐÏÉÓËÁ"
#: disk-utils/fsck.c:447 disk-utils/fsck.c:449
#, fuzzy, c-format
msgid "%s: failed to parse fstab"
msgstr "%s: ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ : %s\n"
#: disk-utils/fsck.c:591 sys-utils/umount.c:406 sys-utils/umount.c:429
#, fuzzy, c-format
msgid "%s: not found"
msgstr "umount: %s: ÎÅ ÎÁÊÄÅÎ"
#: disk-utils/fsck.c:618 login-utils/login.c:1082 login-utils/sulogin.c:968
#: login-utils/vipw.c:213 sys-utils/flock.c:292 sys-utils/nsenter.c:137
#: sys-utils/swapon.c:279 sys-utils/unshare.c:136 term-utils/script.c:264
#: term-utils/script.c:274
#, fuzzy
msgid "fork failed"
msgstr "ÓÏÚÄÁÎÉÅ ÄÏÞÅÒÎÅÇÏ ÐÒÏÃÅÓÓÁ ÚÁ×ÅÒÛÉÌÏÓØ ÎÅÕÄÁÞÅÊ\n"
#: disk-utils/fsck.c:625
#, fuzzy, c-format
msgid "%s: execute failed"
msgstr "openpty ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÅÊ\n"
#: disk-utils/fsck.c:713
msgid "wait: no more child process?!?"
msgstr ""
#: disk-utils/fsck.c:716 sys-utils/flock.c:309 sys-utils/swapon.c:303
#: sys-utils/unshare.c:141
#, fuzzy
msgid "waitpid failed"
msgstr "setuid() ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÅÊ"
#: disk-utils/fsck.c:734
#, c-format
msgid "Warning... %s for device %s exited with signal %d."
msgstr ""
#: disk-utils/fsck.c:740
#, c-format
msgid "%s %s: status is %x, should never happen."
msgstr ""
#: disk-utils/fsck.c:786
#, c-format
msgid "Finished with %s (exit status %d)\n"
msgstr ""
#: disk-utils/fsck.c:848
#, fuzzy, c-format
msgid "error %d while executing fsck.%s for %s"
msgstr "%s: ÏÛÉÂËÁ %d ÐÒÉ ÒÁÓÐÁËÏ×ËÅ! %p(%d)\n"
#: disk-utils/fsck.c:917
msgid ""
"Either all or none of the filesystem types passed to -t must be prefixed\n"
"with 'no' or '!'."
msgstr ""
#: disk-utils/fsck.c:1034
#, c-format
msgid ""
"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number"
msgstr ""
#: disk-utils/fsck.c:1046
#, fuzzy, c-format
msgid "%s: skipping nonexistent device\n"
msgstr "%s: %s ÎÅ lp-ÕÓÔÒÏÊÓÔ×Ï.\n"
#: disk-utils/fsck.c:1051
#, c-format
msgid ""
"%s: nonexistent device (\"nofail\" fstab option may be used to skip this "
"device)\n"
msgstr ""
#: disk-utils/fsck.c:1068
#, fuzzy, c-format
msgid "%s: skipping unknown filesystem type\n"
msgstr "mount: ÎÅÉÚ×ÅÓÔÎÙÊ ÔÉÐ ÆÁÊÌÏ×ÏÊ ÓÉÓÔÅÍÙ '%s'"
#: disk-utils/fsck.c:1087
#, c-format
msgid "cannot check %s: fsck.%s not found"
msgstr ""
#: disk-utils/fsck.c:1176
#, fuzzy
msgid "failed to allocate iterator"
msgstr "îÅ×ÏÚÍÏÖÎÏ ×ÙÄÅÌÉÔØ ÂÕÆÅÒ.\n"
#: disk-utils/fsck.c:1191
#, fuzzy
msgid "Checking all file systems.\n"
msgstr "úÁÐÕÓËÁÅÔÓÑ ÐÒÏ×ÅÒËÁ ÆÁÊÌÏ×ÏÊ ÓÉÓÔÅÍÙ ÎÁ %s.\n"
#: disk-utils/fsck.c:1282
#, c-format
msgid "--waiting-- (pass %d)\n"
msgstr ""
#: disk-utils/fsck.c:1307
#, fuzzy, c-format
msgid " %s [options] -- [fs-options] [<filesystem> ...]\n"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ÏÐÃÉÉ] ÕÓÔÒÏÊÓÔ×Ï...\n"
#: disk-utils/fsck.c:1311
#, fuzzy
msgid " -A check all filesystems\n"
msgstr "úÁÐÕÓËÁÅÔÓÑ ÐÒÏ×ÅÒËÁ ÆÁÊÌÏ×ÏÊ ÓÉÓÔÅÍÙ ÎÁ %s.\n"
#: disk-utils/fsck.c:1312
msgid " -C [<fd>] display progress bar; file descriptor is for GUIs\n"
msgstr ""
#: disk-utils/fsck.c:1313
msgid " -l lock the device to guarantee exclusive access\n"
msgstr ""
#: disk-utils/fsck.c:1314
#, fuzzy
msgid " -M do not check mounted filesystems\n"
msgstr " t óÍÅÎÁ ÔÉÐÁ ÆÁÊÌÏ×ÏÊ ÓÉÓÔÅÍÙ"
#: disk-utils/fsck.c:1315
msgid " -N do not execute, just show what would be done\n"
msgstr ""
#: disk-utils/fsck.c:1316
msgid " -P check filesystems in parallel, including root\n"
msgstr ""
#: disk-utils/fsck.c:1317
msgid " -R skip root filesystem; useful only with '-A'\n"
msgstr ""
#: disk-utils/fsck.c:1318
#, fuzzy
msgid " -r report statistics for each device checked\n"
msgstr " -l [ÉÌÉ --list]: ÓÐÉÓÏË ÒÁÚÄÅÌÏ× ËÁÖÄÏÇÏ ÕÓÔÒÏÊÓÔ×Á"
#: disk-utils/fsck.c:1319
#, fuzzy
msgid " -s serialize the checking operations\n"
msgstr " d õÄÁÌÅÎÉÅ ÔÅËÕÝÅÇÏ ÒÁÚÄÅÌÁ"
#: disk-utils/fsck.c:1320
#, fuzzy
msgid " -T do not show the title on startup\n"
msgstr " -n : ÎÁ ÓÁÍÏÍ ÄÅÌÅ ÎÅ ÚÁÐÉÓÙ×ÁÔØ ÎÁ ÄÉÓË"
#: disk-utils/fsck.c:1321
msgid ""
" -t <type> specify filesystem types to be checked;\n"
" <type> is allowed to be a comma-separated list\n"
msgstr ""
#: disk-utils/fsck.c:1323
#, fuzzy
msgid " -V explain what is being done\n"
msgstr " -V, --version ÷Ù×ÏÄ ÉÎÆÏÒÍÁÃÉÉ Ï ×ÅÒÓÉÉ\n"
#: disk-utils/fsck.c:1324
#, fuzzy
msgid " -? display this help and exit\n"
msgstr ""
" -h, --help üÔÏ ÎÅÂÏÌØÛÏÅ ÒÕËÏ×ÏÄÓÔ×Ï ÐÏ ÉÓÐÏÌØÚÏ×ÁÎÉÀ\n"
#: disk-utils/fsck.c:1327
msgid "See the specific fsck.* commands for available fs-options."
msgstr ""
#: disk-utils/fsck.c:1365
#, fuzzy
msgid "too many devices"
msgstr "%s: %s ÎÅ lp-ÕÓÔÒÏÊÓÔ×Ï.\n"
#: disk-utils/fsck.c:1377
#, fuzzy
msgid "Is /proc mounted?"
msgstr "%s ÒÁÚÍÏÎÔÉÒÏ×ÁÎ\n"
#: disk-utils/fsck.c:1385
#, fuzzy, c-format
msgid "must be root to scan for matching filesystems: %s"
msgstr "òÁÚÍÏÎÔÉÒÕÀÔÓÑ ×ÓÅ ÏÓÔÁ×ÛÉÅÓÑ ÆÁÊÌÏ×ÙÅ ÓÉÓÔÅÍÙ..."
#: disk-utils/fsck.c:1389
#, fuzzy, c-format
msgid "couldn't find matching filesystem: %s"
msgstr "òÁÚÍÏÎÔÉÒÕÀÔÓÑ ×ÓÅ ÏÓÔÁ×ÛÉÅÓÑ ÆÁÊÌÏ×ÙÅ ÓÉÓÔÅÍÙ..."
#: disk-utils/fsck.c:1397 disk-utils/fsck.c:1485 sys-utils/eject.c:292
#, fuzzy
msgid "too many arguments"
msgstr "%s: ÎÅÉÚ×ÅÓÔÎÙÊ ÁÒÇÕÍÅÎÔ: %s\n"
#: disk-utils/fsck.c:1537
msgid "the -l option can be used with one device only -- ignore"
msgstr ""
#: disk-utils/fsck.cramfs.c:114 misc-utils/whereis.c:168
#, fuzzy, c-format
msgid " %s [options] file\n"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ÏÐÃÉÉ] ÕÓÔÒÏÊÓÔ×Ï...\n"
#: disk-utils/fsck.cramfs.c:116
msgid " -a for compatibility only, ignored\n"
msgstr ""
#: disk-utils/fsck.cramfs.c:117
#, fuzzy
msgid " -v, --verbose be more verbose\n"
msgstr " -V, --version ÷Ù×ÏÄ ÉÎÆÏÒÍÁÃÉÉ Ï ×ÅÒÓÉÉ\n"
#: disk-utils/fsck.cramfs.c:118
msgid " -x, --destination <dir> extract into directory\n"
msgstr ""
#: disk-utils/fsck.cramfs.c:119
msgid " -y for compatibility only, ignored\n"
msgstr ""
#: disk-utils/fsck.cramfs.c:156
#, fuzzy, c-format
msgid "ioctl failed: unable to determine device size: %s"
msgstr "%s: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ - ÎÅ×ÏÚÍÏÖÎÏ ÏÐÒÅÄÅÌÉÔØ ÒÁÚÍÅÒ ÆÁÊÌÏ×ÏÊ ÓÉÓÔÅÍÙ\n"
#: disk-utils/fsck.cramfs.c:162
#, fuzzy, c-format
msgid "not a block device or file: %s"
msgstr "%s ÎÅ Ñ×ÌÑÅÔÓÑ ÂÌÏÞÎÙÍ ÕÓÔÒÏÊÓÔ×ÏÍ ÉÌÉ ÆÁÊÌÏÍ\n"
#: disk-utils/fsck.cramfs.c:165 disk-utils/fsck.cramfs.c:200
#, fuzzy
msgid "file length too short"
msgstr "%s: ÎÅ×ÅÒÎÙÊ cramfs - ÒÁÚÍÅÒ ÆÁÊÌÁ ÓÌÉÛËÏÍ ÍÁÌ\n"
#: disk-utils/fsck.cramfs.c:174 disk-utils/fsck.cramfs.c:231
#: disk-utils/fsck.cramfs.c:247 libfdisk/src/bsd.c:594 libfdisk/src/bsd.c:762
#: login-utils/last.c:189 login-utils/last.c:223
#, fuzzy, c-format
msgid "seek on %s failed"
msgstr "ÐÏÉÓË ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÅÊ"
#: disk-utils/fsck.cramfs.c:180 disk-utils/fsck.cramfs.c:182
msgid "superblock magic not found"
msgstr ""
#: disk-utils/fsck.cramfs.c:185
#, c-format
msgid "cramfs endianness is %s\n"
msgstr ""
#: disk-utils/fsck.cramfs.c:186
msgid "big"
msgstr ""
#: disk-utils/fsck.cramfs.c:186
msgid "little"
msgstr ""
#: disk-utils/fsck.cramfs.c:190
#, fuzzy
msgid "unsupported filesystem features"
msgstr "÷×ÅÄÉÔÅ ÔÉÐ ÆÁÊÌÏ×ÏÊ ÓÉÓÔÅÍÙ:"
#: disk-utils/fsck.cramfs.c:193
#, fuzzy, c-format
msgid "superblock size (%d) too small"
msgstr "ëÏÌÉÞÅÓÔ×Ï ÓÅËÔÏÒÏ×"
#: disk-utils/fsck.cramfs.c:198
msgid "zero file count"
msgstr ""
#: disk-utils/fsck.cramfs.c:203
#, fuzzy, c-format
msgid "warning: file extends past end of filesystem\n"
msgstr "ðÒÅÄÕÐÒÅÖÄÅÎÉÅ: ÒÁÚÄÅÌ %s ÒÁÓÐÏÌÏÇÁÅÔÓÑ ÄÏ ËÏÎÃÁ ÄÉÓËÁ\n"
#: disk-utils/fsck.cramfs.c:205
#, fuzzy, c-format
msgid "warning: old cramfs format\n"
msgstr "%s: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ - ÓÔÁÒÙÊ ÏÂÒÁÚ cramfs, ÎÅÔ CRC\n"
#: disk-utils/fsck.cramfs.c:217
msgid "unable to test CRC: old cramfs format"
msgstr ""
#: disk-utils/fsck.cramfs.c:270
#, fuzzy
msgid "crc error"
msgstr ", ÏÛÉÂËÁ"
#: disk-utils/fsck.cramfs.c:301 disk-utils/fsck.minix.c:551
msgid "seek failed"
msgstr "ÐÏÉÓË ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÅÊ"
#: disk-utils/fsck.cramfs.c:305
#, fuzzy
msgid "read romfs failed"
msgstr "(óÌÅÄÕÀÝÉÊ ÆÁÊÌ: %s)"
#: disk-utils/fsck.cramfs.c:337
#, fuzzy
msgid "root inode is not directory"
msgstr "ËÏÒÎÅ×ÏÊ inode ÎÅ Ñ×ÌÑÅÔÓÑ ËÁÔÁÌÏÇÏÍ"
#: disk-utils/fsck.cramfs.c:341
#, c-format
msgid "bad root offset (%lu)"
msgstr ""
#: disk-utils/fsck.cramfs.c:359
msgid "data block too large"
msgstr ""
#: disk-utils/fsck.cramfs.c:363
#, fuzzy, c-format
msgid "decompression error: %s"
msgstr "ÏÛÉÂËÁ ÐÏÉÓËÁ"
#: disk-utils/fsck.cramfs.c:389
#, fuzzy, c-format
msgid " hole at %ld (%zd)\n"
msgstr " 'ÄÙÒÁ' × %ld (%d)\n"
#: disk-utils/fsck.cramfs.c:396 disk-utils/fsck.cramfs.c:551
#, c-format
msgid " uncompressing block at %ld to %ld (%ld)\n"
msgstr " ÒÁÓÐÁËÏ×Ù×ÁÅÔÓÑ ÂÌÏË %ld × %ld (%ld)\n"
#: disk-utils/fsck.cramfs.c:403
#, fuzzy, c-format
msgid "non-block (%ld) bytes"
msgstr "%s: îÅÂÌÏÞÎÙÅ (%ld) ÂÁÊÔÙ\n"
#: disk-utils/fsck.cramfs.c:407
#, fuzzy, c-format
msgid "non-size (%ld vs %ld) bytes"
msgstr "%s: âÅÚÒÁÚÍÅÒÎÙÅ (%ld ÐÒÏÔÉ× %ld) ÂÁÊÔÙ\n"
#: disk-utils/fsck.cramfs.c:413 disk-utils/fsck.cramfs.c:517
#: disk-utils/swaplabel.c:149 fdisks/cfdisk.c:1861 fdisks/cfdisk.c:1982
#: fdisks/cfdisk.c:2080 fdisks/sfdisk.c:254 fdisks/sfdisk.c:262
#: fdisks/sfdisk.c:324 sys-utils/fallocate.c:172 sys-utils/setpriv.c:527
#: sys-utils/setpriv.c:531 sys-utils/setpriv.c:550 sys-utils/swapon.c:340
#: term-utils/ttymsg.c:174
#, fuzzy, c-format
msgid "write failed: %s"
msgstr "(óÌÅÄÕÀÝÉÊ ÆÁÊÌ: %s)"
#: disk-utils/fsck.cramfs.c:425
#, fuzzy, c-format
msgid "lchown failed: %s"
msgstr "mount ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÅÊ"
#: disk-utils/fsck.cramfs.c:429
#, fuzzy, c-format
msgid "chown failed: %s"
msgstr "mount ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÅÊ"
#: disk-utils/fsck.cramfs.c:434
#, fuzzy, c-format
msgid "utime failed: %s"
msgstr "ÎÅ×ÅÒÎÏÅ ÚÎÁÞÅÎÉÅ ÔÁÊÍ-ÁÕÔÁ: %s"
#: disk-utils/fsck.cramfs.c:446
#, c-format
msgid "directory inode has zero offset and non-zero size: %s"
msgstr ""
#: disk-utils/fsck.cramfs.c:461
#, fuzzy, c-format
msgid "mkdir failed: %s"
msgstr "/dev: chdir() ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÅÊ: %m"
#: disk-utils/fsck.cramfs.c:477
msgid "filename length is zero"
msgstr ""
#: disk-utils/fsck.cramfs.c:479
msgid "bad filename length"
msgstr ""
#: disk-utils/fsck.cramfs.c:485
#, fuzzy
msgid "bad inode offset"
msgstr "ÎÅ×ÅÒÎÙÊ ÒÁÚÍÅÒ inode"
#: disk-utils/fsck.cramfs.c:500
msgid "file inode has zero offset and non-zero size"
msgstr ""
#: disk-utils/fsck.cramfs.c:503
msgid "file inode has zero size and non-zero offset"
msgstr ""
#: disk-utils/fsck.cramfs.c:532
msgid "symbolic link has zero offset"
msgstr ""
#: disk-utils/fsck.cramfs.c:534
msgid "symbolic link has zero size"
msgstr ""
#: disk-utils/fsck.cramfs.c:543
#, fuzzy, c-format
msgid "size error in symlink: %s"
msgstr "%s: ÏÛÉÂËÁ ÒÁÚÍÅÒÁ × ÓÉÍ×ÏÌÉÞÅÓËÏÊ ÓÓÙÌËÅ `%s'\n"
#: disk-utils/fsck.cramfs.c:557
#, fuzzy, c-format
msgid "symlink failed: %s"
msgstr "fsync ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÅÊ"
#: disk-utils/fsck.cramfs.c:570
#, c-format
msgid "special file has non-zero offset: %s"
msgstr ""
#: disk-utils/fsck.cramfs.c:580
#, c-format
msgid "fifo has non-zero size: %s"
msgstr ""
#: disk-utils/fsck.cramfs.c:586
#, c-format
msgid "socket has non-zero size: %s"
msgstr ""
#: disk-utils/fsck.cramfs.c:589
#, fuzzy, c-format
msgid "bogus mode: %s (%o)"
msgstr "%s: ÆÉËÔÉ×ÎÙÊ ÒÅÖÉÍ ÎÁ `%s' (%o)\n"
#: disk-utils/fsck.cramfs.c:598
#, fuzzy, c-format
msgid "mknod failed: %s"
msgstr "mount ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÅÊ"
#: disk-utils/fsck.cramfs.c:630
#, c-format
msgid "directory data start (%ld) < sizeof(struct cramfs_super) + start (%ld)"
msgstr ""
#: disk-utils/fsck.cramfs.c:634
#, fuzzy, c-format
msgid "directory data end (%ld) != file data start (%ld)"
msgstr ""
"%s: ÎÅ×ÅÒÎÙÊ cramfs - ËÏÎÅà ÄÁÎÎÙÈ ËÁÔÁÌÏÇÁ (%ld) != ÎÁÞÁÌÏ ÄÁÎÎÙÈ ÆÁÊÌÁ "
"(%ld)\n"
#: disk-utils/fsck.cramfs.c:639
#, fuzzy
msgid "invalid file data offset"
msgstr "%s: ÎÅ×ÅÒÎÙÊ cramfs - ÏÛÉÂÏÞÎÏÅ ÓÍÅÝÅÎÉÅ ÄÁÎÎÙÈ ÆÁÊÌÁ\n"
#: disk-utils/fsck.cramfs.c:687
#, fuzzy
msgid "compiled without -x support"
msgstr "%s: ÏÔËÏÍÐÉÌÉÒÏ×ÁÎ ÂÅÚ ÐÏÄÄÅÒÖËÉ -x\n"
#: disk-utils/fsck.cramfs.c:707
#, c-format
msgid "%s: OK\n"
msgstr "%s: ïë\n"
#: disk-utils/fsck.minix.c:195 disk-utils/swaplabel.c:162 fdisks/cfdisk.c:2763
#: misc-utils/wipefs.c:413 sys-utils/blkdiscard.c:56 sys-utils/tunelp.c:80
#, fuzzy, c-format
msgid " %s [options] <device>\n"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ÏÐÃÉÉ] ÕÓÔÒÏÊÓÔ×Ï...\n"
#: disk-utils/fsck.minix.c:197
#, fuzzy
msgid " -l list all filenames\n"
msgstr " [ -file ÉÍÑ_ÆÁÊÌÁ_ÄÁÍÐÁ ]\n"
#: disk-utils/fsck.minix.c:198
msgid " -a automatic repair\n"
msgstr ""
#: disk-utils/fsck.minix.c:199
#, fuzzy
msgid " -r interactive repair\n"
msgstr "ÎÕÖÅÎ ÔÅÒÍÉÎÁÌ ÄÌÑ ÉÎÔÅÒÁËÔÉ×ÎÏÇÏ ÉÓÐÒÁ×ÌÅÎÉÑ"
#: disk-utils/fsck.minix.c:200
msgid " -v be verbose\n"
msgstr ""
#: disk-utils/fsck.minix.c:201
#, fuzzy
msgid " -s output super-block information\n"
msgstr " -V, --version ÷Ù×ÏÄ ÉÎÆÏÒÍÁÃÉÉ Ï ×ÅÒÓÉÉ\n"
#: disk-utils/fsck.minix.c:202
msgid " -m activate mode not cleared warnings\n"
msgstr ""
#: disk-utils/fsck.minix.c:203
msgid " -f force check\n"
msgstr ""
#. TRANSLATORS: these yes no questions uses rpmatch(), and should be
#. * translated.
#: disk-utils/fsck.minix.c:262
#, c-format
msgid "%s (y/n)? "
msgstr ""
#: disk-utils/fsck.minix.c:262
#, c-format
msgid "%s (n/y)? "
msgstr ""
#: disk-utils/fsck.minix.c:279
#, c-format
msgid "y\n"
msgstr ""
#: disk-utils/fsck.minix.c:281
#, c-format
msgid "n\n"
msgstr ""
#: disk-utils/fsck.minix.c:297
#, c-format
msgid "%s is mounted.\t "
msgstr "%s ÐÒÉÍÏÎÔÉÒÏ×ÁÎ.\t "
#: disk-utils/fsck.minix.c:299
msgid "Do you really want to continue"
msgstr "÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÈÏÔÉÔÅ ÐÒÏÄÏÌÖÉÔØ"
#: disk-utils/fsck.minix.c:303
#, c-format
msgid "check aborted.\n"
msgstr "ÐÒÏ×ÅÒËÁ ÐÒÅÒ×ÁÎÁ.\n"
#: disk-utils/fsck.minix.c:319 disk-utils/fsck.minix.c:340
#, c-format
msgid "Zone nr < FIRSTZONE in file `%s'."
msgstr "úÏÎÁ nr < FIRSTZONE × ÆÁÊÌÅ `%s'."
#: disk-utils/fsck.minix.c:322 disk-utils/fsck.minix.c:343
#, c-format
msgid "Zone nr >= ZONES in file `%s'."
msgstr "úÏÎÁ nr >= ZONES × ÆÁÊÌÅ `%s'."
#: disk-utils/fsck.minix.c:326 disk-utils/fsck.minix.c:347
msgid "Remove block"
msgstr "õÄÁÌÉÔØ ÂÌÏË"
#: disk-utils/fsck.minix.c:363
#, c-format
msgid "Read error: unable to seek to block in file '%s'\n"
msgstr "ïÛÉÂËÁ ÞÔÅÎÉÑ: ÎÅ×ÏÚÍÏÖÎÏ ÎÁÊÔÉ ÂÌÏË × ÆÁÊÌÅ '%s'\n"
#: disk-utils/fsck.minix.c:369
#, c-format
msgid "Read error: bad block in file '%s'\n"
msgstr "ïÛÉÂËÁ ÞÔÅÎÉÑ: ÏÛÉÂÏÞÎÙÊ ÂÌÏË × ÆÁÊÌÅ '%s'\n"
#: disk-utils/fsck.minix.c:381
#, c-format
msgid ""
"Internal error: trying to write bad block\n"
"Write request ignored\n"
msgstr ""
"÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ: ÐÏÐÙÔËÁ ÚÁÐÉÓÁÔØ ÏÛÉÂÏÞÎÙÊ ÂÌÏË\n"
"úÁÐÒÏÓ ÎÁ ÚÁÐÉÓØ ÐÒÏÉÇÎÏÒÉÒÏ×ÁÎ\n"
#: disk-utils/fsck.minix.c:387
msgid "seek failed in write_block"
msgstr "ÐÏÉÓË × write_block ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÅÊ"
#: disk-utils/fsck.minix.c:390
#, c-format
msgid "Write error: bad block in file '%s'\n"
msgstr "ïÛÉÂËÁ ÚÁÐÉÓÉ: ÎÅ×ÅÒÎÙÊ ÂÌÏË × ÆÁÊÌÅ '%s'\n"
#: disk-utils/fsck.minix.c:502
msgid "seek failed in write_super_block"
msgstr "ÐÏÉÓË × write_super_block ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÅÊ"
#: disk-utils/fsck.minix.c:504
msgid "unable to write super-block"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÓÕÐÅÒÂÌÏË"
#: disk-utils/fsck.minix.c:517
msgid "Unable to write inode map"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ËÁÒÔÕ inode"
#: disk-utils/fsck.minix.c:520
msgid "Unable to write zone map"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ËÁÒÔÕ zone"
#: disk-utils/fsck.minix.c:523
msgid "Unable to write inodes"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ inode'Ù"
#: disk-utils/fsck.minix.c:555
#, fuzzy
msgid "unable to alloc buffer for superblock"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ×ÙÄÅÌÉÔØ ÂÕÆÅÒÙ ÄÌÑ ËÁÒÔ"
#: disk-utils/fsck.minix.c:558
msgid "unable to read super block"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ ÓÕÐÅÒÂÌÏË"
#: disk-utils/fsck.minix.c:576
msgid "bad magic number in super-block"