]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - po/ca.po
libss: Fix parallel build failure
[thirdparty/e2fsprogs.git] / po / ca.po
CommitLineData
f5417636
TT
1# Translation of e2fsprogs-1.40.1 to Catalan.
2# Copyright (C) 2007 Free Software Foundation, Inc.
3# This file is distributed under the same license as the e2fsprogs package.
4# David Planella Molas <david.planella@gmail.com>, 2007.
5#
6#. The strings in e2fsck's problem.c can be very hard to translate,
7#. since the strings are expanded in two different ways. First of all,
8#. there is an @-expansion, where strings like "@i" are expanded to
9#. "inode", and so on. In order to make it easier for translators, the
10#. e2fsprogs po template file has been enhanced with comments that show
11#. the @-expansion, for the strings in the problem.c file.
12#.
13#. Translators are free to use the @-expansion facility if they so
14#. choose, by providing translations for strings in e2fsck/message.c.
15#. These translation can completely replace an expansion; for example,
16#. if "bblock" (which indicated that "@b" would be expanded to "block")
17#. is translated as "ddatenverlust", then "@d" will be expanded to
18#. "datenverlust". Alternatively, translators can simply not use the
19#. @-expansion facility at all.
20#.
21#. The second expansion which is done for e2fsck's problem.c messages is
22#. a dynamic %-expansion, which expands %i as an inode number, and so
23#. on. A table of these expansions can be found below. Note that
24#. %-expressions that begin with "%D" and "%I" are two-character
25#. expansions; so for example, "%Iu" expands to the inode's user id
26#. ownership field (inode->i_uid).
27#.
28#. %b <blk> block number
29#. %B <blkcount> integer
30#. %c <blk2> block number
31#. %Di <dirent> -> ino inode number
32#. %Dn <dirent> -> name string
33#. %Dr <dirent> -> rec_len
34#. %Dl <dirent> -> name_len
35#. %Dt <dirent> -> filetype
36#. %d <dir> inode number
37#. %g <group> integer
38#. %i <ino> inode number
39#. %Is <inode> -> i_size
40#. %IS <inode> -> i_extra_isize
41#. %Ib <inode> -> i_blocks
42#. %Il <inode> -> i_links_count
43#. %Im <inode> -> i_mode
44#. %IM <inode> -> i_mtime
45#. %IF <inode> -> i_faddr
46#. %If <inode> -> i_file_acl
47#. %Id <inode> -> i_dir_acl
48#. %Iu <inode> -> i_uid
49#. %Ig <inode> -> i_gid
50#. %j <ino2> inode number
51#. %m <com_err error message>
52#. %N <num>
53#. %p ext2fs_get_pathname of directory <ino>
54#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
55#. the containing directory. (If dirent is NULL
56#. then return the pathname of directory <ino2>)
57#. %q ext2fs_get_pathname of directory <dir>
58#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
59#. the containing directory.
60#. %s <str> miscellaneous string
61#. %S backup superblock
62#. %X <num> hexadecimal format
63#.
64msgid ""
65msgstr ""
66"Project-Id-Version: e2fsprogs 1.40.1\n"
67"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
68"POT-Creation-Date: 2007-07-07 17:42-0400\n"
69"PO-Revision-Date: 2007-07-18 17:20+0200\n"
70"Last-Translator: David Planella Molas <david.planella@gmail.com>\n"
71"Language-Team: Catalan <ca@dodds.net>\n"
72"MIME-Version: 1.0\n"
73"Content-Type: text/plain; charset=UTF-8\n"
74"Content-Transfer-Encoding: 8bit\n"
75
76#: e2fsck/badblocks.c:22 misc/mke2fs.c:156
77#, c-format
78msgid "Bad block %u out of range; ignored.\n"
79msgstr "Bloc erroni %u fora dels límits; s'ignorarà.\n"
80
81#: e2fsck/badblocks.c:45
82msgid "while sanity checking the bad blocks inode"
83msgstr "en comprovar l'estat del node-i de blocs erronis"
84
85#: e2fsck/badblocks.c:57
86msgid "while reading the bad blocks inode"
87msgstr "en llegir el node-i de blocs erronis"
88
89#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
90#: e2fsck/unix.c:955 e2fsck/unix.c:1038 misc/badblocks.c:1025
91#: misc/badblocks.c:1033 misc/badblocks.c:1047 misc/badblocks.c:1059
92#: misc/dumpe2fs.c:400 misc/e2image.c:569 misc/e2image.c:662
93#: misc/e2image.c:678 misc/mke2fs.c:172 misc/tune2fs.c:776 resize/main.c:296
94#, c-format
95msgid "while trying to open %s"
96msgstr "en intentar obrir %s"
97
98#: e2fsck/badblocks.c:82
99#, c-format
100msgid "while trying popen '%s'"
101msgstr "en intentar popen en «%s»"
102
103#: e2fsck/badblocks.c:93 misc/mke2fs.c:179
104msgid "while reading in list of bad blocks from file"
105msgstr "en llegir la llista de blocs erronis del fitxer"
106
107#: e2fsck/badblocks.c:103
108msgid "while updating bad block inode"
109msgstr "en actualitzar el node-i de block erronis"
110
111#: e2fsck/badblocks.c:129
112#, c-format
113msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
114msgstr "Avís: s'ha trobat el bloc invàlid %u en el node-i de blocs erronis. S'ha esborrat.\n"
115
116#: e2fsck/ehandler.c:53
117#, c-format
118msgid "Error reading block %lu (%s) while %s. "
119msgstr "S'ha produït un error en llegir el bloc %lu (%s) mentre %s. "
120
121#: e2fsck/ehandler.c:56
122#, c-format
123msgid "Error reading block %lu (%s). "
124msgstr "S'ha produït un error en llegir el bloc %lu (%s). "
125
126#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
127msgid "Ignore error"
128msgstr "Ignora l'error"
129
130#: e2fsck/ehandler.c:60
131msgid "Force rewrite"
132msgstr "Força la rescriptura"
133
134#: e2fsck/ehandler.c:100
135#, c-format
136msgid "Error writing block %lu (%s) while %s. "
137msgstr "S'ha produït un error en escriure el bloc %lu (%s) mentre %s. "
138
139#: e2fsck/ehandler.c:103
140#, c-format
141msgid "Error writing block %lu (%s). "
142msgstr "S'ha produït un error en escriure el bloc %lu (%s). "
143
144#: e2fsck/emptydir.c:56
145msgid "empty dirblocks"
146msgstr "blocs de directori buits"
147
148#: e2fsck/emptydir.c:61
149msgid "empty dir map"
150msgstr "mapa de directori buit"
151
152#: e2fsck/emptydir.c:97
153#, c-format
154msgid "Empty directory block %u (#%d) in inode %u\n"
155msgstr "El bloc de directori %u (#%d) en el node-i %u és buit\n"
156
157#: e2fsck/extend.c:21
158#, c-format
159msgid "%s: %s filename nblocks blocksize\n"
160msgstr "%s: %s fitxer nblocs midadelbloc\n"
161
162#: e2fsck/extend.c:43
163#, c-format
164msgid "Illegal number of blocks!\n"
165msgstr "Nombre de blocs invàlid\n"
166
167#: e2fsck/extend.c:49
168#, c-format
169msgid "Couldn't allocate block buffer (size=%d)\n"
170msgstr "No s'ha pogut assignar el bloc del búfer (mida=%d)\n"
171
172#: e2fsck/flushb.c:34
173#, c-format
174msgid "Usage: %s disk\n"
175msgstr "Forma d'ús: %s disc\n"
176
177#: e2fsck/flushb.c:63
178#, c-format
179msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
180msgstr "L'ioctl BLKFLSBUF no està implementat. No es poden buidar els búfers.\n"
181
182#: e2fsck/iscan.c:46
183#, c-format
184msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
185msgstr "Forma d'ús: %s [-F] [-I blocs_del_búfer_del_node_i] dispositiu\n"
186
187#: e2fsck/iscan.c:83 e2fsck/unix.c:768
188#, c-format
189msgid "while opening %s for flushing"
190msgstr "en obrir %s per a buidar-lo"
191
192#: e2fsck/iscan.c:88 e2fsck/unix.c:774 resize/main.c:274
193#, c-format
194msgid "while trying to flush %s"
195msgstr "en intentar buidar %s"
196
197#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:478
198msgid "while opening inode scan"
199msgstr ""
200
201#: e2fsck/iscan.c:129 misc/e2image.c:496
202msgid "while getting next inode"
203msgstr "en obtenir el node-i següent"
204
205#: e2fsck/iscan.c:138
206#, c-format
207msgid "%u inodes scanned.\n"
208msgstr ""
209
210#: e2fsck/journal.c:500
211msgid "reading journal superblock\n"
212msgstr ""
213
214#: e2fsck/journal.c:557
215#, c-format
216msgid "%s: no valid journal superblock found\n"
217msgstr ""
218
219#: e2fsck/journal.c:566
220#, c-format
221msgid "%s: journal too short\n"
222msgstr ""
223
224#: e2fsck/journal.c:839
225#, c-format
226msgid "%s: recovering journal\n"
227msgstr ""
228
229#: e2fsck/journal.c:841
230#, c-format
231msgid "%s: won't do journal recovery while read-only\n"
232msgstr ""
233
234#: e2fsck/journal.c:862
235#, c-format
236msgid "while trying to re-open %s"
237msgstr "en intentar tornar a obrir %s"
238
239#: e2fsck/message.c:109
240msgid "aextended attribute"
241msgstr "aatribut ampliat"
242
243#: e2fsck/message.c:110
244msgid "Aerror allocating"
245msgstr "Aerror en l'assignació"
246
247#: e2fsck/message.c:111
248msgid "bblock"
249msgstr "bbloc"
250
251#: e2fsck/message.c:112
252msgid "Bbitmap"
253msgstr "BMapa de bits"
254
255#: e2fsck/message.c:113
256msgid "ccompress"
257msgstr "ccompressió"
258
259#: e2fsck/message.c:114
260msgid "Cconflicts with some other fs @b"
261msgstr "Centra en conflicte amb algun altre sistema de firxers @b"
262
263#: e2fsck/message.c:115
264msgid "iinode"
265msgstr "inode-i"
266
267#: e2fsck/message.c:116
268msgid "Iillegal"
269msgstr "Iinvàlid"
270
271#: e2fsck/message.c:117
272msgid "jjournal"
273msgstr "jfitxer de transaccions"
274
275#: e2fsck/message.c:118
276msgid "Ddeleted"
277msgstr "Dsuprimit"
278
279#: e2fsck/message.c:119
280msgid "ddirectory"
281msgstr "ddirectori"
282
283#: e2fsck/message.c:120
284msgid "eentry"
285msgstr ""
286
287#: e2fsck/message.c:121
288msgid "E@e '%Dn' in %p (%i)"
289msgstr ""
290
291#: e2fsck/message.c:122
292msgid "ffilesystem"
293msgstr "fsistema de fitxers"
294
295#: e2fsck/message.c:123
296msgid "Ffor @i %i (%Q) is"
297msgstr ""
298
299#: e2fsck/message.c:124
300msgid "ggroup"
301msgstr "ggrup"
302
303#: e2fsck/message.c:125
304msgid "hHTREE @d @i"
305msgstr ""
306
307#: e2fsck/message.c:126
308msgid "llost+found"
309msgstr "llost+found"
310
311#: e2fsck/message.c:127
312msgid "Lis a link"
313msgstr "Lés un enllaç"
314
315#: e2fsck/message.c:128
316msgid "mmultiply-claimed"
317msgstr ""
318
319#: e2fsck/message.c:129
320msgid "ninvalid"
321msgstr ""
322
323#: e2fsck/message.c:130
324msgid "oorphaned"
325msgstr ""
326
327#: e2fsck/message.c:131
328msgid "pproblem in"
329msgstr ""
330
331#: e2fsck/message.c:132
332msgid "rroot @i"
333msgstr ""
334
335#: e2fsck/message.c:133
336msgid "sshould be"
337msgstr ""
338
339#: e2fsck/message.c:134
340msgid "Ssuper@b"
341msgstr ""
342
343#: e2fsck/message.c:135
344msgid "uunattached"
345msgstr ""
346
347#: e2fsck/message.c:136
348msgid "vdevice"
349msgstr ""
350
351#: e2fsck/message.c:137
352msgid "zzero-length"
353msgstr ""
354
355#: e2fsck/message.c:148
356msgid "<The NULL inode>"
357msgstr "<El node-i NULL>"
358
359#: e2fsck/message.c:149
360msgid "<The bad blocks inode>"
361msgstr "<El node-i de blocs erronis>"
362
363#: e2fsck/message.c:151
364msgid "<The ACL index inode>"
365msgstr "<El node-i de l'índex de les ACL>"
366
367#: e2fsck/message.c:152
368msgid "<The ACL data inode>"
369msgstr "<El node-i de les dades de les ACL>"
370
371#: e2fsck/message.c:153
372msgid "<The boot loader inode>"
373msgstr ""
374
375#: e2fsck/message.c:154
376msgid "<The undelete directory inode>"
377msgstr ""
378
379#: e2fsck/message.c:155
380msgid "<The group descriptor inode>"
381msgstr ""
382
383#: e2fsck/message.c:156
384msgid "<The journal inode>"
385msgstr ""
386
387#: e2fsck/message.c:157
388msgid "<Reserved inode 9>"
389msgstr "<Node-i reservat 9>"
390
391#: e2fsck/message.c:158
392msgid "<Reserved inode 10>"
393msgstr "<Node-i reservat 10>"
394
395#: e2fsck/message.c:314
396#, c-format
397msgid "regular file"
398msgstr "fitxer normal"
399
400#: e2fsck/message.c:316
401#, c-format
402msgid "directory"
403msgstr "directori"
404
405#: e2fsck/message.c:318
406#, c-format
407msgid "character device"
408msgstr "dispositiu"
409
410#: e2fsck/message.c:320
411#, c-format
412msgid "block device"
413msgstr "dispositiu d'accés per bloc"
414
415#: e2fsck/message.c:322
416#, c-format
417msgid "named pipe"
418msgstr "conducte amb nom"
419
420#: e2fsck/message.c:324
421#, c-format
422msgid "symbolic link"
423msgstr "enllaç simbòlic"
424
425#: e2fsck/message.c:326
426#, c-format
427msgid "socket"
428msgstr "sòcol"
429
430#: e2fsck/message.c:328
431#, c-format
432msgid "unknown file type with mode 0%o"
433msgstr "tips de fitxer desconegut amb mode 0%o"
434
435#: e2fsck/pass1b.c:215
436msgid "multiply claimed inode map"
437msgstr ""
438
439#: e2fsck/pass1b.c:566 e2fsck/pass1b.c:703
440#, c-format
441msgid "internal error; can't find dup_blk for %u\n"
442msgstr ""
443
444#: e2fsck/pass1b.c:746
445msgid "returned from clone_file_block"
446msgstr ""
447
448#: e2fsck/pass1b.c:765
449#, c-format
450msgid "internal error: couldn't lookup EA block record for %u"
451msgstr ""
452
453#: e2fsck/pass1b.c:777
454#, c-format
455msgid "internal error: couldn't lookup EA inode record for %u"
456msgstr ""
457
458#: e2fsck/pass1.c:404 e2fsck/pass2.c:776
459msgid "reading directory block"
460msgstr ""
461
462#: e2fsck/pass1.c:521
463msgid "in-use inode map"
464msgstr ""
465
466#: e2fsck/pass1.c:530
467msgid "directory inode map"
468msgstr ""
469
470#: e2fsck/pass1.c:538
471msgid "regular file inode map"
472msgstr ""
473
474#: e2fsck/pass1.c:545
475msgid "in-use block map"
476msgstr ""
477
478#: e2fsck/pass1.c:599
479msgid "opening inode scan"
480msgstr ""
481
482#: e2fsck/pass1.c:623
483msgid "getting next inode from scan"
484msgstr ""
485
486#: e2fsck/pass1.c:1016
487msgid "Pass 1"
488msgstr "Pas 1"
489
490#: e2fsck/pass1.c:1075
491#, c-format
492msgid "reading indirect blocks of inode %u"
493msgstr ""
494
495#: e2fsck/pass1.c:1117
496msgid "bad inode map"
497msgstr ""
498
499#: e2fsck/pass1.c:1139
500msgid "inode in bad block map"
501msgstr ""
502
503#: e2fsck/pass1.c:1159
504msgid "imagic inode map"
505msgstr ""
506
507#: e2fsck/pass1.c:1186
508msgid "multiply claimed block map"
509msgstr ""
510
511#: e2fsck/pass1.c:1285
512msgid "ext attr block map"
513msgstr ""
514
515#: e2fsck/pass1.c:2067
516msgid "block bitmap"
517msgstr ""
518
519#: e2fsck/pass1.c:2071
520msgid "inode bitmap"
521msgstr ""
522
523#: e2fsck/pass1.c:2075
524msgid "inode table"
525msgstr ""
526
527#: e2fsck/pass2.c:290
528msgid "Pass 2"
529msgstr "Pas 2"
530
531#: e2fsck/pass3.c:79
532msgid "inode done bitmap"
533msgstr ""
534
535#: e2fsck/pass3.c:90
536msgid "Peak memory"
537msgstr ""
538
539#: e2fsck/pass3.c:145
540msgid "Pass 3"
541msgstr "Pas 3"
542
543#: e2fsck/pass3.c:333
544msgid "inode loop detection bitmap"
545msgstr ""
546
547#: e2fsck/pass4.c:176
548msgid "Pass 4"
549msgstr "Pas 4"
550
551#: e2fsck/pass5.c:70
552msgid "Pass 5"
553msgstr "Pas 5"
554
555#: e2fsck/problem.c:50
556msgid "(no prompt)"
557msgstr ""
558
559#: e2fsck/problem.c:51
560msgid "Fix"
561msgstr ""
562
563#: e2fsck/problem.c:52
564msgid "Clear"
565msgstr ""
566
567#: e2fsck/problem.c:53
568msgid "Relocate"
569msgstr ""
570
571#: e2fsck/problem.c:54
572msgid "Allocate"
573msgstr "Assigna"
574
575#: e2fsck/problem.c:55
576msgid "Expand"
577msgstr "Expandeix"
578
579#: e2fsck/problem.c:56
580msgid "Connect to /lost+found"
581msgstr ""
582
583#: e2fsck/problem.c:57
584msgid "Create"
585msgstr "Crea"
586
587#: e2fsck/problem.c:58
588msgid "Salvage"
589msgstr ""
590
591#: e2fsck/problem.c:59
592msgid "Truncate"
593msgstr "Trunca"
594
595#: e2fsck/problem.c:60
596msgid "Clear inode"
597msgstr ""
598
599#: e2fsck/problem.c:61
600msgid "Abort"
601msgstr "Interromp"
602
603#: e2fsck/problem.c:62
604msgid "Split"
605msgstr ""
606
607#: e2fsck/problem.c:63
608msgid "Continue"
609msgstr "Continua"
610
611#: e2fsck/problem.c:64
612msgid "Clone multiply-claimed blocks"
613msgstr ""
614
615#: e2fsck/problem.c:65
616msgid "Delete file"
617msgstr "Suprimeix el fitxer"
618
619#: e2fsck/problem.c:66
620msgid "Suppress messages"
621msgstr "Suprimeix els missatges"
622
623#: e2fsck/problem.c:67
624msgid "Unlink"
625msgstr ""
626
627#: e2fsck/problem.c:68
628msgid "Clear HTree index"
629msgstr ""
630
631#: e2fsck/problem.c:69
632msgid "Recreate"
633msgstr ""
634
635#: e2fsck/problem.c:78
636msgid "(NONE)"
637msgstr "(CAP)"
638
639#: e2fsck/problem.c:79
640msgid "FIXED"
641msgstr ""
642
643#: e2fsck/problem.c:80
644msgid "CLEARED"
645msgstr ""
646
647#: e2fsck/problem.c:81
648msgid "RELOCATED"
649msgstr ""
650
651#: e2fsck/problem.c:82
652msgid "ALLOCATED"
653msgstr "ASSIGNAT"
654
655#: e2fsck/problem.c:83
656msgid "EXPANDED"
657msgstr "EXPANDIT"
658
659#: e2fsck/problem.c:84
660msgid "RECONNECTED"
661msgstr ""
662
663#: e2fsck/problem.c:85
664msgid "CREATED"
665msgstr "CREAT"
666
667#: e2fsck/problem.c:86
668msgid "SALVAGED"
669msgstr ""
670
671#: e2fsck/problem.c:87
672msgid "TRUNCATED"
673msgstr "TRUNCAT"
674
675#: e2fsck/problem.c:88
676msgid "INODE CLEARED"
677msgstr ""
678
679#: e2fsck/problem.c:89
680msgid "ABORTED"
681msgstr "INTERROMPUT"
682
683#: e2fsck/problem.c:90
684msgid "SPLIT"
685msgstr ""
686
687#: e2fsck/problem.c:91
688msgid "CONTINUING"
689msgstr ""
690
691#: e2fsck/problem.c:92
692msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
693msgstr ""
694
695#: e2fsck/problem.c:93
696msgid "FILE DELETED"
697msgstr "FITXER SUPRIMIT"
698
699#: e2fsck/problem.c:94
700msgid "SUPPRESSED"
701msgstr ""
702
703#: e2fsck/problem.c:95
704msgid "UNLINKED"
705msgstr ""
706
707#: e2fsck/problem.c:96
708msgid "HTREE INDEX CLEARED"
709msgstr ""
710
711#: e2fsck/problem.c:97
712msgid "WILL RECREATE"
713msgstr ""
714
715#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
716#: e2fsck/problem.c:106
717msgid "@b @B for @g %g is not in @g. (@b %b)\n"
718msgstr ""
719
720#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
721#: e2fsck/problem.c:110
722msgid "@i @B for @g %g is not in @g. (@b %b)\n"
723msgstr ""
724
725#. @-expanded: inode table for group %g is not in group. (block %b)\n
726#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
727#: e2fsck/problem.c:115
728msgid ""
729"@i table for @g %g is not in @g. (@b %b)\n"
730"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
731msgstr ""
732
733#. @-expanded: \n
734#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
735#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
736#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
737#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
738#. @-expanded: e2fsck -b %S <device>\n
739#. @-expanded: \n
740#: e2fsck/problem.c:121
741#, c-format
742msgid ""
743"\n"
744"The @S could not be read or does not describe a correct ext2\n"
745"@f. If the @v is valid and it really contains an ext2\n"
746"@f (and not swap or ufs or something else), then the @S\n"
747"is corrupt, and you might try running e2fsck with an alternate @S:\n"
748" e2fsck -b %S <@v>\n"
749"\n"
750msgstr ""
751
752#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
753#. @-expanded: The physical size of the device is %c blocks\n
754#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
755#: e2fsck/problem.c:130
756msgid ""
757"The @f size (according to the @S) is %b @bs\n"
758"The physical size of the @v is %c @bs\n"
759"Either the @S or the partition table is likely to be corrupt!\n"
760msgstr ""
761
762#. @-expanded: superblock block_size = %b, fragsize = %c.\n
763#. @-expanded: This version of e2fsck does not support fragment sizes different\n
764#. @-expanded: from the block size.\n
765#: e2fsck/problem.c:137
766msgid ""
767"@S @b_size = %b, fragsize = %c.\n"
768"This version of e2fsck does not support fragment sizes different\n"
769"from the @b size.\n"
770msgstr ""
771
772#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
773#: e2fsck/problem.c:144
774msgid "@S @bs_per_group = %b, should have been %c\n"
775msgstr ""
776
777#. @-expanded: superblock first_data_block = %b, should have been %c\n
778#: e2fsck/problem.c:149
779msgid "@S first_data_@b = %b, should have been %c\n"
780msgstr ""
781
782#. @-expanded: filesystem did not have a UUID; generating one.\n
783#. @-expanded: \n
784#: e2fsck/problem.c:154
785msgid ""
786"@f did not have a UUID; generating one.\n"
787"\n"
788msgstr ""
789
790#: e2fsck/problem.c:159
791#, c-format
792msgid ""
793"Note: if several inode or block bitmap blocks or part\n"
794"of the inode table require relocation, you may wish to try\n"
795"running e2fsck with the '-b %S' option first. The problem\n"
796"may lie only with the primary block group descriptors, and\n"
797"the backup block group descriptors may be OK.\n"
798"\n"
799msgstr ""
800
801#. @-expanded: Corruption found in superblock. (%s = %N).\n
802#: e2fsck/problem.c:168
803msgid "Corruption found in @S. (%s = %N).\n"
804msgstr ""
805
806#. @-expanded: Error determining size of the physical device: %m\n
807#: e2fsck/problem.c:173
808#, c-format
809msgid "Error determining size of the physical @v: %m\n"
810msgstr ""
811
812#. @-expanded: inode count in superblock is %i, should be %j.\n
813#: e2fsck/problem.c:178
814msgid "@i count in @S is %i, @s %j.\n"
815msgstr ""
816
817#: e2fsck/problem.c:182
818msgid "The Hurd does not support the filetype feature.\n"
819msgstr ""
820
821#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
822#: e2fsck/problem.c:187
823#, c-format
824msgid "@S has an @n ext3 @j (@i %i).\n"
825msgstr ""
826
827#. @-expanded: External journal has multiple filesystem users (unsupported).\n
828#: e2fsck/problem.c:192
829msgid "External @j has multiple @f users (unsupported).\n"
830msgstr ""
831
832#. @-expanded: Can't find external journal\n
833#: e2fsck/problem.c:197
834msgid "Can't find external @j\n"
835msgstr ""
836
837#. @-expanded: External journal has bad superblock\n
838#: e2fsck/problem.c:202
839msgid "External @j has bad @S\n"
840msgstr ""
841
842#. @-expanded: External journal does not support this filesystem\n
843#: e2fsck/problem.c:207
844msgid "External @j does not support this @f\n"
845msgstr ""
846
847#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
848#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
849#. @-expanded: format.\n
850#. @-expanded: It is also possible the journal superblock is corrupt.\n
851#: e2fsck/problem.c:212
852msgid ""
853"Ext3 @j @S is unknown type %N (unsupported).\n"
854"It is likely that your copy of e2fsck is old and/or doesn't support this @j format.\n"
855"It is also possible the @j @S is corrupt.\n"
856msgstr ""
857
858#. @-expanded: Ext3 journal superblock is corrupt.\n
859#: e2fsck/problem.c:220
860msgid "Ext3 @j @S is corrupt.\n"
861msgstr ""
862
863#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
864#: e2fsck/problem.c:225
865#, c-format
866msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
867msgstr ""
868
869#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
870#: e2fsck/problem.c:230
871msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
872msgstr ""
873
874#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
875#: e2fsck/problem.c:235
876msgid "ext3 recovery flag is clear, but @j has data.\n"
877msgstr ""
878
879#. @-expanded: Clear journal
880#: e2fsck/problem.c:240
881msgid "Clear @j"
882msgstr ""
883
884#. @-expanded: Run journal anyway
885#: e2fsck/problem.c:245
886msgid "Run @j anyway"
887msgstr ""
888
889#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
890#: e2fsck/problem.c:250
891msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
892msgstr ""
893
894#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
895#: e2fsck/problem.c:255
896msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
897msgstr ""
898
899#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
900#: e2fsck/problem.c:260
901msgid "@I @b #%B (%b) found in @o @i %i.\n"
902msgstr ""
903
904#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
905#: e2fsck/problem.c:265
906msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
907msgstr ""
908
909#. @-expanded: illegal orphaned inode %i in superblock.\n
910#: e2fsck/problem.c:270
911#, c-format
912msgid "@I @o @i %i in @S.\n"
913msgstr ""
914
915#. @-expanded: illegal inode %i in orphaned inode list.\n
916#: e2fsck/problem.c:275
917#, c-format
918msgid "@I @i %i in @o @i list.\n"
919msgstr ""
920
921#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
922#: e2fsck/problem.c:280 e2fsck/problem.c:613
923msgid "@f has feature flag(s) set, but is a revision 0 @f. "
924msgstr ""
925
926#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
927#: e2fsck/problem.c:285
928msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
929msgstr ""
930
931#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
932#: e2fsck/problem.c:290
933msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
934msgstr ""
935
936#. @-expanded: journal version not supported by this e2fsck.\n
937#: e2fsck/problem.c:295
938msgid "@j version not supported by this e2fsck.\n"
939msgstr ""
940
941#. @-expanded: Moving journal from /%s to hidden inode.\n
942#. @-expanded: \n
943#: e2fsck/problem.c:300
944#, c-format
945msgid ""
946"Moving @j from /%s to hidden @i.\n"
947"\n"
948msgstr ""
949
950#. @-expanded: Error moving journal: %m\n
951#. @-expanded: \n
952#: e2fsck/problem.c:305
953#, c-format
954msgid ""
955"Error moving @j: %m\n"
956"\n"
957msgstr ""
958
959#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
960#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
961#. @-expanded: \n
962#: e2fsck/problem.c:310
963msgid ""
964"Found @n V2 @j @S fields (from V1 @j).\n"
965"Clearing fields beyond the V1 @j @S...\n"
966"\n"
967msgstr ""
968
969#. @-expanded: Backing up journal inode block information.\n
970#. @-expanded: \n
971#: e2fsck/problem.c:316
972msgid ""
973"Backing up @j @i @b information.\n"
974"\n"
975msgstr ""
976
977#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
978#. @-expanded: is %N; should be zero.
979#: e2fsck/problem.c:321
980msgid ""
981"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
982"is %N; @s zero. "
983msgstr ""
984
985#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
986#: e2fsck/problem.c:327
987msgid "Resize_@i not enabled, but the resize @i is non-zero. "
988msgstr ""
989
990#. @-expanded: Resize inode not valid.
991#: e2fsck/problem.c:332
992msgid "Resize @i not valid. "
993msgstr ""
994
995#. @-expanded: superblock last mount time is in the future.
996#: e2fsck/problem.c:337
997msgid "@S last mount time is in the future. "
998msgstr ""
999
1000#. @-expanded: superblock last write time is in the future.
1001#: e2fsck/problem.c:342
1002msgid "@S last write time is in the future. "
1003msgstr ""
1004
1005#. @-expanded: superblock hint for external superblock should be %X.
1006#: e2fsck/problem.c:346
1007#, c-format
1008msgid "@S hint for external superblock @s %X. "
1009msgstr ""
1010
1011#. @-expanded: Adding dirhash hint to filesystem.\n
1012#. @-expanded: \n
1013#: e2fsck/problem.c:351
1014msgid ""
1015"Adding dirhash hint to @f.\n"
1016"\n"
1017msgstr ""
1018
1019#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1020#: e2fsck/problem.c:358
1021msgid "Pass 1: Checking @is, @bs, and sizes\n"
1022msgstr ""
1023
1024#. @-expanded: root inode is not a directory.
1025#: e2fsck/problem.c:362
1026msgid "@r is not a @d. "
1027msgstr "el @r no és un @d. "
1028
1029#. @-expanded: root inode has dtime set (probably due to old mke2fs).
1030#: e2fsck/problem.c:367
1031msgid "@r has dtime set (probably due to old mke2fs). "
1032msgstr ""
1033
1034#. @-expanded: Reserved inode %i (%Q) has invalid mode.
1035#: e2fsck/problem.c:372
1036msgid "Reserved @i %i (%Q) has @n mode. "
1037msgstr ""
1038
1039#. @-expanded: deleted inode %i has zero dtime.
1040#: e2fsck/problem.c:377
1041#, c-format
1042msgid "@D @i %i has zero dtime. "
1043msgstr ""
1044
1045#. @-expanded: inode %i is in use, but has dtime set.
1046#: e2fsck/problem.c:382
1047#, c-format
1048msgid "@i %i is in use, but has dtime set. "
1049msgstr ""
1050
1051#. @-expanded: inode %i is a zero-length directory.
1052#: e2fsck/problem.c:387
1053#, c-format
1054msgid "@i %i is a @z @d. "
1055msgstr ""
1056
1057#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1058#: e2fsck/problem.c:392
1059msgid "@g %g's @b @B at %b @C.\n"
1060msgstr ""
1061
1062#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1063#: e2fsck/problem.c:397
1064msgid "@g %g's @i @B at %b @C.\n"
1065msgstr ""
1066
1067#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1068#: e2fsck/problem.c:402
1069msgid "@g %g's @i table at %b @C.\n"
1070msgstr ""
1071
1072#. @-expanded: group %g's block bitmap (%b) is bad.
1073#: e2fsck/problem.c:407
1074msgid "@g %g's @b @B (%b) is bad. "
1075msgstr ""
1076
1077#. @-expanded: group %g's inode bitmap (%b) is bad.
1078#: e2fsck/problem.c:412
1079msgid "@g %g's @i @B (%b) is bad. "
1080msgstr ""
1081
1082#. @-expanded: inode %i, i_size is %Is, should be %N.
1083#: e2fsck/problem.c:417
1084msgid "@i %i, i_size is %Is, @s %N. "
1085msgstr ""
1086
1087#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1088#: e2fsck/problem.c:422
1089msgid "@i %i, i_@bs is %Ib, @s %N. "
1090msgstr ""
1091
1092#. @-expanded: illegal block #%B (%b) in inode %i.
1093#: e2fsck/problem.c:427
1094msgid "@I @b #%B (%b) in @i %i. "
1095msgstr ""
1096
1097#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
1098#: e2fsck/problem.c:432
1099msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1100msgstr ""
1101
1102#. @-expanded: inode %i has illegal block(s).
1103#: e2fsck/problem.c:437
1104#, c-format
1105msgid "@i %i has illegal @b(s). "
1106msgstr ""
1107
1108#. @-expanded: Too many illegal blocks in inode %i.\n
1109#: e2fsck/problem.c:442
1110#, c-format
1111msgid "Too many illegal @bs in @i %i.\n"
1112msgstr ""
1113
1114#. @-expanded: illegal block #%B (%b) in bad block inode.
1115#: e2fsck/problem.c:447
1116msgid "@I @b #%B (%b) in bad @b @i. "
1117msgstr ""
1118
1119#. @-expanded: Bad block inode has illegal block(s).
1120#: e2fsck/problem.c:452
1121msgid "Bad @b @i has illegal @b(s). "
1122msgstr ""
1123
1124#. @-expanded: Duplicate or bad block in use!\n
1125#: e2fsck/problem.c:457
1126msgid "Duplicate or bad @b in use!\n"
1127msgstr ""
1128
1129#. @-expanded: Bad block %b used as bad block inode indirect block.
1130#: e2fsck/problem.c:462
1131msgid "Bad @b %b used as bad @b @i indirect @b. "
1132msgstr ""
1133
1134#. @-expanded: \n
1135#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1136#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1137#. @-expanded: in the filesystem.\n
1138#: e2fsck/problem.c:467
1139msgid ""
1140"\n"
1141"The bad @b @i has probably been corrupted. You probably\n"
1142"should stop now and run e2fsck -c to scan for bad blocks\n"
1143"in the @f.\n"
1144msgstr ""
1145
1146#. @-expanded: \n
1147#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1148#: e2fsck/problem.c:474
1149msgid ""
1150"\n"
1151"If the @b is really bad, the @f can not be fixed.\n"
1152msgstr ""
1153
1154#. @-expanded: You can remove this block from the bad block list and hope\n
1155#. @-expanded: that the block is really OK. But there are no guarantees.\n
1156#. @-expanded: \n
1157#: e2fsck/problem.c:479
1158msgid ""
1159"You can remove this @b from the bad @b list and hope\n"
1160"that the @b is really OK. But there are no guarantees.\n"
1161"\n"
1162msgstr ""
1163
1164#. @-expanded: The primary superblock (%b) is on the bad block list.\n
1165#: e2fsck/problem.c:485
1166msgid "The primary @S (%b) is on the bad @b list.\n"
1167msgstr ""
1168
1169#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1170#: e2fsck/problem.c:490
1171msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1172msgstr ""
1173
1174#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1175#: e2fsck/problem.c:496
1176msgid "Warning: Group %g's @S (%b) is bad.\n"
1177msgstr ""
1178
1179#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1180#: e2fsck/problem.c:501
1181msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1182msgstr ""
1183
1184#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1185#: e2fsck/problem.c:507
1186msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1187msgstr ""
1188
1189#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1190#: e2fsck/problem.c:513
1191msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1192msgstr ""
1193
1194#. @-expanded: error allocating block buffer for relocating %s\n
1195#: e2fsck/problem.c:518
1196#, c-format
1197msgid "@A @b buffer for relocating %s\n"
1198msgstr ""
1199
1200#. @-expanded: Relocating group %g's %s from %b to %c...\n
1201#: e2fsck/problem.c:523
1202msgid "Relocating @g %g's %s from %b to %c...\n"
1203msgstr ""
1204
1205#. @-expanded: Relocating group %g's %s to %c...\n
1206#: e2fsck/problem.c:528
1207#, c-format
1208msgid "Relocating @g %g's %s to %c...\n"
1209msgstr ""
1210
1211#. @-expanded: Warning: could not read block %b of %s: %m\n
1212#: e2fsck/problem.c:533
1213msgid "Warning: could not read @b %b of %s: %m\n"
1214msgstr ""
1215
1216#. @-expanded: Warning: could not write block %b for %s: %m\n
1217#: e2fsck/problem.c:538
1218msgid "Warning: could not write @b %b for %s: %m\n"
1219msgstr ""
1220
1221#. @-expanded: error allocating inode bitmap (%N): %m\n
1222#: e2fsck/problem.c:543 e2fsck/problem.c:1280
1223msgid "@A @i @B (%N): %m\n"
1224msgstr ""
1225
1226#. @-expanded: error allocating block bitmap (%N): %m\n
1227#: e2fsck/problem.c:548
1228msgid "@A @b @B (%N): %m\n"
1229msgstr ""
1230
1231#. @-expanded: error allocating icount link information: %m\n
1232#: e2fsck/problem.c:553
1233#, c-format
1234msgid "@A icount link information: %m\n"
1235msgstr ""
1236
1237#. @-expanded: error allocating directory block array: %m\n
1238#: e2fsck/problem.c:558
1239#, c-format
1240msgid "@A @d @b array: %m\n"
1241msgstr ""
1242
1243#. @-expanded: Error while scanning inodes (%i): %m\n
1244#: e2fsck/problem.c:563
1245#, c-format
1246msgid "Error while scanning @is (%i): %m\n"
1247msgstr ""
1248
1249#. @-expanded: Error while iterating over blocks in inode %i: %m\n
1250#: e2fsck/problem.c:568
1251#, c-format
1252msgid "Error while iterating over @bs in @i %i: %m\n"
1253msgstr ""
1254
1255#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1256#: e2fsck/problem.c:573
1257msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1258msgstr ""
1259
1260#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1261#: e2fsck/problem.c:578
1262msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1263msgstr ""
1264
1265#. @-expanded: Error reading inode %i: %m\n
1266#: e2fsck/problem.c:584
1267#, c-format
1268msgid "Error reading @i %i: %m\n"
1269msgstr ""
1270
1271#. @-expanded: inode %i has imagic flag set.
1272#: e2fsck/problem.c:592
1273#, c-format
1274msgid "@i %i has imagic flag set. "
1275msgstr ""
1276
1277#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1278#. @-expanded: or append-only flag set.
1279#: e2fsck/problem.c:597
1280#, c-format
1281msgid ""
1282"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1283"or append-only flag set. "
1284msgstr ""
1285
1286#. @-expanded: inode %i has compression flag set on filesystem without compression support.
1287#: e2fsck/problem.c:603
1288#, c-format
1289msgid "@i %i has @cion flag set on @f without @cion support. "
1290msgstr ""
1291
1292#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1293#: e2fsck/problem.c:608
1294#, c-format
1295msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1296msgstr ""
1297
1298#. @-expanded: journal inode is not in use, but contains data.
1299#: e2fsck/problem.c:618
1300msgid "@j @i is not in use, but contains data. "
1301msgstr ""
1302
1303#. @-expanded: journal is not regular file.
1304#: e2fsck/problem.c:623
1305msgid "@j is not regular file. "
1306msgstr ""
1307
1308#. @-expanded: inode %i was part of the orphaned inode list.
1309#: e2fsck/problem.c:628
1310#, c-format
1311msgid "@i %i was part of the @o @i list. "
1312msgstr ""
1313
1314#. @-expanded: inodes that were part of a corrupted orphan linked list found.
1315#: e2fsck/problem.c:634
1316msgid "@is that were part of a corrupted orphan linked list found. "
1317msgstr ""
1318
1319#. @-expanded: error allocating refcount structure (%N): %m\n
1320#: e2fsck/problem.c:639
1321msgid "@A refcount structure (%N): %m\n"
1322msgstr ""
1323
1324#. @-expanded: Error reading extended attribute block %b for inode %i.
1325#: e2fsck/problem.c:644
1326msgid "Error reading @a @b %b for @i %i. "
1327msgstr ""
1328
1329#. @-expanded: inode %i has a bad extended attribute block %b.
1330#: e2fsck/problem.c:649
1331msgid "@i %i has a bad @a @b %b. "
1332msgstr ""
1333
1334#. @-expanded: Error reading extended attribute block %b (%m).
1335#: e2fsck/problem.c:654
1336msgid "Error reading @a @b %b (%m). "
1337msgstr ""
1338
1339#. @-expanded: extended attribute block %b has reference count %B, should be %N.
1340#: e2fsck/problem.c:659
1341msgid "@a @b %b has reference count %B, @s %N. "
1342msgstr ""
1343
1344#. @-expanded: Error writing extended attribute block %b (%m).
1345#: e2fsck/problem.c:664
1346msgid "Error writing @a @b %b (%m). "
1347msgstr ""
1348
1349#. @-expanded: extended attribute block %b has h_blocks > 1.
1350#: e2fsck/problem.c:669
1351msgid "@a @b %b has h_@bs > 1. "
1352msgstr ""
1353
1354#. @-expanded: error allocating extended attribute block %b.
1355#: e2fsck/problem.c:674
1356msgid "@A @a @b %b. "
1357msgstr ""
1358
1359#. @-expanded: extended attribute block %b is corrupt (allocation collision).
1360#: e2fsck/problem.c:679
1361msgid "@a @b %b is corrupt (allocation collision). "
1362msgstr ""
1363
1364#. @-expanded: extended attribute block %b is corrupt (invalid name).
1365#: e2fsck/problem.c:684
1366msgid "@a @b %b is corrupt (@n name). "
1367msgstr ""
1368
1369#. @-expanded: extended attribute block %b is corrupt (invalid value).
1370#: e2fsck/problem.c:689
1371msgid "@a @b %b is corrupt (@n value). "
1372msgstr ""
1373
1374#. @-expanded: inode %i is too big.
1375#: e2fsck/problem.c:694
1376#, c-format
1377msgid "@i %i is too big. "
1378msgstr ""
1379
1380#. @-expanded: block #%B (%b) causes directory to be too big.
1381#: e2fsck/problem.c:698
1382msgid "@b #%B (%b) causes @d to be too big. "
1383msgstr ""
1384
1385#. @-expanded: block #%B (%b) causes file to be too big.
1386#: e2fsck/problem.c:703
1387msgid "@b #%B (%b) causes file to be too big. "
1388msgstr ""
1389
1390#. @-expanded: block #%B (%b) causes symlink to be too big.
1391#: e2fsck/problem.c:708
1392msgid "@b #%B (%b) causes symlink to be too big. "
1393msgstr ""
1394
1395#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1396#: e2fsck/problem.c:713
1397#, c-format
1398msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1399msgstr ""
1400
1401#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1402#: e2fsck/problem.c:718
1403#, c-format
1404msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1405msgstr ""
1406
1407#. @-expanded: HTREE directory inode %i has an invalid root node.\n
1408#: e2fsck/problem.c:723
1409#, c-format
1410msgid "@h %i has an @n root node.\n"
1411msgstr ""
1412
1413#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1414#: e2fsck/problem.c:728
1415msgid "@h %i has an unsupported hash version (%N)\n"
1416msgstr ""
1417
1418#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1419#: e2fsck/problem.c:733
1420#, c-format
1421msgid "@h %i uses an incompatible htree root node flag.\n"
1422msgstr ""
1423
1424#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1425#: e2fsck/problem.c:738
1426msgid "@h %i has a tree depth (%N) which is too big\n"
1427msgstr ""
1428
1429#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1430#. @-expanded: filesystem metadata.
1431#: e2fsck/problem.c:743
1432msgid ""
1433"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1434"@f metadata. "
1435msgstr ""
1436
1437#. @-expanded: Resize inode (re)creation failed: %m.
1438#: e2fsck/problem.c:749
1439#, c-format
1440msgid "Resize @i (re)creation failed: %m."
1441msgstr ""
1442
1443#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1444#: e2fsck/problem.c:754
1445msgid "@i %i has a extra size (%IS) which is @n\n"
1446msgstr ""
1447
1448#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1449#: e2fsck/problem.c:759
1450msgid "@a in @i %i has a namelen (%N) which is @n\n"
1451msgstr ""
1452
1453#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1454#: e2fsck/problem.c:764
1455msgid "@a in @i %i has a value size (%N) which is @n\n"
1456msgstr ""
1457
1458#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1459#: e2fsck/problem.c:769
1460msgid "@a in @i %i has a value offset (%N) which is @n\n"
1461msgstr ""
1462
1463#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1464#: e2fsck/problem.c:774
1465msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1466msgstr ""
1467
1468#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
1469#: e2fsck/problem.c:779
1470msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
1471msgstr ""
1472
1473#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1474#: e2fsck/problem.c:784
1475msgid "@i %i is a %It but it looks like it is really a directory.\n"
1476msgstr ""
1477
1478#. @-expanded: \n
1479#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1480#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1481#: e2fsck/problem.c:791
1482msgid ""
1483"\n"
1484"Running additional passes to resolve @bs claimed by more than one @i...\n"
1485"Pass 1B: Rescanning for @m @bs\n"
1486msgstr ""
1487
1488#. @-expanded: multiply-claimed block(s) in inode %i:
1489#: e2fsck/problem.c:797
1490#, c-format
1491msgid "@m @b(s) in @i %i:"
1492msgstr ""
1493
1494#: e2fsck/problem.c:812
1495#, c-format
1496msgid "Error while scanning inodes (%i): %m\n"
1497msgstr ""
1498
1499#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1500#: e2fsck/problem.c:817
1501#, c-format
1502msgid "@A @i @B (@i_dup_map): %m\n"
1503msgstr ""
1504
1505#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1506#: e2fsck/problem.c:822
1507#, c-format
1508msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1509msgstr ""
1510
1511#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1512#: e2fsck/problem.c:827 e2fsck/problem.c:1143
1513msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1514msgstr ""
1515
1516#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1517#: e2fsck/problem.c:833
1518msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1519msgstr ""
1520
1521#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1522#: e2fsck/problem.c:839
1523msgid "Pass 1D: Reconciling @m @bs\n"
1524msgstr ""
1525
1526#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1527#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
1528#: e2fsck/problem.c:844
1529msgid ""
1530"File %Q (@i #%i, mod time %IM) \n"
1531" has %B @m @b(s), shared with %N file(s):\n"
1532msgstr ""
1533
1534#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1535#: e2fsck/problem.c:850
1536msgid "\t%Q (@i #%i, mod time %IM)\n"
1537msgstr ""
1538
1539#. @-expanded: \t<filesystem metadata>\n
1540#: e2fsck/problem.c:855
1541msgid "\t<@f metadata>\n"
1542msgstr "\t<metadades del @f>\n"
1543
1544#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1545#. @-expanded: \n
1546#: e2fsck/problem.c:860
1547msgid ""
1548"(There are %N @is containing @m @bs.)\n"
1549"\n"
1550msgstr ""
1551
1552#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1553#. @-expanded: \n
1554#: e2fsck/problem.c:865
1555msgid ""
1556"@m @bs already reassigned or cloned.\n"
1557"\n"
1558msgstr ""
1559
1560#: e2fsck/problem.c:878
1561#, c-format
1562msgid "Couldn't clone file: %m\n"
1563msgstr "No s'ha pogut clonar el fitxer: %m\n"
1564
1565#. @-expanded: Pass 2: Checking directory structure\n
1566#: e2fsck/problem.c:884
1567msgid "Pass 2: Checking @d structure\n"
1568msgstr "Pas 2: comprovació de l'estructura del @d\n"
1569
1570#. @-expanded: invalid inode number for '.' in directory inode %i.\n
1571#: e2fsck/problem.c:889
1572#, c-format
1573msgid "@n @i number for '.' in @d @i %i.\n"
1574msgstr ""
1575
1576#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1577#: e2fsck/problem.c:894
1578msgid "@E has @n @i #: %Di.\n"
1579msgstr ""
1580
1581#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
1582#: e2fsck/problem.c:899
1583msgid "@E has @D/unused @i %Di. "
1584msgstr ""
1585
1586#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
1587#: e2fsck/problem.c:904
1588msgid "@E @L to '.' "
1589msgstr ""
1590
1591#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1592#: e2fsck/problem.c:909
1593msgid "@E points to @i (%Di) located in a bad @b.\n"
1594msgstr ""
1595
1596#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1597#: e2fsck/problem.c:914
1598msgid "@E @L to @d %P (%Di).\n"
1599msgstr ""
1600
1601#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1602#: e2fsck/problem.c:919
1603msgid "@E @L to the @r.\n"
1604msgstr ""
1605
1606#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1607#: e2fsck/problem.c:924
1608msgid "@E has illegal characters in its name.\n"
1609msgstr ""
1610
1611#. @-expanded: Missing '.' in directory inode %i.\n
1612#: e2fsck/problem.c:929
1613#, c-format
1614msgid "Missing '.' in @d @i %i.\n"
1615msgstr ""
1616
1617#. @-expanded: Missing '..' in directory inode %i.\n
1618#: e2fsck/problem.c:934
1619#, c-format
1620msgid "Missing '..' in @d @i %i.\n"
1621msgstr ""
1622
1623#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1624#: e2fsck/problem.c:939
1625msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1626msgstr ""
1627
1628#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1629#: e2fsck/problem.c:944
1630msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1631msgstr ""
1632
1633#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1634#: e2fsck/problem.c:949
1635msgid "i_faddr @F %IF, @s zero.\n"
1636msgstr ""
1637
1638#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1639#: e2fsck/problem.c:954
1640msgid "i_file_acl @F %If, @s zero.\n"
1641msgstr ""
1642
1643#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1644#: e2fsck/problem.c:959
1645msgid "i_dir_acl @F %Id, @s zero.\n"
1646msgstr ""
1647
1648#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1649#: e2fsck/problem.c:964
1650msgid "i_frag @F %N, @s zero.\n"
1651msgstr ""
1652
1653#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1654#: e2fsck/problem.c:969
1655msgid "i_fsize @F %N, @s zero.\n"
1656msgstr ""
1657
1658#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1659#: e2fsck/problem.c:974
1660msgid "@i %i (%Q) has @n mode (%Im).\n"
1661msgstr ""
1662
1663#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
1664#: e2fsck/problem.c:979
1665msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1666msgstr ""
1667
1668#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
1669#: e2fsck/problem.c:984
1670msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1671msgstr ""
1672
1673#. @-expanded: directory inode %i has an unallocated block #%B.
1674#: e2fsck/problem.c:989
1675msgid "@d @i %i has an unallocated @b #%B. "
1676msgstr ""
1677
1678#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1679#: e2fsck/problem.c:994
1680#, c-format
1681msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1682msgstr ""
1683
1684#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1685#: e2fsck/problem.c:999
1686#, c-format
1687msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1688msgstr ""
1689
1690#. @-expanded: inode %i (%Q) is an illegal character device.\n
1691#: e2fsck/problem.c:1004
1692msgid "@i %i (%Q) is an @I character @v.\n"
1693msgstr ""
1694
1695#. @-expanded: inode %i (%Q) is an illegal block device.\n
1696#: e2fsck/problem.c:1009
1697msgid "@i %i (%Q) is an @I @b @v.\n"
1698msgstr ""
1699
1700#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1701#: e2fsck/problem.c:1014
1702msgid "@E is duplicate '.' @e.\n"
1703msgstr ""
1704
1705#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1706#: e2fsck/problem.c:1019
1707msgid "@E is duplicate '..' @e.\n"
1708msgstr ""
1709
1710#: e2fsck/problem.c:1024 e2fsck/problem.c:1305
1711#, c-format
1712msgid "Internal error: couldn't find dir_info for %i.\n"
1713msgstr ""
1714
1715#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1716#: e2fsck/problem.c:1029
1717msgid "@E has rec_len of %Dr, @s %N.\n"
1718msgstr ""
1719
1720#. @-expanded: error allocating icount structure: %m\n
1721#: e2fsck/problem.c:1034
1722#, c-format
1723msgid "@A icount structure: %m\n"
1724msgstr ""
1725
1726#. @-expanded: Error iterating over directory blocks: %m\n
1727#: e2fsck/problem.c:1039
1728#, c-format
1729msgid "Error iterating over @d @bs: %m\n"
1730msgstr ""
1731
1732#. @-expanded: Error reading directory block %b (inode %i): %m\n
1733#: e2fsck/problem.c:1044
1734msgid "Error reading @d @b %b (@i %i): %m\n"
1735msgstr ""
1736
1737#. @-expanded: Error writing directory block %b (inode %i): %m\n
1738#: e2fsck/problem.c:1049
1739msgid "Error writing @d @b %b (@i %i): %m\n"
1740msgstr ""
1741
1742#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
1743#: e2fsck/problem.c:1054
1744#, c-format
1745msgid "@A new @d @b for @i %i (%s): %m\n"
1746msgstr ""
1747
1748#. @-expanded: Error deallocating inode %i: %m\n
1749#: e2fsck/problem.c:1059
1750#, c-format
1751msgid "Error deallocating @i %i: %m\n"
1752msgstr ""
1753
1754#. @-expanded: directory entry for '.' is big.
1755#: e2fsck/problem.c:1064
1756msgid "@d @e for '.' is big. "
1757msgstr ""
1758
1759#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
1760#: e2fsck/problem.c:1069
1761msgid "@i %i (%Q) is an @I FIFO.\n"
1762msgstr ""
1763
1764#. @-expanded: inode %i (%Q) is an illegal socket.\n
1765#: e2fsck/problem.c:1074
1766msgid "@i %i (%Q) is an @I socket.\n"
1767msgstr ""
1768
1769#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
1770#: e2fsck/problem.c:1079
1771msgid "Setting filetype for @E to %N.\n"
1772msgstr ""
1773
1774#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
1775#: e2fsck/problem.c:1084
1776msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
1777msgstr ""
1778
1779#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
1780#: e2fsck/problem.c:1089
1781msgid "@E has filetype set.\n"
1782msgstr ""
1783
1784#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
1785#: e2fsck/problem.c:1094
1786msgid "@E has a @z name.\n"
1787msgstr ""
1788
1789#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
1790#: e2fsck/problem.c:1099
1791msgid "Symlink %Q (@i #%i) is @n.\n"
1792msgstr ""
1793
1794#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
1795#: e2fsck/problem.c:1104
1796msgid "@a @b @F @n (%If).\n"
1797msgstr ""
1798
1799#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
1800#: e2fsck/problem.c:1109
1801msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
1802msgstr ""
1803
1804#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
1805#: e2fsck/problem.c:1114
1806msgid "@p @h %d: node (%B) not referenced\n"
1807msgstr ""
1808
1809#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
1810#: e2fsck/problem.c:1119
1811msgid "@p @h %d: node (%B) referenced twice\n"
1812msgstr ""
1813
1814#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
1815#: e2fsck/problem.c:1124
1816msgid "@p @h %d: node (%B) has bad min hash\n"
1817msgstr ""
1818
1819#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
1820#: e2fsck/problem.c:1129
1821msgid "@p @h %d: node (%B) has bad max hash\n"
1822msgstr ""
1823
1824#. @-expanded: invalid HTREE directory inode %d (%q).
1825#: e2fsck/problem.c:1134
1826msgid "@n @h %d (%q). "
1827msgstr ""
1828
1829#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
1830#: e2fsck/problem.c:1138
1831msgid "@p @h %d (%q): bad @b number %b.\n"
1832msgstr ""
1833
1834#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
1835#: e2fsck/problem.c:1148
1836#, c-format
1837msgid "@p @h %d: root node is @n\n"
1838msgstr ""
1839
1840#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
1841#: e2fsck/problem.c:1153
1842msgid "@p @h %d: node (%B) has @n limit (%N)\n"
1843msgstr ""
1844
1845#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
1846#: e2fsck/problem.c:1158
1847msgid "@p @h %d: node (%B) has @n count (%N)\n"
1848msgstr ""
1849
1850#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
1851#: e2fsck/problem.c:1163
1852msgid "@p @h %d: node (%B) has an unordered hash table\n"
1853msgstr ""
1854
1855#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
1856#: e2fsck/problem.c:1168
1857msgid "@p @h %d: node (%B) has @n depth\n"
1858msgstr ""
1859
1860#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
1861#: e2fsck/problem.c:1173
1862msgid "Duplicate @E found. "
1863msgstr ""
1864
1865#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1866#. @-expanded: Rename to %s
1867#: e2fsck/problem.c:1178
1868#, no-c-format
1869msgid ""
1870"@E has a non-unique filename.\n"
1871"Rename to %s"
1872msgstr ""
1873
1874#. @-expanded: Duplicate entry '%Dn' found.\n
1875#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1876#. @-expanded: \n
1877#: e2fsck/problem.c:1183
1878msgid ""
1879"Duplicate @e '%Dn' found.\n"
1880"\tMarking %p (%i) to be rebuilt.\n"
1881"\n"
1882msgstr ""
1883
1884#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
1885#: e2fsck/problem.c:1188
1886msgid "i_blocks_hi @F %N, @s zero.\n"
1887msgstr ""
1888
1889#. @-expanded: Pass 3: Checking directory connectivity\n
1890#: e2fsck/problem.c:1195
1891msgid "Pass 3: Checking @d connectivity\n"
1892msgstr ""
1893
1894#. @-expanded: root inode not allocated.
1895#: e2fsck/problem.c:1200
1896msgid "@r not allocated. "
1897msgstr ""
1898
1899#. @-expanded: No room in lost+found directory.
1900#: e2fsck/problem.c:1205
1901msgid "No room in @l @d. "
1902msgstr ""
1903
1904#. @-expanded: Unconnected directory inode %i (%p)\n
1905#: e2fsck/problem.c:1210
1906#, c-format
1907msgid "Unconnected @d @i %i (%p)\n"
1908msgstr ""
1909
1910#. @-expanded: /lost+found not found.
1911#: e2fsck/problem.c:1215
1912msgid "/@l not found. "
1913msgstr ""
1914
1915#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
1916#: e2fsck/problem.c:1220
1917msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
1918msgstr ""
1919
1920#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
1921#: e2fsck/problem.c:1225
1922msgid "Bad or non-existent /@l. Cannot reconnect.\n"
1923msgstr ""
1924
1925#. @-expanded: Could not expand /lost+found: %m\n
1926#: e2fsck/problem.c:1230
1927#, c-format
1928msgid "Could not expand /@l: %m\n"
1929msgstr ""
1930
1931#: e2fsck/problem.c:1235
1932#, c-format
1933msgid "Could not reconnect %i: %m\n"
1934msgstr ""
1935
1936#. @-expanded: Error while trying to find /lost+found: %m\n
1937#: e2fsck/problem.c:1240
1938#, c-format
1939msgid "Error while trying to find /@l: %m\n"
1940msgstr ""
1941
1942#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
1943#: e2fsck/problem.c:1245
1944#, c-format
1945msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
1946msgstr ""
1947
1948#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
1949#: e2fsck/problem.c:1250
1950#, c-format
1951msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
1952msgstr ""
1953
1954#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
1955#: e2fsck/problem.c:1255
1956#, c-format
1957msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
1958msgstr ""
1959
1960#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
1961#: e2fsck/problem.c:1260
1962#, c-format
1963msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
1964msgstr ""
1965
1966#. @-expanded: Error while adjusting inode count on inode %i\n
1967#: e2fsck/problem.c:1265
1968#, c-format
1969msgid "Error while adjusting @i count on @i %i\n"
1970msgstr ""
1971
1972#. @-expanded: Couldn't fix parent of inode %i: %m\n
1973#. @-expanded: \n
1974#: e2fsck/problem.c:1270
1975#, c-format
1976msgid ""
1977"Couldn't fix parent of @i %i: %m\n"
1978"\n"
1979msgstr ""
1980
1981#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
1982#. @-expanded: \n
1983#: e2fsck/problem.c:1275
1984#, c-format
1985msgid ""
1986"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
1987"\n"
1988msgstr ""
1989
1990#. @-expanded: Error creating root directory (%s): %m\n
1991#: e2fsck/problem.c:1285
1992#, c-format
1993msgid "Error creating root @d (%s): %m\n"
1994msgstr ""
1995
1996#. @-expanded: Error creating /lost+found directory (%s): %m\n
1997#: e2fsck/problem.c:1290
1998#, c-format
1999msgid "Error creating /@l @d (%s): %m\n"
2000msgstr ""
2001
2002#. @-expanded: root inode is not a directory; aborting.\n
2003#: e2fsck/problem.c:1295
2004msgid "@r is not a @d; aborting.\n"
2005msgstr ""
2006
2007#. @-expanded: Cannot proceed without a root inode.\n
2008#: e2fsck/problem.c:1300
2009msgid "Cannot proceed without a @r.\n"
2010msgstr ""
2011
2012#. @-expanded: /lost+found is not a directory (ino=%i)\n
2013#: e2fsck/problem.c:1310
2014#, c-format
2015msgid "/@l is not a @d (ino=%i)\n"
2016msgstr ""
2017
2018#: e2fsck/problem.c:1317
2019msgid "Pass 3A: Optimizing directories\n"
2020msgstr ""
2021
2022#: e2fsck/problem.c:1322
2023#, c-format
2024msgid "Failed to create dirs_to_hash iterator: %m"
2025msgstr ""
2026
2027#: e2fsck/problem.c:1327
2028msgid "Failed to optimize directory %q (%d): %m"
2029msgstr ""
2030
2031#: e2fsck/problem.c:1332
2032msgid "Optimizing directories: "
2033msgstr "S'estan optimitzant els directoris: "
2034
2035#: e2fsck/problem.c:1349
2036msgid "Pass 4: Checking reference counts\n"
2037msgstr ""
2038
2039#. @-expanded: unattached zero-length inode %i.
2040#: e2fsck/problem.c:1354
2041#, c-format
2042msgid "@u @z @i %i. "
2043msgstr ""
2044
2045#. @-expanded: unattached inode %i\n
2046#: e2fsck/problem.c:1359
2047#, c-format
2048msgid "@u @i %i\n"
2049msgstr ""
2050
2051#. @-expanded: inode %i ref count is %Il, should be %N.
2052#: e2fsck/problem.c:1364
2053msgid "@i %i ref count is %Il, @s %N. "
2054msgstr ""
2055
2056#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2057#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2058#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2059#: e2fsck/problem.c:1368
2060msgid ""
2061"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2062"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2063"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2064msgstr ""
2065
2066#. @-expanded: Pass 5: Checking group summary information\n
2067#: e2fsck/problem.c:1378
2068msgid "Pass 5: Checking @g summary information\n"
2069msgstr ""
2070
2071#. @-expanded: Padding at end of inode bitmap is not set.
2072#: e2fsck/problem.c:1383
2073msgid "Padding at end of @i @B is not set. "
2074msgstr ""
2075
2076#. @-expanded: Padding at end of block bitmap is not set.
2077#: e2fsck/problem.c:1388
2078msgid "Padding at end of @b @B is not set. "
2079msgstr ""
2080
2081#. @-expanded: block bitmap differences:
2082#: e2fsck/problem.c:1393
2083msgid "@b @B differences: "
2084msgstr ""
2085
2086#. @-expanded: inode bitmap differences:
2087#: e2fsck/problem.c:1413
2088msgid "@i @B differences: "
2089msgstr ""
2090
2091#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2092#: e2fsck/problem.c:1433
2093msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2094msgstr ""
2095
2096#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2097#: e2fsck/problem.c:1438
2098msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2099msgstr ""
2100
2101#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2102#: e2fsck/problem.c:1443
2103msgid "Free @is count wrong (%i, counted=%j).\n"
2104msgstr ""
2105
2106#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2107#: e2fsck/problem.c:1448
2108msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2109msgstr ""
2110
2111#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2112#: e2fsck/problem.c:1453
2113msgid "Free @bs count wrong (%b, counted=%c).\n"
2114msgstr ""
2115
2116#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2117#. @-expanded: endpoints (%i, %j)\n
2118#: e2fsck/problem.c:1458
2119msgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
2120msgstr ""
2121
2122#: e2fsck/problem.c:1464
2123msgid "Internal error: fudging end of bitmap (%N)\n"
2124msgstr ""
2125
2126#. @-expanded: Error copying in replacement inode bitmap: %m\n
2127#: e2fsck/problem.c:1469
2128#, c-format
2129msgid "Error copying in replacement @i @B: %m\n"
2130msgstr ""
2131
2132#. @-expanded: Error copying in replacement block bitmap: %m\n
2133#: e2fsck/problem.c:1474
2134#, c-format
2135msgid "Error copying in replacement @b @B: %m\n"
2136msgstr ""
2137
2138#: e2fsck/problem.c:1499
2139msgid "Recreate journal to make the filesystem ext3 again?\n"
2140msgstr ""
2141
2142#: e2fsck/problem.c:1617
2143#, c-format
2144msgid "Unhandled error code (0x%x)!\n"
2145msgstr ""
2146
2147#: e2fsck/problem.c:1711
2148msgid "IGNORED"
2149msgstr "IGNORAT"
2150
2151#: e2fsck/scantest.c:81
2152#, c-format
2153msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2154msgstr ""
2155
2156#: e2fsck/scantest.c:100
2157#, c-format
2158msgid "size of inode=%d\n"
2159msgstr "mida del node-i=%d\n"
2160
2161#: e2fsck/scantest.c:121
2162msgid "while starting inode scan"
2163msgstr "en iniciar l'exploració dels nodes-i"
2164
2165#: e2fsck/scantest.c:132
2166msgid "while doing inode scan"
2167msgstr "en fer l'exploració dels nodes-i"
2168
2169#: e2fsck/super.c:187
2170#, c-format
2171msgid "while calling ext2fs_block_iterate for inode %d"
2172msgstr ""
2173
2174#: e2fsck/super.c:210
2175#, c-format
2176msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
2177msgstr ""
2178
2179#: e2fsck/super.c:268
2180msgid "Truncating"
2181msgstr ""
2182
2183#: e2fsck/super.c:269
2184msgid "Clearing"
2185msgstr ""
2186
2187#: e2fsck/swapfs.c:98
2188msgid "while calling ext2fs_block_iterate"
2189msgstr ""
2190
2191#: e2fsck/swapfs.c:104
2192msgid "while calling iterator function"
2193msgstr ""
2194
2195#: e2fsck/swapfs.c:126
2196msgid "while allocating inode buffer"
2197msgstr ""
2198
2199#: e2fsck/swapfs.c:138
2200#, c-format
2201msgid "while reading inode table (group %d)"
2202msgstr ""
2203
2204#: e2fsck/swapfs.c:176
2205#, c-format
2206msgid "while writing inode table (group %d)"
2207msgstr ""
2208
2209#: e2fsck/swapfs.c:226
2210#, c-format
2211msgid "Pass 0: Doing byte-swap of filesystem\n"
2212msgstr ""
2213
2214#: e2fsck/swapfs.c:233
2215#, c-format
2216msgid ""
2217"%s: the filesystem must be freshly checked using fsck\n"
2218"and not mounted before trying to byte-swap it.\n"
2219msgstr ""
2220
2221#: e2fsck/swapfs.c:268
2222msgid "Byte swap"
2223msgstr ""
2224
2225#: e2fsck/unix.c:74
2226#, c-format
2227msgid ""
2228"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
2229"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2230"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2231"\t\t[-E extended-options] device\n"
2232msgstr ""
2233
2234#: e2fsck/unix.c:80
2235#, c-format
2236msgid ""
2237"\n"
2238"Emergency help:\n"
2239" -p Automatic repair (no questions)\n"
2240" -n Make no changes to the filesystem\n"
2241" -y Assume \"yes\" to all questions\n"
2242" -c Check for bad blocks and add them to the badblock list\n"
2243" -f Force checking even if filesystem is marked clean\n"
2244msgstr ""
2245
2246#: e2fsck/unix.c:86
2247#, c-format
2248msgid ""
2249" -v Be verbose\n"
2250" -b superblock Use alternative superblock\n"
2251" -B blocksize Force blocksize when looking for superblock\n"
2252" -j external_journal Set location of the external journal\n"
2253" -l bad_blocks_file Add to badblocks list\n"
2254" -L bad_blocks_file Set badblocks list\n"
2255msgstr ""
2256
2257#: e2fsck/unix.c:121
2258#, c-format
2259msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
2260msgstr ""
2261
2262#: e2fsck/unix.c:133
2263#, c-format
2264msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2265msgstr ""
2266
2267#: e2fsck/unix.c:176 misc/badblocks.c:789 misc/tune2fs.c:794 misc/util.c:151
2268#: resize/main.c:237
2269#, c-format
2270msgid "while determining whether %s is mounted."
2271msgstr "en determinar si %s està muntat."
2272
2273#: e2fsck/unix.c:194
2274#, c-format
2275msgid "Warning! %s is mounted.\n"
2276msgstr "Avís! %s està muntat.\n"
2277
2278#: e2fsck/unix.c:198
2279#, c-format
2280msgid "%s is mounted. "
2281msgstr "%s està muntat. "
2282
2283#: e2fsck/unix.c:200
2284msgid ""
2285"Cannot continue, aborting.\n"
2286"\n"
2287msgstr ""
2288"No es pot continuar, s'interromprà.\n"
2289"\n"
2290
2291#: e2fsck/unix.c:201
2292#, c-format
2293msgid ""
2294"\n"
2295"\n"
2296"\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2297"SEVERE filesystem damage.\a\a\a\n"
2298"\n"
2299msgstr ""
2300
2301#: e2fsck/unix.c:204
2302msgid "Do you really want to continue"
2303msgstr "Esteu segur que voleu continuar?"
2304
2305#: e2fsck/unix.c:206
2306#, c-format
2307msgid "check aborted.\n"
2308msgstr "s'ha interromput la comprovació.\n"
2309
2310#: e2fsck/unix.c:276
2311msgid " contains a file system with errors"
2312msgstr " conté un sistema de fitxers amb errors"
2313
2314#: e2fsck/unix.c:278
2315msgid " was not cleanly unmounted"
2316msgstr " no es va desmuntar correctament"
2317
2318#: e2fsck/unix.c:282
2319#, c-format
2320msgid " has been mounted %u times without being checked"
2321msgstr " s'ha muntat %u vegades sense haver estat comprovat"
2322
2323#: e2fsck/unix.c:290
2324#, c-format
2325msgid " has gone %u days without being checked"
2326msgstr " ha estat %u sense haver estat comprovat"
2327
2328#: e2fsck/unix.c:299
2329msgid ", check forced.\n"
2330msgstr ", es forçarà la comprovació.\n"
2331
2332#: e2fsck/unix.c:302
2333#, c-format
2334msgid "%s: clean, %u/%u files, %u/%u blocks"
2335msgstr ""
2336
2337#: e2fsck/unix.c:319
2338msgid " (check deferred; on battery)"
2339msgstr ""
2340
2341#: e2fsck/unix.c:322
2342msgid " (check after next mount)"
2343msgstr ""
2344
2345#: e2fsck/unix.c:324
2346#, c-format
2347msgid " (check in %ld mounts)"
2348msgstr " (comprovació en %ld mesos)"
2349
2350#: e2fsck/unix.c:470
2351#, c-format
2352msgid "ERROR: Couldn't open /dev/null (%s)\n"
2353msgstr "ERROR: no s'ha pogut obrir /dev/null (%s)\n"
2354
2355#: e2fsck/unix.c:541
2356#, c-format
2357msgid "Invalid EA version.\n"
2358msgstr ""
2359
2360#: e2fsck/unix.c:547
2361#, c-format
2362msgid "Unknown extended option: %s\n"
2363msgstr ""
2364
2365#: e2fsck/unix.c:567
2366#, c-format
2367msgid ""
2368"Syntax error in e2fsck config file (%s, line #%d)\n"
2369"\t%s\n"
2370msgstr ""
2371
2372#: e2fsck/unix.c:624
2373#, c-format
2374msgid "Error validating file descriptor %d: %s\n"
2375msgstr "S'ha produït un error en validar el descriptor de fitxer %d: %s\n"
2376
2377#: e2fsck/unix.c:628
2378msgid "Invalid completion information file descriptor"
2379msgstr ""
2380
2381#: e2fsck/unix.c:643
2382msgid "Only one of the options -p/-a, -n or -y may be specified."
2383msgstr "Només es pot especificar una de les opcions -p/-a, -n o -y a la vegada."
2384
2385#: e2fsck/unix.c:664
2386#, c-format
2387msgid "The -t option is not supported on this version of e2fsck.\n"
2388msgstr "L'opció -t no està implementada en aquesta versió de l'e2fsck.\n"
2389
2390#: e2fsck/unix.c:729
2391#, c-format
2392msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
2393msgstr ""
2394
2395#: e2fsck/unix.c:752 misc/tune2fs.c:459 misc/tune2fs.c:717 misc/tune2fs.c:734
2396#, c-format
2397msgid "Unable to resolve '%s'"
2398msgstr ""
2399
2400#: e2fsck/unix.c:783
2401#, c-format
2402msgid "Incompatible options not allowed when byte-swapping.\n"
2403msgstr ""
2404
2405#: e2fsck/unix.c:790
2406#, c-format
2407msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2408msgstr ""
2409
2410#: e2fsck/unix.c:872
2411#, c-format
2412msgid "Error: ext2fs library version out of date!\n"
2413msgstr ""
2414
2415#: e2fsck/unix.c:880
2416msgid "while trying to initialize program"
2417msgstr "en intentar inicialitzar el programa"
2418
2419#: e2fsck/unix.c:894
2420#, c-format
2421msgid "\tUsing %s, %s\n"
2422msgstr ""
2423
2424#: e2fsck/unix.c:906
2425msgid "need terminal for interactive repairs"
2426msgstr ""
2427
2428#: e2fsck/unix.c:945
2429#, c-format
2430msgid "%s trying backup blocks...\n"
2431msgstr ""
2432
2433#: e2fsck/unix.c:946
2434msgid "Couldn't find ext2 superblock,"
2435msgstr ""
2436
2437#: e2fsck/unix.c:947
2438msgid "Group descriptors look bad..."
2439msgstr ""
2440
2441#: e2fsck/unix.c:958
2442#, c-format
2443msgid ""
2444"The filesystem revision is apparently too high for this version of e2fsck.\n"
2445"(Or the filesystem superblock is corrupt)\n"
2446"\n"
2447msgstr ""
2448
2449#: e2fsck/unix.c:964
2450#, c-format
2451msgid "Could this be a zero-length partition?\n"
2452msgstr ""
2453
2454#: e2fsck/unix.c:966
2455#, c-format
2456msgid "You must have %s access to the filesystem or be root\n"
2457msgstr ""
2458
2459#: e2fsck/unix.c:971
2460#, c-format
2461msgid "Possibly non-existent or swap device?\n"
2462msgstr ""
2463
2464#: e2fsck/unix.c:973
2465#, c-format
2466msgid "Filesystem mounted or opened exclusively by another program?\n"
2467msgstr ""
2468
2469#: e2fsck/unix.c:977
2470#, c-format
2471msgid ""
2472"Disk write-protected; use the -n option to do a read-only\n"
2473"check of the device.\n"
2474msgstr ""
2475
2476#: e2fsck/unix.c:1041
2477msgid "Get a newer version of e2fsck!"
2478msgstr ""
2479
2480#: e2fsck/unix.c:1062
2481#, c-format
2482msgid "while checking ext3 journal for %s"
2483msgstr ""
2484
2485#: e2fsck/unix.c:1073
2486#, c-format
2487msgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
2488msgstr ""
2489
2490#: e2fsck/unix.c:1086
2491#, c-format
2492msgid "unable to set superblock flags on %s\n"
2493msgstr ""
2494
2495#: e2fsck/unix.c:1092
2496#, c-format
2497msgid "while recovering ext3 journal of %s"
2498msgstr ""
2499
2500#: e2fsck/unix.c:1121
2501msgid "Warning: compression support is experimental.\n"
2502msgstr ""
2503
2504#: e2fsck/unix.c:1126
2505#, c-format
2506msgid ""
2507"E2fsck not compiled with HTREE support,\n"
2508"\tbut filesystem %s has HTREE directories.\n"
2509msgstr ""
2510
2511#: e2fsck/unix.c:1161
2512#, c-format
2513msgid "%s: Filesystem byte order already normalized.\n"
2514msgstr ""
2515
2516#: e2fsck/unix.c:1181
2517msgid "while reading bad blocks inode"
2518msgstr ""
2519
2520#: e2fsck/unix.c:1183
2521#, c-format
2522msgid "This doesn't bode well, but we'll try to go on...\n"
2523msgstr ""
2524
2525#: e2fsck/unix.c:1208
2526msgid "Couldn't determine journal size"
2527msgstr ""
2528
2529#: e2fsck/unix.c:1211 misc/mke2fs.c:1737
2530#, c-format
2531msgid "Creating journal (%d blocks): "
2532msgstr ""
2533
2534#: e2fsck/unix.c:1218 misc/mke2fs.c:1745
2535msgid ""
2536"\n"
2537"\twhile trying to create journal"
2538msgstr ""
2539
2540#: e2fsck/unix.c:1221
2541#, c-format
2542msgid " Done.\n"
2543msgstr " Fet.\n"
2544
2545#: e2fsck/unix.c:1222
2546#, c-format
2547msgid ""
2548"\n"
2549"*** journal has been re-created - filesystem is now ext3 again ***\n"
2550msgstr ""
2551
2552#: e2fsck/unix.c:1229
2553#, c-format
2554msgid "Restarting e2fsck from the beginning...\n"
2555msgstr ""
2556
2557#: e2fsck/unix.c:1233
2558msgid "while resetting context"
2559msgstr "en reiniciar el context"
2560
2561#: e2fsck/unix.c:1240
2562#, c-format
2563msgid "%s: e2fsck canceled.\n"
2564msgstr "%s: s'a cancel·lat l'e2fsck.\n"
2565
2566#: e2fsck/unix.c:1245
2567msgid "aborted"
2568msgstr ""
2569
2570#: e2fsck/unix.c:1253
2571#, c-format
2572msgid ""
2573"\n"
2574"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2575msgstr ""
2576
2577#: e2fsck/unix.c:1256
2578#, c-format
2579msgid "%s: ***** REBOOT LINUX *****\n"
2580msgstr ""
2581
2582#: e2fsck/unix.c:1264
2583#, c-format
2584msgid ""
2585"\n"
2586"%s: ********** WARNING: Filesystem still has errors **********\n"
2587"\n"
2588msgstr ""
2589
2590#: e2fsck/util.c:131 misc/util.c:68
2591msgid "yY"
2592msgstr ""
2593
2594#: e2fsck/util.c:132
2595msgid "nN"
2596msgstr ""
2597
2598#: e2fsck/util.c:146
2599msgid "<y>"
2600msgstr ""
2601
2602#: e2fsck/util.c:148
2603msgid "<n>"
2604msgstr ""
2605
2606#: e2fsck/util.c:150
2607msgid " (y/n)"
2608msgstr ""
2609
2610#: e2fsck/util.c:165
2611msgid "cancelled!\n"
2612msgstr ""
2613
2614#: e2fsck/util.c:180
2615msgid "yes\n"
2616msgstr ""
2617
2618#: e2fsck/util.c:182
2619msgid "no\n"
2620msgstr ""
2621
2622#: e2fsck/util.c:192
2623#, c-format
2624msgid ""
2625"%s? no\n"
2626"\n"
2627msgstr ""
2628
2629#: e2fsck/util.c:196
2630#, c-format
2631msgid ""
2632"%s? yes\n"
2633"\n"
2634msgstr ""
2635
2636#: e2fsck/util.c:200
2637msgid "yes"
2638msgstr ""
2639
2640#: e2fsck/util.c:200
2641msgid "no"
2642msgstr ""
2643
2644#: e2fsck/util.c:214
2645#, c-format
2646msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2647msgstr ""
2648
2649#: e2fsck/util.c:219
2650msgid "reading inode and block bitmaps"
2651msgstr ""
2652
2653#: e2fsck/util.c:224
2654#, c-format
2655msgid "while retrying to read bitmaps for %s"
2656msgstr ""
2657
2658#: e2fsck/util.c:237
2659msgid "writing block bitmaps"
2660msgstr ""
2661
2662#: e2fsck/util.c:242
2663#, c-format
2664msgid "while retrying to write block bitmaps for %s"
2665msgstr ""
2666
2667#: e2fsck/util.c:249
2668msgid "writing inode bitmaps"
2669msgstr ""
2670
2671#: e2fsck/util.c:254
2672#, c-format
2673msgid "while retrying to write inode bitmaps for %s"
2674msgstr ""
2675
2676#: e2fsck/util.c:267
2677#, c-format
2678msgid ""
2679"\n"
2680"\n"
2681"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2682"\t(i.e., without -a or -p options)\n"
2683msgstr ""
2684
2685#: e2fsck/util.c:332
2686#, c-format
2687msgid "Memory used: %dk/%dk (%dk/%dk), "
2688msgstr ""
2689
2690#: e2fsck/util.c:336
2691#, c-format
2692msgid "Memory used: %d, "
2693msgstr ""
2694
2695#: e2fsck/util.c:342
2696#, c-format
2697msgid "time: %5.2f/%5.2f/%5.2f\n"
2698msgstr ""
2699
2700#: e2fsck/util.c:347
2701#, c-format
2702msgid "elapsed time: %6.3f\n"
2703msgstr ""
2704
2705#: e2fsck/util.c:361
2706#, c-format
2707msgid "while reading inode %ld in %s"
2708msgstr ""
2709
2710#: e2fsck/util.c:375 e2fsck/util.c:388
2711#, c-format
2712msgid "while writing inode %ld in %s"
2713msgstr ""
2714
2715#: misc/badblocks.c:61
2716msgid "done \n"
2717msgstr "fet \n"
2718
2719#: misc/badblocks.c:80
2720#, c-format
2721msgid ""
2722"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
2723" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
2724" device [last_block [start_block]]\n"
2725msgstr ""
2726
2727#: misc/badblocks.c:88
2728#, c-format
2729msgid ""
2730"%s: The -n and -w options are mutually exclusive.\n"
2731"\n"
2732msgstr ""
2733
2734#: misc/badblocks.c:235
2735msgid "Testing with random pattern: "
2736msgstr ""
2737
2738#: misc/badblocks.c:253
2739msgid "Testing with pattern 0x"
2740msgstr ""
2741
2742#: misc/badblocks.c:278 misc/badblocks.c:307
2743msgid "during seek"
2744msgstr ""
2745
2746#: misc/badblocks.c:285
2747#, c-format
2748msgid "Weird value (%ld) in do_read\n"
2749msgstr ""
2750
2751#: misc/badblocks.c:327
2752msgid "during ext2fs_sync_device"
2753msgstr ""
2754
2755#: misc/badblocks.c:343 misc/badblocks.c:581
2756msgid "while beginning bad block list iteration"
2757msgstr ""
2758
2759#: misc/badblocks.c:357 misc/badblocks.c:447 misc/badblocks.c:591
2760msgid "while allocating buffers"
2761msgstr ""
2762
2763#: misc/badblocks.c:361
2764#, c-format
2765msgid "Checking blocks %lu to %lu\n"
2766msgstr ""
2767
2768#: misc/badblocks.c:365
2769msgid "Checking for bad blocks in read-only mode\n"
2770msgstr ""
2771
2772#: misc/badblocks.c:374
2773msgid "Checking for bad blocks (read-only test): "
2774msgstr ""
2775
2776#: misc/badblocks.c:454
2777msgid "Checking for bad blocks in read-write mode\n"
2778msgstr ""
2779
2780#: misc/badblocks.c:456 misc/badblocks.c:604
2781#, c-format
2782msgid "From block %lu to %lu\n"
2783msgstr ""
2784
2785#: misc/badblocks.c:507
2786msgid "Reading and comparing: "
2787msgstr ""
2788
2789#: misc/badblocks.c:603
2790msgid "Checking for bad blocks in non-destructive read-write mode\n"
2791msgstr ""
2792
2793#: misc/badblocks.c:607
2794msgid "Checking for bad blocks (non-destructive read-write test)\n"
2795msgstr ""
2796
2797#: misc/badblocks.c:614
2798msgid ""
2799"\n"
2800"Interrupt caught, cleaning up\n"
2801msgstr ""
2802
2803#: misc/badblocks.c:684
2804#, c-format
2805msgid "during test data write, block %lu"
2806msgstr ""
2807
2808#: misc/badblocks.c:794 misc/util.c:156
2809#, c-format
2810msgid "%s is mounted; "
2811msgstr "%s està muntat; "
2812
2813#: misc/badblocks.c:796
2814msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
2815msgstr ""
2816
2817#: misc/badblocks.c:801
2818msgid "it's not safe to run badblocks!\n"
2819msgstr ""
2820
2821#: misc/badblocks.c:806 misc/util.c:167
2822#, c-format
2823msgid "%s is apparently in use by the system; "
2824msgstr ""
2825
2826#: misc/badblocks.c:809
2827msgid "badblocks forced anyway.\n"
2828msgstr ""
2829
2830#: misc/badblocks.c:871
2831#, c-format
2832msgid "bad block size - %s"
2833msgstr ""
2834
2835#: misc/badblocks.c:928
2836#, c-format
2837msgid "can't allocate memory for test_pattern - %s"
2838msgstr ""
2839
2840#: misc/badblocks.c:942
2841#, c-format
2842msgid "invalid test_pattern: %s\n"
2843msgstr ""
2844
2845#: misc/badblocks.c:961
2846msgid "Maximum of one test_pattern may be specified in read-only mode"
2847msgstr ""
2848
2849#: misc/badblocks.c:967
2850msgid "Random test_pattern is not allowed in read-only mode"
2851msgstr ""
2852
2853#: misc/badblocks.c:981
2854msgid ""
2855"Couldn't determine device size; you must specify\n"
2856"the size manually\n"
2857msgstr ""
2858
2859#: misc/badblocks.c:987
2860msgid "while trying to determine device size"
2861msgstr ""
2862
2863#: misc/badblocks.c:996 misc/mke2fs.c:1219
2864#, c-format
2865msgid "invalid blocks count - %s"
2866msgstr ""
2867
2868#: misc/badblocks.c:1009
2869#, c-format
2870msgid "invalid starting block - %s"
2871msgstr ""
2872
2873#: misc/badblocks.c:1015
2874#, c-format
2875msgid "invalid starting block (%d): must be less than %lu"
2876msgstr ""
2877
2878#: misc/badblocks.c:1070
2879msgid "while creating in-memory bad blocks list"
2880msgstr ""
2881
2882#: misc/badblocks.c:1085
2883msgid "while adding to in-memory bad block list"
2884msgstr ""
2885
2886#: misc/badblocks.c:1109
2887#, c-format
2888msgid "Pass completed, %u bad blocks found.\n"
2889msgstr ""
2890
2891#: misc/chattr.c:84
2892#, c-format
2893msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
2894msgstr ""
2895
2896#: misc/chattr.c:147
2897#, c-format
2898msgid "bad version - %s\n"
2899msgstr ""
2900
2901#: misc/chattr.c:191 misc/lsattr.c:113
2902#, c-format
2903msgid "while trying to stat %s"
2904msgstr ""
2905
2906#: misc/chattr.c:208 misc/chattr.c:224
2907#, c-format
2908msgid "Flags of %s set as "
2909msgstr ""
2910
2911#: misc/chattr.c:217
2912#, c-format
2913msgid "while reading flags on %s"
2914msgstr ""
2915
2916#: misc/chattr.c:232
2917#, c-format
2918msgid "while setting flags on %s"
2919msgstr ""
2920
2921#: misc/chattr.c:237
2922#, c-format
2923msgid "Version of %s set as %lu\n"
2924msgstr ""
2925
2926#: misc/chattr.c:240
2927#, c-format
2928msgid "while setting version on %s"
2929msgstr ""
2930
2931#: misc/chattr.c:254
2932#, c-format
2933msgid "Couldn't allocate path variable in chattr_dir_proc"
2934msgstr ""
2935
2936#: misc/chattr.c:292
2937msgid "= is incompatible with - and +\n"
2938msgstr ""
2939
2940#: misc/chattr.c:300
2941msgid "Must use '-v', =, - or +\n"
2942msgstr ""
2943
2944#: misc/dumpe2fs.c:53
2945#, c-format
2946msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
2947msgstr ""
2948
2949#: misc/dumpe2fs.c:162
2950#, c-format
2951msgid "Group %lu: (Blocks "
2952msgstr ""
2953
2954#: misc/dumpe2fs.c:168
2955#, c-format
2956msgid " %s superblock at "
2957msgstr " superbloc %s a "
2958
2959#: misc/dumpe2fs.c:169
2960msgid "Primary"
2961msgstr ""
2962
2963#: misc/dumpe2fs.c:169
2964msgid "Backup"
2965msgstr ""
2966
2967#: misc/dumpe2fs.c:173
2968#, c-format
2969msgid ", Group descriptors at "
2970msgstr ""
2971
2972#: misc/dumpe2fs.c:177
2973#, c-format
2974msgid ""
2975"\n"
2976" Reserved GDT blocks at "
2977msgstr ""
2978
2979#: misc/dumpe2fs.c:184
2980#, c-format
2981msgid " Group descriptor at "
2982msgstr ""
2983
2984#: misc/dumpe2fs.c:190
2985msgid " Block bitmap at "
2986msgstr ""
2987
2988#: misc/dumpe2fs.c:195
2989msgid ", Inode bitmap at "
2990msgstr ""
2991
2992#: misc/dumpe2fs.c:200
2993msgid ""
2994"\n"
2995" Inode table at "
2996msgstr ""
2997
2998#: misc/dumpe2fs.c:207
2999#, c-format
3000msgid ""
3001"\n"
3002" %d free blocks, %d free inodes, %d directories\n"
3003msgstr ""
3004
3005#: misc/dumpe2fs.c:213
3006msgid " Free blocks: "
3007msgstr " Blocs liures: "
3008
3009#: misc/dumpe2fs.c:221
3010msgid " Free inodes: "
3011msgstr " Nodes-i lliures: "
3012
3013#: misc/dumpe2fs.c:246
3014msgid "while printing bad block list"
3015msgstr ""
3016
3017#: misc/dumpe2fs.c:252
3018#, c-format
3019msgid "Bad blocks: %u"
3020msgstr "Blocs erronis: %u"
3021
3022#: misc/dumpe2fs.c:274 misc/tune2fs.c:232
3023msgid "while reading journal inode"
3024msgstr ""
3025
3026#: misc/dumpe2fs.c:277
3027msgid "Journal size: "
3028msgstr ""
3029
3030#: misc/dumpe2fs.c:296 misc/tune2fs.c:154
3031msgid "while reading journal superblock"
3032msgstr ""
3033
3034#: misc/dumpe2fs.c:304
3035msgid "Couldn't find journal superblock magic numbers"
3036msgstr ""
3037
3038#: misc/dumpe2fs.c:308
3039#, c-format
3040msgid ""
3041"\n"
3042"Journal block size: %u\n"
3043"Journal length: %u\n"
3044"Journal first block: %u\n"
3045"Journal sequence: 0x%08x\n"
3046"Journal start: %u\n"
3047"Journal number of users: %u\n"
3048msgstr ""
3049
3050#: misc/dumpe2fs.c:321
3051#, c-format
3052msgid "Journal users: %s\n"
3053msgstr ""
3054
3055#: misc/dumpe2fs.c:376 misc/mke2fs.c:1163
3056#, c-format
3057msgid "\tUsing %s\n"
3058msgstr ""
3059
3060#: misc/dumpe2fs.c:402 misc/e2image.c:664 misc/tune2fs.c:779 resize/main.c:298
3061#, c-format
3062msgid "Couldn't find valid filesystem superblock.\n"
3063msgstr ""
3064
3065#: misc/dumpe2fs.c:413
3066#, c-format
3067msgid "Note: This is a byte-swapped filesystem\n"
3068msgstr ""
3069
3070#: misc/dumpe2fs.c:432
3071#, c-format
3072msgid ""
3073"\n"
3074"%s: %s: error reading bitmaps: %s\n"
3075msgstr ""
3076
3077#: misc/e2image.c:50
3078#, c-format
3079msgid "Usage: %s [-rsI] device image_file\n"
3080msgstr ""
3081
3082#: misc/e2image.c:62
3083msgid "Couldn't allocate header buffer\n"
3084msgstr ""
3085
3086#: misc/e2image.c:81
3087#, c-format
3088msgid "short write (only %d bytes) for writing image header"
3089msgstr ""
3090
3091#: misc/e2image.c:100
3092msgid "while writing superblock"
3093msgstr ""
3094
3095#: misc/e2image.c:108
3096msgid "while writing inode table"
3097msgstr ""
3098
3099#: misc/e2image.c:115
3100msgid "while writing block bitmap"
3101msgstr ""
3102
3103#: misc/e2image.c:122
3104msgid "while writing inode bitmap"
3105msgstr ""
3106
3107#: misc/e2label.c:57
3108#, c-format
3109msgid "e2label: cannot open %s\n"
3110msgstr ""
3111
3112#: misc/e2label.c:62
3113#, c-format
3114msgid "e2label: cannot seek to superblock\n"
3115msgstr ""
3116
3117#: misc/e2label.c:67
3118#, c-format
3119msgid "e2label: error reading superblock\n"
3120msgstr ""
3121
3122#: misc/e2label.c:71
3123#, c-format
3124msgid "e2label: not an ext2 filesystem\n"
3125msgstr ""
3126
3127#: misc/e2label.c:96 misc/tune2fs.c:888
3128#, c-format
3129msgid "Warning: label too long, truncating.\n"
3130msgstr "Avís: l'etiqueta és massa llarga, es truncarà.\n"
3131
3132#: misc/e2label.c:99
3133#, c-format
3134msgid "e2label: cannot seek to superblock again\n"
3135msgstr ""
3136
3137#: misc/e2label.c:104
3138#, c-format
3139msgid "e2label: error writing superblock\n"
3140msgstr "e2lable: s'ha produït un error en escriure el superbloc\n"
3141
3142#: misc/e2label.c:116 misc/tune2fs.c:451
3143#, c-format
3144msgid "Usage: e2label device [newlabel]\n"
3145msgstr "Forma d'ús: e2label dispositiu [etiquetanova]\n"
3146
3147#: misc/fsck.c:346
3148#, c-format
3149msgid "WARNING: couldn't open %s: %s\n"
3150msgstr "AVÍS: no s'ha pogut obrir %s: %s\n"
3151
3152#: misc/fsck.c:356
3153#, c-format
3154msgid "WARNING: bad format on line %d of %s\n"
3155msgstr "AVÍS: format erroni a la línia %d de %s\n"
3156
3157#: misc/fsck.c:371
3158msgid ""
3159"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
3160"\tfield. I will kludge around things for you, but you\n"
3161"\tshould fix your /etc/fstab file as soon as you can.\n"
3162"\n"
3163msgstr ""
3164
3165#: misc/fsck.c:472
3166#, c-format
3167msgid "fsck: %s: not found\n"
3168msgstr "fsck: %s: no s'ha trobat\n"
3169
3170#: misc/fsck.c:588
3171#, c-format
3172msgid "%s: wait: No more child process?!?\n"
3173msgstr ""
3174
3175#: misc/fsck.c:610
3176#, c-format
3177msgid "Warning... %s for device %s exited with signal %d.\n"
3178msgstr ""
3179
3180#: misc/fsck.c:616
3181#, c-format
3182msgid "%s %s: status is %x, should never happen.\n"
3183msgstr ""
3184
3185#: misc/fsck.c:652
3186#, c-format
3187msgid "Finished with %s (exit status %d)\n"
3188msgstr ""
3189
3190#: misc/fsck.c:712
3191#, c-format
3192msgid "%s: Error %d while executing fsck.%s for %s\n"
3193msgstr ""
3194
3195#: misc/fsck.c:733
3196msgid ""
3197"Either all or none of the filesystem types passed to -t must be prefixed\n"
3198"with 'no' or '!'.\n"
3199msgstr ""
3200
3201#: misc/fsck.c:752
3202msgid "Couldn't allocate memory for filesystem types\n"
3203msgstr ""
3204
3205#: misc/fsck.c:892
3206#, c-format
3207msgid "fsck: cannot check %s: fsck.%s not found\n"
3208msgstr ""
3209
3210#: misc/fsck.c:948
3211msgid "Checking all file systems.\n"
3212msgstr ""
3213
3214#: misc/fsck.c:1034
3215#, c-format
3216msgid "--waiting-- (pass %d)\n"
3217msgstr ""
3218
3219#: misc/fsck.c:1054
3220msgid "Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3221msgstr ""
3222
3223#: misc/fsck.c:1096
3224#, c-format
3225msgid "%s: too many devices\n"
3226msgstr "%s: s'han especificat massa dispositius\n"
3227
3228#: misc/fsck.c:1129 misc/fsck.c:1215
3229#, c-format
3230msgid "%s: too many arguments\n"
3231msgstr "%s: s'han especificat massa arguments\n"
3232
3233#: misc/lsattr.c:73
3234#, c-format
3235msgid "Usage: %s [-RVadlv] [files...]\n"
3236msgstr "Forma d'ús: %s [-RVadlv] [fitxers...]\n"
3237
3238#: misc/lsattr.c:83
3239#, c-format
3240msgid "While reading flags on %s"
3241msgstr "En llegir els senyaladors a %s"
3242
3243#: misc/lsattr.c:90
3244#, c-format
3245msgid "While reading version on %s"
3246msgstr "En llegir la versió a %s"
3247
3248#: misc/mke2fs.c:97
3249#, c-format
3250msgid ""
3251"Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
3252"\t[-i bytes-per-inode] [-I inode-size] [-j] [-J journal-options]\n"
3253"\t[-N number-of-inodes] [-m reserved-blocks-percentage] [-o creator-os]\n"
3254"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
3255"\t[-O feature[,...]] [-r fs-revision] [-R options] [-qvSV]\n"
3256"\tdevice [blocks-count]\n"
3257msgstr ""
3258
3259#: misc/mke2fs.c:197
3260#, c-format
3261msgid "Running command: %s\n"
3262msgstr "S'està executant l'ordre: %s\n"
3263
3264#: misc/mke2fs.c:201
3265#, c-format
3266msgid "while trying to run '%s'"
3267msgstr "en intentar executar «%s»"
3268
3269#: misc/mke2fs.c:208
3270msgid "while processing list of bad blocks from program"
3271msgstr "en processar la llista de blocs erronis des del programa"
3272
3273#: misc/mke2fs.c:235
3274#, c-format
3275msgid "Block %d in primary superblock/group descriptor area bad.\n"
3276msgstr ""
3277
3278#: misc/mke2fs.c:237
3279#, c-format
3280msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3281msgstr ""
3282
3283#: misc/mke2fs.c:240
3284msgid "Aborting....\n"
3285msgstr "S'està interrompent...\n"
3286
3287#: misc/mke2fs.c:260
3288#, c-format
3289msgid ""
3290"Warning: the backup superblock/group descriptors at block %u contain\n"
3291"\tbad blocks.\n"
3292"\n"
3293msgstr ""
3294
3295#: misc/mke2fs.c:278
3296msgid "while marking bad blocks as used"
3297msgstr "en marcar els blocs erronis com a utilitzats"
3298
3299#: misc/mke2fs.c:336
3300msgid "done \n"
3301msgstr "fet \n"
3302
3303#: misc/mke2fs.c:371
3304msgid "while allocating zeroizing buffer"
3305msgstr ""
3306
3307#: misc/mke2fs.c:413
3308msgid "Writing inode tables: "
3309msgstr ""
3310
3311#: misc/mke2fs.c:430
3312#, c-format
3313msgid ""
3314"\n"
3315"Could not write %d blocks in inode table starting at %u: %s\n"
3316msgstr ""
3317
3318#: misc/mke2fs.c:486
3319msgid "while creating root dir"
3320msgstr "en crear el directori arrel"
3321
3322#: misc/mke2fs.c:493
3323msgid "while reading root inode"
3324msgstr ""
3325
3326#: misc/mke2fs.c:507
3327msgid "while setting root inode ownership"
3328msgstr ""
3329
3330#: misc/mke2fs.c:525
3331msgid "while creating /lost+found"
3332msgstr ""
3333
3334#: misc/mke2fs.c:532
3335msgid "while looking up /lost+found"
3336msgstr ""
3337
3338#: misc/mke2fs.c:542
3339msgid "while expanding /lost+found"
3340msgstr ""
3341
3342#: misc/mke2fs.c:558
3343msgid "while setting bad block inode"
3344msgstr ""
3345
3346#: misc/mke2fs.c:590
3347#, c-format
3348msgid "Out of memory erasing sectors %d-%d\n"
3349msgstr ""
3350
3351#: misc/mke2fs.c:600
3352#, c-format
3353msgid "Warning: could not read block 0: %s\n"
3354msgstr "Avís: no s'ha pogut llegir el bloc 0: %s\n"
3355
3356#: misc/mke2fs.c:616
3357#, c-format
3358msgid "Warning: could not erase sector %d: %s\n"
3359msgstr "Avís: no s'ha pogut esborrar el sector %d: %s\n"
3360
3361#: misc/mke2fs.c:632
3362msgid "while initializing journal superblock"
3363msgstr ""
3364
3365#: misc/mke2fs.c:638
3366msgid "Zeroing journal device: "
3367msgstr ""
3368
3369#: misc/mke2fs.c:645
3370#, c-format
3371msgid "while zeroing journal device (block %u, count %d)"
3372msgstr ""
3373
3374#: misc/mke2fs.c:656
3375msgid "while writing journal superblock"
3376msgstr ""
3377
3378#: misc/mke2fs.c:672
3379#, c-format
3380msgid ""
3381"warning: %u blocks unused.\n"
3382"\n"
3383msgstr ""
3384
3385#: misc/mke2fs.c:677
3386#, c-format
3387msgid "Filesystem label=%s\n"
3388msgstr "Etiqueta del sistema de fitxers=%s\n"
3389
3390#: misc/mke2fs.c:678
3391msgid "OS type: "
3392msgstr "Tipus de sistema operatiu: "
3393
3394#: misc/mke2fs.c:683
3395#, c-format
3396msgid "Block size=%u (log=%u)\n"
3397msgstr ""
3398
3399#: misc/mke2fs.c:685
3400#, c-format
3401msgid "Fragment size=%u (log=%u)\n"
3402msgstr ""
3403
3404#: misc/mke2fs.c:687
3405#, c-format
3406msgid "%u inodes, %u blocks\n"
3407msgstr ""
3408
3409#: misc/mke2fs.c:689
3410#, c-format
3411msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3412msgstr "%u blocs (%2.2f%%) reservats per al superusuari\n"
3413
3414#: misc/mke2fs.c:692
3415#, c-format
3416msgid "First data block=%u\n"
3417msgstr "Bloc de dades inicial=%u\n"
3418
3419#: misc/mke2fs.c:694
3420#, c-format
3421msgid "Maximum filesystem blocks=%lu\n"
3422msgstr ""
3423
3424#: misc/mke2fs.c:699
3425#, c-format
3426msgid "%u block groups\n"
3427msgstr ""
3428
3429#: misc/mke2fs.c:701
3430#, c-format
3431msgid "%u block group\n"
3432msgstr ""
3433
3434#: misc/mke2fs.c:702
3435#, c-format
3436msgid "%u blocks per group, %u fragments per group\n"
3437msgstr "%u blocs per grup, %u fragments per grup\n"
3438
3439#: misc/mke2fs.c:704
3440#, c-format
3441msgid "%u inodes per group\n"
3442msgstr "%u nodes-i per grup\n"
3443
3444#: misc/mke2fs.c:711
3445#, c-format
3446msgid "Superblock backups stored on blocks: "
3447msgstr ""
3448
3449#: misc/mke2fs.c:767
3450#, c-format
3451msgid "Couldn't allocate memory to parse options!\n"
3452msgstr ""
3453
3454#: misc/mke2fs.c:791
3455#, c-format
3456msgid "Invalid stride parameter: %s\n"
3457msgstr ""
3458
3459#: misc/mke2fs.c:812
3460#, c-format
3461msgid "Invalid resize parameter: %s\n"
3462msgstr ""
3463
3464#: misc/mke2fs.c:819
3465#, c-format
3466msgid "The resize maximum must be greater than the filesystem size.\n"
3467msgstr ""
3468
3469#: misc/mke2fs.c:843
3470#, c-format
3471msgid "On-line resizing not supported with revision 0 filesystems\n"
3472msgstr ""
3473
3474#: misc/mke2fs.c:856
3475#, c-format
3476msgid ""
3477"\n"
3478"Bad options specified.\n"
3479"\n"
3480"Extended options are separated by commas, and may take an argument which\n"
3481"\tis set off by an equals ('=') sign.\n"
3482"\n"
3483"Valid extended options are:\n"
3484"\tstride=<stride length in blocks>\n"
3485"\tresize=<resize maximum size in blocks>\n"
3486"\n"
3487msgstr ""
3488
3489#: misc/mke2fs.c:884
3490#, c-format
3491msgid ""
3492"Syntax error in mke2fs config file (%s, line #%d)\n"
3493"\t%s\n"
3494msgstr ""
3495
3496#: misc/mke2fs.c:897 misc/tune2fs.c:303
3497#, c-format
3498msgid "Invalid filesystem option set: %s\n"
3499msgstr ""
3500
3501#: misc/mke2fs.c:1004
3502#, c-format
3503msgid "invalid block size - %s"
3504msgstr "mida de bloc invàlida - %s"
3505
3506#: misc/mke2fs.c:1008
3507#, c-format
3508msgid "Warning: blocksize %d not usable on most systems.\n"
3509msgstr ""
3510
3511#: misc/mke2fs.c:1025
3512#, c-format
3513msgid "invalid fragment size - %s"
3514msgstr "mida de fragment invàlida - %s"
3515
3516#: misc/mke2fs.c:1031
3517#, c-format
3518msgid "Warning: fragments not supported. Ignoring -f option\n"
3519msgstr ""
3520
3521#: misc/mke2fs.c:1038
3522msgid "Illegal number for blocks per group"
3523msgstr ""
3524
3525#: misc/mke2fs.c:1043
3526msgid "blocks per group must be multiple of 8"
3527msgstr ""
3528
3529#: misc/mke2fs.c:1053
3530#, c-format
3531msgid "invalid inode ratio %s (min %d/max %d)"
3532msgstr ""
3533
3534#: misc/mke2fs.c:1070
3535msgid "in malloc for bad_blocks_filename"
3536msgstr ""
3537
3538#: misc/mke2fs.c:1079
3539#, c-format
3540msgid "invalid reserved blocks percent - %s"
3541msgstr ""
3542
3543#: misc/mke2fs.c:1097
3544#, c-format
3545msgid "bad revision level - %s"
3546msgstr ""
3547
3548#: misc/mke2fs.c:1109
3549#, c-format
3550msgid "invalid inode size - %s"
3551msgstr ""
3552
3553#: misc/mke2fs.c:1129
3554#, c-format
3555msgid "bad num inodes - %s"
3556msgstr ""
3557
3558#: misc/mke2fs.c:1187 misc/mke2fs.c:1706
3559#, c-format
3560msgid "while trying to open journal device %s\n"
3561msgstr ""
3562
3563#: misc/mke2fs.c:1193
3564#, c-format
3565msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
3566msgstr ""
3567
3568#: misc/mke2fs.c:1207
3569#, c-format
3570msgid "%d-byte blocks too big for system (max %d)"
3571msgstr ""
3572
3573#: misc/mke2fs.c:1211
3574#, c-format
3575msgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3576msgstr ""
3577
3578#: misc/mke2fs.c:1229
3579msgid "filesystem"
3580msgstr "sistema de fitxers"
3581
3582#: misc/mke2fs.c:1252 resize/main.c:332
3583msgid "while trying to determine filesystem size"
3584msgstr "en intentar determinar la mida del sistema de fitxers"
3585
3586#: misc/mke2fs.c:1258
3587msgid ""
3588"Couldn't determine device size; you must specify\n"
3589"the size of the filesystem\n"
3590msgstr ""
3591
3592#: misc/mke2fs.c:1265
3593msgid ""
3594"Device size reported to be zero. Invalid partition specified, or\n"
3595"\tpartition table wasn't reread after running fdisk, due to\n"
3596"\ta modified partition being busy and in use. You may need to reboot\n"
3597"\tto re-read your partition table.\n"
3598msgstr ""
3599
3600#: misc/mke2fs.c:1283
3601msgid "Filesystem larger than apparent device size."
3602msgstr ""
3603
3604#: misc/mke2fs.c:1331
3605#, c-format
3606msgid "Filesystem features not supported with revision 0 filesystems\n"
3607msgstr ""
3608
3609#: misc/mke2fs.c:1338
3610#, c-format
3611msgid "Sparse superblocks not supported with revision 0 filesystems\n"
3612msgstr ""
3613
3614#: misc/mke2fs.c:1350
3615#, c-format
3616msgid "Journals not supported with revision 0 filesystems\n"
3617msgstr ""
3618
3619#: misc/mke2fs.c:1376
3620msgid "while trying to determine hardware sector size"
3621msgstr "en intentar determinar la mida del sector del maquinari"
3622
3623#: misc/mke2fs.c:1428
3624msgid "reserved online resize blocks not supported on non-sparse filesystem"
3625msgstr ""
3626
3627#: misc/mke2fs.c:1437
3628msgid "blocks per group count out of range"
3629msgstr ""
3630
3631#: misc/mke2fs.c:1444
3632msgid ""
3633"Filesystem too large. No more than 2**31-1 blocks\n"
3634"\t (8TB using a blocksize of 4k) are currently supported."
3635msgstr ""
3636
3637#: misc/mke2fs.c:1451
3638#, c-format
3639msgid ""
3640"\n"
3641"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3642"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3643"\n"
3644msgstr ""
3645
3646#: misc/mke2fs.c:1468
3647#, c-format
3648msgid "invalid inode size %d (min %d/max %d)"
3649msgstr ""
3650
3651#: misc/mke2fs.c:1474
3652#, c-format
3653msgid "Warning: %d-byte inodes not usable on older systems\n"
3654msgstr ""
3655
3656#: misc/mke2fs.c:1486
3657#, c-format
3658msgid "too many inodes (%llu), raise inode ratio?"
3659msgstr ""
3660
3661#: misc/mke2fs.c:1491
3662#, c-format
3663msgid "too many inodes (%llu), specify < 2^32 inodes"
3664msgstr ""
3665
3666#: misc/mke2fs.c:1506
3667#, c-format
3668msgid ""
3669"inode_size (%u) * inodes_count (%u) too big for a\n"
3670"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
3671"\tor lower inode count (-N).\n"
3672msgstr ""
3673
3674#: misc/mke2fs.c:1555
3675msgid "while setting up superblock"
3676msgstr ""
3677
3678#: misc/mke2fs.c:1589
3679#, c-format
3680msgid "unknown os - %s"
3681msgstr "sistema operatiu desconegut - %s"
3682
3683#: misc/mke2fs.c:1643
3684msgid "while trying to allocate filesystem tables"
3685msgstr "en intentar assignar les taules del sistema de fitxers"
3686
3687#: misc/mke2fs.c:1674
3688#, c-format
3689msgid "while zeroing block %u at end of filesystem"
3690msgstr ""
3691
3692#: misc/mke2fs.c:1688
3693msgid "while reserving blocks for online resize"
3694msgstr ""
3695
3696#: misc/mke2fs.c:1699 misc/tune2fs.c:388
3697msgid "journal"
3698msgstr ""
3699
3700#: misc/mke2fs.c:1711
3701#, c-format
3702msgid "Adding journal to device %s: "
3703msgstr ""
3704
3705#: misc/mke2fs.c:1718
3706#, c-format
3707msgid ""
3708"\n"
3709"\twhile trying to add journal to device %s"
3710msgstr ""
3711
3712#: misc/mke2fs.c:1723 misc/mke2fs.c:1749 misc/tune2fs.c:416 misc/tune2fs.c:430
3713#, c-format
3714msgid "done\n"
3715msgstr ""
3716
3717#: misc/mke2fs.c:1754
3718#, c-format
3719msgid "Writing superblocks and filesystem accounting information: "
3720msgstr ""
3721
3722#: misc/mke2fs.c:1759
3723#, c-format
3724msgid ""
3725"\n"
3726"Warning, had trouble writing out superblocks."
3727msgstr ""
3728
3729#: misc/mke2fs.c:1762
3730#, c-format
3731msgid ""
3732"done\n"
3733"\n"
3734msgstr ""
3735"fet\n"
3736"\n"
3737
3738#: misc/mklost+found.c:49
3739#, c-format
3740msgid "Usage: mklost+found\n"
3741msgstr "Forma d'ús: mklost+found\n"
3742
3743#: misc/tune2fs.c:78
3744msgid "Please run e2fsck on the filesystem.\n"
3745msgstr ""
3746
3747#: misc/tune2fs.c:85
3748#, c-format
3749msgid ""
3750"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
3751"\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
3752"\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
3753"\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
3754"\t[-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
3755"\t[-O [^]feature[,...]] [-T last_check_time] [-U UUID] device\n"
3756msgstr ""
3757
3758#: misc/tune2fs.c:142
3759msgid "while trying to open external journal"
3760msgstr ""
3761
3762#: misc/tune2fs.c:146
3763#, c-format
3764msgid "%s is not a journal device.\n"
3765msgstr ""
3766
3767#: misc/tune2fs.c:161
3768msgid "Journal superblock not found!\n"
3769msgstr ""
3770
3771#: misc/tune2fs.c:173
3772msgid "Filesystem's UUID not found on journal device.\n"
3773msgstr ""
3774
3775#: misc/tune2fs.c:194
3776msgid "Journal NOT removed\n"
3777msgstr ""
3778
3779#: misc/tune2fs.c:200
3780msgid "Journal removed\n"
3781msgstr ""
3782
3783#: misc/tune2fs.c:239
3784msgid "while reading bitmaps"
3785msgstr ""
3786
3787#: misc/tune2fs.c:246
3788msgid "while clearing journal inode"
3789msgstr ""
3790
3791#: misc/tune2fs.c:257
3792msgid "while writing journal inode"
3793msgstr ""
3794
3795#: misc/tune2fs.c:272
3796#, c-format
3797msgid "Invalid mount option set: %s\n"
3798msgstr ""
3799
3800#: misc/tune2fs.c:318
3801msgid ""
3802"The has_journal flag may only be cleared when the filesystem is\n"
3803"unmounted or mounted read-only.\n"
3804msgstr ""
3805
3806#: misc/tune2fs.c:326
3807msgid ""
3808"The needs_recovery flag is set. Please run e2fsck before clearing\n"
3809"the has_journal flag.\n"
3810msgstr ""
3811
3812#: misc/tune2fs.c:383
3813msgid "The filesystem already has a journal.\n"
3814msgstr ""
3815
3816#: misc/tune2fs.c:400
3817#, c-format
3818msgid ""
3819"\n"
3820"\twhile trying to open journal on %s\n"
3821msgstr ""
3822
3823#: misc/tune2fs.c:404
3824#, c-format
3825msgid "Creating journal on device %s: "
3826msgstr ""
3827
3828#: misc/tune2fs.c:412
3829#, c-format
3830msgid "while adding filesystem to journal on %s"
3831msgstr ""
3832
3833#: misc/tune2fs.c:418
3834msgid "Creating journal inode: "
3835msgstr ""
3836
3837#: misc/tune2fs.c:427
3838msgid ""
3839"\n"
3840"\twhile trying to create journal file"
3841msgstr ""
3842
3843#: misc/tune2fs.c:493
3844#, c-format
3845msgid "Couldn't parse date/time specifier: %s"
3846msgstr ""
3847
3848#: misc/tune2fs.c:515 misc/tune2fs.c:528
3849#, c-format
3850msgid "bad mounts count - %s"
3851msgstr ""
3852
3853#: misc/tune2fs.c:544
3854#, c-format
3855msgid "bad error behavior - %s"
3856msgstr ""
3857
3858#: misc/tune2fs.c:567
3859#, c-format
3860msgid "bad gid/group name - %s"
3861msgstr ""
3862
3863#: misc/tune2fs.c:600
3864#, c-format
3865msgid "bad interval - %s"
3866msgstr ""
3867
3868#: misc/tune2fs.c:628
3869#, c-format
3870msgid "bad reserved block ratio - %s"
3871msgstr ""
3872
3873#: misc/tune2fs.c:643
3874msgid "-o may only be specified once"
3875msgstr ""
3876
3877#: misc/tune2fs.c:653
3878msgid "-O may only be specified once"
3879msgstr ""
3880
3881#: misc/tune2fs.c:663
3882#, c-format
3883msgid "bad reserved blocks count - %s"
3884msgstr ""
3885
3886#: misc/tune2fs.c:692
3887#, c-format
3888msgid "bad uid/user name - %s"
3889msgstr ""
3890
3891#: misc/tune2fs.c:804
3892#, c-format
3893msgid "Setting maximal mount count to %d\n"
3894msgstr ""
3895
3896#: misc/tune2fs.c:810
3897#, c-format
3898msgid "Setting current mount count to %d\n"
3899msgstr ""
3900
3901#: misc/tune2fs.c:815
3902#, c-format
3903msgid "Setting error behavior to %d\n"
3904msgstr ""
3905
3906#: misc/tune2fs.c:820
3907#, c-format
3908msgid "Setting reserved blocks gid to %lu\n"
3909msgstr ""
3910
3911#: misc/tune2fs.c:825
3912#, c-format
3913msgid "Setting interval between checks to %lu seconds\n"
3914msgstr ""
3915
3916#: misc/tune2fs.c:831
3917#, c-format
3918msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
3919msgstr ""
3920
3921#: misc/tune2fs.c:837
3922#, c-format
3923msgid "reserved blocks count is too big (%lu)"
3924msgstr ""
3925
3926#: misc/tune2fs.c:843
3927#, c-format
3928msgid "Setting reserved blocks count to %lu\n"
3929msgstr ""
3930
3931#: misc/tune2fs.c:849
3932msgid ""
3933"\n"
3934"The filesystem already has sparse superblocks.\n"
3935msgstr ""
3936
3937#: misc/tune2fs.c:856
3938#, c-format
3939msgid ""
3940"\n"
3941"Sparse superblock flag set. %s"
3942msgstr ""
3943
3944#: misc/tune2fs.c:863
3945msgid ""
3946"\n"
3947"The filesystem already has sparse superblocks disabled.\n"
3948msgstr ""
3949
3950#: misc/tune2fs.c:871
3951#, c-format
3952msgid ""
3953"\n"
3954"Sparse superblock flag cleared. %s"
3955msgstr ""
3956
3957#: misc/tune2fs.c:878
3958#, c-format
3959msgid "Setting time filesystem last checked to %s\n"
3960msgstr ""
3961
3962#: misc/tune2fs.c:884
3963#, c-format
3964msgid "Setting reserved blocks uid to %lu\n"
3965msgstr ""
3966
3967#: misc/tune2fs.c:917
3968msgid "Invalid UUID format\n"
3969msgstr ""
3970
3971#: misc/util.c:72
3972msgid "Proceed anyway? (y,n) "
3973msgstr ""
3974
3975#: misc/util.c:93
3976#, c-format
3977msgid "Could not stat %s --- %s\n"
3978msgstr ""
3979
3980#: misc/util.c:96
3981msgid ""
3982"\n"
3983"The device apparently does not exist; did you specify it correctly?\n"
3984msgstr ""
3985
3986#: misc/util.c:107
3987#, c-format
3988msgid "%s is not a block special device.\n"
3989msgstr ""
3990
3991#: misc/util.c:136
3992#, c-format
3993msgid "%s is entire device, not just one partition!\n"
3994msgstr ""
3995
3996#: misc/util.c:158
3997msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
3998msgstr ""
3999
4000#: misc/util.c:163
4001#, c-format
4002msgid "will not make a %s here!\n"
4003msgstr ""
4004
4005#: misc/util.c:170
4006msgid "mke2fs forced anyway.\n"
4007msgstr ""
4008
4009#: misc/util.c:186
4010msgid "Couldn't allocate memory to parse journal options!\n"
4011msgstr ""
4012
4013#: misc/util.c:228
4014msgid ""
4015"\n"
4016"Bad journal options specified.\n"
4017"\n"
4018"Journal options are separated by commas, and may take an argument which\n"
4019"\tis set off by an equals ('=') sign.\n"
4020"\n"
4021"Valid journal options are:\n"
4022"\tsize=<journal size in megabytes>\n"
4023"\tdevice=<journal device>\n"
4024"\n"
4025"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4026"\n"
4027msgstr ""
4028
4029#: misc/util.c:258
4030msgid ""
4031"\n"
4032"Filesystem too small for a journal\n"
4033msgstr ""
4034
4035#: misc/util.c:265
4036#, c-format
4037msgid ""
4038"\n"
4039"The requested journal size is %d blocks; it must be\n"
4040"between 1024 and 10240000 blocks. Aborting.\n"
4041msgstr ""
4042
4043#: misc/util.c:273
4044msgid ""
4045"\n"
4046"Journal size too big for filesystem.\n"
4047msgstr ""
4048
4049#: misc/util.c:283
4050#, c-format
4051msgid ""
4052"This filesystem will be automatically checked every %d mounts or\n"
4053"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4054msgstr ""
4055
4056#: misc/uuidgen.c:31
4057#, c-format
4058msgid "Usage: %s [-r] [-t]\n"
4059msgstr ""
4060
4061#: resize/extent.c:196
4062msgid "# Extent dump:\n"
4063msgstr ""
4064
4065#: resize/extent.c:197
4066#, c-format
4067msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4068msgstr ""
4069
4070#: resize/extent.c:200
4071#, c-format
4072msgid "#\t\t %u -> %u (%d)\n"
4073msgstr ""
4074
4075#: resize/main.c:39
4076#, c-format
4077msgid ""
4078"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
4079"\n"
4080msgstr ""
4081
4082#: resize/main.c:61
4083msgid "Extending the inode table"
4084msgstr ""
4085
4086#: resize/main.c:64
4087msgid "Relocating blocks"
4088msgstr ""
4089
4090#: resize/main.c:67
4091msgid "Scanning inode table"
4092msgstr ""
4093
4094#: resize/main.c:70
4095msgid "Updating inode references"
4096msgstr ""
4097
4098#: resize/main.c:73
4099msgid "Moving inode table"
4100msgstr ""
4101
4102#: resize/main.c:76
4103msgid "Unknown pass?!?"
4104msgstr ""
4105
4106#: resize/main.c:79
4107#, c-format
4108msgid "Begin pass %d (max = %lu)\n"
4109msgstr ""
4110
4111#: resize/main.c:253
4112#, c-format
4113msgid "while opening %s"
4114msgstr ""
4115
4116#: resize/main.c:265
4117#, c-format
4118msgid "while getting stat information for %s"
4119msgstr ""
4120
4121#: resize/main.c:339
4122#, c-format
4123msgid "bad filesystem size - %s"
4124msgstr ""
4125
4126#: resize/main.c:353
4127msgid "Invalid stride length"
4128msgstr ""
4129
4130#: resize/main.c:377
4131#, c-format
4132msgid ""
4133"The containing partition (or device) is only %u (%dk) blocks.\n"
4134"You requested a new size of %u blocks.\n"
4135"\n"
4136msgstr ""
4137
4138#: resize/main.c:384
4139#, c-format
4140msgid ""
4141"The filesystem is already %u blocks long. Nothing to do!\n"
4142"\n"
4143msgstr ""
4144
4145#: resize/main.c:395
4146#, c-format
4147msgid ""
4148"Please run 'e2fsck -f %s' first.\n"
4149"\n"
4150msgstr ""
4151
4152#: resize/main.c:406
4153#, c-format
4154msgid "while trying to resize %s"
4155msgstr "en intentar redimensionar %s"
4156
4157#: resize/main.c:411
4158#, c-format
4159msgid ""
4160"The filesystem on %s is now %u blocks long.\n"
4161"\n"
4162msgstr ""
4163
4164#: resize/resize2fs.c:233
4165#, c-format
4166msgid "inodes (%llu) must be less than %u"
4167msgstr "el nombre de nodes-i (%llu) ha de ser menor que %u"
4168
4169#: resize/resize2fs.c:642
4170msgid "reserved blocks"
4171msgstr "blocs reservats"
4172
4173#: resize/resize2fs.c:647
4174msgid "blocks to be moved"
4175msgstr "blocs a moure"
4176
4177#: resize/resize2fs.c:652
4178msgid "meta-data blocks"
4179msgstr "blocs de metadades"
4180
4181#: resize/resize2fs.c:1534
4182#, c-format
4183msgid "Should never happen: resize inode corrupt!\n"
4184msgstr ""