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