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