e2fsprogs.pot revision ba0230f885af90185d00e7e3702e35c656b47ea1
1# E2fsprogs translation template file
2# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 
3#     2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
4#      2013 by Theodore Ts'o
5# This file is distributed under the same license as the e2fsprogs package.
6# Theodore Ts'o <tytso@mit.edu>, 2013.
7#
8#. The strings in e2fsck's problem.c can be very hard to translate,
9#. since the strings are expanded in two different ways.  First of all,
10#. there is an @-expansion, where strings like "@i" are expanded to
11#. "inode", and so on.  In order to make it easier for translators, the
12#. e2fsprogs po template file has been enhanced with comments that show
13#. the @-expansion, for the strings in the problem.c file.
14#.
15#. Translators are free to use the @-expansion facility if they so
16#. choose, by providing translations for strings in e2fsck/message.c.
17#. These translation can completely replace an expansion; for example,
18#. if "bblock" (which indicated that "@b" would be expanded to "block")
19#. is translated as "ddatenverlust", then "@d" will be expanded to
20#. "datenverlust".  Alternatively, translators can simply not use the
21#. @-expansion facility at all.
22#.
23#. The second expansion which is done for e2fsck's problem.c messages is
24#. a dynamic %-expansion, which expands %i as an inode number, and so
25#. on.  A table of these expansions can be found below.  Note that
26#. %-expressions that begin with "%D" and "%I" are two-character
27#. expansions; so for example, "%Iu" expands to the inode's user id
28#. ownership field (inode->i_uid).
29#.  
30#.	%b	<blk>			block number
31#.	%B	<blkcount>		integer
32#.	%c	<blk2>			block number
33#.	%Di	<dirent> -> ino		inode number
34#.	%Dn	<dirent> -> name	string
35#.	%Dr	<dirent> -> rec_len
36#.	%Dl	<dirent> -> name_len
37#.	%Dt	<dirent> -> filetype
38#.	%d	<dir> 			inode number
39#.	%g	<group>			integer
40#.	%i	<ino>			inode number
41#.	%Is	<inode> -> i_size
42#.	%IS	<inode> -> i_extra_isize
43#.	%Ib	<inode> -> i_blocks
44#.	%Il	<inode> -> i_links_count
45#.	%Im	<inode> -> i_mode
46#.	%IM	<inode> -> i_mtime
47#.	%IF	<inode> -> i_faddr
48#.	%If	<inode> -> i_file_acl
49#.	%Id	<inode> -> i_dir_acl
50#.	%Iu	<inode> -> i_uid
51#.	%Ig	<inode> -> i_gid
52#.	%j	<ino2>			inode number
53#.	%m	<com_err error message>
54#.	%N	<num>
55#.	%p		ext2fs_get_pathname of directory <ino>
56#.	%P		ext2fs_get_pathname of <dirent>->ino with <ino2> as
57#.				the containing directory.  (If dirent is NULL
58#.				then return the pathname of directory <ino2>)
59#.	%q		ext2fs_get_pathname of directory <dir>
60#.	%Q		ext2fs_get_pathname of directory <ino> with <dir> as
61#.				the containing directory.
62#.	%s	<str>			miscellaneous string
63#.	%S		backup superblock
64#.	%X	<num>	hexadecimal format
65#.
66#, fuzzy
67msgid ""
68msgstr ""
69"Project-Id-Version: e2fsprogs 1.42.8\n"
70"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
71"POT-Creation-Date: 2013-06-16 08:17-0400\n"
72"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
73"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
74"Language-Team: LANGUAGE <LL@li.org>\n"
75"Language: \n"
76"MIME-Version: 1.0\n"
77"Content-Type: text/plain; charset=CHARSET\n"
78"Content-Transfer-Encoding: 8bit\n"
79"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
80
81#: e2fsck/badblocks.c:23 misc/mke2fs.c:180
82#, c-format
83msgid "Bad block %u out of range; ignored.\n"
84msgstr ""
85
86#: e2fsck/badblocks.c:46
87msgid "while sanity checking the bad blocks inode"
88msgstr ""
89
90#: e2fsck/badblocks.c:58
91msgid "while reading the bad blocks inode"
92msgstr ""
93
94#: e2fsck/badblocks.c:72 e2fsck/iscan.c:110 e2fsck/scantest.c:107
95#: e2fsck/unix.c:1332 e2fsck/unix.c:1420 misc/badblocks.c:1214
96#: misc/badblocks.c:1222 misc/badblocks.c:1236 misc/badblocks.c:1248
97#: misc/dumpe2fs.c:588 misc/e2image.c:1196 misc/e2image.c:1324
98#: misc/e2image.c:1337 misc/mke2fs.c:196 misc/tune2fs.c:1907 resize/main.c:315
99#, c-format
100msgid "while trying to open %s"
101msgstr ""
102
103#: e2fsck/badblocks.c:83
104#, c-format
105msgid "while trying popen '%s'"
106msgstr ""
107
108#: e2fsck/badblocks.c:94 misc/mke2fs.c:203
109msgid "while reading in list of bad blocks from file"
110msgstr ""
111
112#: e2fsck/badblocks.c:105
113msgid "while updating bad block inode"
114msgstr ""
115
116#: e2fsck/badblocks.c:131
117#, c-format
118msgid "Warning: illegal block %u found in bad block inode.  Cleared.\n"
119msgstr ""
120
121#: e2fsck/ehandler.c:55
122#, c-format
123msgid "Error reading block %lu (%s) while %s.  "
124msgstr ""
125
126#: e2fsck/ehandler.c:58
127#, c-format
128msgid "Error reading block %lu (%s).  "
129msgstr ""
130
131#: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
132msgid "Ignore error"
133msgstr ""
134
135#: e2fsck/ehandler.c:62
136msgid "Force rewrite"
137msgstr ""
138
139#: e2fsck/ehandler.c:104
140#, c-format
141msgid "Error writing block %lu (%s) while %s.  "
142msgstr ""
143
144#: e2fsck/ehandler.c:107
145#, c-format
146msgid "Error writing block %lu (%s).  "
147msgstr ""
148
149#: e2fsck/emptydir.c:57
150msgid "empty dirblocks"
151msgstr ""
152
153#: e2fsck/emptydir.c:62
154msgid "empty dir map"
155msgstr ""
156
157#: e2fsck/emptydir.c:98
158#, c-format
159msgid "Empty directory block %u (#%d) in inode %u\n"
160msgstr ""
161
162#: e2fsck/extend.c:22
163#, c-format
164msgid "%s: %s filename nblocks blocksize\n"
165msgstr ""
166
167#: e2fsck/extend.c:44
168#, c-format
169msgid "Illegal number of blocks!\n"
170msgstr ""
171
172#: e2fsck/extend.c:50
173#, c-format
174msgid "Couldn't allocate block buffer (size=%d)\n"
175msgstr ""
176
177#: e2fsck/flushb.c:35
178#, c-format
179msgid "Usage: %s disk\n"
180msgstr ""
181
182#: e2fsck/flushb.c:64
183#, c-format
184msgid "BLKFLSBUF ioctl not supported!  Can't flush buffers.\n"
185msgstr ""
186
187#: e2fsck/iscan.c:44
188#, c-format
189msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
190msgstr ""
191
192#: e2fsck/iscan.c:81 e2fsck/unix.c:961
193#, c-format
194msgid "while opening %s for flushing"
195msgstr ""
196
197#: e2fsck/iscan.c:86 e2fsck/unix.c:967 resize/main.c:288
198#, c-format
199msgid "while trying to flush %s"
200msgstr ""
201
202#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1091
203msgid "while opening inode scan"
204msgstr ""
205
206#: e2fsck/iscan.c:127 misc/e2image.c:1109
207msgid "while getting next inode"
208msgstr ""
209
210#: e2fsck/iscan.c:136
211#, c-format
212msgid "%u inodes scanned.\n"
213msgstr ""
214
215#: e2fsck/journal.c:522
216msgid "reading journal superblock\n"
217msgstr ""
218
219#: e2fsck/journal.c:579
220#, c-format
221msgid "%s: no valid journal superblock found\n"
222msgstr ""
223
224#: e2fsck/journal.c:588
225#, c-format
226msgid "%s: journal too short\n"
227msgstr ""
228
229#: e2fsck/journal.c:880
230#, c-format
231msgid "%s: recovering journal\n"
232msgstr ""
233
234#: e2fsck/journal.c:882
235#, c-format
236msgid "%s: won't do journal recovery while read-only\n"
237msgstr ""
238
239#: e2fsck/journal.c:909
240#, c-format
241msgid "while trying to re-open %s"
242msgstr ""
243
244#: e2fsck/message.c:113
245msgid "aextended attribute"
246msgstr ""
247
248#: e2fsck/message.c:114
249msgid "Aerror allocating"
250msgstr ""
251
252#: e2fsck/message.c:115
253msgid "bblock"
254msgstr ""
255
256#: e2fsck/message.c:116
257msgid "Bbitmap"
258msgstr ""
259
260#: e2fsck/message.c:117
261msgid "ccompress"
262msgstr ""
263
264#: e2fsck/message.c:118
265msgid "Cconflicts with some other fs @b"
266msgstr ""
267
268#: e2fsck/message.c:119
269msgid "iinode"
270msgstr ""
271
272#: e2fsck/message.c:120
273msgid "Iillegal"
274msgstr ""
275
276#: e2fsck/message.c:121
277msgid "jjournal"
278msgstr ""
279
280#: e2fsck/message.c:122
281msgid "Ddeleted"
282msgstr ""
283
284#: e2fsck/message.c:123
285msgid "ddirectory"
286msgstr ""
287
288#: e2fsck/message.c:124
289msgid "eentry"
290msgstr ""
291
292#: e2fsck/message.c:125
293msgid "E@e '%Dn' in %p (%i)"
294msgstr ""
295
296#: e2fsck/message.c:126
297msgid "ffilesystem"
298msgstr ""
299
300#: e2fsck/message.c:127
301msgid "Ffor @i %i (%Q) is"
302msgstr ""
303
304#: e2fsck/message.c:128
305msgid "ggroup"
306msgstr ""
307
308#: e2fsck/message.c:129
309msgid "hHTREE @d @i"
310msgstr ""
311
312#: e2fsck/message.c:130
313msgid "llost+found"
314msgstr ""
315
316#: e2fsck/message.c:131
317msgid "Lis a link"
318msgstr ""
319
320#: e2fsck/message.c:132
321msgid "mmultiply-claimed"
322msgstr ""
323
324#: e2fsck/message.c:133
325msgid "ninvalid"
326msgstr ""
327
328#: e2fsck/message.c:134
329msgid "oorphaned"
330msgstr ""
331
332#: e2fsck/message.c:135
333msgid "pproblem in"
334msgstr ""
335
336#: e2fsck/message.c:136
337msgid "qquota"
338msgstr ""
339
340#: e2fsck/message.c:137
341msgid "rroot @i"
342msgstr ""
343
344#: e2fsck/message.c:138
345msgid "sshould be"
346msgstr ""
347
348#: e2fsck/message.c:139
349msgid "Ssuper@b"
350msgstr ""
351
352#: e2fsck/message.c:140
353msgid "uunattached"
354msgstr ""
355
356#: e2fsck/message.c:141
357msgid "vdevice"
358msgstr ""
359
360#: e2fsck/message.c:142
361msgid "xextent"
362msgstr ""
363
364#: e2fsck/message.c:143
365msgid "zzero-length"
366msgstr ""
367
368#: e2fsck/message.c:154
369msgid "<The NULL inode>"
370msgstr ""
371
372#: e2fsck/message.c:155
373msgid "<The bad blocks inode>"
374msgstr ""
375
376#: e2fsck/message.c:157
377msgid "<The user quota inode>"
378msgstr ""
379
380#: e2fsck/message.c:158
381msgid "<The group quota inode>"
382msgstr ""
383
384#: e2fsck/message.c:159
385msgid "<The boot loader inode>"
386msgstr ""
387
388#: e2fsck/message.c:160
389msgid "<The undelete directory inode>"
390msgstr ""
391
392#: e2fsck/message.c:161
393msgid "<The group descriptor inode>"
394msgstr ""
395
396#: e2fsck/message.c:162
397msgid "<The journal inode>"
398msgstr ""
399
400#: e2fsck/message.c:163
401msgid "<Reserved inode 9>"
402msgstr ""
403
404#: e2fsck/message.c:164
405msgid "<Reserved inode 10>"
406msgstr ""
407
408#: e2fsck/message.c:333
409msgid "regular file"
410msgstr ""
411
412#: e2fsck/message.c:335
413msgid "directory"
414msgstr ""
415
416#: e2fsck/message.c:337
417msgid "character device"
418msgstr ""
419
420#: e2fsck/message.c:339
421msgid "block device"
422msgstr ""
423
424#: e2fsck/message.c:341
425msgid "named pipe"
426msgstr ""
427
428#: e2fsck/message.c:343
429msgid "symbolic link"
430msgstr ""
431
432#: e2fsck/message.c:345 misc/uuidd.c:161
433msgid "socket"
434msgstr ""
435
436#: e2fsck/message.c:347
437#, c-format
438msgid "unknown file type with mode 0%o"
439msgstr ""
440
441#: e2fsck/message.c:422
442msgid "indirect block"
443msgstr ""
444
445#: e2fsck/message.c:424
446msgid "double indirect block"
447msgstr ""
448
449#: e2fsck/message.c:426
450msgid "triple indirect block"
451msgstr ""
452
453#: e2fsck/message.c:428
454msgid "translator block"
455msgstr ""
456
457#: e2fsck/message.c:430
458msgid "block #"
459msgstr ""
460
461#: e2fsck/pass1b.c:222
462msgid "multiply claimed inode map"
463msgstr ""
464
465#: e2fsck/pass1b.c:610 e2fsck/pass1b.c:730
466#, c-format
467msgid "internal error: can't find dup_blk for %llu\n"
468msgstr ""
469
470#: e2fsck/pass1b.c:821
471msgid "returned from clone_file_block"
472msgstr ""
473
474#: e2fsck/pass1b.c:843
475#, c-format
476msgid "internal error: couldn't lookup EA block record for %llu"
477msgstr ""
478
479#: e2fsck/pass1b.c:855
480#, c-format
481msgid "internal error: couldn't lookup EA inode record for %u"
482msgstr ""
483
484#: e2fsck/pass1.c:475 e2fsck/pass2.c:782
485msgid "reading directory block"
486msgstr ""
487
488#: e2fsck/pass1.c:598
489msgid "in-use inode map"
490msgstr ""
491
492#: e2fsck/pass1.c:609
493msgid "directory inode map"
494msgstr ""
495
496#: e2fsck/pass1.c:619
497msgid "regular file inode map"
498msgstr ""
499
500#: e2fsck/pass1.c:628
501msgid "in-use block map"
502msgstr ""
503
504#: e2fsck/pass1.c:695
505msgid "opening inode scan"
506msgstr ""
507
508#: e2fsck/pass1.c:729
509msgid "getting next inode from scan"
510msgstr ""
511
512#: e2fsck/pass1.c:1239
513msgid "Pass 1"
514msgstr ""
515
516#: e2fsck/pass1.c:1296
517#, c-format
518msgid "reading indirect blocks of inode %u"
519msgstr ""
520
521#: e2fsck/pass1.c:1346
522msgid "bad inode map"
523msgstr ""
524
525#: e2fsck/pass1.c:1369
526msgid "inode in bad block map"
527msgstr ""
528
529#: e2fsck/pass1.c:1389
530msgid "imagic inode map"
531msgstr ""
532
533#: e2fsck/pass1.c:1416
534msgid "multiply claimed block map"
535msgstr ""
536
537#: e2fsck/pass1.c:1527
538msgid "ext attr block map"
539msgstr ""
540
541#: e2fsck/pass1.c:2299
542#, c-format
543msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
544msgstr ""
545
546#: e2fsck/pass1.c:2660
547msgid "block bitmap"
548msgstr ""
549
550#: e2fsck/pass1.c:2666
551msgid "inode bitmap"
552msgstr ""
553
554#: e2fsck/pass1.c:2672
555msgid "inode table"
556msgstr ""
557
558#: e2fsck/pass2.c:283
559msgid "Pass 2"
560msgstr ""
561
562#: e2fsck/pass2.c:805
563msgid "Can not continue."
564msgstr ""
565
566#: e2fsck/pass3.c:77
567msgid "inode done bitmap"
568msgstr ""
569
570#: e2fsck/pass3.c:86
571msgid "Peak memory"
572msgstr ""
573
574#: e2fsck/pass3.c:136
575msgid "Pass 3"
576msgstr ""
577
578#: e2fsck/pass3.c:322
579msgid "inode loop detection bitmap"
580msgstr ""
581
582#: e2fsck/pass4.c:196
583msgid "Pass 4"
584msgstr ""
585
586#: e2fsck/pass5.c:74
587msgid "Pass 5"
588msgstr ""
589
590#: e2fsck/problem.c:51
591msgid "(no prompt)"
592msgstr ""
593
594#: e2fsck/problem.c:52
595msgid "Fix"
596msgstr ""
597
598#: e2fsck/problem.c:53
599msgid "Clear"
600msgstr ""
601
602#: e2fsck/problem.c:54
603msgid "Relocate"
604msgstr ""
605
606#: e2fsck/problem.c:55
607msgid "Allocate"
608msgstr ""
609
610#: e2fsck/problem.c:56
611msgid "Expand"
612msgstr ""
613
614#: e2fsck/problem.c:57
615msgid "Connect to /lost+found"
616msgstr ""
617
618#: e2fsck/problem.c:58
619msgid "Create"
620msgstr ""
621
622#: e2fsck/problem.c:59
623msgid "Salvage"
624msgstr ""
625
626#: e2fsck/problem.c:60
627msgid "Truncate"
628msgstr ""
629
630#: e2fsck/problem.c:61
631msgid "Clear inode"
632msgstr ""
633
634#: e2fsck/problem.c:62
635msgid "Abort"
636msgstr ""
637
638#: e2fsck/problem.c:63
639msgid "Split"
640msgstr ""
641
642#: e2fsck/problem.c:64
643msgid "Continue"
644msgstr ""
645
646#: e2fsck/problem.c:65
647msgid "Clone multiply-claimed blocks"
648msgstr ""
649
650#: e2fsck/problem.c:66
651msgid "Delete file"
652msgstr ""
653
654#: e2fsck/problem.c:67
655msgid "Suppress messages"
656msgstr ""
657
658#: e2fsck/problem.c:68
659msgid "Unlink"
660msgstr ""
661
662#: e2fsck/problem.c:69
663msgid "Clear HTree index"
664msgstr ""
665
666#: e2fsck/problem.c:70
667msgid "Recreate"
668msgstr ""
669
670#: e2fsck/problem.c:79
671msgid "(NONE)"
672msgstr ""
673
674#: e2fsck/problem.c:80
675msgid "FIXED"
676msgstr ""
677
678#: e2fsck/problem.c:81
679msgid "CLEARED"
680msgstr ""
681
682#: e2fsck/problem.c:82
683msgid "RELOCATED"
684msgstr ""
685
686#: e2fsck/problem.c:83
687msgid "ALLOCATED"
688msgstr ""
689
690#: e2fsck/problem.c:84
691msgid "EXPANDED"
692msgstr ""
693
694#: e2fsck/problem.c:85
695msgid "RECONNECTED"
696msgstr ""
697
698#: e2fsck/problem.c:86
699msgid "CREATED"
700msgstr ""
701
702#: e2fsck/problem.c:87
703msgid "SALVAGED"
704msgstr ""
705
706#: e2fsck/problem.c:88
707msgid "TRUNCATED"
708msgstr ""
709
710#: e2fsck/problem.c:89
711msgid "INODE CLEARED"
712msgstr ""
713
714#: e2fsck/problem.c:90
715msgid "ABORTED"
716msgstr ""
717
718#: e2fsck/problem.c:91
719msgid "SPLIT"
720msgstr ""
721
722#: e2fsck/problem.c:92
723msgid "CONTINUING"
724msgstr ""
725
726#: e2fsck/problem.c:93
727msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
728msgstr ""
729
730#: e2fsck/problem.c:94
731msgid "FILE DELETED"
732msgstr ""
733
734#: e2fsck/problem.c:95
735msgid "SUPPRESSED"
736msgstr ""
737
738#: e2fsck/problem.c:96
739msgid "UNLINKED"
740msgstr ""
741
742#: e2fsck/problem.c:97
743msgid "HTREE INDEX CLEARED"
744msgstr ""
745
746#: e2fsck/problem.c:98
747msgid "WILL RECREATE"
748msgstr ""
749
750#: e2fsck/problem.c:107
751#. @-expanded: block bitmap for group %g is not in group.  (block %b)\n
752msgid "@b @B for @g %g is not in @g.  (@b %b)\n"
753msgstr ""
754
755#: e2fsck/problem.c:111
756#. @-expanded: inode bitmap for group %g is not in group.  (block %b)\n
757msgid "@i @B for @g %g is not in @g.  (@b %b)\n"
758msgstr ""
759
760#: e2fsck/problem.c:116
761#. @-expanded: inode table for group %g is not in group.  (block %b)\n
762#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
763msgid ""
764"@i table for @g %g is not in @g.  (@b %b)\n"
765"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
766msgstr ""
767
768#: e2fsck/problem.c:122
769#, c-format
770#. @-expanded: \n
771#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
772#. @-expanded: filesystem.  If the device is valid and it really contains an ext2\n
773#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
774#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
775#. @-expanded:     e2fsck -b %S <device>\n
776#. @-expanded: \n
777msgid ""
778"\n"
779"The @S could not be read or does not describe a correct ext2\n"
780"@f.  If the @v is valid and it really contains an ext2\n"
781"@f (and not swap or ufs or something else), then the @S\n"
782"is corrupt, and you might try running e2fsck with an alternate @S:\n"
783"    e2fsck -b %S <@v>\n"
784"\n"
785msgstr ""
786
787#: e2fsck/problem.c:131
788#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
789#. @-expanded: The physical size of the device is %c blocks\n
790#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
791msgid ""
792"The @f size (according to the @S) is %b @bs\n"
793"The physical size of the @v is %c @bs\n"
794"Either the @S or the partition table is likely to be corrupt!\n"
795msgstr ""
796
797#: e2fsck/problem.c:138
798#. @-expanded: superblock block_size = %b, fragsize = %c.\n
799#. @-expanded: This version of e2fsck does not support fragment sizes different\n
800#. @-expanded: from the block size.\n
801msgid ""
802"@S @b_size = %b, fragsize = %c.\n"
803"This version of e2fsck does not support fragment sizes different\n"
804"from the @b size.\n"
805msgstr ""
806
807#: e2fsck/problem.c:145
808#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
809msgid "@S @bs_per_group = %b, should have been %c\n"
810msgstr ""
811
812#: e2fsck/problem.c:150
813#. @-expanded: superblock first_data_block = %b, should have been %c\n
814msgid "@S first_data_@b = %b, should have been %c\n"
815msgstr ""
816
817#: e2fsck/problem.c:155
818#. @-expanded: filesystem did not have a UUID; generating one.\n
819#. @-expanded: \n
820msgid ""
821"@f did not have a UUID; generating one.\n"
822"\n"
823msgstr ""
824
825#: e2fsck/problem.c:160
826#, c-format
827msgid ""
828"Note: if several inode or block bitmap blocks or part\n"
829"of the inode table require relocation, you may wish to try\n"
830"running e2fsck with the '-b %S' option first.  The problem\n"
831"may lie only with the primary block group descriptors, and\n"
832"the backup block group descriptors may be OK.\n"
833"\n"
834msgstr ""
835
836#: e2fsck/problem.c:169
837#. @-expanded: Corruption found in superblock.  (%s = %N).\n
838msgid "Corruption found in @S.  (%s = %N).\n"
839msgstr ""
840
841#: e2fsck/problem.c:174
842#, c-format
843#. @-expanded: Error determining size of the physical device: %m\n
844msgid "Error determining size of the physical @v: %m\n"
845msgstr ""
846
847#: e2fsck/problem.c:179
848#. @-expanded: inode count in superblock is %i, should be %j.\n
849msgid "@i count in @S is %i, @s %j.\n"
850msgstr ""
851
852#: e2fsck/problem.c:183
853msgid "The Hurd does not support the filetype feature.\n"
854msgstr ""
855
856#: e2fsck/problem.c:188
857#, c-format
858#. @-expanded: superblock has an invalid journal (inode %i).\n
859msgid "@S has an @n @j (@i %i).\n"
860msgstr ""
861
862#: e2fsck/problem.c:193
863#. @-expanded: External journal has multiple filesystem users (unsupported).\n
864msgid "External @j has multiple @f users (unsupported).\n"
865msgstr ""
866
867#: e2fsck/problem.c:198
868#. @-expanded: Can't find external journal\n
869msgid "Can't find external @j\n"
870msgstr ""
871
872#: e2fsck/problem.c:203
873#. @-expanded: External journal has bad superblock\n
874msgid "External @j has bad @S\n"
875msgstr ""
876
877#: e2fsck/problem.c:208
878#. @-expanded: External journal does not support this filesystem\n
879msgid "External @j does not support this @f\n"
880msgstr ""
881
882#: e2fsck/problem.c:213
883#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
884#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal 
885#. @-expanded: format.\n
886#. @-expanded: It is also possible the journal superblock is corrupt.\n
887msgid ""
888"@f @j @S is unknown type %N (unsupported).\n"
889"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
890"format.\n"
891"It is also possible the @j @S is corrupt.\n"
892msgstr ""
893
894#: e2fsck/problem.c:221
895#. @-expanded: journal superblock is corrupt.\n
896msgid "@j @S is corrupt.\n"
897msgstr ""
898
899#: e2fsck/problem.c:226
900#, c-format
901#. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
902msgid "@S has_@j flag is clear, but a @j %s is present.\n"
903msgstr ""
904
905#: e2fsck/problem.c:231
906#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
907msgid "@S needs_recovery flag is set, but no @j is present.\n"
908msgstr ""
909
910#: e2fsck/problem.c:236
911#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
912msgid "@S needs_recovery flag is clear, but @j has data.\n"
913msgstr ""
914
915#: e2fsck/problem.c:241
916#. @-expanded: Clear journal
917msgid "Clear @j"
918msgstr ""
919
920#: e2fsck/problem.c:246 e2fsck/problem.c:695
921#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.  
922msgid "@f has feature flag(s) set, but is a revision 0 @f.  "
923msgstr ""
924
925#: e2fsck/problem.c:251
926#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
927msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
928msgstr ""
929
930#: e2fsck/problem.c:256
931#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
932msgid "@I %B (%b) found in @o @i %i.\n"
933msgstr ""
934
935#: e2fsck/problem.c:261
936#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
937msgid "Already cleared %B (%b) found in @o @i %i.\n"
938msgstr ""
939
940#: e2fsck/problem.c:266
941#, c-format
942#. @-expanded: illegal orphaned inode %i in superblock.\n
943msgid "@I @o @i %i in @S.\n"
944msgstr ""
945
946#: e2fsck/problem.c:271
947#, c-format
948#. @-expanded: illegal inode %i in orphaned inode list.\n
949msgid "@I @i %i in @o @i list.\n"
950msgstr ""
951
952#: e2fsck/problem.c:276
953#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
954msgid "@j @S has an unknown read-only feature flag set.\n"
955msgstr ""
956
957#: e2fsck/problem.c:281
958#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
959msgid "@j @S has an unknown incompatible feature flag set.\n"
960msgstr ""
961
962#: e2fsck/problem.c:286
963#. @-expanded: journal version not supported by this e2fsck.\n
964msgid "@j version not supported by this e2fsck.\n"
965msgstr ""
966
967#: e2fsck/problem.c:291
968#, c-format
969#. @-expanded: Moving journal from /%s to hidden inode.\n
970#. @-expanded: \n
971msgid ""
972"Moving @j from /%s to hidden @i.\n"
973"\n"
974msgstr ""
975
976#: e2fsck/problem.c:296
977#, c-format
978#. @-expanded: Error moving journal: %m\n
979#. @-expanded: \n
980msgid ""
981"Error moving @j: %m\n"
982"\n"
983msgstr ""
984
985#: e2fsck/problem.c:301
986#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
987#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
988#. @-expanded: \n
989msgid ""
990"Found @n V2 @j @S fields (from V1 @j).\n"
991"Clearing fields beyond the V1 @j @S...\n"
992"\n"
993msgstr ""
994
995#: e2fsck/problem.c:307
996#. @-expanded: Run journal anyway
997msgid "Run @j anyway"
998msgstr ""
999
1000#: e2fsck/problem.c:312
1001#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1002msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1003msgstr ""
1004
1005#: e2fsck/problem.c:317
1006#. @-expanded: Backing up journal inode block information.\n
1007#. @-expanded: \n
1008msgid ""
1009"Backing up @j @i @b information.\n"
1010"\n"
1011msgstr ""
1012
1013#: e2fsck/problem.c:322
1014#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1015#. @-expanded: is %N; should be zero.  
1016msgid ""
1017"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1018"is %N; @s zero.  "
1019msgstr ""
1020
1021#: e2fsck/problem.c:328
1022#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.  
1023msgid "Resize_@i not enabled, but the resize @i is non-zero.  "
1024msgstr ""
1025
1026#: e2fsck/problem.c:333
1027#. @-expanded: Resize inode not valid.  
1028msgid "Resize @i not valid.  "
1029msgstr ""
1030
1031#: e2fsck/problem.c:338
1032#. @-expanded: superblock last mount time (%t,\n
1033#. @-expanded: \tnow = %T) is in the future.\n
1034msgid ""
1035"@S last mount time (%t,\n"
1036"\tnow = %T) is in the future.\n"
1037msgstr ""
1038
1039#: e2fsck/problem.c:343
1040#. @-expanded: superblock last write time (%t,\n
1041#. @-expanded: \tnow = %T) is in the future.\n
1042msgid ""
1043"@S last write time (%t,\n"
1044"\tnow = %T) is in the future.\n"
1045msgstr ""
1046
1047#: e2fsck/problem.c:347
1048#, c-format
1049#. @-expanded: superblock hint for external superblock should be %X.  
1050msgid "@S hint for external superblock @s %X.  "
1051msgstr ""
1052
1053#: e2fsck/problem.c:352
1054#. @-expanded: Adding dirhash hint to filesystem.\n
1055#. @-expanded: \n
1056msgid ""
1057"Adding dirhash hint to @f.\n"
1058"\n"
1059msgstr ""
1060
1061#: e2fsck/problem.c:357
1062#. @-expanded: group descriptor %g checksum is %04x, should be %04y.  
1063msgid "@g descriptor %g checksum is %04x, should be %04y.  "
1064msgstr ""
1065
1066#: e2fsck/problem.c:362
1067#, c-format
1068#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1069msgid "@g descriptor %g marked uninitialized without feature set.\n"
1070msgstr ""
1071
1072#: e2fsck/problem.c:367
1073#. @-expanded: group descriptor %g has invalid unused inodes count %b.  
1074msgid "@g descriptor %g has invalid unused inodes count %b.  "
1075msgstr ""
1076
1077#: e2fsck/problem.c:372
1078#. @-expanded: Last group block bitmap uninitialized.  
1079msgid "Last @g @b @B uninitialized.  "
1080msgstr ""
1081
1082#: e2fsck/problem.c:377
1083#, c-format
1084msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1085msgstr ""
1086
1087#: e2fsck/problem.c:381
1088msgid "The test_fs flag is set (and ext4 is available).  "
1089msgstr ""
1090
1091#: e2fsck/problem.c:386
1092#. @-expanded: superblock last mount time is in the future.\n
1093#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly 
1094#. @-expanded: set)  
1095msgid ""
1096"@S last mount time is in the future.\n"
1097"\t(by less than a day, probably due to the hardware clock being incorrectly "
1098"set)  "
1099msgstr ""
1100
1101#: e2fsck/problem.c:392
1102#. @-expanded: superblock last write time is in the future.\n
1103#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly 
1104#. @-expanded: set).  
1105msgid ""
1106"@S last write time is in the future.\n"
1107"\t(by less than a day, probably due to the hardware clock being incorrectly "
1108"set).  "
1109msgstr ""
1110
1111#: e2fsck/problem.c:398
1112#. @-expanded: One or more block group descriptor checksums are invalid.  
1113msgid "One or more @b @g descriptor checksums are invalid.  "
1114msgstr ""
1115
1116#: e2fsck/problem.c:403
1117#. @-expanded: Setting free inodes count to %j (was %i)\n
1118msgid "Setting free @is count to %j (was %i)\n"
1119msgstr ""
1120
1121#: e2fsck/problem.c:408
1122#. @-expanded: Setting free blocks count to %c (was %b)\n
1123msgid "Setting free @bs count to %c (was %b)\n"
1124msgstr ""
1125
1126#: e2fsck/problem.c:413
1127#. @-expanded: Making quota inode %i (%Q) hidden.\n
1128msgid "Making @q @i %i (%Q) hidden.\n"
1129msgstr ""
1130
1131#: e2fsck/problem.c:418
1132#. @-expanded: superblock has invalid MMP block.  
1133msgid "@S has invalid MMP block.  "
1134msgstr ""
1135
1136#: e2fsck/problem.c:423
1137#. @-expanded: superblock has invalid MMP magic.  
1138msgid "@S has invalid MMP magic.  "
1139msgstr ""
1140
1141#: e2fsck/problem.c:428
1142#, c-format
1143msgid "ext2fs_open2: %m\n"
1144msgstr ""
1145
1146#: e2fsck/problem.c:433
1147#, c-format
1148msgid "ext2fs_check_desc: %m\n"
1149msgstr ""
1150
1151#: e2fsck/problem.c:440
1152#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1153msgid "Pass 1: Checking @is, @bs, and sizes\n"
1154msgstr ""
1155
1156#: e2fsck/problem.c:444
1157#. @-expanded: root inode is not a directory.  
1158msgid "@r is not a @d.  "
1159msgstr ""
1160
1161#: e2fsck/problem.c:449
1162#. @-expanded: root inode has dtime set (probably due to old mke2fs).  
1163msgid "@r has dtime set (probably due to old mke2fs).  "
1164msgstr ""
1165
1166#: e2fsck/problem.c:454
1167#. @-expanded: Reserved inode %i (%Q) has invalid mode.  
1168msgid "Reserved @i %i (%Q) has @n mode.  "
1169msgstr ""
1170
1171#: e2fsck/problem.c:459
1172#, c-format
1173#. @-expanded: deleted inode %i has zero dtime.  
1174msgid "@D @i %i has zero dtime.  "
1175msgstr ""
1176
1177#: e2fsck/problem.c:464
1178#, c-format
1179#. @-expanded: inode %i is in use, but has dtime set.  
1180msgid "@i %i is in use, but has dtime set.  "
1181msgstr ""
1182
1183#: e2fsck/problem.c:469
1184#, c-format
1185#. @-expanded: inode %i is a zero-length directory.  
1186msgid "@i %i is a @z @d.  "
1187msgstr ""
1188
1189#: e2fsck/problem.c:474
1190#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1191msgid "@g %g's @b @B at %b @C.\n"
1192msgstr ""
1193
1194#: e2fsck/problem.c:479
1195#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1196msgid "@g %g's @i @B at %b @C.\n"
1197msgstr ""
1198
1199#: e2fsck/problem.c:484
1200#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1201msgid "@g %g's @i table at %b @C.\n"
1202msgstr ""
1203
1204#: e2fsck/problem.c:489
1205#. @-expanded: group %g's block bitmap (%b) is bad.  
1206msgid "@g %g's @b @B (%b) is bad.  "
1207msgstr ""
1208
1209#: e2fsck/problem.c:494
1210#. @-expanded: group %g's inode bitmap (%b) is bad.  
1211msgid "@g %g's @i @B (%b) is bad.  "
1212msgstr ""
1213
1214#: e2fsck/problem.c:499
1215#. @-expanded: inode %i, i_size is %Is, should be %N.  
1216msgid "@i %i, i_size is %Is, @s %N.  "
1217msgstr ""
1218
1219#: e2fsck/problem.c:504
1220#. @-expanded: inode %i, i_blocks is %Ib, should be %N.  
1221msgid "@i %i, i_@bs is %Ib, @s %N.  "
1222msgstr ""
1223
1224#: e2fsck/problem.c:509
1225#. @-expanded: illegal %B (%b) in inode %i.  
1226msgid "@I %B (%b) in @i %i.  "
1227msgstr ""
1228
1229#: e2fsck/problem.c:514
1230#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.  
1231msgid "%B (%b) overlaps @f metadata in @i %i.  "
1232msgstr ""
1233
1234#: e2fsck/problem.c:519
1235#, c-format
1236#. @-expanded: inode %i has illegal block(s).  
1237msgid "@i %i has illegal @b(s).  "
1238msgstr ""
1239
1240#: e2fsck/problem.c:524
1241#, c-format
1242#. @-expanded: Too many illegal blocks in inode %i.\n
1243msgid "Too many illegal @bs in @i %i.\n"
1244msgstr ""
1245
1246#: e2fsck/problem.c:529
1247#. @-expanded: illegal %B (%b) in bad block inode.  
1248msgid "@I %B (%b) in bad @b @i.  "
1249msgstr ""
1250
1251#: e2fsck/problem.c:534
1252#. @-expanded: Bad block inode has illegal block(s).  
1253msgid "Bad @b @i has illegal @b(s).  "
1254msgstr ""
1255
1256#: e2fsck/problem.c:539
1257#. @-expanded: Duplicate or bad block in use!\n
1258msgid "Duplicate or bad @b in use!\n"
1259msgstr ""
1260
1261#: e2fsck/problem.c:544
1262#. @-expanded: Bad block %b used as bad block inode indirect block.  
1263msgid "Bad @b %b used as bad @b @i indirect @b.  "
1264msgstr ""
1265
1266#: e2fsck/problem.c:549
1267#. @-expanded: \n
1268#. @-expanded: The bad block inode has probably been corrupted.  You probably\n
1269#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1270#. @-expanded: in the filesystem.\n
1271msgid ""
1272"\n"
1273"The bad @b @i has probably been corrupted.  You probably\n"
1274"should stop now and run e2fsck -c to scan for bad blocks\n"
1275"in the @f.\n"
1276msgstr ""
1277
1278#: e2fsck/problem.c:556
1279#. @-expanded: \n
1280#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1281msgid ""
1282"\n"
1283"If the @b is really bad, the @f can not be fixed.\n"
1284msgstr ""
1285
1286#: e2fsck/problem.c:561
1287#. @-expanded: You can remove this block from the bad block list and hope\n
1288#. @-expanded: that the block is really OK.  But there are no guarantees.\n
1289#. @-expanded: \n
1290msgid ""
1291"You can remove this @b from the bad @b list and hope\n"
1292"that the @b is really OK.  But there are no guarantees.\n"
1293"\n"
1294msgstr ""
1295
1296#: e2fsck/problem.c:567
1297#. @-expanded: The primary superblock (%b) is on the bad block list.\n
1298msgid "The primary @S (%b) is on the bad @b list.\n"
1299msgstr ""
1300
1301#: e2fsck/problem.c:572
1302#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1303msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1304msgstr ""
1305
1306#: e2fsck/problem.c:578
1307#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1308msgid "Warning: Group %g's @S (%b) is bad.\n"
1309msgstr ""
1310
1311#: e2fsck/problem.c:583
1312#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1313msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1314msgstr ""
1315
1316#: e2fsck/problem.c:589
1317#. @-expanded: Programming error?  block #%b claimed for no reason in process_bad_block.\n
1318msgid "Programming error?  @b #%b claimed for no reason in process_bad_@b.\n"
1319msgstr ""
1320
1321#: e2fsck/problem.c:595
1322#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1323msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1324msgstr ""
1325
1326#: e2fsck/problem.c:600
1327#, c-format
1328#. @-expanded: error allocating block buffer for relocating %s\n
1329msgid "@A @b buffer for relocating %s\n"
1330msgstr ""
1331
1332#: e2fsck/problem.c:605
1333#. @-expanded: Relocating group %g's %s from %b to %c...\n
1334msgid "Relocating @g %g's %s from %b to %c...\n"
1335msgstr ""
1336
1337#: e2fsck/problem.c:610
1338#, c-format
1339#. @-expanded: Relocating group %g's %s to %c...\n
1340msgid "Relocating @g %g's %s to %c...\n"
1341msgstr ""
1342
1343#: e2fsck/problem.c:615
1344#. @-expanded: Warning: could not read block %b of %s: %m\n
1345msgid "Warning: could not read @b %b of %s: %m\n"
1346msgstr ""
1347
1348#: e2fsck/problem.c:620
1349#. @-expanded: Warning: could not write block %b for %s: %m\n
1350msgid "Warning: could not write @b %b for %s: %m\n"
1351msgstr ""
1352
1353#: e2fsck/problem.c:625 e2fsck/problem.c:1474
1354#. @-expanded: error allocating inode bitmap (%N): %m\n
1355msgid "@A @i @B (%N): %m\n"
1356msgstr ""
1357
1358#: e2fsck/problem.c:630
1359#. @-expanded: error allocating block bitmap (%N): %m\n
1360msgid "@A @b @B (%N): %m\n"
1361msgstr ""
1362
1363#: e2fsck/problem.c:635
1364#, c-format
1365#. @-expanded: error allocating icount link information: %m\n
1366msgid "@A icount link information: %m\n"
1367msgstr ""
1368
1369#: e2fsck/problem.c:640
1370#, c-format
1371#. @-expanded: error allocating directory block array: %m\n
1372msgid "@A @d @b array: %m\n"
1373msgstr ""
1374
1375#: e2fsck/problem.c:645
1376#, c-format
1377#. @-expanded: Error while scanning inodes (%i): %m\n
1378msgid "Error while scanning @is (%i): %m\n"
1379msgstr ""
1380
1381#: e2fsck/problem.c:650
1382#, c-format
1383#. @-expanded: Error while iterating over blocks in inode %i: %m\n
1384msgid "Error while iterating over @bs in @i %i: %m\n"
1385msgstr ""
1386
1387#: e2fsck/problem.c:655
1388#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1389msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1390msgstr ""
1391
1392#: e2fsck/problem.c:660
1393#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1394msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1395msgstr ""
1396
1397#: e2fsck/problem.c:666
1398#, c-format
1399#. @-expanded: Error reading inode %i: %m\n
1400msgid "Error reading @i %i: %m\n"
1401msgstr ""
1402
1403#: e2fsck/problem.c:674
1404#, c-format
1405#. @-expanded: inode %i has imagic flag set.  
1406msgid "@i %i has imagic flag set.  "
1407msgstr ""
1408
1409#: e2fsck/problem.c:679
1410#, c-format
1411#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1412#. @-expanded: or append-only flag set.  
1413msgid ""
1414"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1415"or append-only flag set.  "
1416msgstr ""
1417
1418#: e2fsck/problem.c:685
1419#, c-format
1420#. @-expanded: inode %i has compression flag set on filesystem without compression support.  
1421msgid "@i %i has @cion flag set on @f without @cion support.  "
1422msgstr ""
1423
1424#: e2fsck/problem.c:690
1425#, c-format
1426#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.  
1427msgid "Special (@v/socket/fifo) @i %i has non-zero size.  "
1428msgstr ""
1429
1430#: e2fsck/problem.c:700
1431#. @-expanded: journal inode is not in use, but contains data.  
1432msgid "@j @i is not in use, but contains data.  "
1433msgstr ""
1434
1435#: e2fsck/problem.c:705
1436#. @-expanded: journal is not regular file.  
1437msgid "@j is not regular file.  "
1438msgstr ""
1439
1440#: e2fsck/problem.c:710
1441#, c-format
1442#. @-expanded: inode %i was part of the orphaned inode list.  
1443msgid "@i %i was part of the @o @i list.  "
1444msgstr ""
1445
1446#: e2fsck/problem.c:716
1447#. @-expanded: inodes that were part of a corrupted orphan linked list found.  
1448msgid "@is that were part of a corrupted orphan linked list found.  "
1449msgstr ""
1450
1451#: e2fsck/problem.c:721
1452#. @-expanded: error allocating refcount structure (%N): %m\n
1453msgid "@A refcount structure (%N): %m\n"
1454msgstr ""
1455
1456#: e2fsck/problem.c:726
1457#. @-expanded: Error reading extended attribute block %b for inode %i.  
1458msgid "Error reading @a @b %b for @i %i.  "
1459msgstr ""
1460
1461#: e2fsck/problem.c:731
1462#. @-expanded: inode %i has a bad extended attribute block %b.  
1463msgid "@i %i has a bad @a @b %b.  "
1464msgstr ""
1465
1466#: e2fsck/problem.c:736
1467#. @-expanded: Error reading extended attribute block %b (%m).  
1468msgid "Error reading @a @b %b (%m).  "
1469msgstr ""
1470
1471#: e2fsck/problem.c:741
1472#. @-expanded: extended attribute block %b has reference count %r, should be %N.  
1473msgid "@a @b %b has reference count %r, @s %N.  "
1474msgstr ""
1475
1476#: e2fsck/problem.c:746
1477#. @-expanded: Error writing extended attribute block %b (%m).  
1478msgid "Error writing @a @b %b (%m).  "
1479msgstr ""
1480
1481#: e2fsck/problem.c:751
1482#. @-expanded: extended attribute block %b has h_blocks > 1.  
1483msgid "@a @b %b has h_@bs > 1.  "
1484msgstr ""
1485
1486#: e2fsck/problem.c:756
1487#. @-expanded: error allocating extended attribute block %b.  
1488msgid "@A @a @b %b.  "
1489msgstr ""
1490
1491#: e2fsck/problem.c:761
1492#. @-expanded: extended attribute block %b is corrupt (allocation collision).  
1493msgid "@a @b %b is corrupt (allocation collision).  "
1494msgstr ""
1495
1496#: e2fsck/problem.c:766
1497#. @-expanded: extended attribute block %b is corrupt (invalid name).  
1498msgid "@a @b %b is corrupt (@n name).  "
1499msgstr ""
1500
1501#: e2fsck/problem.c:771
1502#. @-expanded: extended attribute block %b is corrupt (invalid value).  
1503msgid "@a @b %b is corrupt (@n value).  "
1504msgstr ""
1505
1506#: e2fsck/problem.c:776
1507#, c-format
1508#. @-expanded: inode %i is too big.  
1509msgid "@i %i is too big.  "
1510msgstr ""
1511
1512#: e2fsck/problem.c:780
1513#. @-expanded: %B (%b) causes directory to be too big.  
1514msgid "%B (%b) causes @d to be too big.  "
1515msgstr ""
1516
1517#: e2fsck/problem.c:785
1518msgid "%B (%b) causes file to be too big.  "
1519msgstr ""
1520
1521#: e2fsck/problem.c:790
1522msgid "%B (%b) causes symlink to be too big.  "
1523msgstr ""
1524
1525#: e2fsck/problem.c:795
1526#, c-format
1527#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1528msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1529msgstr ""
1530
1531#: e2fsck/problem.c:800
1532#, c-format
1533#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1534msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1535msgstr ""
1536
1537#: e2fsck/problem.c:805
1538#, c-format
1539#. @-expanded: HTREE directory inode %i has an invalid root node.\n
1540msgid "@h %i has an @n root node.\n"
1541msgstr ""
1542
1543#: e2fsck/problem.c:810
1544#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1545msgid "@h %i has an unsupported hash version (%N)\n"
1546msgstr ""
1547
1548#: e2fsck/problem.c:815
1549#, c-format
1550#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1551msgid "@h %i uses an incompatible htree root node flag.\n"
1552msgstr ""
1553
1554#: e2fsck/problem.c:820
1555#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1556msgid "@h %i has a tree depth (%N) which is too big\n"
1557msgstr ""
1558
1559#: e2fsck/problem.c:825
1560#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1561#. @-expanded: filesystem metadata.  
1562msgid ""
1563"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1564"@f metadata.  "
1565msgstr ""
1566
1567#: e2fsck/problem.c:831
1568#, c-format
1569#. @-expanded: Resize inode (re)creation failed: %m.
1570msgid "Resize @i (re)creation failed: %m."
1571msgstr ""
1572
1573#: e2fsck/problem.c:836
1574#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1575msgid "@i %i has a extra size (%IS) which is @n\n"
1576msgstr ""
1577
1578#: e2fsck/problem.c:841
1579#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1580msgid "@a in @i %i has a namelen (%N) which is @n\n"
1581msgstr ""
1582
1583#: e2fsck/problem.c:846
1584#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1585msgid "@a in @i %i has a value offset (%N) which is @n\n"
1586msgstr ""
1587
1588#: e2fsck/problem.c:851
1589#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1590msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1591msgstr ""
1592
1593#: e2fsck/problem.c:856
1594#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1595msgid "@a in @i %i has a value size (%N) which is @n\n"
1596msgstr ""
1597
1598#: e2fsck/problem.c:861
1599#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1600msgid "@a in @i %i has a hash (%N) which is @n\n"
1601msgstr ""
1602
1603#: e2fsck/problem.c:866
1604#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1605msgid "@i %i is a %It but it looks like it is really a directory.\n"
1606msgstr ""
1607
1608#: e2fsck/problem.c:871
1609#, c-format
1610#. @-expanded: Error while reading over extent tree in inode %i: %m\n
1611msgid "Error while reading over @x tree in @i %i: %m\n"
1612msgstr ""
1613
1614#: e2fsck/problem.c:876
1615#. @-expanded: Failed to iterate extents in inode %i\n
1616#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1617msgid ""
1618"Failed to iterate extents in @i %i\n"
1619"\t(op %s, blk %b, lblk %c): %m\n"
1620msgstr ""
1621
1622#: e2fsck/problem.c:882
1623#. @-expanded: inode %i has an invalid extent\n
1624#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1625msgid ""
1626"@i %i has an @n extent\n"
1627"\t(logical @b %c, @n physical @b %b, len %N)\n"
1628msgstr ""
1629
1630#: e2fsck/problem.c:887
1631#. @-expanded: inode %i has an invalid extent\n
1632#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1633msgid ""
1634"@i %i has an @n extent\n"
1635"\t(logical @b %c, physical @b %b, @n len %N)\n"
1636msgstr ""
1637
1638#: e2fsck/problem.c:892
1639#, c-format
1640#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1641msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1642msgstr ""
1643
1644#: e2fsck/problem.c:897
1645#, c-format
1646#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1647msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1648msgstr ""
1649
1650#: e2fsck/problem.c:902
1651#, c-format
1652#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1653msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1654msgstr ""
1655
1656#: e2fsck/problem.c:907
1657#, c-format
1658msgid "Fast symlink %i has EXTENT_FL set.  "
1659msgstr ""
1660
1661#: e2fsck/problem.c:912
1662#. @-expanded: inode %i has out of order extents\n
1663#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1664msgid ""
1665"@i %i has out of order extents\n"
1666"\t(@n logical @b %c, physical @b %b, len %N)\n"
1667msgstr ""
1668
1669#: e2fsck/problem.c:916
1670#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1671msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1672msgstr ""
1673
1674#: e2fsck/problem.c:921
1675#, c-format
1676#. @-expanded: Error converting subcluster block bitmap: %m\n
1677msgid "Error converting subcluster @b @B: %m\n"
1678msgstr ""
1679
1680#: e2fsck/problem.c:926
1681#. @-expanded: quota inode is not regular file.  
1682msgid "@q @i is not regular file.  "
1683msgstr ""
1684
1685#: e2fsck/problem.c:931
1686#. @-expanded: quota inode is not in use, but contains data.  
1687msgid "@q @i is not in use, but contains data.  "
1688msgstr ""
1689
1690#: e2fsck/problem.c:936
1691#. @-expanded: quota inode is visible to the user.  
1692msgid "@q @i is visible to the user.  "
1693msgstr ""
1694
1695#: e2fsck/problem.c:941
1696#. @-expanded: The bad block inode looks invalid.  
1697msgid "The bad @b @i looks @n.  "
1698msgstr ""
1699
1700#: e2fsck/problem.c:946
1701#. @-expanded: inode %i has zero length extent\n
1702#. @-expanded: \t(invalid logical block %c, physical block %b)\n
1703msgid ""
1704"@i %i has zero length extent\n"
1705"\t(@n logical @b %c, physical @b %b)\n"
1706msgstr ""
1707
1708#: e2fsck/problem.c:953
1709#. @-expanded: Interior extent node level %N of inode %i:\n
1710#. @-expanded: Logical start %b does not match logical start %c at next level.  
1711msgid ""
1712"Interior @x node level %N of @i %i:\n"
1713"Logical start %b does not match logical start %c at next level.  "
1714msgstr ""
1715
1716#: e2fsck/problem.c:959
1717#. @-expanded: inode %i, end of extent exceeds allowed value\n
1718#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1719msgid ""
1720"@i %i, end of extent exceeds allowed value\n"
1721"\t(logical @b %c, physical @b %b, len %N)\n"
1722msgstr ""
1723
1724#: e2fsck/problem.c:967
1725#. @-expanded: \n
1726#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1727#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1728msgid ""
1729"\n"
1730"Running additional passes to resolve @bs claimed by more than one @i...\n"
1731"Pass 1B: Rescanning for @m @bs\n"
1732msgstr ""
1733
1734#: e2fsck/problem.c:973
1735#, c-format
1736#. @-expanded: multiply-claimed block(s) in inode %i:
1737msgid "@m @b(s) in @i %i:"
1738msgstr ""
1739
1740#: e2fsck/problem.c:988
1741#, c-format
1742msgid "Error while scanning inodes (%i): %m\n"
1743msgstr ""
1744
1745#: e2fsck/problem.c:993
1746#, c-format
1747#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1748msgid "@A @i @B (@i_dup_map): %m\n"
1749msgstr ""
1750
1751#: e2fsck/problem.c:998
1752#, c-format
1753#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1754msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1755msgstr ""
1756
1757#: e2fsck/problem.c:1003 e2fsck/problem.c:1318
1758#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1759msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1760msgstr ""
1761
1762#: e2fsck/problem.c:1008
1763#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1764msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1765msgstr ""
1766
1767#: e2fsck/problem.c:1014
1768#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1769msgid "Pass 1D: Reconciling @m @bs\n"
1770msgstr ""
1771
1772#: e2fsck/problem.c:1019
1773#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1774#. @-expanded:   has %r multiply-claimed block(s), shared with %N file(s):\n
1775msgid ""
1776"File %Q (@i #%i, mod time %IM) \n"
1777"  has %r @m @b(s), shared with %N file(s):\n"
1778msgstr ""
1779
1780#: e2fsck/problem.c:1025
1781#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1782msgid "\t%Q (@i #%i, mod time %IM)\n"
1783msgstr ""
1784
1785#: e2fsck/problem.c:1030
1786#. @-expanded: \t<filesystem metadata>\n
1787msgid "\t<@f metadata>\n"
1788msgstr ""
1789
1790#: e2fsck/problem.c:1035
1791#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1792#. @-expanded: \n
1793msgid ""
1794"(There are %N @is containing @m @bs.)\n"
1795"\n"
1796msgstr ""
1797
1798#: e2fsck/problem.c:1040
1799#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1800#. @-expanded: \n
1801msgid ""
1802"@m @bs already reassigned or cloned.\n"
1803"\n"
1804msgstr ""
1805
1806#: e2fsck/problem.c:1053
1807#, c-format
1808msgid "Couldn't clone file: %m\n"
1809msgstr ""
1810
1811#: e2fsck/problem.c:1059
1812#. @-expanded: Pass 2: Checking directory structure\n
1813msgid "Pass 2: Checking @d structure\n"
1814msgstr ""
1815
1816#: e2fsck/problem.c:1064
1817#, c-format
1818#. @-expanded: invalid inode number for '.' in directory inode %i.\n
1819msgid "@n @i number for '.' in @d @i %i.\n"
1820msgstr ""
1821
1822#: e2fsck/problem.c:1069
1823#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1824msgid "@E has @n @i #: %Di.\n"
1825msgstr ""
1826
1827#: e2fsck/problem.c:1074
1828#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.  
1829msgid "@E has @D/unused @i %Di.  "
1830msgstr ""
1831
1832#: e2fsck/problem.c:1079
1833#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'  
1834msgid "@E @L to '.'  "
1835msgstr ""
1836
1837#: e2fsck/problem.c:1084
1838#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1839msgid "@E points to @i (%Di) located in a bad @b.\n"
1840msgstr ""
1841
1842#: e2fsck/problem.c:1089
1843#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1844msgid "@E @L to @d %P (%Di).\n"
1845msgstr ""
1846
1847#: e2fsck/problem.c:1094
1848#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1849msgid "@E @L to the @r.\n"
1850msgstr ""
1851
1852#: e2fsck/problem.c:1099
1853#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1854msgid "@E has illegal characters in its name.\n"
1855msgstr ""
1856
1857#: e2fsck/problem.c:1104
1858#, c-format
1859#. @-expanded: Missing '.' in directory inode %i.\n
1860msgid "Missing '.' in @d @i %i.\n"
1861msgstr ""
1862
1863#: e2fsck/problem.c:1109
1864#, c-format
1865#. @-expanded: Missing '..' in directory inode %i.\n
1866msgid "Missing '..' in @d @i %i.\n"
1867msgstr ""
1868
1869#: e2fsck/problem.c:1114
1870#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1871msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1872msgstr ""
1873
1874#: e2fsck/problem.c:1119
1875#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1876msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1877msgstr ""
1878
1879#: e2fsck/problem.c:1124
1880#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1881msgid "i_faddr @F %IF, @s zero.\n"
1882msgstr ""
1883
1884#: e2fsck/problem.c:1129
1885#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1886msgid "i_file_acl @F %If, @s zero.\n"
1887msgstr ""
1888
1889#: e2fsck/problem.c:1134
1890#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1891msgid "i_dir_acl @F %Id, @s zero.\n"
1892msgstr ""
1893
1894#: e2fsck/problem.c:1139
1895#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1896msgid "i_frag @F %N, @s zero.\n"
1897msgstr ""
1898
1899#: e2fsck/problem.c:1144
1900#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1901msgid "i_fsize @F %N, @s zero.\n"
1902msgstr ""
1903
1904#: e2fsck/problem.c:1149
1905#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1906msgid "@i %i (%Q) has @n mode (%Im).\n"
1907msgstr ""
1908
1909#: e2fsck/problem.c:1154
1910#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
1911msgid "@d @i %i, %B, offset %N: @d corrupted\n"
1912msgstr ""
1913
1914#: e2fsck/problem.c:1159
1915#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
1916msgid "@d @i %i, %B, offset %N: filename too long\n"
1917msgstr ""
1918
1919#: e2fsck/problem.c:1164
1920#. @-expanded: directory inode %i has an unallocated %B.  
1921msgid "@d @i %i has an unallocated %B.  "
1922msgstr ""
1923
1924#: e2fsck/problem.c:1169
1925#, c-format
1926#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1927msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1928msgstr ""
1929
1930#: e2fsck/problem.c:1174
1931#, c-format
1932#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1933msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1934msgstr ""
1935
1936#: e2fsck/problem.c:1179
1937#. @-expanded: inode %i (%Q) is an illegal character device.\n
1938msgid "@i %i (%Q) is an @I character @v.\n"
1939msgstr ""
1940
1941#: e2fsck/problem.c:1184
1942#. @-expanded: inode %i (%Q) is an illegal block device.\n
1943msgid "@i %i (%Q) is an @I @b @v.\n"
1944msgstr ""
1945
1946#: e2fsck/problem.c:1189
1947#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1948msgid "@E is duplicate '.' @e.\n"
1949msgstr ""
1950
1951#: e2fsck/problem.c:1194
1952#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1953msgid "@E is duplicate '..' @e.\n"
1954msgstr ""
1955
1956#: e2fsck/problem.c:1199 e2fsck/problem.c:1499
1957#, c-format
1958msgid "Internal error: couldn't find dir_info for %i.\n"
1959msgstr ""
1960
1961#: e2fsck/problem.c:1204
1962#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1963msgid "@E has rec_len of %Dr, @s %N.\n"
1964msgstr ""
1965
1966#: e2fsck/problem.c:1209
1967#, c-format
1968#. @-expanded: error allocating icount structure: %m\n
1969msgid "@A icount structure: %m\n"
1970msgstr ""
1971
1972#: e2fsck/problem.c:1214
1973#, c-format
1974#. @-expanded: Error iterating over directory blocks: %m\n
1975msgid "Error iterating over @d @bs: %m\n"
1976msgstr ""
1977
1978#: e2fsck/problem.c:1219
1979#. @-expanded: Error reading directory block %b (inode %i): %m\n
1980msgid "Error reading @d @b %b (@i %i): %m\n"
1981msgstr ""
1982
1983#: e2fsck/problem.c:1224
1984#. @-expanded: Error writing directory block %b (inode %i): %m\n
1985msgid "Error writing @d @b %b (@i %i): %m\n"
1986msgstr ""
1987
1988#: e2fsck/problem.c:1229
1989#, c-format
1990#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
1991msgid "@A new @d @b for @i %i (%s): %m\n"
1992msgstr ""
1993
1994#: e2fsck/problem.c:1234
1995#, c-format
1996#. @-expanded: Error deallocating inode %i: %m\n
1997msgid "Error deallocating @i %i: %m\n"
1998msgstr ""
1999
2000#: e2fsck/problem.c:1239
2001#, c-format
2002#. @-expanded: directory entry for '.' in %p (%i) is big.\n
2003msgid "@d @e for '.' in %p (%i) is big.\n"
2004msgstr ""
2005
2006#: e2fsck/problem.c:1244
2007#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2008msgid "@i %i (%Q) is an @I FIFO.\n"
2009msgstr ""
2010
2011#: e2fsck/problem.c:1249
2012#. @-expanded: inode %i (%Q) is an illegal socket.\n
2013msgid "@i %i (%Q) is an @I socket.\n"
2014msgstr ""
2015
2016#: e2fsck/problem.c:1254
2017#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2018msgid "Setting filetype for @E to %N.\n"
2019msgstr ""
2020
2021#: e2fsck/problem.c:1259
2022#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2023msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2024msgstr ""
2025
2026#: e2fsck/problem.c:1264
2027#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2028msgid "@E has filetype set.\n"
2029msgstr ""
2030
2031#: e2fsck/problem.c:1269
2032#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2033msgid "@E has a @z name.\n"
2034msgstr ""
2035
2036#: e2fsck/problem.c:1274
2037#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2038msgid "Symlink %Q (@i #%i) is @n.\n"
2039msgstr ""
2040
2041#: e2fsck/problem.c:1279
2042#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2043msgid "@a @b @F @n (%If).\n"
2044msgstr ""
2045
2046#: e2fsck/problem.c:1284
2047#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2048msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2049msgstr ""
2050
2051#: e2fsck/problem.c:1289
2052#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2053msgid "@p @h %d: %B not referenced\n"
2054msgstr ""
2055
2056#: e2fsck/problem.c:1294
2057#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2058msgid "@p @h %d: %B referenced twice\n"
2059msgstr ""
2060
2061#: e2fsck/problem.c:1299
2062#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2063msgid "@p @h %d: %B has bad min hash\n"
2064msgstr ""
2065
2066#: e2fsck/problem.c:1304
2067#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2068msgid "@p @h %d: %B has bad max hash\n"
2069msgstr ""
2070
2071#: e2fsck/problem.c:1309
2072#. @-expanded: invalid HTREE directory inode %d (%q).  
2073msgid "@n @h %d (%q).  "
2074msgstr ""
2075
2076#: e2fsck/problem.c:1313
2077#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2078msgid "@p @h %d (%q): bad @b number %b.\n"
2079msgstr ""
2080
2081#: e2fsck/problem.c:1323
2082#, c-format
2083#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2084msgid "@p @h %d: root node is @n\n"
2085msgstr ""
2086
2087#: e2fsck/problem.c:1328
2088#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2089msgid "@p @h %d: %B has @n limit (%N)\n"
2090msgstr ""
2091
2092#: e2fsck/problem.c:1333
2093#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2094msgid "@p @h %d: %B has @n count (%N)\n"
2095msgstr ""
2096
2097#: e2fsck/problem.c:1338
2098#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2099msgid "@p @h %d: %B has an unordered hash table\n"
2100msgstr ""
2101
2102#: e2fsck/problem.c:1343
2103#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2104msgid "@p @h %d: %B has @n depth (%N)\n"
2105msgstr ""
2106
2107#: e2fsck/problem.c:1348
2108#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.  
2109msgid "Duplicate @E found.  "
2110msgstr ""
2111
2112#: e2fsck/problem.c:1353
2113#, no-c-format
2114#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2115#. @-expanded: Rename to %s
2116msgid ""
2117"@E has a non-unique filename.\n"
2118"Rename to %s"
2119msgstr ""
2120
2121#: e2fsck/problem.c:1358
2122#. @-expanded: Duplicate entry '%Dn' found.\n
2123#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2124#. @-expanded: \n
2125msgid ""
2126"Duplicate @e '%Dn' found.\n"
2127"\tMarking %p (%i) to be rebuilt.\n"
2128"\n"
2129msgstr ""
2130
2131#: e2fsck/problem.c:1363
2132#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2133msgid "i_blocks_hi @F %N, @s zero.\n"
2134msgstr ""
2135
2136#: e2fsck/problem.c:1368
2137#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2138msgid "Unexpected @b in @h %d (%q).\n"
2139msgstr ""
2140
2141#: e2fsck/problem.c:1372
2142#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2143msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2144msgstr ""
2145
2146#: e2fsck/problem.c:1377
2147#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2148msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2149msgstr ""
2150
2151#: e2fsck/problem.c:1382
2152#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2153msgid "i_file_acl_hi @F %N, @s zero.\n"
2154msgstr ""
2155
2156#: e2fsck/problem.c:1389
2157#. @-expanded: Pass 3: Checking directory connectivity\n
2158msgid "Pass 3: Checking @d connectivity\n"
2159msgstr ""
2160
2161#: e2fsck/problem.c:1394
2162#. @-expanded: root inode not allocated.  
2163msgid "@r not allocated.  "
2164msgstr ""
2165
2166#: e2fsck/problem.c:1399
2167#. @-expanded: No room in lost+found directory.  
2168msgid "No room in @l @d.  "
2169msgstr ""
2170
2171#: e2fsck/problem.c:1404
2172#, c-format
2173#. @-expanded: Unconnected directory inode %i (%p)\n
2174msgid "Unconnected @d @i %i (%p)\n"
2175msgstr ""
2176
2177#: e2fsck/problem.c:1409
2178#. @-expanded: /lost+found not found.  
2179msgid "/@l not found.  "
2180msgstr ""
2181
2182#: e2fsck/problem.c:1414
2183#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2184msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2185msgstr ""
2186
2187#: e2fsck/problem.c:1419
2188#. @-expanded: Bad or non-existent /lost+found.  Cannot reconnect.\n
2189msgid "Bad or non-existent /@l.  Cannot reconnect.\n"
2190msgstr ""
2191
2192#: e2fsck/problem.c:1424
2193#, c-format
2194#. @-expanded: Could not expand /lost+found: %m\n
2195msgid "Could not expand /@l: %m\n"
2196msgstr ""
2197
2198#: e2fsck/problem.c:1429
2199#, c-format
2200msgid "Could not reconnect %i: %m\n"
2201msgstr ""
2202
2203#: e2fsck/problem.c:1434
2204#, c-format
2205#. @-expanded: Error while trying to find /lost+found: %m\n
2206msgid "Error while trying to find /@l: %m\n"
2207msgstr ""
2208
2209#: e2fsck/problem.c:1439
2210#, c-format
2211#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2212msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2213msgstr ""
2214
2215#: e2fsck/problem.c:1444
2216#, c-format
2217#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2218msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2219msgstr ""
2220
2221#: e2fsck/problem.c:1449
2222#, c-format
2223#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2224msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2225msgstr ""
2226
2227#: e2fsck/problem.c:1454
2228#, c-format
2229#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2230msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2231msgstr ""
2232
2233#: e2fsck/problem.c:1459
2234#, c-format
2235#. @-expanded: Error while adjusting inode count on inode %i\n
2236msgid "Error while adjusting @i count on @i %i\n"
2237msgstr ""
2238
2239#: e2fsck/problem.c:1464
2240#, c-format
2241#. @-expanded: Couldn't fix parent of inode %i: %m\n
2242#. @-expanded: \n
2243msgid ""
2244"Couldn't fix parent of @i %i: %m\n"
2245"\n"
2246msgstr ""
2247
2248#: e2fsck/problem.c:1469
2249#, c-format
2250#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2251#. @-expanded: \n
2252msgid ""
2253"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2254"\n"
2255msgstr ""
2256
2257#: e2fsck/problem.c:1479
2258#, c-format
2259#. @-expanded: Error creating root directory (%s): %m\n
2260msgid "Error creating root @d (%s): %m\n"
2261msgstr ""
2262
2263#: e2fsck/problem.c:1484
2264#, c-format
2265#. @-expanded: Error creating /lost+found directory (%s): %m\n
2266msgid "Error creating /@l @d (%s): %m\n"
2267msgstr ""
2268
2269#: e2fsck/problem.c:1489
2270#. @-expanded: root inode is not a directory; aborting.\n
2271msgid "@r is not a @d; aborting.\n"
2272msgstr ""
2273
2274#: e2fsck/problem.c:1494
2275#. @-expanded: Cannot proceed without a root inode.\n
2276msgid "Cannot proceed without a @r.\n"
2277msgstr ""
2278
2279#: e2fsck/problem.c:1504
2280#, c-format
2281#. @-expanded: /lost+found is not a directory (ino=%i)\n
2282msgid "/@l is not a @d (ino=%i)\n"
2283msgstr ""
2284
2285#: e2fsck/problem.c:1511
2286msgid "Pass 3A: Optimizing directories\n"
2287msgstr ""
2288
2289#: e2fsck/problem.c:1516
2290#, c-format
2291msgid "Failed to create dirs_to_hash iterator: %m\n"
2292msgstr ""
2293
2294#: e2fsck/problem.c:1521
2295msgid "Failed to optimize directory %q (%d): %m\n"
2296msgstr ""
2297
2298#: e2fsck/problem.c:1526
2299msgid "Optimizing directories: "
2300msgstr ""
2301
2302#: e2fsck/problem.c:1543
2303msgid "Pass 4: Checking reference counts\n"
2304msgstr ""
2305
2306#: e2fsck/problem.c:1548
2307#, c-format
2308#. @-expanded: unattached zero-length inode %i.  
2309msgid "@u @z @i %i.  "
2310msgstr ""
2311
2312#: e2fsck/problem.c:1553
2313#, c-format
2314#. @-expanded: unattached inode %i\n
2315msgid "@u @i %i\n"
2316msgstr ""
2317
2318#: e2fsck/problem.c:1558
2319#. @-expanded: inode %i ref count is %Il, should be %N.  
2320msgid "@i %i ref count is %Il, @s %N.  "
2321msgstr ""
2322
2323#: e2fsck/problem.c:1562
2324#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2325#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2326#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il.  They should be the same!\n
2327msgid ""
2328"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2329"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2330"@i_link_info[%i] is %N, @i.i_links_count is %Il.  They @s the same!\n"
2331msgstr ""
2332
2333#: e2fsck/problem.c:1572
2334#. @-expanded: Pass 5: Checking group summary information\n
2335msgid "Pass 5: Checking @g summary information\n"
2336msgstr ""
2337
2338#: e2fsck/problem.c:1577
2339#. @-expanded: Padding at end of inode bitmap is not set. 
2340msgid "Padding at end of @i @B is not set. "
2341msgstr ""
2342
2343#: e2fsck/problem.c:1582
2344#. @-expanded: Padding at end of block bitmap is not set. 
2345msgid "Padding at end of @b @B is not set. "
2346msgstr ""
2347
2348#: e2fsck/problem.c:1587
2349#. @-expanded: block bitmap differences: 
2350msgid "@b @B differences: "
2351msgstr ""
2352
2353#: e2fsck/problem.c:1607
2354#. @-expanded: inode bitmap differences: 
2355msgid "@i @B differences: "
2356msgstr ""
2357
2358#: e2fsck/problem.c:1627
2359#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2360msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2361msgstr ""
2362
2363#: e2fsck/problem.c:1632
2364#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2365msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2366msgstr ""
2367
2368#: e2fsck/problem.c:1637
2369#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2370msgid "Free @is count wrong (%i, counted=%j).\n"
2371msgstr ""
2372
2373#: e2fsck/problem.c:1642
2374#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2375msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2376msgstr ""
2377
2378#: e2fsck/problem.c:1647
2379#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2380msgid "Free @bs count wrong (%b, counted=%c).\n"
2381msgstr ""
2382
2383#: e2fsck/problem.c:1652
2384#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap 
2385#. @-expanded: endpoints (%i, %j)\n
2386msgid ""
2387"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2388"endpoints (%i, %j)\n"
2389msgstr ""
2390
2391#: e2fsck/problem.c:1658
2392msgid "Internal error: fudging end of bitmap (%N)\n"
2393msgstr ""
2394
2395#: e2fsck/problem.c:1663
2396#, c-format
2397#. @-expanded: Error copying in replacement inode bitmap: %m\n
2398msgid "Error copying in replacement @i @B: %m\n"
2399msgstr ""
2400
2401#: e2fsck/problem.c:1668
2402#, c-format
2403#. @-expanded: Error copying in replacement block bitmap: %m\n
2404msgid "Error copying in replacement @b @B: %m\n"
2405msgstr ""
2406
2407#: e2fsck/problem.c:1693
2408#, c-format
2409#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2410msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2411msgstr ""
2412
2413#: e2fsck/problem.c:1698
2414#, c-format
2415#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2416msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2417msgstr ""
2418
2419#: e2fsck/problem.c:1705
2420#. @-expanded: Recreate journal
2421msgid "Recreate @j"
2422msgstr ""
2423
2424#: e2fsck/problem.c:1710
2425msgid "Update quota info for quota type %N"
2426msgstr ""
2427
2428#: e2fsck/problem.c:1829
2429#, c-format
2430msgid "Unhandled error code (0x%x)!\n"
2431msgstr ""
2432
2433#: e2fsck/problem.c:1954 e2fsck/problem.c:1958
2434msgid "IGNORED"
2435msgstr ""
2436
2437#: e2fsck/scantest.c:79
2438#, c-format
2439msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2440msgstr ""
2441
2442#: e2fsck/scantest.c:98
2443#, c-format
2444msgid "size of inode=%d\n"
2445msgstr ""
2446
2447#: e2fsck/scantest.c:119
2448msgid "while starting inode scan"
2449msgstr ""
2450
2451#: e2fsck/scantest.c:130
2452msgid "while doing inode scan"
2453msgstr ""
2454
2455#: e2fsck/super.c:188
2456#, c-format
2457msgid "while calling ext2fs_block_iterate for inode %d"
2458msgstr ""
2459
2460#: e2fsck/super.c:211
2461#, c-format
2462msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2463msgstr ""
2464
2465#: e2fsck/super.c:272
2466msgid "Truncating"
2467msgstr ""
2468
2469#: e2fsck/super.c:273
2470msgid "Clearing"
2471msgstr ""
2472
2473#: e2fsck/unix.c:74
2474#, c-format
2475msgid ""
2476"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2477"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2478"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2479"\t\t[-E extended-options] device\n"
2480msgstr ""
2481
2482#: e2fsck/unix.c:80
2483#, c-format
2484msgid ""
2485"\n"
2486"Emergency help:\n"
2487" -p                   Automatic repair (no questions)\n"
2488" -n                   Make no changes to the filesystem\n"
2489" -y                   Assume \"yes\" to all questions\n"
2490" -c                   Check for bad blocks and add them to the badblock "
2491"list\n"
2492" -f                   Force checking even if filesystem is marked clean\n"
2493msgstr ""
2494
2495#: e2fsck/unix.c:86
2496#, c-format
2497msgid ""
2498" -v                   Be verbose\n"
2499" -b superblock        Use alternative superblock\n"
2500" -B blocksize         Force blocksize when looking for superblock\n"
2501" -j external_journal  Set location of the external journal\n"
2502" -l bad_blocks_file   Add to badblocks list\n"
2503" -L bad_blocks_file   Set badblocks list\n"
2504msgstr ""
2505
2506#: e2fsck/unix.c:131
2507#, c-format
2508msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2509msgstr ""
2510
2511#: e2fsck/unix.c:157
2512#, c-format
2513msgid ""
2514"\n"
2515"%12u inode used (%2.2f%%, out of %u)\n"
2516msgid_plural ""
2517"\n"
2518"%12u inodes used (%2.2f%%, out of %u)\n"
2519msgstr[0] ""
2520msgstr[1] ""
2521
2522#: e2fsck/unix.c:161
2523#, c-format
2524msgid "%12u non-contiguous file (%0d.%d%%)\n"
2525msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2526msgstr[0] ""
2527msgstr[1] ""
2528
2529#: e2fsck/unix.c:166
2530#, c-format
2531msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2532msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2533msgstr[0] ""
2534msgstr[1] ""
2535
2536#: e2fsck/unix.c:171
2537#, c-format
2538msgid "             # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2539msgstr ""
2540
2541#: e2fsck/unix.c:179
2542msgid "             Extent depth histogram: "
2543msgstr ""
2544
2545#: e2fsck/unix.c:188
2546#, c-format
2547msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2548msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2549msgstr[0] ""
2550msgstr[1] ""
2551
2552#: e2fsck/unix.c:192
2553#, c-format
2554msgid "%12u bad block\n"
2555msgid_plural "%12u bad blocks\n"
2556msgstr[0] ""
2557msgstr[1] ""
2558
2559#: e2fsck/unix.c:194
2560#, c-format
2561msgid "%12u large file\n"
2562msgid_plural "%12u large files\n"
2563msgstr[0] ""
2564msgstr[1] ""
2565
2566#: e2fsck/unix.c:196
2567#, c-format
2568msgid ""
2569"\n"
2570"%12u regular file\n"
2571msgid_plural ""
2572"\n"
2573"%12u regular files\n"
2574msgstr[0] ""
2575msgstr[1] ""
2576
2577#: e2fsck/unix.c:198
2578#, c-format
2579msgid "%12u directory\n"
2580msgid_plural "%12u directories\n"
2581msgstr[0] ""
2582msgstr[1] ""
2583
2584#: e2fsck/unix.c:200
2585#, c-format
2586msgid "%12u character device file\n"
2587msgid_plural "%12u character device files\n"
2588msgstr[0] ""
2589msgstr[1] ""
2590
2591#: e2fsck/unix.c:203
2592#, c-format
2593msgid "%12u block device file\n"
2594msgid_plural "%12u block device files\n"
2595msgstr[0] ""
2596msgstr[1] ""
2597
2598#: e2fsck/unix.c:205
2599#, c-format
2600msgid "%12u fifo\n"
2601msgid_plural "%12u fifos\n"
2602msgstr[0] ""
2603msgstr[1] ""
2604
2605#: e2fsck/unix.c:207
2606#, c-format
2607msgid "%12u link\n"
2608msgid_plural "%12u links\n"
2609msgstr[0] ""
2610msgstr[1] ""
2611
2612#: e2fsck/unix.c:209
2613#, c-format
2614msgid "%12u symbolic link"
2615msgid_plural "%12u symbolic links"
2616msgstr[0] ""
2617msgstr[1] ""
2618
2619#: e2fsck/unix.c:211
2620#, c-format
2621msgid " (%u fast symbolic link)\n"
2622msgid_plural " (%u fast symbolic links)\n"
2623msgstr[0] ""
2624msgstr[1] ""
2625
2626#: e2fsck/unix.c:215
2627#, c-format
2628msgid "%12u socket\n"
2629msgid_plural "%12u sockets\n"
2630msgstr[0] ""
2631msgstr[1] ""
2632
2633#: e2fsck/unix.c:219
2634#, c-format
2635msgid "%12u file\n"
2636msgid_plural "%12u files\n"
2637msgstr[0] ""
2638msgstr[1] ""
2639
2640#: e2fsck/unix.c:232 misc/badblocks.c:983 misc/tune2fs.c:1985 misc/util.c:147
2641#: resize/main.c:259
2642#, c-format
2643msgid "while determining whether %s is mounted."
2644msgstr ""
2645
2646#: e2fsck/unix.c:252
2647#, c-format
2648msgid "Warning!  %s is %s.\n"
2649msgstr ""
2650
2651#: e2fsck/unix.c:259
2652#, c-format
2653msgid "%s is %s.\n"
2654msgstr ""
2655
2656#: e2fsck/unix.c:262
2657msgid ""
2658"Cannot continue, aborting.\n"
2659"\n"
2660msgstr ""
2661
2662#: e2fsck/unix.c:264
2663msgid ""
2664"\n"
2665"\n"
2666"WARNING!!!  The filesystem is mounted.   If you continue you ***WILL***\n"
2667"cause ***SEVERE*** filesystem damage.\n"
2668"\n"
2669msgstr ""
2670
2671#: e2fsck/unix.c:269
2672msgid "Do you really want to continue"
2673msgstr ""
2674
2675#: e2fsck/unix.c:271
2676#, c-format
2677msgid "check aborted.\n"
2678msgstr ""
2679
2680#: e2fsck/unix.c:361
2681msgid " contains a file system with errors"
2682msgstr ""
2683
2684#: e2fsck/unix.c:363
2685msgid " was not cleanly unmounted"
2686msgstr ""
2687
2688#: e2fsck/unix.c:365
2689msgid " primary superblock features different from backup"
2690msgstr ""
2691
2692#: e2fsck/unix.c:369
2693#, c-format
2694msgid " has been mounted %u times without being checked"
2695msgstr ""
2696
2697#: e2fsck/unix.c:376
2698msgid " has filesystem last checked time in the future"
2699msgstr ""
2700
2701#: e2fsck/unix.c:382
2702#, c-format
2703msgid " has gone %u days without being checked"
2704msgstr ""
2705
2706#: e2fsck/unix.c:391
2707msgid ", check forced.\n"
2708msgstr ""
2709
2710#: e2fsck/unix.c:424
2711#, c-format
2712msgid "%s: clean, %u/%u files, %llu/%llu blocks"
2713msgstr ""
2714
2715#: e2fsck/unix.c:443
2716msgid " (check deferred; on battery)"
2717msgstr ""
2718
2719#: e2fsck/unix.c:446
2720msgid " (check after next mount)"
2721msgstr ""
2722
2723#: e2fsck/unix.c:448
2724#, c-format
2725msgid " (check in %ld mounts)"
2726msgstr ""
2727
2728#: e2fsck/unix.c:598
2729#, c-format
2730msgid "ERROR: Couldn't open /dev/null (%s)\n"
2731msgstr ""
2732
2733#: e2fsck/unix.c:667
2734#, c-format
2735msgid "Invalid EA version.\n"
2736msgstr ""
2737
2738#: e2fsck/unix.c:694
2739#, c-format
2740msgid "Unknown extended option: %s\n"
2741msgstr ""
2742
2743#: e2fsck/unix.c:719
2744#, c-format
2745msgid ""
2746"Syntax error in e2fsck config file (%s, line #%d)\n"
2747"\t%s\n"
2748msgstr ""
2749
2750#: e2fsck/unix.c:788
2751#, c-format
2752msgid "Error validating file descriptor %d: %s\n"
2753msgstr ""
2754
2755#: e2fsck/unix.c:792
2756msgid "Invalid completion information file descriptor"
2757msgstr ""
2758
2759#: e2fsck/unix.c:807
2760msgid "Only one of the options -p/-a, -n or -y may be specified."
2761msgstr ""
2762
2763#: e2fsck/unix.c:828
2764#, c-format
2765msgid "The -t option is not supported on this version of e2fsck.\n"
2766msgstr ""
2767
2768#: e2fsck/unix.c:859 e2fsck/unix.c:931 misc/tune2fs.c:811 misc/tune2fs.c:1100
2769#: misc/tune2fs.c:1118
2770#, c-format
2771msgid "Unable to resolve '%s'"
2772msgstr ""
2773
2774#: e2fsck/unix.c:910
2775msgid "The -n and -D options are incompatible."
2776msgstr ""
2777
2778#: e2fsck/unix.c:915
2779msgid "The -n and -c options are incompatible."
2780msgstr ""
2781
2782#: e2fsck/unix.c:920
2783msgid "The -n and -l/-L options are incompatible."
2784msgstr ""
2785
2786#: e2fsck/unix.c:974
2787#, c-format
2788msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2789msgstr ""
2790
2791#: e2fsck/unix.c:1022
2792#, c-format
2793msgid ""
2794"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2795"\n"
2796msgstr ""
2797
2798#: e2fsck/unix.c:1031
2799#, c-format
2800msgid ""
2801"\n"
2802"Invalid non-numeric argument to -%c (\"%s\")\n"
2803"\n"
2804msgstr ""
2805
2806#: e2fsck/unix.c:1120
2807#, c-format
2808msgid ""
2809"MMP interval is %u seconds and total wait time is %u seconds. Please "
2810"wait...\n"
2811msgstr ""
2812
2813#: e2fsck/unix.c:1137 e2fsck/unix.c:1142
2814msgid "while checking MMP block"
2815msgstr ""
2816
2817#: e2fsck/unix.c:1144 misc/tune2fs.c:1912
2818msgid ""
2819"If you are sure the filesystem is not in use on any node, run:\n"
2820"'tune2fs -f -E clear_mmp {device}'\n"
2821msgstr ""
2822
2823#: e2fsck/unix.c:1194
2824#, c-format
2825msgid "Error: ext2fs library version out of date!\n"
2826msgstr ""
2827
2828#: e2fsck/unix.c:1202
2829msgid "while trying to initialize program"
2830msgstr ""
2831
2832#: e2fsck/unix.c:1225
2833#, c-format
2834msgid "\tUsing %s, %s\n"
2835msgstr ""
2836
2837#: e2fsck/unix.c:1237
2838msgid "need terminal for interactive repairs"
2839msgstr ""
2840
2841#: e2fsck/unix.c:1290
2842#, c-format
2843msgid "%s: %s trying backup blocks...\n"
2844msgstr ""
2845
2846#: e2fsck/unix.c:1292
2847msgid "Superblock invalid,"
2848msgstr ""
2849
2850#: e2fsck/unix.c:1293
2851msgid "Group descriptors look bad..."
2852msgstr ""
2853
2854#: e2fsck/unix.c:1303
2855#, c-format
2856msgid "%s: %s while using the backup blocks"
2857msgstr ""
2858
2859#: e2fsck/unix.c:1307
2860#, c-format
2861msgid "%s: going back to original superblock\n"
2862msgstr ""
2863
2864#: e2fsck/unix.c:1335
2865msgid ""
2866"The filesystem revision is apparently too high for this version of e2fsck.\n"
2867"(Or the filesystem superblock is corrupt)\n"
2868"\n"
2869msgstr ""
2870
2871#: e2fsck/unix.c:1341
2872msgid "Could this be a zero-length partition?\n"
2873msgstr ""
2874
2875#: e2fsck/unix.c:1344
2876#, c-format
2877msgid "You must have %s access to the filesystem or be root\n"
2878msgstr ""
2879
2880#: e2fsck/unix.c:1349
2881msgid "Possibly non-existent or swap device?\n"
2882msgstr ""
2883
2884#: e2fsck/unix.c:1352
2885msgid "Filesystem mounted or opened exclusively by another program?\n"
2886msgstr ""
2887
2888#: e2fsck/unix.c:1355
2889msgid "Possibly non-existent device?\n"
2890msgstr ""
2891
2892#: e2fsck/unix.c:1358
2893msgid ""
2894"Disk write-protected; use the -n option to do a read-only\n"
2895"check of the device.\n"
2896msgstr ""
2897
2898#: e2fsck/unix.c:1423
2899msgid "Get a newer version of e2fsck!"
2900msgstr ""
2901
2902#: e2fsck/unix.c:1467
2903#, c-format
2904msgid "while checking ext3 journal for %s"
2905msgstr ""
2906
2907#: e2fsck/unix.c:1478
2908msgid ""
2909"Warning: skipping journal recovery because doing a read-only filesystem "
2910"check.\n"
2911msgstr ""
2912
2913#: e2fsck/unix.c:1491
2914#, c-format
2915msgid "unable to set superblock flags on %s\n"
2916msgstr ""
2917
2918#: e2fsck/unix.c:1497
2919#, c-format
2920msgid "while recovering ext3 journal of %s"
2921msgstr ""
2922
2923#: e2fsck/unix.c:1521
2924#, c-format
2925msgid "%s has unsupported feature(s):"
2926msgstr ""
2927
2928#: e2fsck/unix.c:1536
2929#, c-format
2930msgid "%s: warning: compression support is experimental.\n"
2931msgstr ""
2932
2933#: e2fsck/unix.c:1542
2934#, c-format
2935msgid ""
2936"%s: e2fsck not compiled with HTREE support,\n"
2937"\tbut filesystem %s has HTREE directories.\n"
2938msgstr ""
2939
2940#: e2fsck/unix.c:1594
2941#, c-format
2942msgid "%s: %s while reading bad blocks inode\n"
2943msgstr ""
2944
2945#: e2fsck/unix.c:1597
2946msgid "This doesn't bode well, but we'll try to go on...\n"
2947msgstr ""
2948
2949#: e2fsck/unix.c:1638
2950#, c-format
2951msgid "Creating journal (%d blocks): "
2952msgstr ""
2953
2954#: e2fsck/unix.c:1648
2955msgid " Done.\n"
2956msgstr ""
2957
2958#: e2fsck/unix.c:1649
2959msgid ""
2960"\n"
2961"*** journal has been re-created - filesystem is now ext3 again ***\n"
2962msgstr ""
2963
2964#: e2fsck/unix.c:1672
2965msgid "Restarting e2fsck from the beginning...\n"
2966msgstr ""
2967
2968#: e2fsck/unix.c:1676
2969msgid "while resetting context"
2970msgstr ""
2971
2972#: e2fsck/unix.c:1683
2973#, c-format
2974msgid "%s: e2fsck canceled.\n"
2975msgstr ""
2976
2977#: e2fsck/unix.c:1688
2978msgid "aborted"
2979msgstr ""
2980
2981#: e2fsck/unix.c:1700 e2fsck/util.c:67
2982#, c-format
2983msgid ""
2984"\n"
2985"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2986msgstr ""
2987
2988#: e2fsck/unix.c:1704
2989#, c-format
2990msgid "%s: ***** REBOOT LINUX *****\n"
2991msgstr ""
2992
2993#: e2fsck/unix.c:1712 e2fsck/util.c:73
2994#, c-format
2995msgid ""
2996"\n"
2997"%s: ********** WARNING: Filesystem still has errors **********\n"
2998"\n"
2999msgstr ""
3000
3001#: e2fsck/unix.c:1752
3002msgid "while setting block group checksum info"
3003msgstr ""
3004
3005#: e2fsck/util.c:190 misc/util.c:70
3006msgid "yY"
3007msgstr ""
3008
3009#: e2fsck/util.c:191
3010msgid "nN"
3011msgstr ""
3012
3013#: e2fsck/util.c:205
3014msgid "<y>"
3015msgstr ""
3016
3017#: e2fsck/util.c:207
3018msgid "<n>"
3019msgstr ""
3020
3021#: e2fsck/util.c:209
3022msgid " (y/n)"
3023msgstr ""
3024
3025#: e2fsck/util.c:223
3026msgid "cancelled!\n"
3027msgstr ""
3028
3029#: e2fsck/util.c:238
3030msgid "yes\n"
3031msgstr ""
3032
3033#: e2fsck/util.c:240
3034msgid "no\n"
3035msgstr ""
3036
3037#: e2fsck/util.c:250
3038#, c-format
3039msgid ""
3040"%s? no\n"
3041"\n"
3042msgstr ""
3043
3044#: e2fsck/util.c:254
3045#, c-format
3046msgid ""
3047"%s? yes\n"
3048"\n"
3049msgstr ""
3050
3051#: e2fsck/util.c:258
3052msgid "yes"
3053msgstr ""
3054
3055#: e2fsck/util.c:258
3056msgid "no"
3057msgstr ""
3058
3059#: e2fsck/util.c:273
3060#, c-format
3061msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3062msgstr ""
3063
3064#: e2fsck/util.c:278
3065msgid "reading inode and block bitmaps"
3066msgstr ""
3067
3068#: e2fsck/util.c:286
3069#, c-format
3070msgid "while retrying to read bitmaps for %s"
3071msgstr ""
3072
3073#: e2fsck/util.c:298
3074msgid "writing block and inode bitmaps"
3075msgstr ""
3076
3077#: e2fsck/util.c:303
3078#, c-format
3079msgid "while rewriting block and inode bitmaps for %s"
3080msgstr ""
3081
3082#: e2fsck/util.c:315
3083#, c-format
3084msgid ""
3085"\n"
3086"\n"
3087"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3088"\t(i.e., without -a or -p options)\n"
3089msgstr ""
3090
3091#: e2fsck/util.c:396
3092#, c-format
3093msgid "Memory used: %luk/%luk (%luk/%luk), "
3094msgstr ""
3095
3096#: e2fsck/util.c:400
3097#, c-format
3098msgid "Memory used: %lu, "
3099msgstr ""
3100
3101#: e2fsck/util.c:407
3102#, c-format
3103msgid "time: %5.2f/%5.2f/%5.2f\n"
3104msgstr ""
3105
3106#: e2fsck/util.c:412
3107#, c-format
3108msgid "elapsed time: %6.3f\n"
3109msgstr ""
3110
3111#: e2fsck/util.c:447 e2fsck/util.c:461
3112#, c-format
3113msgid "while reading inode %lu in %s"
3114msgstr ""
3115
3116#: e2fsck/util.c:475 e2fsck/util.c:488
3117#, c-format
3118msgid "while writing inode %lu in %s"
3119msgstr ""
3120
3121#: e2fsck/util.c:637
3122msgid "while allocating zeroizing buffer"
3123msgstr ""
3124
3125#: e2fsck/util.c:785
3126msgid ""
3127"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3128"running.\n"
3129msgstr ""
3130
3131#: misc/badblocks.c:69
3132msgid "done                                                 \n"
3133msgstr ""
3134
3135#: misc/badblocks.c:92
3136#, c-format
3137msgid ""
3138"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
3139"       [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3140"max_bad_blocks]\n"
3141"       [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3142"       device [last_block [first_block]]\n"
3143msgstr ""
3144
3145#: misc/badblocks.c:103
3146#, c-format
3147msgid ""
3148"%s: The -n and -w options are mutually exclusive.\n"
3149"\n"
3150msgstr ""
3151
3152#: misc/badblocks.c:218
3153#, c-format
3154msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3155msgstr ""
3156
3157#: misc/badblocks.c:322
3158msgid "Testing with random pattern: "
3159msgstr ""
3160
3161#: misc/badblocks.c:340
3162msgid "Testing with pattern 0x"
3163msgstr ""
3164
3165#: misc/badblocks.c:372 misc/badblocks.c:445
3166msgid "during seek"
3167msgstr ""
3168
3169#: misc/badblocks.c:383
3170#, c-format
3171msgid "Weird value (%ld) in do_read\n"
3172msgstr ""
3173
3174#: misc/badblocks.c:469
3175msgid "during ext2fs_sync_device"
3176msgstr ""
3177
3178#: misc/badblocks.c:489 misc/badblocks.c:749
3179msgid "while beginning bad block list iteration"
3180msgstr ""
3181
3182#: misc/badblocks.c:503 misc/badblocks.c:602 misc/badblocks.c:759
3183msgid "while allocating buffers"
3184msgstr ""
3185
3186#: misc/badblocks.c:507
3187#, c-format
3188msgid "Checking blocks %lu to %lu\n"
3189msgstr ""
3190
3191#: misc/badblocks.c:512
3192msgid "Checking for bad blocks in read-only mode\n"
3193msgstr ""
3194
3195#: misc/badblocks.c:521
3196msgid "Checking for bad blocks (read-only test): "
3197msgstr ""
3198
3199#: misc/badblocks.c:528 misc/badblocks.c:634 misc/badblocks.c:676
3200#: misc/badblocks.c:822
3201msgid "Too many bad blocks, aborting test\n"
3202msgstr ""
3203
3204#: misc/badblocks.c:609
3205msgid "Checking for bad blocks in read-write mode\n"
3206msgstr ""
3207
3208#: misc/badblocks.c:611 misc/badblocks.c:772
3209#, c-format
3210msgid "From block %lu to %lu\n"
3211msgstr ""
3212
3213#: misc/badblocks.c:666
3214msgid "Reading and comparing: "
3215msgstr ""
3216
3217#: misc/badblocks.c:771
3218msgid "Checking for bad blocks in non-destructive read-write mode\n"
3219msgstr ""
3220
3221#: misc/badblocks.c:777
3222msgid "Checking for bad blocks (non-destructive read-write test)\n"
3223msgstr ""
3224
3225#: misc/badblocks.c:784
3226msgid ""
3227"\n"
3228"Interrupt caught, cleaning up\n"
3229msgstr ""
3230
3231#: misc/badblocks.c:867
3232#, c-format
3233msgid "during test data write, block %lu"
3234msgstr ""
3235
3236#: misc/badblocks.c:988 misc/util.c:152
3237#, c-format
3238msgid "%s is mounted; "
3239msgstr ""
3240
3241#: misc/badblocks.c:990
3242msgid "badblocks forced anyway.  Hope /etc/mtab is incorrect.\n"
3243msgstr ""
3244
3245#: misc/badblocks.c:995
3246msgid "it's not safe to run badblocks!\n"
3247msgstr ""
3248
3249#: misc/badblocks.c:1000 misc/util.c:163
3250#, c-format
3251msgid "%s is apparently in use by the system; "
3252msgstr ""
3253
3254#: misc/badblocks.c:1003
3255msgid "badblocks forced anyway.\n"
3256msgstr ""
3257
3258#: misc/badblocks.c:1023
3259#, c-format
3260msgid "invalid %s - %s"
3261msgstr ""
3262
3263#: misc/badblocks.c:1133
3264#, c-format
3265msgid "can't allocate memory for test_pattern - %s"
3266msgstr ""
3267
3268#: misc/badblocks.c:1163
3269msgid "Maximum of one test_pattern may be specified in read-only mode"
3270msgstr ""
3271
3272#: misc/badblocks.c:1169
3273msgid "Random test_pattern is not allowed in read-only mode"
3274msgstr ""
3275
3276#: misc/badblocks.c:1183
3277msgid ""
3278"Couldn't determine device size; you must specify\n"
3279"the size manually\n"
3280msgstr ""
3281
3282#: misc/badblocks.c:1189
3283msgid "while trying to determine device size"
3284msgstr ""
3285
3286#: misc/badblocks.c:1194
3287msgid "last block"
3288msgstr ""
3289
3290#: misc/badblocks.c:1200
3291msgid "first block"
3292msgstr ""
3293
3294#: misc/badblocks.c:1203
3295#, c-format
3296msgid "invalid starting block (%lu): must be less than %lu"
3297msgstr ""
3298
3299#: misc/badblocks.c:1259
3300msgid "while creating in-memory bad blocks list"
3301msgstr ""
3302
3303#: misc/badblocks.c:1274
3304msgid "while adding to in-memory bad block list"
3305msgstr ""
3306
3307#: misc/badblocks.c:1298
3308#, c-format
3309msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3310msgstr ""
3311
3312#: misc/chattr.c:86
3313#, c-format
3314msgid "Usage: %s [-RVf] [-+=AaCcDdeijsSu] [-v version] files...\n"
3315msgstr ""
3316
3317#: misc/chattr.c:155
3318#, c-format
3319msgid "bad version - %s\n"
3320msgstr ""
3321
3322#: misc/chattr.c:201 misc/lsattr.c:116
3323#, c-format
3324msgid "while trying to stat %s"
3325msgstr ""
3326
3327#: misc/chattr.c:208
3328#, c-format
3329msgid "while reading flags on %s"
3330msgstr ""
3331
3332#: misc/chattr.c:213 misc/chattr.c:225
3333#, c-format
3334msgid "Flags of %s set as "
3335msgstr ""
3336
3337#: misc/chattr.c:234
3338#, c-format
3339msgid "while setting flags on %s"
3340msgstr ""
3341
3342#: misc/chattr.c:242
3343#, c-format
3344msgid "Version of %s set as %lu\n"
3345msgstr ""
3346
3347#: misc/chattr.c:246
3348#, c-format
3349msgid "while setting version on %s"
3350msgstr ""
3351
3352#: misc/chattr.c:266
3353#, c-format
3354msgid "Couldn't allocate path variable in chattr_dir_proc"
3355msgstr ""
3356
3357#: misc/chattr.c:306
3358msgid "= is incompatible with - and +\n"
3359msgstr ""
3360
3361#: misc/chattr.c:314
3362msgid "Must use '-v', =, - or +\n"
3363msgstr ""
3364
3365#: misc/dumpe2fs.c:55
3366#, c-format
3367msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
3368msgstr ""
3369
3370#: misc/dumpe2fs.c:159
3371msgid "blocks"
3372msgstr ""
3373
3374#: misc/dumpe2fs.c:168
3375msgid "clusters"
3376msgstr ""
3377
3378#: misc/dumpe2fs.c:196
3379#, c-format
3380msgid "Group %lu: (Blocks "
3381msgstr ""
3382
3383#: misc/dumpe2fs.c:204
3384#, c-format
3385msgid "  Checksum 0x%04x"
3386msgstr ""
3387
3388#: misc/dumpe2fs.c:206
3389#, c-format
3390msgid " (EXPECTED 0x%04x)"
3391msgstr ""
3392
3393#: misc/dumpe2fs.c:207
3394#, c-format
3395msgid ", unused inodes %u\n"
3396msgstr ""
3397
3398#: misc/dumpe2fs.c:212
3399#, c-format
3400msgid "  %s superblock at "
3401msgstr ""
3402
3403#: misc/dumpe2fs.c:213
3404msgid "Primary"
3405msgstr ""
3406
3407#: misc/dumpe2fs.c:213
3408msgid "Backup"
3409msgstr ""
3410
3411#: misc/dumpe2fs.c:217
3412#, c-format
3413msgid ", Group descriptors at "
3414msgstr ""
3415
3416#: misc/dumpe2fs.c:221
3417#, c-format
3418msgid ""
3419"\n"
3420"  Reserved GDT blocks at "
3421msgstr ""
3422
3423#: misc/dumpe2fs.c:228
3424#, c-format
3425msgid " Group descriptor at "
3426msgstr ""
3427
3428#: misc/dumpe2fs.c:234
3429msgid "  Block bitmap at "
3430msgstr ""
3431
3432#: misc/dumpe2fs.c:238
3433msgid ", Inode bitmap at "
3434msgstr ""
3435
3436#: misc/dumpe2fs.c:242
3437msgid ""
3438"\n"
3439"  Inode table at "
3440msgstr ""
3441
3442#: misc/dumpe2fs.c:248
3443#, c-format
3444msgid ""
3445"\n"
3446"  %u free %s, %u free inodes, %u directories%s"
3447msgstr ""
3448
3449#: misc/dumpe2fs.c:255
3450#, c-format
3451msgid ", %u unused inodes\n"
3452msgstr ""
3453
3454#: misc/dumpe2fs.c:258
3455msgid "  Free blocks: "
3456msgstr ""
3457
3458#: misc/dumpe2fs.c:269
3459msgid "  Free inodes: "
3460msgstr ""
3461
3462#: misc/dumpe2fs.c:300
3463msgid "while printing bad block list"
3464msgstr ""
3465
3466#: misc/dumpe2fs.c:306
3467#, c-format
3468msgid "Bad blocks: %u"
3469msgstr ""
3470
3471#: misc/dumpe2fs.c:333 misc/tune2fs.c:306
3472msgid "while reading journal inode"
3473msgstr ""
3474
3475#: misc/dumpe2fs.c:339
3476msgid "while opening journal inode"
3477msgstr ""
3478
3479#: misc/dumpe2fs.c:345
3480msgid "while reading journal super block"
3481msgstr ""
3482
3483#: misc/dumpe2fs.c:355
3484#, c-format
3485msgid "Journal features:        "
3486msgstr ""
3487
3488#: misc/dumpe2fs.c:368
3489msgid "Journal size:             "
3490msgstr ""
3491
3492#: misc/dumpe2fs.c:379
3493#, c-format
3494msgid ""
3495"Journal length:           %u\n"
3496"Journal sequence:         0x%08x\n"
3497"Journal start:            %u\n"
3498msgstr ""
3499
3500#: misc/dumpe2fs.c:386
3501#, c-format
3502msgid "Journal errno:            %d\n"
3503msgstr ""
3504
3505#: misc/dumpe2fs.c:401 misc/tune2fs.c:222
3506msgid "while reading journal superblock"
3507msgstr ""
3508
3509#: misc/dumpe2fs.c:409
3510msgid "Couldn't find journal superblock magic numbers"
3511msgstr ""
3512
3513#: misc/dumpe2fs.c:413
3514#, c-format
3515msgid ""
3516"\n"
3517"Journal block size:       %u\n"
3518"Journal length:           %u\n"
3519"Journal first block:      %u\n"
3520"Journal sequence:         0x%08x\n"
3521"Journal start:            %u\n"
3522"Journal number of users:  %u\n"
3523msgstr ""
3524
3525#: misc/dumpe2fs.c:426
3526#, c-format
3527msgid "Journal users:            %s\n"
3528msgstr ""
3529
3530#: misc/dumpe2fs.c:442 misc/mke2fs.c:666 misc/tune2fs.c:1137
3531#, c-format
3532msgid "Couldn't allocate memory to parse options!\n"
3533msgstr ""
3534
3535#: misc/dumpe2fs.c:468
3536#, c-format
3537msgid "Invalid superblock parameter: %s\n"
3538msgstr ""
3539
3540#: misc/dumpe2fs.c:483
3541#, c-format
3542msgid "Invalid blocksize parameter: %s\n"
3543msgstr ""
3544
3545#: misc/dumpe2fs.c:494
3546#, c-format
3547msgid ""
3548"\n"
3549"Bad extended option(s) specified: %s\n"
3550"\n"
3551"Extended options are separated by commas, and may take an argument which\n"
3552"\tis set off by an equals ('=') sign.\n"
3553"\n"
3554"Valid extended options are:\n"
3555"\tsuperblock=<superblock number>\n"
3556"\tblocksize=<blocksize>\n"
3557msgstr ""
3558
3559#: misc/dumpe2fs.c:554 misc/mke2fs.c:1555
3560#, c-format
3561msgid "\tUsing %s\n"
3562msgstr ""
3563
3564#: misc/dumpe2fs.c:590 misc/e2image.c:1326 misc/tune2fs.c:1923
3565#: resize/main.c:317
3566#, c-format
3567msgid "Couldn't find valid filesystem superblock.\n"
3568msgstr ""
3569
3570#: misc/dumpe2fs.c:618
3571#, c-format
3572msgid ""
3573"\n"
3574"%s: %s: error reading bitmaps: %s\n"
3575msgstr ""
3576
3577#: misc/e2image.c:90
3578#, c-format
3579msgid "Usage: %s [-rsIQa] device image_file\n"
3580msgstr ""
3581
3582#: misc/e2image.c:138
3583#, c-format
3584msgid "Error: header size is bigger than wrt_size\n"
3585msgstr ""
3586
3587#: misc/e2image.c:144
3588msgid "Couldn't allocate header buffer\n"
3589msgstr ""
3590
3591#: misc/e2image.c:174
3592msgid "while writing superblock"
3593msgstr ""
3594
3595#: misc/e2image.c:182
3596msgid "while writing inode table"
3597msgstr ""
3598
3599#: misc/e2image.c:189
3600msgid "while writing block bitmap"
3601msgstr ""
3602
3603#: misc/e2image.c:196
3604msgid "while writing inode bitmap"
3605msgstr ""
3606
3607#: misc/e2image.c:1365
3608#, c-format
3609msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
3610msgstr ""
3611
3612#: misc/e2label.c:58
3613#, c-format
3614msgid "e2label: cannot open %s\n"
3615msgstr ""
3616
3617#: misc/e2label.c:63
3618#, c-format
3619msgid "e2label: cannot seek to superblock\n"
3620msgstr ""
3621
3622#: misc/e2label.c:68
3623#, c-format
3624msgid "e2label: error reading superblock\n"
3625msgstr ""
3626
3627#: misc/e2label.c:72
3628#, c-format
3629msgid "e2label: not an ext2 filesystem\n"
3630msgstr ""
3631
3632#: misc/e2label.c:97 misc/tune2fs.c:2080
3633#, c-format
3634msgid "Warning: label too long, truncating.\n"
3635msgstr ""
3636
3637#: misc/e2label.c:100
3638#, c-format
3639msgid "e2label: cannot seek to superblock again\n"
3640msgstr ""
3641
3642#: misc/e2label.c:105
3643#, c-format
3644msgid "e2label: error writing superblock\n"
3645msgstr ""
3646
3647#: misc/e2label.c:117 misc/tune2fs.c:803
3648#, c-format
3649msgid "Usage: e2label device [newlabel]\n"
3650msgstr ""
3651
3652#: misc/e2undo.c:36
3653#, c-format
3654msgid "Usage: %s <transaction file> <filesystem>\n"
3655msgstr ""
3656
3657#: misc/e2undo.c:52
3658msgid "Failed to read the file system data \n"
3659msgstr ""
3660
3661#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
3662#, c-format
3663msgid "Failed tdb_fetch %s\n"
3664msgstr ""
3665
3666#: misc/e2undo.c:70
3667#, c-format
3668msgid "The file system Mount time didn't match %u\n"
3669msgstr ""
3670
3671#: misc/e2undo.c:89
3672msgid "The file system UUID didn't match \n"
3673msgstr ""
3674
3675#: misc/e2undo.c:163
3676#, c-format
3677msgid "Failed tdb_open %s\n"
3678msgstr ""
3679
3680#: misc/e2undo.c:169
3681#, c-format
3682msgid "Error while determining whether %s is mounted.\n"
3683msgstr ""
3684
3685#: misc/e2undo.c:175
3686msgid "e2undo should only be run on unmounted file system\n"
3687msgstr ""
3688
3689#: misc/e2undo.c:184
3690#, c-format
3691msgid "Failed to open %s\n"
3692msgstr ""
3693
3694#: misc/e2undo.c:210
3695#, c-format
3696msgid "Replayed transaction of size %zd at location %llu\n"
3697msgstr ""
3698
3699#: misc/e2undo.c:216
3700#, c-format
3701msgid "Failed write %s\n"
3702msgstr ""
3703
3704#: misc/fsck.c:343
3705#, c-format
3706msgid "WARNING: couldn't open %s: %s\n"
3707msgstr ""
3708
3709#: misc/fsck.c:353
3710#, c-format
3711msgid "WARNING: bad format on line %d of %s\n"
3712msgstr ""
3713
3714#: misc/fsck.c:370
3715msgid ""
3716"WARNING: Your /etc/fstab does not contain the fsck passno\n"
3717"\tfield.  I will kludge around things for you, but you\n"
3718"\tshould fix your /etc/fstab file as soon as you can.\n"
3719"\n"
3720msgstr ""
3721
3722#: misc/fsck.c:478
3723#, c-format
3724msgid "fsck: %s: not found\n"
3725msgstr ""
3726
3727#: misc/fsck.c:594
3728#, c-format
3729msgid "%s: wait: No more child process?!?\n"
3730msgstr ""
3731
3732#: misc/fsck.c:616
3733#, c-format
3734msgid "Warning... %s for device %s exited with signal %d.\n"
3735msgstr ""
3736
3737#: misc/fsck.c:622
3738#, c-format
3739msgid "%s %s: status is %x, should never happen.\n"
3740msgstr ""
3741
3742#: misc/fsck.c:661
3743#, c-format
3744msgid "Finished with %s (exit status %d)\n"
3745msgstr ""
3746
3747#: misc/fsck.c:721
3748#, c-format
3749msgid "%s: Error %d while executing fsck.%s for %s\n"
3750msgstr ""
3751
3752#: misc/fsck.c:742
3753msgid ""
3754"Either all or none of the filesystem types passed to -t must be prefixed\n"
3755"with 'no' or '!'.\n"
3756msgstr ""
3757
3758#: misc/fsck.c:761
3759msgid "Couldn't allocate memory for filesystem types\n"
3760msgstr ""
3761
3762#: misc/fsck.c:884
3763#, c-format
3764msgid ""
3765"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3766"number\n"
3767msgstr ""
3768
3769#: misc/fsck.c:911
3770#, c-format
3771msgid "fsck: cannot check %s: fsck.%s not found\n"
3772msgstr ""
3773
3774#: misc/fsck.c:967
3775msgid "Checking all file systems.\n"
3776msgstr ""
3777
3778#: misc/fsck.c:1058
3779#, c-format
3780msgid "--waiting-- (pass %d)\n"
3781msgstr ""
3782
3783#: misc/fsck.c:1078
3784msgid ""
3785"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3786msgstr ""
3787
3788#: misc/fsck.c:1120
3789#, c-format
3790msgid "%s: too many devices\n"
3791msgstr ""
3792
3793#: misc/fsck.c:1153 misc/fsck.c:1239
3794#, c-format
3795msgid "%s: too many arguments\n"
3796msgstr ""
3797
3798#: misc/lsattr.c:74
3799#, c-format
3800msgid "Usage: %s [-RVadlv] [files...]\n"
3801msgstr ""
3802
3803#: misc/lsattr.c:84
3804#, c-format
3805msgid "While reading flags on %s"
3806msgstr ""
3807
3808#: misc/lsattr.c:91
3809#, c-format
3810msgid "While reading version on %s"
3811msgstr ""
3812
3813#: misc/mke2fs.c:116
3814#, c-format
3815msgid ""
3816"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
3817"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
3818"\t[-G flex-group-size] [-N number-of-inodes]\n"
3819"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
3820"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
3821"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
3822"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
3823"count]\n"
3824msgstr ""
3825
3826#: misc/mke2fs.c:221
3827#, c-format
3828msgid "Running command: %s\n"
3829msgstr ""
3830
3831#: misc/mke2fs.c:225
3832#, c-format
3833msgid "while trying to run '%s'"
3834msgstr ""
3835
3836#: misc/mke2fs.c:232
3837msgid "while processing list of bad blocks from program"
3838msgstr ""
3839
3840#: misc/mke2fs.c:259
3841#, c-format
3842msgid "Block %d in primary superblock/group descriptor area bad.\n"
3843msgstr ""
3844
3845#: misc/mke2fs.c:261
3846#, c-format
3847msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3848msgstr ""
3849
3850#: misc/mke2fs.c:264
3851msgid "Aborting....\n"
3852msgstr ""
3853
3854#: misc/mke2fs.c:284
3855#, c-format
3856msgid ""
3857"Warning: the backup superblock/group descriptors at block %u contain\n"
3858"\tbad blocks.\n"
3859"\n"
3860msgstr ""
3861
3862#: misc/mke2fs.c:303
3863msgid "while marking bad blocks as used"
3864msgstr ""
3865
3866#: misc/mke2fs.c:320
3867msgid "Writing inode tables: "
3868msgstr ""
3869
3870#: misc/mke2fs.c:341
3871#, c-format
3872msgid ""
3873"\n"
3874"Could not write %d blocks in inode table starting at %llu: %s\n"
3875msgstr ""
3876
3877#: misc/mke2fs.c:355 misc/mke2fs.c:2257 misc/mke2fs.c:2512
3878#, c-format
3879msgid "done                            \n"
3880msgstr ""
3881
3882#: misc/mke2fs.c:366
3883msgid "while creating root dir"
3884msgstr ""
3885
3886#: misc/mke2fs.c:373
3887msgid "while reading root inode"
3888msgstr ""
3889
3890#: misc/mke2fs.c:385
3891msgid "while setting root inode ownership"
3892msgstr ""
3893
3894#: misc/mke2fs.c:403
3895msgid "while creating /lost+found"
3896msgstr ""
3897
3898#: misc/mke2fs.c:410
3899msgid "while looking up /lost+found"
3900msgstr ""
3901
3902#: misc/mke2fs.c:423
3903msgid "while expanding /lost+found"
3904msgstr ""
3905
3906#: misc/mke2fs.c:438
3907msgid "while setting bad block inode"
3908msgstr ""
3909
3910#: misc/mke2fs.c:465
3911#, c-format
3912msgid "Out of memory erasing sectors %d-%d\n"
3913msgstr ""
3914
3915#: misc/mke2fs.c:475
3916#, c-format
3917msgid "Warning: could not read block 0: %s\n"
3918msgstr ""
3919
3920#: misc/mke2fs.c:491
3921#, c-format
3922msgid "Warning: could not erase sector %d: %s\n"
3923msgstr ""
3924
3925#: misc/mke2fs.c:507
3926msgid "while initializing journal superblock"
3927msgstr ""
3928
3929#: misc/mke2fs.c:515
3930msgid "Zeroing journal device: "
3931msgstr ""
3932
3933#: misc/mke2fs.c:527
3934#, c-format
3935msgid "while zeroing journal device (block %llu, count %d)"
3936msgstr ""
3937
3938#: misc/mke2fs.c:545
3939msgid "while writing journal superblock"
3940msgstr ""
3941
3942#: misc/mke2fs.c:560
3943#, c-format
3944msgid ""
3945"warning: %llu blocks unused.\n"
3946"\n"
3947msgstr ""
3948
3949#: misc/mke2fs.c:565
3950#, c-format
3951msgid "Filesystem label=%s\n"
3952msgstr ""
3953
3954#: misc/mke2fs.c:568
3955#, c-format
3956msgid "OS type: %s\n"
3957msgstr ""
3958
3959#: misc/mke2fs.c:570
3960#, c-format
3961msgid "Block size=%u (log=%u)\n"
3962msgstr ""
3963
3964#: misc/mke2fs.c:574
3965#, c-format
3966msgid "Cluster size=%u (log=%u)\n"
3967msgstr ""
3968
3969#: misc/mke2fs.c:578
3970#, c-format
3971msgid "Fragment size=%u (log=%u)\n"
3972msgstr ""
3973
3974#: misc/mke2fs.c:580
3975#, c-format
3976msgid "Stride=%u blocks, Stripe width=%u blocks\n"
3977msgstr ""
3978
3979#: misc/mke2fs.c:582
3980#, c-format
3981msgid "%u inodes, %llu blocks\n"
3982msgstr ""
3983
3984#: misc/mke2fs.c:584
3985#, c-format
3986msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
3987msgstr ""
3988
3989#: misc/mke2fs.c:587
3990#, c-format
3991msgid "First data block=%u\n"
3992msgstr ""
3993
3994#: misc/mke2fs.c:589
3995#, c-format
3996msgid "Root directory owner=%u:%u\n"
3997msgstr ""
3998
3999#: misc/mke2fs.c:591
4000#, c-format
4001msgid "Maximum filesystem blocks=%lu\n"
4002msgstr ""
4003
4004#: misc/mke2fs.c:595
4005#, c-format
4006msgid "%u block groups\n"
4007msgstr ""
4008
4009#: misc/mke2fs.c:597
4010#, c-format
4011msgid "%u block group\n"
4012msgstr ""
4013
4014#: misc/mke2fs.c:600
4015#, c-format
4016msgid "%u blocks per group, %u clusters per group\n"
4017msgstr ""
4018
4019#: misc/mke2fs.c:603
4020#, c-format
4021msgid "%u blocks per group, %u fragments per group\n"
4022msgstr ""
4023
4024#: misc/mke2fs.c:605
4025#, c-format
4026msgid "%u inodes per group\n"
4027msgstr ""
4028
4029#: misc/mke2fs.c:612
4030#, c-format
4031msgid "Superblock backups stored on blocks: "
4032msgstr ""
4033
4034#: misc/mke2fs.c:691 misc/tune2fs.c:1165
4035#, c-format
4036msgid "Invalid mmp_update_interval: %s\n"
4037msgstr ""
4038
4039#: misc/mke2fs.c:705
4040#, c-format
4041msgid "Invalid stride parameter: %s\n"
4042msgstr ""
4043
4044#: misc/mke2fs.c:720
4045#, c-format
4046msgid "Invalid stripe-width parameter: %s\n"
4047msgstr ""
4048
4049#: misc/mke2fs.c:743
4050#, c-format
4051msgid "Invalid resize parameter: %s\n"
4052msgstr ""
4053
4054#: misc/mke2fs.c:750
4055#, c-format
4056msgid "The resize maximum must be greater than the filesystem size.\n"
4057msgstr ""
4058
4059#: misc/mke2fs.c:774
4060#, c-format
4061msgid "On-line resizing not supported with revision 0 filesystems\n"
4062msgstr ""
4063
4064#: misc/mke2fs.c:801 misc/mke2fs.c:810
4065#, c-format
4066msgid "Invalid root_owner: '%s'\n"
4067msgstr ""
4068
4069#: misc/mke2fs.c:835
4070#, c-format
4071msgid "Invalid quotatype parameter: %s\n"
4072msgstr ""
4073
4074#: misc/mke2fs.c:846
4075#, c-format
4076msgid ""
4077"\n"
4078"Bad option(s) specified: %s\n"
4079"\n"
4080"Extended options are separated by commas, and may take an argument which\n"
4081"\tis set off by an equals ('=') sign.\n"
4082"\n"
4083"Valid extended options are:\n"
4084"\tstride=<RAID per-disk data chunk in blocks>\n"
4085"\tstripe-width=<RAID stride * data disks in blocks>\n"
4086"\tresize=<resize maximum size in blocks>\n"
4087"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
4088"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
4089"\troot_uid=<uid of root directory>\n"
4090"\troot_gid=<gid of root directory>\n"
4091"\ttest_fs\n"
4092"\tdiscard\n"
4093"\tnodiscard\n"
4094"\tquotatype=<usr OR grp>\n"
4095"\n"
4096msgstr ""
4097
4098#: misc/mke2fs.c:868
4099#, c-format
4100msgid ""
4101"\n"
4102"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4103"\n"
4104msgstr ""
4105
4106#: misc/mke2fs.c:907
4107#, c-format
4108msgid ""
4109"Syntax error in mke2fs config file (%s, line #%d)\n"
4110"\t%s\n"
4111msgstr ""
4112
4113#: misc/mke2fs.c:920 misc/tune2fs.c:398
4114#, c-format
4115msgid "Invalid filesystem option set: %s\n"
4116msgstr ""
4117
4118#: misc/mke2fs.c:932 misc/tune2fs.c:349
4119#, c-format
4120msgid "Invalid mount option set: %s\n"
4121msgstr ""
4122
4123#: misc/mke2fs.c:1072
4124#, c-format
4125msgid ""
4126"\n"
4127"Your mke2fs.conf file does not define the %s filesystem type.\n"
4128msgstr ""
4129
4130#: misc/mke2fs.c:1076
4131#, c-format
4132msgid ""
4133"You probably need to install an updated mke2fs.conf file.\n"
4134"\n"
4135msgstr ""
4136
4137#: misc/mke2fs.c:1080
4138#, c-format
4139msgid "Aborting...\n"
4140msgstr ""
4141
4142#: misc/mke2fs.c:1120
4143#, c-format
4144msgid ""
4145"\n"
4146"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4147"\n"
4148msgstr ""
4149
4150#: misc/mke2fs.c:1276
4151#, c-format
4152msgid "Couldn't allocate memory for new PATH.\n"
4153msgstr ""
4154
4155#: misc/mke2fs.c:1317
4156#, c-format
4157msgid "Couldn't init profile successfully (error: %ld).\n"
4158msgstr ""
4159
4160#: misc/mke2fs.c:1357
4161#, c-format
4162msgid "invalid block size - %s"
4163msgstr ""
4164
4165#: misc/mke2fs.c:1361
4166#, c-format
4167msgid "Warning: blocksize %d not usable on most systems.\n"
4168msgstr ""
4169
4170#: misc/mke2fs.c:1377
4171#, c-format
4172msgid "invalid cluster size - %s"
4173msgstr ""
4174
4175#: misc/mke2fs.c:1387
4176msgid "'-R' is deprecated, use '-E' instead"
4177msgstr ""
4178
4179#: misc/mke2fs.c:1399
4180msgid "Illegal number for blocks per group"
4181msgstr ""
4182
4183#: misc/mke2fs.c:1404
4184msgid "blocks per group must be multiple of 8"
4185msgstr ""
4186
4187#: misc/mke2fs.c:1412
4188msgid "Illegal number for flex_bg size"
4189msgstr ""
4190
4191#: misc/mke2fs.c:1418
4192msgid "flex_bg size must be a power of 2"
4193msgstr ""
4194
4195#: misc/mke2fs.c:1428
4196#, c-format
4197msgid "invalid inode ratio %s (min %d/max %d)"
4198msgstr ""
4199
4200#: misc/mke2fs.c:1438
4201#, c-format
4202msgid "invalid inode size - %s"
4203msgstr ""
4204
4205#: misc/mke2fs.c:1450
4206#, c-format
4207msgid ""
4208"Warning: -K option is deprecated and should not be used anymore. Use '-E "
4209"nodiscard' extended option instead!\n"
4210msgstr ""
4211
4212#: misc/mke2fs.c:1460
4213msgid "in malloc for bad_blocks_filename"
4214msgstr ""
4215
4216#: misc/mke2fs.c:1473
4217#, c-format
4218msgid "invalid reserved blocks percent - %s"
4219msgstr ""
4220
4221#: misc/mke2fs.c:1488
4222#, c-format
4223msgid "bad num inodes - %s"
4224msgstr ""
4225
4226#: misc/mke2fs.c:1505
4227#, c-format
4228msgid "bad revision level - %s"
4229msgstr ""
4230
4231#: misc/mke2fs.c:1519
4232msgid "The -t option may only be used once"
4233msgstr ""
4234
4235#: misc/mke2fs.c:1527
4236msgid "The -T option may only be used once"
4237msgstr ""
4238
4239#: misc/mke2fs.c:1580 misc/mke2fs.c:2591
4240#, c-format
4241msgid "while trying to open journal device %s\n"
4242msgstr ""
4243
4244#: misc/mke2fs.c:1586
4245#, c-format
4246msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4247msgstr ""
4248
4249#: misc/mke2fs.c:1592
4250#, c-format
4251msgid "Using journal device's blocksize: %d\n"
4252msgstr ""
4253
4254#: misc/mke2fs.c:1603
4255#, c-format
4256msgid "invalid blocks '%s' on device '%s'"
4257msgstr ""
4258
4259#: misc/mke2fs.c:1613
4260msgid "filesystem"
4261msgstr ""
4262
4263#: misc/mke2fs.c:1626 resize/main.c:367
4264msgid "while trying to determine filesystem size"
4265msgstr ""
4266
4267#: misc/mke2fs.c:1632
4268msgid ""
4269"Couldn't determine device size; you must specify\n"
4270"the size of the filesystem\n"
4271msgstr ""
4272
4273#: misc/mke2fs.c:1639
4274msgid ""
4275"Device size reported to be zero.  Invalid partition specified, or\n"
4276"\tpartition table wasn't reread after running fdisk, due to\n"
4277"\ta modified partition being busy and in use.  You may need to reboot\n"
4278"\tto re-read your partition table.\n"
4279msgstr ""
4280
4281#: misc/mke2fs.c:1656
4282msgid "Filesystem larger than apparent device size."
4283msgstr ""
4284
4285#: misc/mke2fs.c:1676
4286#, c-format
4287msgid "Failed to parse fs types list\n"
4288msgstr ""
4289
4290#: misc/mke2fs.c:1730
4291#, c-format
4292msgid ""
4293"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4294"\tin 32 bits using a blocksize of %d.\n"
4295msgstr ""
4296
4297#: misc/mke2fs.c:1746
4298msgid "fs_types for mke2fs.conf resolution: "
4299msgstr ""
4300
4301#: misc/mke2fs.c:1753
4302#, c-format
4303msgid "Filesystem features not supported with revision 0 filesystems\n"
4304msgstr ""
4305
4306#: misc/mke2fs.c:1760
4307#, c-format
4308msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4309msgstr ""
4310
4311#: misc/mke2fs.c:1772
4312#, c-format
4313msgid "Journals not supported with revision 0 filesystems\n"
4314msgstr ""
4315
4316#: misc/mke2fs.c:1786
4317#, c-format
4318msgid "invalid reserved blocks percent - %lf"
4319msgstr ""
4320
4321#: misc/mke2fs.c:1802
4322#, c-format
4323msgid ""
4324"The resize_inode and meta_bg features are not compatible.\n"
4325"They can not be both enabled simultaneously.\n"
4326msgstr ""
4327
4328#: misc/mke2fs.c:1819
4329msgid "while trying to determine hardware sector size"
4330msgstr ""
4331
4332#: misc/mke2fs.c:1825
4333msgid "while trying to determine physical sector size"
4334msgstr ""
4335
4336#: misc/mke2fs.c:1858
4337msgid "while setting blocksize; too small for device\n"
4338msgstr ""
4339
4340#: misc/mke2fs.c:1863
4341#, c-format
4342msgid ""
4343"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4344msgstr ""
4345
4346#: misc/mke2fs.c:1881
4347msgid "The cluster size may not be smaller than the block size.\n"
4348msgstr ""
4349
4350#: misc/mke2fs.c:1887
4351msgid "specifying a cluster size requires the bigalloc feature"
4352msgstr ""
4353
4354#: misc/mke2fs.c:1906
4355#, c-format
4356msgid "warning: Unable to get device geometry for %s\n"
4357msgstr ""
4358
4359#: misc/mke2fs.c:1909
4360#, c-format
4361msgid "%s alignment is offset by %lu bytes.\n"
4362msgstr ""
4363
4364#: misc/mke2fs.c:1911
4365#, c-format
4366msgid ""
4367"This may result in very poor performance, (re)-partitioning suggested.\n"
4368msgstr ""
4369
4370#: misc/mke2fs.c:1930
4371#, c-format
4372msgid "%d-byte blocks too big for system (max %d)"
4373msgstr ""
4374
4375#: misc/mke2fs.c:1934
4376#, c-format
4377msgid ""
4378"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4379msgstr ""
4380
4381#: misc/mke2fs.c:1968
4382msgid "Can't support bigalloc feature without extents feature"
4383msgstr ""
4384
4385#: misc/mke2fs.c:1975
4386#, c-format
4387msgid ""
4388"\n"
4389"Warning: the bigalloc feature is still under development\n"
4390"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
4391"\n"
4392msgstr ""
4393
4394#: misc/mke2fs.c:1982 misc/tune2fs.c:740
4395#, c-format
4396msgid ""
4397"\n"
4398"Warning: the quota feature is still under development\n"
4399"See https://ext4.wiki.kernel.org/index.php/Quota for more information\n"
4400"\n"
4401msgstr ""
4402
4403#: misc/mke2fs.c:1993
4404msgid "reserved online resize blocks not supported on non-sparse filesystem"
4405msgstr ""
4406
4407#: misc/mke2fs.c:2002
4408msgid "blocks per group count out of range"
4409msgstr ""
4410
4411#: misc/mke2fs.c:2026
4412msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
4413msgstr ""
4414
4415#: misc/mke2fs.c:2038
4416#, c-format
4417msgid "invalid inode size %d (min %d/max %d)"
4418msgstr ""
4419
4420#: misc/mke2fs.c:2056
4421#, c-format
4422msgid "too many inodes (%llu), raise inode ratio?"
4423msgstr ""
4424
4425#: misc/mke2fs.c:2063
4426#, c-format
4427msgid "too many inodes (%llu), specify < 2^32 inodes"
4428msgstr ""
4429
4430#: misc/mke2fs.c:2077
4431#, c-format
4432msgid ""
4433"inode_size (%u) * inodes_count (%u) too big for a\n"
4434"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
4435"\tor lower inode count (-N).\n"
4436msgstr ""
4437
4438#: misc/mke2fs.c:2196
4439#, c-format
4440msgid ""
4441"Overwriting existing filesystem; this can be undone using the command:\n"
4442"    e2undo %s %s\n"
4443"\n"
4444msgstr ""
4445
4446#: misc/mke2fs.c:2210
4447msgid "while trying to setup undo file\n"
4448msgstr ""
4449
4450#: misc/mke2fs.c:2236
4451msgid "Discarding device blocks: "
4452msgstr ""
4453
4454#: misc/mke2fs.c:2252
4455msgid "failed - "
4456msgstr ""
4457
4458#: misc/mke2fs.c:2360
4459msgid "while setting up superblock"
4460msgstr ""
4461
4462#: misc/mke2fs.c:2369
4463#, c-format
4464msgid "Discard succeeded and will return 0s  - skipping inode table wipe\n"
4465msgstr ""
4466
4467#: misc/mke2fs.c:2452
4468#, c-format
4469msgid "unknown os - %s"
4470msgstr ""
4471
4472#: misc/mke2fs.c:2504
4473#, c-format
4474msgid "Allocating group tables: "
4475msgstr ""
4476
4477#: misc/mke2fs.c:2508
4478msgid "while trying to allocate filesystem tables"
4479msgstr ""
4480
4481#: misc/mke2fs.c:2517
4482msgid ""
4483"\n"
4484"\twhile converting subcluster bitmap"
4485msgstr ""
4486
4487#: misc/mke2fs.c:2560
4488#, c-format
4489msgid "while zeroing block %llu at end of filesystem"
4490msgstr ""
4491
4492#: misc/mke2fs.c:2573
4493msgid "while reserving blocks for online resize"
4494msgstr ""
4495
4496#: misc/mke2fs.c:2584 misc/tune2fs.c:645
4497msgid "journal"
4498msgstr ""
4499
4500#: misc/mke2fs.c:2596
4501#, c-format
4502msgid "Adding journal to device %s: "
4503msgstr ""
4504
4505#: misc/mke2fs.c:2603
4506#, c-format
4507msgid ""
4508"\n"
4509"\twhile trying to add journal to device %s"
4510msgstr ""
4511
4512#: misc/mke2fs.c:2608 misc/mke2fs.c:2640 misc/tune2fs.c:674 misc/tune2fs.c:688
4513#, c-format
4514msgid "done\n"
4515msgstr ""
4516
4517#: misc/mke2fs.c:2617
4518#, c-format
4519msgid "Skipping journal creation in super-only mode\n"
4520msgstr ""
4521
4522#: misc/mke2fs.c:2628
4523#, c-format
4524msgid "Creating journal (%u blocks): "
4525msgstr ""
4526
4527#: misc/mke2fs.c:2636
4528msgid ""
4529"\n"
4530"\twhile trying to create journal"
4531msgstr ""
4532
4533#: misc/mke2fs.c:2647 misc/tune2fs.c:451
4534#, c-format
4535msgid ""
4536"\n"
4537"Error while enabling multiple mount protection feature."
4538msgstr ""
4539
4540#: misc/mke2fs.c:2652
4541#, c-format
4542msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
4543msgstr ""
4544
4545#: misc/mke2fs.c:2665
4546#, c-format
4547msgid "Writing superblocks and filesystem accounting information: "
4548msgstr ""
4549
4550#: misc/mke2fs.c:2672
4551#, c-format
4552msgid ""
4553"\n"
4554"Warning, had trouble writing out superblocks."
4555msgstr ""
4556
4557#: misc/mke2fs.c:2674
4558#, c-format
4559msgid ""
4560"done\n"
4561"\n"
4562msgstr ""
4563
4564#: misc/mklost+found.c:50
4565#, c-format
4566msgid "Usage: mklost+found\n"
4567msgstr ""
4568
4569#: misc/partinfo.c:41
4570#, c-format
4571msgid ""
4572"Usage:  %s device...\n"
4573"\n"
4574"Prints out the partition information for each given device.\n"
4575"For example: %s /dev/hda\n"
4576"\n"
4577msgstr ""
4578
4579#: misc/partinfo.c:51
4580#, c-format
4581msgid "Cannot open %s: %s"
4582msgstr ""
4583
4584#: misc/partinfo.c:57
4585#, c-format
4586msgid "Cannot get geometry of %s: %s"
4587msgstr ""
4588
4589#: misc/partinfo.c:65
4590#, c-format
4591msgid "Cannot get size of %s: %s"
4592msgstr ""
4593
4594#: misc/partinfo.c:71
4595#, c-format
4596msgid "%s: h=%3d s=%3d c=%4d   start=%8d size=%8lu end=%8d\n"
4597msgstr ""
4598
4599#: misc/tune2fs.c:107
4600msgid "Please run e2fsck on the filesystem.\n"
4601msgstr ""
4602
4603#: misc/tune2fs.c:116
4604#, c-format
4605msgid ""
4606"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4607"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4608"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
4609"mmp_update_interval]\n"
4610"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
4611"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4612"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4613"\t[ -I new_inode_size ] device\n"
4614msgstr ""
4615
4616#: misc/tune2fs.c:209
4617msgid "while trying to open external journal"
4618msgstr ""
4619
4620#: misc/tune2fs.c:214
4621#, c-format
4622msgid "%s is not a journal device.\n"
4623msgstr ""
4624
4625#: misc/tune2fs.c:229
4626msgid "Journal superblock not found!\n"
4627msgstr ""
4628
4629#: misc/tune2fs.c:240
4630msgid "Filesystem's UUID not found on journal device.\n"
4631msgstr ""
4632
4633#: misc/tune2fs.c:261
4634msgid ""
4635"Cannot locate journal device. It was NOT removed\n"
4636"Use -f option to remove missing journal device.\n"
4637msgstr ""
4638
4639#: misc/tune2fs.c:269
4640msgid "Journal removed\n"
4641msgstr ""
4642
4643#: misc/tune2fs.c:313
4644msgid "while reading bitmaps"
4645msgstr ""
4646
4647#: misc/tune2fs.c:321
4648msgid "while clearing journal inode"
4649msgstr ""
4650
4651#: misc/tune2fs.c:332
4652msgid "while writing journal inode"
4653msgstr ""
4654
4655#: misc/tune2fs.c:367
4656#, c-format
4657msgid "(and reboot afterwards!)\n"
4658msgstr ""
4659
4660#: misc/tune2fs.c:401
4661#, c-format
4662msgid "Clearing filesystem feature '%s' not supported.\n"
4663msgstr ""
4664
4665#: misc/tune2fs.c:407
4666#, c-format
4667msgid "Setting filesystem feature '%s' not supported.\n"
4668msgstr ""
4669
4670#: misc/tune2fs.c:416
4671msgid ""
4672"The has_journal feature may only be cleared when the filesystem is\n"
4673"unmounted or mounted read-only.\n"
4674msgstr ""
4675
4676#: misc/tune2fs.c:424
4677msgid ""
4678"The needs_recovery flag is set.  Please run e2fsck before clearing\n"
4679"the has_journal flag.\n"
4680msgstr ""
4681
4682#: misc/tune2fs.c:443
4683msgid ""
4684"The multiple mount protection feature can't\n"
4685"be set if the filesystem is mounted or\n"
4686"read-only.\n"
4687msgstr ""
4688
4689#: misc/tune2fs.c:461
4690#, c-format
4691msgid "Multiple mount protection has been enabled with update interval %ds.\n"
4692msgstr ""
4693
4694#: misc/tune2fs.c:470
4695msgid ""
4696"The multiple mount protection feature cannot\n"
4697"be disabled if the filesystem is readonly.\n"
4698msgstr ""
4699
4700#: misc/tune2fs.c:478
4701msgid "Error while reading bitmaps\n"
4702msgstr ""
4703
4704#: misc/tune2fs.c:487
4705#, c-format
4706msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
4707msgstr ""
4708
4709#: misc/tune2fs.c:492
4710msgid "while reading MMP block."
4711msgstr ""
4712
4713#: misc/tune2fs.c:524
4714msgid ""
4715"Clearing the flex_bg flag would cause the the filesystem to be\n"
4716"inconsistent.\n"
4717msgstr ""
4718
4719#: misc/tune2fs.c:535
4720msgid ""
4721"The huge_file feature may only be cleared when the filesystem is\n"
4722"unmounted or mounted read-only.\n"
4723msgstr ""
4724
4725#: misc/tune2fs.c:595
4726msgid ""
4727"\n"
4728"Warning: '^quota' option overrides '-Q'arguments.\n"
4729msgstr ""
4730
4731#: misc/tune2fs.c:640
4732msgid "The filesystem already has a journal.\n"
4733msgstr ""
4734
4735#: misc/tune2fs.c:658
4736#, c-format
4737msgid ""
4738"\n"
4739"\twhile trying to open journal on %s\n"
4740msgstr ""
4741
4742#: misc/tune2fs.c:662
4743#, c-format
4744msgid "Creating journal on device %s: "
4745msgstr ""
4746
4747#: misc/tune2fs.c:670
4748#, c-format
4749msgid "while adding filesystem to journal on %s"
4750msgstr ""
4751
4752#: misc/tune2fs.c:676
4753msgid "Creating journal inode: "
4754msgstr ""
4755
4756#: misc/tune2fs.c:685
4757msgid ""
4758"\n"
4759"\twhile trying to create journal file"
4760msgstr ""
4761
4762#: misc/tune2fs.c:763
4763msgid "Couldn't allocate memory to parse quota options!\n"
4764msgstr ""
4765
4766#: misc/tune2fs.c:785
4767msgid ""
4768"\n"
4769"Bad quota options specified.\n"
4770"\n"
4771"Following valid quota options are available (pass by separating with "
4772"comma):\n"
4773"\t[^]usrquota\n"
4774"\t[^]grpquota\n"
4775"\n"
4776"\n"
4777msgstr ""
4778
4779#: misc/tune2fs.c:846
4780#, c-format
4781msgid "Couldn't parse date/time specifier: %s"
4782msgstr ""
4783
4784#: misc/tune2fs.c:870 misc/tune2fs.c:883
4785#, c-format
4786msgid "bad mounts count - %s"
4787msgstr ""
4788
4789#: misc/tune2fs.c:899
4790#, c-format
4791msgid "bad error behavior - %s"
4792msgstr ""
4793
4794#: misc/tune2fs.c:926
4795#, c-format
4796msgid "bad gid/group name - %s"
4797msgstr ""
4798
4799#: misc/tune2fs.c:959
4800#, c-format
4801msgid "bad interval - %s"
4802msgstr ""
4803
4804#: misc/tune2fs.c:988
4805#, c-format
4806msgid "bad reserved block ratio - %s"
4807msgstr ""
4808
4809#: misc/tune2fs.c:1003
4810msgid "-o may only be specified once"
4811msgstr ""
4812
4813#: misc/tune2fs.c:1012
4814msgid "-O may only be specified once"
4815msgstr ""
4816
4817#: misc/tune2fs.c:1027
4818#, c-format
4819msgid "bad reserved blocks count - %s"
4820msgstr ""
4821
4822#: misc/tune2fs.c:1056
4823#, c-format
4824msgid "bad uid/user name - %s"
4825msgstr ""
4826
4827#: misc/tune2fs.c:1073
4828#, c-format
4829msgid "bad inode size - %s"
4830msgstr ""
4831
4832#: misc/tune2fs.c:1080
4833#, c-format
4834msgid "Inode size must be a power of two- %s"
4835msgstr ""
4836
4837#: misc/tune2fs.c:1174
4838#, c-format
4839msgid "mmp_update_interval too big: %lu\n"
4840msgstr ""
4841
4842#: misc/tune2fs.c:1179
4843#, c-format
4844msgid "Setting multiple mount protection update interval to %lu second\n"
4845msgid_plural ""
4846"Setting multiple mount protection update interval to %lu seconds\n"
4847msgstr[0] ""
4848msgstr[1] ""
4849
4850#: misc/tune2fs.c:1202
4851#, c-format
4852msgid "Invalid RAID stride: %s\n"
4853msgstr ""
4854
4855#: misc/tune2fs.c:1217
4856#, c-format
4857msgid "Invalid RAID stripe-width: %s\n"
4858msgstr ""
4859
4860#: misc/tune2fs.c:1232
4861#, c-format
4862msgid "Invalid hash algorithm: %s\n"
4863msgstr ""
4864
4865#: misc/tune2fs.c:1238
4866#, c-format
4867msgid "Setting default hash algorithm to %s (%d)\n"
4868msgstr ""
4869
4870#: misc/tune2fs.c:1257
4871#, c-format
4872msgid ""
4873"\n"
4874"Bad options specified.\n"
4875"\n"
4876"Extended options are separated by commas, and may take an argument which\n"
4877"\tis set off by an equals ('=') sign.\n"
4878"\n"
4879"Valid extended options are:\n"
4880"\tclear_mmp\n"
4881"\thash_alg=<hash algorithm>\n"
4882"\tmount_opts=<extended default mount options>\n"
4883"\tstride=<RAID per-disk chunk size in blocks>\n"
4884"\tstripe_width=<RAID stride*data disks in blocks>\n"
4885"\ttest_fs\n"
4886"\t^test_fs\n"
4887msgstr ""
4888
4889#: misc/tune2fs.c:1723
4890msgid "Failed to read inode bitmap\n"
4891msgstr ""
4892
4893#: misc/tune2fs.c:1728
4894msgid "Failed to read block bitmap\n"
4895msgstr ""
4896
4897#: misc/tune2fs.c:1745 resize/resize2fs.c:870
4898msgid "blocks to be moved"
4899msgstr ""
4900
4901#: misc/tune2fs.c:1748
4902msgid "Failed to allocate block bitmap when increasing inode size\n"
4903msgstr ""
4904
4905#: misc/tune2fs.c:1754
4906msgid "Not enough space to increase inode size \n"
4907msgstr ""
4908
4909#: misc/tune2fs.c:1759
4910msgid "Failed to relocate blocks during inode resize \n"
4911msgstr ""
4912
4913#: misc/tune2fs.c:1791
4914msgid ""
4915"Error in resizing the inode size.\n"
4916"Run e2undo to undo the file system changes. \n"
4917msgstr ""
4918
4919#: misc/tune2fs.c:1818
4920msgid "Couldn't allocate memory for tdb filename\n"
4921msgstr ""
4922
4923#: misc/tune2fs.c:1840
4924#, c-format
4925msgid "while trying to delete %s"
4926msgstr ""
4927
4928#: misc/tune2fs.c:1850
4929#, c-format
4930msgid ""
4931"To undo the tune2fs operation please run the command\n"
4932"    e2undo %s %s\n"
4933"\n"
4934msgstr ""
4935
4936#: misc/tune2fs.c:1919
4937#, c-format
4938msgid ""
4939"MMP block magic is bad. Try to fix it by running:\n"
4940"'e2fsck -f %s'\n"
4941msgstr ""
4942
4943#: misc/tune2fs.c:1937
4944#, c-format
4945msgid "The inode size is already %lu\n"
4946msgstr ""
4947
4948#: misc/tune2fs.c:1943
4949#, c-format
4950msgid "Shrinking the inode size is not supported\n"
4951msgstr ""
4952
4953#: misc/tune2fs.c:1949
4954#, c-format
4955msgid "Invalid inode size %lu (max %d)\n"
4956msgstr ""
4957
4958#: misc/tune2fs.c:1996
4959#, c-format
4960msgid "Setting maximal mount count to %d\n"
4961msgstr ""
4962
4963#: misc/tune2fs.c:2002
4964#, c-format
4965msgid "Setting current mount count to %d\n"
4966msgstr ""
4967
4968#: misc/tune2fs.c:2007
4969#, c-format
4970msgid "Setting error behavior to %d\n"
4971msgstr ""
4972
4973#: misc/tune2fs.c:2012
4974#, c-format
4975msgid "Setting reserved blocks gid to %lu\n"
4976msgstr ""
4977
4978#: misc/tune2fs.c:2017
4979#, c-format
4980msgid "interval between checks is too big (%lu)"
4981msgstr ""
4982
4983#: misc/tune2fs.c:2024
4984#, c-format
4985msgid "Setting interval between checks to %lu seconds\n"
4986msgstr ""
4987
4988#: misc/tune2fs.c:2031
4989#, c-format
4990msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
4991msgstr ""
4992
4993#: misc/tune2fs.c:2037
4994#, c-format
4995msgid "reserved blocks count is too big (%llu)"
4996msgstr ""
4997
4998#: misc/tune2fs.c:2044
4999#, c-format
5000msgid "Setting reserved blocks count to %llu\n"
5001msgstr ""
5002
5003#: misc/tune2fs.c:2050
5004msgid ""
5005"\n"
5006"The filesystem already has sparse superblocks.\n"
5007msgstr ""
5008
5009#: misc/tune2fs.c:2057
5010#, c-format
5011msgid ""
5012"\n"
5013"Sparse superblock flag set.  %s"
5014msgstr ""
5015
5016#: misc/tune2fs.c:2062
5017msgid ""
5018"\n"
5019"Clearing the sparse superflag not supported.\n"
5020msgstr ""
5021
5022#: misc/tune2fs.c:2070
5023#, c-format
5024msgid "Setting time filesystem last checked to %s\n"
5025msgstr ""
5026
5027#: misc/tune2fs.c:2076
5028#, c-format
5029msgid "Setting reserved blocks uid to %lu\n"
5030msgstr ""
5031
5032#: misc/tune2fs.c:2108
5033msgid "Error in using clear_mmp. It must be used with -f\n"
5034msgstr ""
5035
5036#: misc/tune2fs.c:2126
5037msgid ""
5038"The quota feature may only be changed when the filesystem is unmounted.\n"
5039msgstr ""
5040
5041#: misc/tune2fs.c:2159
5042msgid "Invalid UUID format\n"
5043msgstr ""
5044
5045#: misc/tune2fs.c:2172
5046msgid "The inode size may only be changed when the filesystem is unmounted.\n"
5047msgstr ""
5048
5049#: misc/tune2fs.c:2180
5050msgid ""
5051"Changing the inode size not supported for filesystems with the flex_bg\n"
5052"feature enabled.\n"
5053msgstr ""
5054
5055#: misc/tune2fs.c:2193
5056#, c-format
5057msgid "Setting inode size %lu\n"
5058msgstr ""
5059
5060#: misc/tune2fs.c:2196
5061#, c-format
5062msgid "Failed to change inode size\n"
5063msgstr ""
5064
5065#: misc/tune2fs.c:2207
5066#, c-format
5067msgid "Setting stride size to %d\n"
5068msgstr ""
5069
5070#: misc/tune2fs.c:2212
5071#, c-format
5072msgid "Setting stripe width to %d\n"
5073msgstr ""
5074
5075#: misc/tune2fs.c:2219
5076#, c-format
5077msgid "Setting extended default mount options to '%s'\n"
5078msgstr ""
5079
5080#: misc/util.c:74
5081msgid "Proceed anyway? (y,n) "
5082msgstr ""
5083
5084#: misc/util.c:89
5085#, c-format
5086msgid "Could not stat %s --- %s\n"
5087msgstr ""
5088
5089#: misc/util.c:92
5090msgid ""
5091"\n"
5092"The device apparently does not exist; did you specify it correctly?\n"
5093msgstr ""
5094
5095#: misc/util.c:103
5096#, c-format
5097msgid "%s is not a block special device.\n"
5098msgstr ""
5099
5100#: misc/util.c:132
5101#, c-format
5102msgid "%s is entire device, not just one partition!\n"
5103msgstr ""
5104
5105#: misc/util.c:154
5106msgid "mke2fs forced anyway.  Hope /etc/mtab is incorrect.\n"
5107msgstr ""
5108
5109#: misc/util.c:159
5110#, c-format
5111msgid "will not make a %s here!\n"
5112msgstr ""
5113
5114#: misc/util.c:166
5115msgid "mke2fs forced anyway.\n"
5116msgstr ""
5117
5118#: misc/util.c:182
5119msgid "Couldn't allocate memory to parse journal options!\n"
5120msgstr ""
5121
5122#: misc/util.c:207
5123#, c-format
5124msgid ""
5125"\n"
5126"Could not find journal device matching %s\n"
5127msgstr ""
5128
5129#: misc/util.c:228
5130msgid ""
5131"\n"
5132"Bad journal options specified.\n"
5133"\n"
5134"Journal options are separated by commas, and may take an argument which\n"
5135"\tis set off by an equals ('=') sign.\n"
5136"\n"
5137"Valid journal options are:\n"
5138"\tsize=<journal size in megabytes>\n"
5139"\tdevice=<journal device>\n"
5140"\n"
5141"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
5142"\n"
5143msgstr ""
5144
5145#: misc/util.c:258
5146msgid ""
5147"\n"
5148"Filesystem too small for a journal\n"
5149msgstr ""
5150
5151#: misc/util.c:265
5152#, c-format
5153msgid ""
5154"\n"
5155"The requested journal size is %d blocks; it must be\n"
5156"between 1024 and 10240000 blocks.  Aborting.\n"
5157msgstr ""
5158
5159#: misc/util.c:273
5160msgid ""
5161"\n"
5162"Journal size too big for filesystem.\n"
5163msgstr ""
5164
5165#: misc/util.c:287
5166#, c-format
5167msgid ""
5168"This filesystem will be automatically checked every %d mounts or\n"
5169"%g days, whichever comes first.  Use tune2fs -c or -i to override.\n"
5170msgstr ""
5171
5172#: misc/uuidd.c:48
5173#, c-format
5174msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5175msgstr ""
5176
5177#: misc/uuidd.c:50
5178#, c-format
5179msgid "       %s [-r|t] [-n num] [-s socketpath]\n"
5180msgstr ""
5181
5182#: misc/uuidd.c:52
5183#, c-format
5184msgid "       %s -k\n"
5185msgstr ""
5186
5187#: misc/uuidd.c:154
5188msgid "bad arguments"
5189msgstr ""
5190
5191#: misc/uuidd.c:172
5192msgid "connect"
5193msgstr ""
5194
5195#: misc/uuidd.c:191
5196msgid "write"
5197msgstr ""
5198
5199#: misc/uuidd.c:199
5200msgid "read count"
5201msgstr ""
5202
5203#: misc/uuidd.c:205
5204msgid "bad response length"
5205msgstr ""
5206
5207#: misc/uuidd.c:270
5208#, c-format
5209msgid "uuidd daemon already running at pid %s\n"
5210msgstr ""
5211
5212#: misc/uuidd.c:278
5213#, c-format
5214msgid "Couldn't create unix stream socket: %s"
5215msgstr ""
5216
5217#: misc/uuidd.c:307
5218#, c-format
5219msgid "Couldn't bind unix socket %s: %s\n"
5220msgstr ""
5221
5222#: misc/uuidd.c:315
5223#, c-format
5224msgid "Couldn't listen on unix socket %s: %s\n"
5225msgstr ""
5226
5227#: misc/uuidd.c:353
5228#, c-format
5229msgid "Error reading from client, len = %d\n"
5230msgstr ""
5231
5232#: misc/uuidd.c:361
5233#, c-format
5234msgid "operation %d, incoming num = %d\n"
5235msgstr ""
5236
5237#: misc/uuidd.c:380
5238#, c-format
5239msgid "Generated time UUID: %s\n"
5240msgstr ""
5241
5242#: misc/uuidd.c:390
5243#, c-format
5244msgid "Generated random UUID: %s\n"
5245msgstr ""
5246
5247#: misc/uuidd.c:399
5248#, c-format
5249msgid "Generated time UUID %s and subsequent UUID\n"
5250msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
5251msgstr[0] ""
5252msgstr[1] ""
5253
5254#: misc/uuidd.c:420
5255#, c-format
5256msgid "Generated %d UUID's:\n"
5257msgstr ""
5258
5259#: misc/uuidd.c:432
5260#, c-format
5261msgid "Invalid operation %d\n"
5262msgstr ""
5263
5264#: misc/uuidd.c:476 misc/uuidd.c:498
5265#, c-format
5266msgid "Bad number: %s\n"
5267msgstr ""
5268
5269#: misc/uuidd.c:533 misc/uuidd.c:562
5270#, c-format
5271msgid "Error calling uuidd daemon (%s): %s\n"
5272msgstr ""
5273
5274#: misc/uuidd.c:543
5275#, c-format
5276msgid "%s and subsequent UUID\n"
5277msgid_plural "%s and subsequent %d UUIDs\n"
5278msgstr[0] ""
5279msgstr[1] ""
5280
5281#: misc/uuidd.c:547
5282#, c-format
5283msgid "List of UUID's:\n"
5284msgstr ""
5285
5286#: misc/uuidd.c:568
5287#, c-format
5288msgid "Unexpected reply length from server %d\n"
5289msgstr ""
5290
5291#: misc/uuidd.c:585
5292#, c-format
5293msgid "Couldn't kill uuidd running at pid %d: %s\n"
5294msgstr ""
5295
5296#: misc/uuidd.c:591
5297#, c-format
5298msgid "Killed uuidd running at pid %d\n"
5299msgstr ""
5300
5301#: misc/uuidgen.c:32
5302#, c-format
5303msgid "Usage: %s [-r] [-t]\n"
5304msgstr ""
5305
5306#: resize/extent.c:202
5307msgid "# Extent dump:\n"
5308msgstr ""
5309
5310#: resize/extent.c:203
5311#, c-format
5312msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
5313msgstr ""
5314
5315#: resize/main.c:43
5316#, c-format
5317msgid ""
5318"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
5319"\n"
5320msgstr ""
5321
5322#: resize/main.c:65
5323msgid "Extending the inode table"
5324msgstr ""
5325
5326#: resize/main.c:68
5327msgid "Relocating blocks"
5328msgstr ""
5329
5330#: resize/main.c:71
5331msgid "Scanning inode table"
5332msgstr ""
5333
5334#: resize/main.c:74
5335msgid "Updating inode references"
5336msgstr ""
5337
5338#: resize/main.c:77
5339msgid "Moving inode table"
5340msgstr ""
5341
5342#: resize/main.c:80
5343msgid "Unknown pass?!?"
5344msgstr ""
5345
5346#: resize/main.c:83
5347#, c-format
5348msgid "Begin pass %d (max = %lu)\n"
5349msgstr ""
5350
5351#: resize/main.c:154
5352#, c-format
5353msgid ""
5354"\n"
5355"Resizing bigalloc file systems has not been fully tested.  Proceed\n"
5356"at your own risk!  Use the force option if you want to go ahead anyway.\n"
5357"\n"
5358msgstr ""
5359
5360#: resize/main.c:271
5361#, c-format
5362msgid "while opening %s"
5363msgstr ""
5364
5365#: resize/main.c:279
5366#, c-format
5367msgid "while getting stat information for %s"
5368msgstr ""
5369
5370#: resize/main.c:337 resize/main.c:450
5371#, c-format
5372msgid ""
5373"Please run 'e2fsck -f %s' first.\n"
5374"\n"
5375msgstr ""
5376
5377#: resize/main.c:341
5378#, c-format
5379msgid "Estimated minimum size of the filesystem: %llu\n"
5380msgstr ""
5381
5382#: resize/main.c:377
5383#, c-format
5384msgid "Invalid new size: %s\n"
5385msgstr ""
5386
5387#: resize/main.c:393
5388msgid "New size too large to be expressed in 32 bits\n"
5389msgstr ""
5390
5391#: resize/main.c:401
5392#, c-format
5393msgid "New size smaller than minimum (%llu)\n"
5394msgstr ""
5395
5396#: resize/main.c:407
5397msgid "Invalid stride length"
5398msgstr ""
5399
5400#: resize/main.c:431
5401#, c-format
5402msgid ""
5403"The containing partition (or device) is only %llu (%dk) blocks.\n"
5404"You requested a new size of %llu blocks.\n"
5405"\n"
5406msgstr ""
5407
5408#: resize/main.c:438
5409#, c-format
5410msgid ""
5411"The filesystem is already %llu blocks long.  Nothing to do!\n"
5412"\n"
5413msgstr ""
5414
5415#: resize/main.c:455
5416#, c-format
5417msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
5418msgstr ""
5419
5420#: resize/main.c:464
5421#, c-format
5422msgid "while trying to resize %s"
5423msgstr ""
5424
5425#: resize/main.c:467
5426#, c-format
5427msgid ""
5428"Please run 'e2fsck -fy %s' to fix the filesystem\n"
5429"after the aborted resize operation.\n"
5430msgstr ""
5431
5432#: resize/main.c:473
5433#, c-format
5434msgid ""
5435"The filesystem on %s is now %llu blocks long.\n"
5436"\n"
5437msgstr ""
5438
5439#: resize/main.c:488
5440#, c-format
5441msgid "while trying to truncate %s"
5442msgstr ""
5443
5444#: resize/online.c:79
5445#, c-format
5446msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
5447msgstr ""
5448
5449#: resize/online.c:83
5450msgid "On-line shrinking not supported"
5451msgstr ""
5452
5453#: resize/online.c:108
5454msgid "Filesystem does not support online resizing"
5455msgstr ""
5456
5457#: resize/online.c:117
5458msgid "Not enough reserved gdt blocks for resizing"
5459msgstr ""
5460
5461#: resize/online.c:124
5462msgid "Kernel does not support resizing a file system this large"
5463msgstr ""
5464
5465#: resize/online.c:132
5466#, c-format
5467msgid "while trying to open mountpoint %s"
5468msgstr ""
5469
5470#: resize/online.c:137
5471#, c-format
5472msgid "Old resize interface requested.\n"
5473msgstr ""
5474
5475#: resize/online.c:156 resize/online.c:173
5476msgid "Permission denied to resize filesystem"
5477msgstr ""
5478
5479#: resize/online.c:159 resize/online.c:179
5480msgid "While checking for on-line resizing support"
5481msgstr ""
5482
5483#: resize/online.c:176
5484msgid "Kernel does not support online resizing"
5485msgstr ""
5486
5487#: resize/online.c:209
5488#, c-format
5489msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
5490msgstr ""
5491
5492#: resize/online.c:219
5493msgid "While trying to extend the last group"
5494msgstr ""
5495
5496#: resize/online.c:273
5497#, c-format
5498msgid "While trying to add group #%d"
5499msgstr ""
5500
5501#: resize/online.c:284
5502#, c-format
5503msgid ""
5504"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
5505"this system.\n"
5506msgstr ""
5507
5508#: resize/resize2fs.c:369
5509#, c-format
5510msgid "inodes (%llu) must be less than %u"
5511msgstr ""
5512
5513#: resize/resize2fs.c:631
5514msgid "reserved blocks"
5515msgstr ""
5516
5517#: resize/resize2fs.c:875
5518msgid "meta-data blocks"
5519msgstr ""
5520
5521#: resize/resize2fs.c:1837
5522#, c-format
5523msgid "Should never happen: resize inode corrupt!\n"
5524msgstr ""
5525
5526#: lib/ext2fs/ext2_err.c:11
5527msgid "EXT2FS Library version 1.42.8"
5528msgstr ""
5529
5530#: lib/ext2fs/ext2_err.c:12
5531msgid "Wrong magic number for ext2_filsys structure"
5532msgstr ""
5533
5534#: lib/ext2fs/ext2_err.c:13
5535msgid "Wrong magic number for badblocks_list structure"
5536msgstr ""
5537
5538#: lib/ext2fs/ext2_err.c:14
5539msgid "Wrong magic number for badblocks_iterate structure"
5540msgstr ""
5541
5542#: lib/ext2fs/ext2_err.c:15
5543msgid "Wrong magic number for inode_scan structure"
5544msgstr ""
5545
5546#: lib/ext2fs/ext2_err.c:16
5547msgid "Wrong magic number for io_channel structure"
5548msgstr ""
5549
5550#: lib/ext2fs/ext2_err.c:17
5551msgid "Wrong magic number for unix io_channel structure"
5552msgstr ""
5553
5554#: lib/ext2fs/ext2_err.c:18
5555msgid "Wrong magic number for io_manager structure"
5556msgstr ""
5557
5558#: lib/ext2fs/ext2_err.c:19
5559msgid "Wrong magic number for block_bitmap structure"
5560msgstr ""
5561
5562#: lib/ext2fs/ext2_err.c:20
5563msgid "Wrong magic number for inode_bitmap structure"
5564msgstr ""
5565
5566#: lib/ext2fs/ext2_err.c:21
5567msgid "Wrong magic number for generic_bitmap structure"
5568msgstr ""
5569
5570#: lib/ext2fs/ext2_err.c:22
5571msgid "Wrong magic number for test io_channel structure"
5572msgstr ""
5573
5574#: lib/ext2fs/ext2_err.c:23
5575msgid "Wrong magic number for directory block list structure"
5576msgstr ""
5577
5578#: lib/ext2fs/ext2_err.c:24
5579msgid "Wrong magic number for icount structure"
5580msgstr ""
5581
5582#: lib/ext2fs/ext2_err.c:25
5583msgid "Wrong magic number for Powerquest io_channel structure"
5584msgstr ""
5585
5586#: lib/ext2fs/ext2_err.c:26
5587msgid "Wrong magic number for ext2 file structure"
5588msgstr ""
5589
5590#: lib/ext2fs/ext2_err.c:27
5591msgid "Wrong magic number for Ext2 Image Header"
5592msgstr ""
5593
5594#: lib/ext2fs/ext2_err.c:28
5595msgid "Wrong magic number for inode io_channel structure"
5596msgstr ""
5597
5598#: lib/ext2fs/ext2_err.c:29
5599msgid "Wrong magic number for ext4 extent handle"
5600msgstr ""
5601
5602#: lib/ext2fs/ext2_err.c:30
5603msgid "Bad magic number in super-block"
5604msgstr ""
5605
5606#: lib/ext2fs/ext2_err.c:31
5607msgid "Filesystem revision too high"
5608msgstr ""
5609
5610#: lib/ext2fs/ext2_err.c:32
5611msgid "Attempt to write to filesystem opened read-only"
5612msgstr ""
5613
5614#: lib/ext2fs/ext2_err.c:33
5615msgid "Can't read group descriptors"
5616msgstr ""
5617
5618#: lib/ext2fs/ext2_err.c:34
5619msgid "Can't write group descriptors"
5620msgstr ""
5621
5622#: lib/ext2fs/ext2_err.c:35
5623msgid "Corrupt group descriptor: bad block for block bitmap"
5624msgstr ""
5625
5626#: lib/ext2fs/ext2_err.c:36
5627msgid "Corrupt group descriptor: bad block for inode bitmap"
5628msgstr ""
5629
5630#: lib/ext2fs/ext2_err.c:37
5631msgid "Corrupt group descriptor: bad block for inode table"
5632msgstr ""
5633
5634#: lib/ext2fs/ext2_err.c:38
5635msgid "Can't write an inode bitmap"
5636msgstr ""
5637
5638#: lib/ext2fs/ext2_err.c:39
5639msgid "Can't read an inode bitmap"
5640msgstr ""
5641
5642#: lib/ext2fs/ext2_err.c:40
5643msgid "Can't write a block bitmap"
5644msgstr ""
5645
5646#: lib/ext2fs/ext2_err.c:41
5647msgid "Can't read a block bitmap"
5648msgstr ""
5649
5650#: lib/ext2fs/ext2_err.c:42
5651msgid "Can't write an inode table"
5652msgstr ""
5653
5654#: lib/ext2fs/ext2_err.c:43
5655msgid "Can't read an inode table"
5656msgstr ""
5657
5658#: lib/ext2fs/ext2_err.c:44
5659msgid "Can't read next inode"
5660msgstr ""
5661
5662#: lib/ext2fs/ext2_err.c:45
5663msgid "Filesystem has unexpected block size"
5664msgstr ""
5665
5666#: lib/ext2fs/ext2_err.c:46
5667msgid "EXT2 directory corrupted"
5668msgstr ""
5669
5670#: lib/ext2fs/ext2_err.c:47
5671msgid "Attempt to read block from filesystem resulted in short read"
5672msgstr ""
5673
5674#: lib/ext2fs/ext2_err.c:48
5675msgid "Attempt to write block to filesystem resulted in short write"
5676msgstr ""
5677
5678#: lib/ext2fs/ext2_err.c:49
5679msgid "No free space in the directory"
5680msgstr ""
5681
5682#: lib/ext2fs/ext2_err.c:50
5683msgid "Inode bitmap not loaded"
5684msgstr ""
5685
5686#: lib/ext2fs/ext2_err.c:51
5687msgid "Block bitmap not loaded"
5688msgstr ""
5689
5690#: lib/ext2fs/ext2_err.c:52
5691msgid "Illegal inode number"
5692msgstr ""
5693
5694#: lib/ext2fs/ext2_err.c:53
5695msgid "Illegal block number"
5696msgstr ""
5697
5698#: lib/ext2fs/ext2_err.c:54
5699msgid "Internal error in ext2fs_expand_dir"
5700msgstr ""
5701
5702#: lib/ext2fs/ext2_err.c:55
5703msgid "Not enough space to build proposed filesystem"
5704msgstr ""
5705
5706#: lib/ext2fs/ext2_err.c:56
5707msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
5708msgstr ""
5709
5710#: lib/ext2fs/ext2_err.c:57
5711msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
5712msgstr ""
5713
5714#: lib/ext2fs/ext2_err.c:58
5715msgid "Illegal block number passed to ext2fs_test_block_bitmap"
5716msgstr ""
5717
5718#: lib/ext2fs/ext2_err.c:59
5719msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
5720msgstr ""
5721
5722#: lib/ext2fs/ext2_err.c:60
5723msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
5724msgstr ""
5725
5726#: lib/ext2fs/ext2_err.c:61
5727msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
5728msgstr ""
5729
5730#: lib/ext2fs/ext2_err.c:62
5731msgid "Attempt to fudge end of block bitmap past the real end"
5732msgstr ""
5733
5734#: lib/ext2fs/ext2_err.c:63
5735msgid "Attempt to fudge end of inode bitmap past the real end"
5736msgstr ""
5737
5738#: lib/ext2fs/ext2_err.c:64
5739msgid "Illegal indirect block found"
5740msgstr ""
5741
5742#: lib/ext2fs/ext2_err.c:65
5743msgid "Illegal doubly indirect block found"
5744msgstr ""
5745
5746#: lib/ext2fs/ext2_err.c:66
5747msgid "Illegal triply indirect block found"
5748msgstr ""
5749
5750#: lib/ext2fs/ext2_err.c:67
5751msgid "Block bitmaps are not the same"
5752msgstr ""
5753
5754#: lib/ext2fs/ext2_err.c:68
5755msgid "Inode bitmaps are not the same"
5756msgstr ""
5757
5758#: lib/ext2fs/ext2_err.c:69
5759msgid "Illegal or malformed device name"
5760msgstr ""
5761
5762#: lib/ext2fs/ext2_err.c:70
5763msgid "A block group is missing an inode table"
5764msgstr ""
5765
5766#: lib/ext2fs/ext2_err.c:71
5767msgid "The ext2 superblock is corrupt"
5768msgstr ""
5769
5770#: lib/ext2fs/ext2_err.c:72
5771msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
5772msgstr ""
5773
5774#: lib/ext2fs/ext2_err.c:73
5775msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
5776msgstr ""
5777
5778#: lib/ext2fs/ext2_err.c:74
5779msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
5780msgstr ""
5781
5782#: lib/ext2fs/ext2_err.c:75
5783msgid "Too many symbolic links encountered."
5784msgstr ""
5785
5786#: lib/ext2fs/ext2_err.c:76
5787msgid "The callback function will not handle this case"
5788msgstr ""
5789
5790#: lib/ext2fs/ext2_err.c:77
5791msgid "The inode is from a bad block in the inode table"
5792msgstr ""
5793
5794#: lib/ext2fs/ext2_err.c:78
5795msgid "Filesystem has unsupported feature(s)"
5796msgstr ""
5797
5798#: lib/ext2fs/ext2_err.c:79
5799msgid "Filesystem has unsupported read-only feature(s)"
5800msgstr ""
5801
5802#: lib/ext2fs/ext2_err.c:80
5803msgid "IO Channel failed to seek on read or write"
5804msgstr ""
5805
5806#: lib/ext2fs/ext2_err.c:81
5807msgid "Memory allocation failed"
5808msgstr ""
5809
5810#: lib/ext2fs/ext2_err.c:82
5811msgid "Invalid argument passed to ext2 library"
5812msgstr ""
5813
5814#: lib/ext2fs/ext2_err.c:83
5815msgid "Could not allocate block in ext2 filesystem"
5816msgstr ""
5817
5818#: lib/ext2fs/ext2_err.c:84
5819msgid "Could not allocate inode in ext2 filesystem"
5820msgstr ""
5821
5822#: lib/ext2fs/ext2_err.c:85
5823msgid "Ext2 inode is not a directory"
5824msgstr ""
5825
5826#: lib/ext2fs/ext2_err.c:86
5827msgid "Too many references in table"
5828msgstr ""
5829
5830#: lib/ext2fs/ext2_err.c:87
5831msgid "File not found by ext2_lookup"
5832msgstr ""
5833
5834#: lib/ext2fs/ext2_err.c:88
5835msgid "File open read-only"
5836msgstr ""
5837
5838#: lib/ext2fs/ext2_err.c:89
5839msgid "Ext2 directory block not found"
5840msgstr ""
5841
5842#: lib/ext2fs/ext2_err.c:90
5843msgid "Ext2 directory already exists"
5844msgstr ""
5845
5846#: lib/ext2fs/ext2_err.c:91
5847msgid "Unimplemented ext2 library function"
5848msgstr ""
5849
5850#: lib/ext2fs/ext2_err.c:92
5851msgid "User cancel requested"
5852msgstr ""
5853
5854#: lib/ext2fs/ext2_err.c:93
5855msgid "Ext2 file too big"
5856msgstr ""
5857
5858#: lib/ext2fs/ext2_err.c:94
5859msgid "Supplied journal device not a block device"
5860msgstr ""
5861
5862#: lib/ext2fs/ext2_err.c:95
5863msgid "Journal superblock not found"
5864msgstr ""
5865
5866#: lib/ext2fs/ext2_err.c:96
5867msgid "Journal must be at least 1024 blocks"
5868msgstr ""
5869
5870#: lib/ext2fs/ext2_err.c:97
5871msgid "Unsupported journal version"
5872msgstr ""
5873
5874#: lib/ext2fs/ext2_err.c:98
5875msgid "Error loading external journal"
5876msgstr ""
5877
5878#: lib/ext2fs/ext2_err.c:99
5879msgid "Journal not found"
5880msgstr ""
5881
5882#: lib/ext2fs/ext2_err.c:100
5883msgid "Directory hash unsupported"
5884msgstr ""
5885
5886#: lib/ext2fs/ext2_err.c:101
5887msgid "Illegal extended attribute block number"
5888msgstr ""
5889
5890#: lib/ext2fs/ext2_err.c:102
5891msgid "Cannot create filesystem with requested number of inodes"
5892msgstr ""
5893
5894#: lib/ext2fs/ext2_err.c:103
5895msgid "E2image snapshot not in use"
5896msgstr ""
5897
5898#: lib/ext2fs/ext2_err.c:104
5899msgid "Too many reserved group descriptor blocks"
5900msgstr ""
5901
5902#: lib/ext2fs/ext2_err.c:105
5903msgid "Resize inode is corrupt"
5904msgstr ""
5905
5906#: lib/ext2fs/ext2_err.c:106
5907msgid "Tried to set block bmap with missing indirect block"
5908msgstr ""
5909
5910#: lib/ext2fs/ext2_err.c:107
5911msgid "TDB: Success"
5912msgstr ""
5913
5914#: lib/ext2fs/ext2_err.c:108
5915msgid "TDB: Corrupt database"
5916msgstr ""
5917
5918#: lib/ext2fs/ext2_err.c:109
5919msgid "TDB: IO Error"
5920msgstr ""
5921
5922#: lib/ext2fs/ext2_err.c:110
5923msgid "TDB: Locking error"
5924msgstr ""
5925
5926#: lib/ext2fs/ext2_err.c:111
5927msgid "TDB: Out of memory"
5928msgstr ""
5929
5930#: lib/ext2fs/ext2_err.c:112
5931msgid "TDB: Record exists"
5932msgstr ""
5933
5934#: lib/ext2fs/ext2_err.c:113
5935msgid "TDB: Lock exists on other keys"
5936msgstr ""
5937
5938#: lib/ext2fs/ext2_err.c:114
5939msgid "TDB: Invalid parameter"
5940msgstr ""
5941
5942#: lib/ext2fs/ext2_err.c:115
5943msgid "TDB: Record does not exist"
5944msgstr ""
5945
5946#: lib/ext2fs/ext2_err.c:116
5947msgid "TDB: Write not permitted"
5948msgstr ""
5949
5950#: lib/ext2fs/ext2_err.c:117
5951msgid "Ext2fs directory block list is empty"
5952msgstr ""
5953
5954#: lib/ext2fs/ext2_err.c:118
5955msgid "Attempt to modify a block mapping via a read-only block iterator"
5956msgstr ""
5957
5958#: lib/ext2fs/ext2_err.c:119
5959msgid "Wrong magic number for ext4 extent saved path"
5960msgstr ""
5961
5962#: lib/ext2fs/ext2_err.c:120
5963msgid "Wrong magic number for 64-bit generic bitmap"
5964msgstr ""
5965
5966#: lib/ext2fs/ext2_err.c:121
5967msgid "Wrong magic number for 64-bit block bitmap"
5968msgstr ""
5969
5970#: lib/ext2fs/ext2_err.c:122
5971msgid "Wrong magic number for 64-bit inode bitmap"
5972msgstr ""
5973
5974#: lib/ext2fs/ext2_err.c:123
5975msgid "Wrong magic number --- RESERVED_13"
5976msgstr ""
5977
5978#: lib/ext2fs/ext2_err.c:124
5979msgid "Wrong magic number --- RESERVED_14"
5980msgstr ""
5981
5982#: lib/ext2fs/ext2_err.c:125
5983msgid "Wrong magic number --- RESERVED_15"
5984msgstr ""
5985
5986#: lib/ext2fs/ext2_err.c:126
5987msgid "Wrong magic number --- RESERVED_16"
5988msgstr ""
5989
5990#: lib/ext2fs/ext2_err.c:127
5991msgid "Wrong magic number --- RESERVED_17"
5992msgstr ""
5993
5994#: lib/ext2fs/ext2_err.c:128
5995msgid "Wrong magic number --- RESERVED_18"
5996msgstr ""
5997
5998#: lib/ext2fs/ext2_err.c:129
5999msgid "Wrong magic number --- RESERVED_19"
6000msgstr ""
6001
6002#: lib/ext2fs/ext2_err.c:130
6003msgid "Corrupt extent header"
6004msgstr ""
6005
6006#: lib/ext2fs/ext2_err.c:131
6007msgid "Corrupt extent index"
6008msgstr ""
6009
6010#: lib/ext2fs/ext2_err.c:132
6011msgid "Corrupt extent"
6012msgstr ""
6013
6014#: lib/ext2fs/ext2_err.c:133
6015msgid "No free space in extent map"
6016msgstr ""
6017
6018#: lib/ext2fs/ext2_err.c:134
6019msgid "Inode does not use extents"
6020msgstr ""
6021
6022#: lib/ext2fs/ext2_err.c:135
6023msgid "No 'next' extent"
6024msgstr ""
6025
6026#: lib/ext2fs/ext2_err.c:136
6027msgid "No 'previous' extent"
6028msgstr ""
6029
6030#: lib/ext2fs/ext2_err.c:137
6031msgid "No 'up' extent"
6032msgstr ""
6033
6034#: lib/ext2fs/ext2_err.c:138
6035msgid "No 'down' extent"
6036msgstr ""
6037
6038#: lib/ext2fs/ext2_err.c:139
6039msgid "No current node"
6040msgstr ""
6041
6042#: lib/ext2fs/ext2_err.c:140
6043msgid "Ext2fs operation not supported"
6044msgstr ""
6045
6046#: lib/ext2fs/ext2_err.c:141
6047msgid "No room to insert extent in node"
6048msgstr ""
6049
6050#: lib/ext2fs/ext2_err.c:142
6051msgid "Splitting would result in empty node"
6052msgstr ""
6053
6054#: lib/ext2fs/ext2_err.c:143
6055msgid "Extent not found"
6056msgstr ""
6057
6058#: lib/ext2fs/ext2_err.c:144
6059msgid "Operation not supported for inodes containing extents"
6060msgstr ""
6061
6062#: lib/ext2fs/ext2_err.c:145
6063msgid "Extent length is invalid"
6064msgstr ""
6065
6066#: lib/ext2fs/ext2_err.c:146
6067msgid "I/O Channel does not support 64-bit block numbers"
6068msgstr ""
6069
6070#: lib/ext2fs/ext2_err.c:147
6071msgid "Can't check if filesystem is mounted due to missing mtab file"
6072msgstr ""
6073
6074#: lib/ext2fs/ext2_err.c:148
6075msgid "Filesystem too large to use legacy bitmaps"
6076msgstr ""
6077
6078#: lib/ext2fs/ext2_err.c:149
6079msgid "MMP: invalid magic number"
6080msgstr ""
6081
6082#: lib/ext2fs/ext2_err.c:150
6083msgid "MMP: device currently active"
6084msgstr ""
6085
6086#: lib/ext2fs/ext2_err.c:151
6087msgid "MMP: fsck being run"
6088msgstr ""
6089
6090#: lib/ext2fs/ext2_err.c:152
6091msgid "MMP: block number beyond filesystem range"
6092msgstr ""
6093
6094#: lib/ext2fs/ext2_err.c:153
6095msgid "MMP: undergoing an unknown operation"
6096msgstr ""
6097
6098#: lib/ext2fs/ext2_err.c:154
6099msgid "MMP: filesystem still in use"
6100msgstr ""
6101
6102#: lib/ext2fs/ext2_err.c:155
6103msgid "MMP: open with O_DIRECT failed"
6104msgstr ""
6105
6106#: lib/ext2fs/ext2_err.c:156
6107msgid "Block group descriptor size incorrect"
6108msgstr ""
6109
6110#: lib/ext2fs/ext2_err.c:157
6111msgid "Inode checksum does not match inode"
6112msgstr ""
6113
6114#: lib/ext2fs/ext2_err.c:158
6115msgid "Inode bitmap checksum does not match bitmap"
6116msgstr ""
6117
6118#: lib/ext2fs/ext2_err.c:159
6119msgid "Extent block checksum does not match extent block"
6120msgstr ""
6121
6122#: lib/ext2fs/ext2_err.c:160
6123msgid "Directory block does not have space for checksum"
6124msgstr ""
6125
6126#: lib/ext2fs/ext2_err.c:161
6127msgid "Directory block checksum does not match directory block"
6128msgstr ""
6129
6130#: lib/ext2fs/ext2_err.c:162
6131msgid "Extended attribute block checksum does not match block"
6132msgstr ""
6133
6134#: lib/ext2fs/ext2_err.c:163
6135msgid "Superblock checksum does not match superblock"
6136msgstr ""
6137
6138#: lib/ext2fs/ext2_err.c:164
6139msgid "Unknown checksum algorithm"
6140msgstr ""
6141
6142#: lib/ext2fs/ext2_err.c:165
6143msgid "MMP block checksum does not match MMP block"
6144msgstr ""
6145
6146#: lib/ext2fs/ext2_err.c:166
6147msgid "Ext2 file already exists"
6148msgstr ""
6149
6150#: e2fsck/prof_err.c:11
6151msgid "Profile version 0.0"
6152msgstr ""
6153
6154#: e2fsck/prof_err.c:12
6155msgid "Bad magic value in profile_node"
6156msgstr ""
6157
6158#: e2fsck/prof_err.c:13
6159msgid "Profile section not found"
6160msgstr ""
6161
6162#: e2fsck/prof_err.c:14
6163msgid "Profile relation not found"
6164msgstr ""
6165
6166#: e2fsck/prof_err.c:15
6167msgid "Attempt to add a relation to node which is not a section"
6168msgstr ""
6169
6170#: e2fsck/prof_err.c:16
6171msgid "A profile section header has a non-zero value"
6172msgstr ""
6173
6174#: e2fsck/prof_err.c:17
6175msgid "Bad linked list in profile structures"
6176msgstr ""
6177
6178#: e2fsck/prof_err.c:18
6179msgid "Bad group level in profile structures"
6180msgstr ""
6181
6182#: e2fsck/prof_err.c:19
6183msgid "Bad parent pointer in profile structures"
6184msgstr ""
6185
6186#: e2fsck/prof_err.c:20
6187msgid "Bad magic value in profile iterator"
6188msgstr ""
6189
6190#: e2fsck/prof_err.c:21
6191msgid "Can't set value on section node"
6192msgstr ""
6193
6194#: e2fsck/prof_err.c:22
6195msgid "Invalid argument passed to profile library"
6196msgstr ""
6197
6198#: e2fsck/prof_err.c:23
6199msgid "Attempt to modify read-only profile"
6200msgstr ""
6201
6202#: e2fsck/prof_err.c:24
6203msgid "Profile section header not at top level"
6204msgstr ""
6205
6206#: e2fsck/prof_err.c:25
6207msgid "Syntax error in profile section header"
6208msgstr ""
6209
6210#: e2fsck/prof_err.c:26
6211msgid "Syntax error in profile relation"
6212msgstr ""
6213
6214#: e2fsck/prof_err.c:27
6215msgid "Extra closing brace in profile"
6216msgstr ""
6217
6218#: e2fsck/prof_err.c:28
6219msgid "Missing open brace in profile"
6220msgstr ""
6221
6222#: e2fsck/prof_err.c:29
6223msgid "Bad magic value in profile_t"
6224msgstr ""
6225
6226#: e2fsck/prof_err.c:30
6227msgid "Bad magic value in profile_section_t"
6228msgstr ""
6229
6230#: e2fsck/prof_err.c:31
6231msgid "Iteration through all top level section not supported"
6232msgstr ""
6233
6234#: e2fsck/prof_err.c:32
6235msgid "Invalid profile_section object"
6236msgstr ""
6237
6238#: e2fsck/prof_err.c:33
6239msgid "No more sections"
6240msgstr ""
6241
6242#: e2fsck/prof_err.c:34
6243msgid "Bad nameset passed to query routine"
6244msgstr ""
6245
6246#: e2fsck/prof_err.c:35
6247msgid "No profile file open"
6248msgstr ""
6249
6250#: e2fsck/prof_err.c:36
6251msgid "Bad magic value in profile_file_t"
6252msgstr ""
6253
6254#: e2fsck/prof_err.c:37
6255msgid "Couldn't open profile file"
6256msgstr ""
6257
6258#: e2fsck/prof_err.c:38
6259msgid "Section already exists"
6260msgstr ""
6261
6262#: e2fsck/prof_err.c:39
6263msgid "Invalid boolean value"
6264msgstr ""
6265
6266#: e2fsck/prof_err.c:40
6267msgid "Invalid integer value"
6268msgstr ""
6269
6270#: e2fsck/prof_err.c:41
6271msgid "Bad magic value in profile_file_data_t"
6272msgstr ""
6273