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