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