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.
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.
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.
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).
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
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>
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
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"
73 "Content-Type: text/plain; charset=UTF-8\n"
74 "Content-Transfer-Encoding: 8bit\n"
76 #: e2fsck/badblocks.c:22 misc/mke2fs.c:156
78 msgid "Bad block %u out of range; ignored.\n"
79 msgstr "Bloc erroni %u fora dels límits; s'ignorarà.\n"
81 #: e2fsck/badblocks.c:45
82 msgid "while sanity checking the bad blocks inode"
83 msgstr "en comprovar l'estat del node-i de blocs erronis"
85 #: e2fsck/badblocks.c:57
86 msgid "while reading the bad blocks inode"
87 msgstr "en llegir el node-i de blocs erronis"
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
95 msgid "while trying to open %s"
96 msgstr "en intentar obrir %s"
98 #: e2fsck/badblocks.c:82
100 msgid "while trying popen '%s'"
101 msgstr "en intentar popen en «%s»"
103 #: e2fsck/badblocks.c:93 misc/mke2fs.c:179
104 msgid "while reading in list of bad blocks from file"
105 msgstr "en llegir la llista de blocs erronis del fitxer"
107 #: e2fsck/badblocks.c:103
108 msgid "while updating bad block inode"
109 msgstr "en actualitzar el node-i de block erronis"
111 #: e2fsck/badblocks.c:129
113 msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
114 msgstr "Avís: s'ha trobat el bloc invàlid %u en el node-i de blocs erronis. S'ha esborrat.\n"
116 #: e2fsck/ehandler.c:53
118 msgid "Error reading block %lu (%s) while %s. "
119 msgstr "S'ha produït un error en llegir el bloc %lu (%s) mentre %s. "
121 #: e2fsck/ehandler.c:56
123 msgid "Error reading block %lu (%s). "
124 msgstr "S'ha produït un error en llegir el bloc %lu (%s). "
126 #: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
128 msgstr "Ignora l'error"
130 #: e2fsck/ehandler.c:60
131 msgid "Force rewrite"
132 msgstr "Força la rescriptura"
134 #: e2fsck/ehandler.c:100
136 msgid "Error writing block %lu (%s) while %s. "
137 msgstr "S'ha produït un error en escriure el bloc %lu (%s) mentre %s. "
139 #: e2fsck/ehandler.c:103
141 msgid "Error writing block %lu (%s). "
142 msgstr "S'ha produït un error en escriure el bloc %lu (%s). "
144 #: e2fsck/emptydir.c:56
145 msgid "empty dirblocks"
146 msgstr "blocs de directori buits"
148 #: e2fsck/emptydir.c:61
149 msgid "empty dir map"
150 msgstr "mapa de directori buit"
152 #: e2fsck/emptydir.c:97
154 msgid "Empty directory block %u (#%d) in inode %u\n"
155 msgstr "El bloc de directori %u (#%d) en el node-i %u és buit\n"
157 #: e2fsck/extend.c:21
159 msgid "%s: %s filename nblocks blocksize\n"
160 msgstr "%s: %s fitxer nblocs midadelbloc\n"
162 #: e2fsck/extend.c:43
164 msgid "Illegal number of blocks!\n"
165 msgstr "Nombre de blocs invàlid\n"
167 #: e2fsck/extend.c:49
169 msgid "Couldn't allocate block buffer (size=%d)\n"
170 msgstr "No s'ha pogut assignar el bloc del búfer (mida=%d)\n"
172 #: e2fsck/flushb.c:34
174 msgid "Usage: %s disk\n"
175 msgstr "Forma d'ús: %s disc\n"
177 #: e2fsck/flushb.c:63
179 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
180 msgstr "L'ioctl BLKFLSBUF no està implementat. No es poden buidar els búfers.\n"
184 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
185 msgstr "Forma d'ús: %s [-F] [-I blocs_del_búfer_del_node_i] dispositiu\n"
187 #: e2fsck/iscan.c:83 e2fsck/unix.c:768
189 msgid "while opening %s for flushing"
190 msgstr "en obrir %s per a buidar-lo"
192 #: e2fsck/iscan.c:88 e2fsck/unix.c:774 resize/main.c:274
194 msgid "while trying to flush %s"
195 msgstr "en intentar buidar %s"
197 #: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:478
198 msgid "while opening inode scan"
201 #: e2fsck/iscan.c:129 misc/e2image.c:496
202 msgid "while getting next inode"
203 msgstr "en obtenir el node-i següent"
205 #: e2fsck/iscan.c:138
207 msgid "%u inodes scanned.\n"
210 #: e2fsck/journal.c:500
211 msgid "reading journal superblock\n"
214 #: e2fsck/journal.c:557
216 msgid "%s: no valid journal superblock found\n"
219 #: e2fsck/journal.c:566
221 msgid "%s: journal too short\n"
224 #: e2fsck/journal.c:839
226 msgid "%s: recovering journal\n"
229 #: e2fsck/journal.c:841
231 msgid "%s: won't do journal recovery while read-only\n"
234 #: e2fsck/journal.c:862
236 msgid "while trying to re-open %s"
237 msgstr "en intentar tornar a obrir %s"
239 #: e2fsck/message.c:109
240 msgid "aextended attribute"
241 msgstr "aatribut ampliat"
243 #: e2fsck/message.c:110
244 msgid "Aerror allocating"
245 msgstr "Aerror en l'assignació"
247 #: e2fsck/message.c:111
251 #: e2fsck/message.c:112
253 msgstr "BMapa de bits"
255 #: e2fsck/message.c:113
259 #: e2fsck/message.c:114
260 msgid "Cconflicts with some other fs @b"
261 msgstr "Centra en conflicte amb algun altre sistema de firxers @b"
263 #: e2fsck/message.c:115
267 #: e2fsck/message.c:116
271 #: e2fsck/message.c:117
273 msgstr "jfitxer de transaccions"
275 #: e2fsck/message.c:118
279 #: e2fsck/message.c:119
283 #: e2fsck/message.c:120
287 #: e2fsck/message.c:121
288 msgid "E@e '%Dn' in %p (%i)"
291 #: e2fsck/message.c:122
293 msgstr "fsistema de fitxers"
295 #: e2fsck/message.c:123
296 msgid "Ffor @i %i (%Q) is"
299 #: e2fsck/message.c:124
303 #: e2fsck/message.c:125
307 #: e2fsck/message.c:126
311 #: e2fsck/message.c:127
313 msgstr "Lés un enllaç"
315 #: e2fsck/message.c:128
316 msgid "mmultiply-claimed"
319 #: e2fsck/message.c:129
323 #: e2fsck/message.c:130
327 #: e2fsck/message.c:131
331 #: e2fsck/message.c:132
335 #: e2fsck/message.c:133
339 #: e2fsck/message.c:134
343 #: e2fsck/message.c:135
347 #: e2fsck/message.c:136
351 #: e2fsck/message.c:137
355 #: e2fsck/message.c:148
356 msgid "<The NULL inode>"
357 msgstr "<El node-i NULL>"
359 #: e2fsck/message.c:149
360 msgid "<The bad blocks inode>"
361 msgstr "<El node-i de blocs erronis>"
363 #: e2fsck/message.c:151
364 msgid "<The ACL index inode>"
365 msgstr "<El node-i de l'índex de les ACL>"
367 #: e2fsck/message.c:152
368 msgid "<The ACL data inode>"
369 msgstr "<El node-i de les dades de les ACL>"
371 #: e2fsck/message.c:153
372 msgid "<The boot loader inode>"
375 #: e2fsck/message.c:154
376 msgid "<The undelete directory inode>"
379 #: e2fsck/message.c:155
380 msgid "<The group descriptor inode>"
383 #: e2fsck/message.c:156
384 msgid "<The journal inode>"
387 #: e2fsck/message.c:157
388 msgid "<Reserved inode 9>"
389 msgstr "<Node-i reservat 9>"
391 #: e2fsck/message.c:158
392 msgid "<Reserved inode 10>"
393 msgstr "<Node-i reservat 10>"
395 #: e2fsck/message.c:314
398 msgstr "fitxer normal"
400 #: e2fsck/message.c:316
405 #: e2fsck/message.c:318
407 msgid "character device"
410 #: e2fsck/message.c:320
413 msgstr "dispositiu d'accés per bloc"
415 #: e2fsck/message.c:322
418 msgstr "conducte amb nom"
420 #: e2fsck/message.c:324
422 msgid "symbolic link"
423 msgstr "enllaç simbòlic"
425 #: e2fsck/message.c:326
430 #: e2fsck/message.c:328
432 msgid "unknown file type with mode 0%o"
433 msgstr "tips de fitxer desconegut amb mode 0%o"
435 #: e2fsck/pass1b.c:215
436 msgid "multiply claimed inode map"
439 #: e2fsck/pass1b.c:566 e2fsck/pass1b.c:703
441 msgid "internal error; can't find dup_blk for %u\n"
444 #: e2fsck/pass1b.c:746
445 msgid "returned from clone_file_block"
448 #: e2fsck/pass1b.c:765
450 msgid "internal error: couldn't lookup EA block record for %u"
453 #: e2fsck/pass1b.c:777
455 msgid "internal error: couldn't lookup EA inode record for %u"
458 #: e2fsck/pass1.c:404 e2fsck/pass2.c:776
459 msgid "reading directory block"
462 #: e2fsck/pass1.c:521
463 msgid "in-use inode map"
466 #: e2fsck/pass1.c:530
467 msgid "directory inode map"
470 #: e2fsck/pass1.c:538
471 msgid "regular file inode map"
474 #: e2fsck/pass1.c:545
475 msgid "in-use block map"
478 #: e2fsck/pass1.c:599
479 msgid "opening inode scan"
482 #: e2fsck/pass1.c:623
483 msgid "getting next inode from scan"
486 #: e2fsck/pass1.c:1016
490 #: e2fsck/pass1.c:1075
492 msgid "reading indirect blocks of inode %u"
495 #: e2fsck/pass1.c:1117
496 msgid "bad inode map"
499 #: e2fsck/pass1.c:1139
500 msgid "inode in bad block map"
503 #: e2fsck/pass1.c:1159
504 msgid "imagic inode map"
507 #: e2fsck/pass1.c:1186
508 msgid "multiply claimed block map"
511 #: e2fsck/pass1.c:1285
512 msgid "ext attr block map"
515 #: e2fsck/pass1.c:2067
519 #: e2fsck/pass1.c:2071
523 #: e2fsck/pass1.c:2075
527 #: e2fsck/pass2.c:290
532 msgid "inode done bitmap"
539 #: e2fsck/pass3.c:145
543 #: e2fsck/pass3.c:333
544 msgid "inode loop detection bitmap"
547 #: e2fsck/pass4.c:176
555 #: e2fsck/problem.c:50
559 #: e2fsck/problem.c:51
563 #: e2fsck/problem.c:52
567 #: e2fsck/problem.c:53
571 #: e2fsck/problem.c:54
575 #: e2fsck/problem.c:55
579 #: e2fsck/problem.c:56
580 msgid "Connect to /lost+found"
583 #: e2fsck/problem.c:57
587 #: e2fsck/problem.c:58
591 #: e2fsck/problem.c:59
595 #: e2fsck/problem.c:60
599 #: e2fsck/problem.c:61
603 #: e2fsck/problem.c:62
607 #: e2fsck/problem.c:63
611 #: e2fsck/problem.c:64
612 msgid "Clone multiply-claimed blocks"
615 #: e2fsck/problem.c:65
617 msgstr "Suprimeix el fitxer"
619 #: e2fsck/problem.c:66
620 msgid "Suppress messages"
621 msgstr "Suprimeix els missatges"
623 #: e2fsck/problem.c:67
627 #: e2fsck/problem.c:68
628 msgid "Clear HTree index"
631 #: e2fsck/problem.c:69
635 #: e2fsck/problem.c:78
639 #: e2fsck/problem.c:79
643 #: e2fsck/problem.c:80
647 #: e2fsck/problem.c:81
651 #: e2fsck/problem.c:82
655 #: e2fsck/problem.c:83
659 #: e2fsck/problem.c:84
663 #: e2fsck/problem.c:85
667 #: e2fsck/problem.c:86
671 #: e2fsck/problem.c:87
675 #: e2fsck/problem.c:88
676 msgid "INODE CLEARED"
679 #: e2fsck/problem.c:89
683 #: e2fsck/problem.c:90
687 #: e2fsck/problem.c:91
691 #: e2fsck/problem.c:92
692 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
695 #: e2fsck/problem.c:93
697 msgstr "FITXER SUPRIMIT"
699 #: e2fsck/problem.c:94
703 #: e2fsck/problem.c:95
707 #: e2fsck/problem.c:96
708 msgid "HTREE INDEX CLEARED"
711 #: e2fsck/problem.c:97
712 msgid "WILL RECREATE"
715 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
716 #: e2fsck/problem.c:106
717 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
720 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
721 #: e2fsck/problem.c:110
722 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
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
729 "@i table for @g %g is not in @g. (@b %b)\n"
730 "WARNING: SEVERE DATA LOSS POSSIBLE.\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
740 #: e2fsck/problem.c:121
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"
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
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"
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
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"
772 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
773 #: e2fsck/problem.c:144
774 msgid "@S @bs_per_group = %b, should have been %c\n"
777 #. @-expanded: superblock first_data_block = %b, should have been %c\n
778 #: e2fsck/problem.c:149
779 msgid "@S first_data_@b = %b, should have been %c\n"
782 #. @-expanded: filesystem did not have a UUID; generating one.\n
784 #: e2fsck/problem.c:154
786 "@f did not have a UUID; generating one.\n"
790 #: e2fsck/problem.c:159
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"
801 #. @-expanded: Corruption found in superblock. (%s = %N).\n
802 #: e2fsck/problem.c:168
803 msgid "Corruption found in @S. (%s = %N).\n"
806 #. @-expanded: Error determining size of the physical device: %m\n
807 #: e2fsck/problem.c:173
809 msgid "Error determining size of the physical @v: %m\n"
812 #. @-expanded: inode count in superblock is %i, should be %j.\n
813 #: e2fsck/problem.c:178
814 msgid "@i count in @S is %i, @s %j.\n"
817 #: e2fsck/problem.c:182
818 msgid "The Hurd does not support the filetype feature.\n"
821 #. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
822 #: e2fsck/problem.c:187
824 msgid "@S has an @n ext3 @j (@i %i).\n"
827 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
828 #: e2fsck/problem.c:192
829 msgid "External @j has multiple @f users (unsupported).\n"
832 #. @-expanded: Can't find external journal\n
833 #: e2fsck/problem.c:197
834 msgid "Can't find external @j\n"
837 #. @-expanded: External journal has bad superblock\n
838 #: e2fsck/problem.c:202
839 msgid "External @j has bad @S\n"
842 #. @-expanded: External journal does not support this filesystem\n
843 #: e2fsck/problem.c:207
844 msgid "External @j does not support this @f\n"
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
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"
858 #. @-expanded: Ext3 journal superblock is corrupt.\n
859 #: e2fsck/problem.c:220
860 msgid "Ext3 @j @S is corrupt.\n"
863 #. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
864 #: e2fsck/problem.c:225
866 msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
869 #. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
870 #: e2fsck/problem.c:230
871 msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
874 #. @-expanded: ext3 recovery flag is clear, but journal has data.\n
875 #: e2fsck/problem.c:235
876 msgid "ext3 recovery flag is clear, but @j has data.\n"
879 #. @-expanded: Clear journal
880 #: e2fsck/problem.c:240
884 #. @-expanded: Run journal anyway
885 #: e2fsck/problem.c:245
886 msgid "Run @j anyway"
889 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
890 #: e2fsck/problem.c:250
891 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
894 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
895 #: e2fsck/problem.c:255
896 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
899 #. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
900 #: e2fsck/problem.c:260
901 msgid "@I @b #%B (%b) found in @o @i %i.\n"
904 #. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
905 #: e2fsck/problem.c:265
906 msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
909 #. @-expanded: illegal orphaned inode %i in superblock.\n
910 #: e2fsck/problem.c:270
912 msgid "@I @o @i %i in @S.\n"
915 #. @-expanded: illegal inode %i in orphaned inode list.\n
916 #: e2fsck/problem.c:275
918 msgid "@I @i %i in @o @i list.\n"
921 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
922 #: e2fsck/problem.c:280 e2fsck/problem.c:613
923 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
926 #. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
927 #: e2fsck/problem.c:285
928 msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
931 #. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
932 #: e2fsck/problem.c:290
933 msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
936 #. @-expanded: journal version not supported by this e2fsck.\n
937 #: e2fsck/problem.c:295
938 msgid "@j version not supported by this e2fsck.\n"
941 #. @-expanded: Moving journal from /%s to hidden inode.\n
943 #: e2fsck/problem.c:300
946 "Moving @j from /%s to hidden @i.\n"
950 #. @-expanded: Error moving journal: %m\n
952 #: e2fsck/problem.c:305
955 "Error moving @j: %m\n"
959 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
960 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
962 #: e2fsck/problem.c:310
964 "Found @n V2 @j @S fields (from V1 @j).\n"
965 "Clearing fields beyond the V1 @j @S...\n"
969 #. @-expanded: Backing up journal inode block information.\n
971 #: e2fsck/problem.c:316
973 "Backing up @j @i @b information.\n"
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
981 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
985 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
986 #: e2fsck/problem.c:327
987 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
990 #. @-expanded: Resize inode not valid.
991 #: e2fsck/problem.c:332
992 msgid "Resize @i not valid. "
995 #. @-expanded: superblock last mount time is in the future.
996 #: e2fsck/problem.c:337
997 msgid "@S last mount time is in the future. "
1000 #. @-expanded: superblock last write time is in the future.
1001 #: e2fsck/problem.c:342
1002 msgid "@S last write time is in the future. "
1005 #. @-expanded: superblock hint for external superblock should be %X.
1006 #: e2fsck/problem.c:346
1008 msgid "@S hint for external superblock @s %X. "
1011 #. @-expanded: Adding dirhash hint to filesystem.\n
1013 #: e2fsck/problem.c:351
1015 "Adding dirhash hint to @f.\n"
1019 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1020 #: e2fsck/problem.c:358
1021 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1024 #. @-expanded: root inode is not a directory.
1025 #: e2fsck/problem.c:362
1026 msgid "@r is not a @d. "
1027 msgstr "el @r no és un @d. "
1029 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1030 #: e2fsck/problem.c:367
1031 msgid "@r has dtime set (probably due to old mke2fs). "
1034 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1035 #: e2fsck/problem.c:372
1036 msgid "Reserved @i %i (%Q) has @n mode. "
1039 #. @-expanded: deleted inode %i has zero dtime.
1040 #: e2fsck/problem.c:377
1042 msgid "@D @i %i has zero dtime. "
1045 #. @-expanded: inode %i is in use, but has dtime set.
1046 #: e2fsck/problem.c:382
1048 msgid "@i %i is in use, but has dtime set. "
1051 #. @-expanded: inode %i is a zero-length directory.
1052 #: e2fsck/problem.c:387
1054 msgid "@i %i is a @z @d. "
1057 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1058 #: e2fsck/problem.c:392
1059 msgid "@g %g's @b @B at %b @C.\n"
1062 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1063 #: e2fsck/problem.c:397
1064 msgid "@g %g's @i @B at %b @C.\n"
1067 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1068 #: e2fsck/problem.c:402
1069 msgid "@g %g's @i table at %b @C.\n"
1072 #. @-expanded: group %g's block bitmap (%b) is bad.
1073 #: e2fsck/problem.c:407
1074 msgid "@g %g's @b @B (%b) is bad. "
1077 #. @-expanded: group %g's inode bitmap (%b) is bad.
1078 #: e2fsck/problem.c:412
1079 msgid "@g %g's @i @B (%b) is bad. "
1082 #. @-expanded: inode %i, i_size is %Is, should be %N.
1083 #: e2fsck/problem.c:417
1084 msgid "@i %i, i_size is %Is, @s %N. "
1087 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1088 #: e2fsck/problem.c:422
1089 msgid "@i %i, i_@bs is %Ib, @s %N. "
1092 #. @-expanded: illegal block #%B (%b) in inode %i.
1093 #: e2fsck/problem.c:427
1094 msgid "@I @b #%B (%b) in @i %i. "
1097 #. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
1098 #: e2fsck/problem.c:432
1099 msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1102 #. @-expanded: inode %i has illegal block(s).
1103 #: e2fsck/problem.c:437
1105 msgid "@i %i has illegal @b(s). "
1108 #. @-expanded: Too many illegal blocks in inode %i.\n
1109 #: e2fsck/problem.c:442
1111 msgid "Too many illegal @bs in @i %i.\n"
1114 #. @-expanded: illegal block #%B (%b) in bad block inode.
1115 #: e2fsck/problem.c:447
1116 msgid "@I @b #%B (%b) in bad @b @i. "
1119 #. @-expanded: Bad block inode has illegal block(s).
1120 #: e2fsck/problem.c:452
1121 msgid "Bad @b @i has illegal @b(s). "
1124 #. @-expanded: Duplicate or bad block in use!\n
1125 #: e2fsck/problem.c:457
1126 msgid "Duplicate or bad @b in use!\n"
1129 #. @-expanded: Bad block %b used as bad block inode indirect block.
1130 #: e2fsck/problem.c:462
1131 msgid "Bad @b %b used as bad @b @i indirect @b. "
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
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"
1147 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1148 #: e2fsck/problem.c:474
1151 "If the @b is really bad, the @f can not be fixed.\n"
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
1157 #: e2fsck/problem.c:479
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"
1164 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1165 #: e2fsck/problem.c:485
1166 msgid "The primary @S (%b) is on the bad @b list.\n"
1169 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1170 #: e2fsck/problem.c:490
1171 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1174 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1175 #: e2fsck/problem.c:496
1176 msgid "Warning: Group %g's @S (%b) is bad.\n"
1179 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1180 #: e2fsck/problem.c:501
1181 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1184 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1185 #: e2fsck/problem.c:507
1186 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1189 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1190 #: e2fsck/problem.c:513
1191 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1194 #. @-expanded: error allocating block buffer for relocating %s\n
1195 #: e2fsck/problem.c:518
1197 msgid "@A @b buffer for relocating %s\n"
1200 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1201 #: e2fsck/problem.c:523
1202 msgid "Relocating @g %g's %s from %b to %c...\n"
1205 #. @-expanded: Relocating group %g's %s to %c...\n
1206 #: e2fsck/problem.c:528
1208 msgid "Relocating @g %g's %s to %c...\n"
1211 #. @-expanded: Warning: could not read block %b of %s: %m\n
1212 #: e2fsck/problem.c:533
1213 msgid "Warning: could not read @b %b of %s: %m\n"
1216 #. @-expanded: Warning: could not write block %b for %s: %m\n
1217 #: e2fsck/problem.c:538
1218 msgid "Warning: could not write @b %b for %s: %m\n"
1221 #. @-expanded: error allocating inode bitmap (%N): %m\n
1222 #: e2fsck/problem.c:543 e2fsck/problem.c:1280
1223 msgid "@A @i @B (%N): %m\n"
1226 #. @-expanded: error allocating block bitmap (%N): %m\n
1227 #: e2fsck/problem.c:548
1228 msgid "@A @b @B (%N): %m\n"
1231 #. @-expanded: error allocating icount link information: %m\n
1232 #: e2fsck/problem.c:553
1234 msgid "@A icount link information: %m\n"
1237 #. @-expanded: error allocating directory block array: %m\n
1238 #: e2fsck/problem.c:558
1240 msgid "@A @d @b array: %m\n"
1243 #. @-expanded: Error while scanning inodes (%i): %m\n
1244 #: e2fsck/problem.c:563
1246 msgid "Error while scanning @is (%i): %m\n"
1249 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1250 #: e2fsck/problem.c:568
1252 msgid "Error while iterating over @bs in @i %i: %m\n"
1255 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1256 #: e2fsck/problem.c:573
1257 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1260 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1261 #: e2fsck/problem.c:578
1262 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1265 #. @-expanded: Error reading inode %i: %m\n
1266 #: e2fsck/problem.c:584
1268 msgid "Error reading @i %i: %m\n"
1271 #. @-expanded: inode %i has imagic flag set.
1272 #: e2fsck/problem.c:592
1274 msgid "@i %i has imagic flag set. "
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
1282 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1283 "or append-only flag set. "
1286 #. @-expanded: inode %i has compression flag set on filesystem without compression support.
1287 #: e2fsck/problem.c:603
1289 msgid "@i %i has @cion flag set on @f without @cion support. "
1292 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1293 #: e2fsck/problem.c:608
1295 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1298 #. @-expanded: journal inode is not in use, but contains data.
1299 #: e2fsck/problem.c:618
1300 msgid "@j @i is not in use, but contains data. "
1303 #. @-expanded: journal is not regular file.
1304 #: e2fsck/problem.c:623
1305 msgid "@j is not regular file. "
1308 #. @-expanded: inode %i was part of the orphaned inode list.
1309 #: e2fsck/problem.c:628
1311 msgid "@i %i was part of the @o @i list. "
1314 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1315 #: e2fsck/problem.c:634
1316 msgid "@is that were part of a corrupted orphan linked list found. "
1319 #. @-expanded: error allocating refcount structure (%N): %m\n
1320 #: e2fsck/problem.c:639
1321 msgid "@A refcount structure (%N): %m\n"
1324 #. @-expanded: Error reading extended attribute block %b for inode %i.
1325 #: e2fsck/problem.c:644
1326 msgid "Error reading @a @b %b for @i %i. "
1329 #. @-expanded: inode %i has a bad extended attribute block %b.
1330 #: e2fsck/problem.c:649
1331 msgid "@i %i has a bad @a @b %b. "
1334 #. @-expanded: Error reading extended attribute block %b (%m).
1335 #: e2fsck/problem.c:654
1336 msgid "Error reading @a @b %b (%m). "
1339 #. @-expanded: extended attribute block %b has reference count %B, should be %N.
1340 #: e2fsck/problem.c:659
1341 msgid "@a @b %b has reference count %B, @s %N. "
1344 #. @-expanded: Error writing extended attribute block %b (%m).
1345 #: e2fsck/problem.c:664
1346 msgid "Error writing @a @b %b (%m). "
1349 #. @-expanded: extended attribute block %b has h_blocks > 1.
1350 #: e2fsck/problem.c:669
1351 msgid "@a @b %b has h_@bs > 1. "
1354 #. @-expanded: error allocating extended attribute block %b.
1355 #: e2fsck/problem.c:674
1356 msgid "@A @a @b %b. "
1359 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1360 #: e2fsck/problem.c:679
1361 msgid "@a @b %b is corrupt (allocation collision). "
1364 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1365 #: e2fsck/problem.c:684
1366 msgid "@a @b %b is corrupt (@n name). "
1369 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1370 #: e2fsck/problem.c:689
1371 msgid "@a @b %b is corrupt (@n value). "
1374 #. @-expanded: inode %i is too big.
1375 #: e2fsck/problem.c:694
1377 msgid "@i %i is too big. "
1380 #. @-expanded: block #%B (%b) causes directory to be too big.
1381 #: e2fsck/problem.c:698
1382 msgid "@b #%B (%b) causes @d to be too big. "
1385 #. @-expanded: block #%B (%b) causes file to be too big.
1386 #: e2fsck/problem.c:703
1387 msgid "@b #%B (%b) causes file to be too big. "
1390 #. @-expanded: block #%B (%b) causes symlink to be too big.
1391 #: e2fsck/problem.c:708
1392 msgid "@b #%B (%b) causes symlink to be too big. "
1395 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1396 #: e2fsck/problem.c:713
1398 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1401 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1402 #: e2fsck/problem.c:718
1404 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1407 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1408 #: e2fsck/problem.c:723
1410 msgid "@h %i has an @n root node.\n"
1413 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1414 #: e2fsck/problem.c:728
1415 msgid "@h %i has an unsupported hash version (%N)\n"
1418 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1419 #: e2fsck/problem.c:733
1421 msgid "@h %i uses an incompatible htree root node flag.\n"
1424 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1425 #: e2fsck/problem.c:738
1426 msgid "@h %i has a tree depth (%N) which is too big\n"
1429 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1430 #. @-expanded: filesystem metadata.
1431 #: e2fsck/problem.c:743
1433 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1437 #. @-expanded: Resize inode (re)creation failed: %m.
1438 #: e2fsck/problem.c:749
1440 msgid "Resize @i (re)creation failed: %m."
1443 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1444 #: e2fsck/problem.c:754
1445 msgid "@i %i has a extra size (%IS) which is @n\n"
1448 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1449 #: e2fsck/problem.c:759
1450 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1453 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1454 #: e2fsck/problem.c:764
1455 msgid "@a in @i %i has a value size (%N) which is @n\n"
1458 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1459 #: e2fsck/problem.c:769
1460 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1463 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1464 #: e2fsck/problem.c:774
1465 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1468 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
1469 #: e2fsck/problem.c:779
1470 msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
1473 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1474 #: e2fsck/problem.c:784
1475 msgid "@i %i is a %It but it looks like it is really a directory.\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
1484 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1485 "Pass 1B: Rescanning for @m @bs\n"
1488 #. @-expanded: multiply-claimed block(s) in inode %i:
1489 #: e2fsck/problem.c:797
1491 msgid "@m @b(s) in @i %i:"
1494 #: e2fsck/problem.c:812
1496 msgid "Error while scanning inodes (%i): %m\n"
1499 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1500 #: e2fsck/problem.c:817
1502 msgid "@A @i @B (@i_dup_map): %m\n"
1505 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1506 #: e2fsck/problem.c:822
1508 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1511 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1512 #: e2fsck/problem.c:827 e2fsck/problem.c:1143
1513 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1516 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1517 #: e2fsck/problem.c:833
1518 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1521 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1522 #: e2fsck/problem.c:839
1523 msgid "Pass 1D: Reconciling @m @bs\n"
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
1530 "File %Q (@i #%i, mod time %IM) \n"
1531 " has %B @m @b(s), shared with %N file(s):\n"
1534 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1535 #: e2fsck/problem.c:850
1536 msgid "\t%Q (@i #%i, mod time %IM)\n"
1539 #. @-expanded: \t<filesystem metadata>\n
1540 #: e2fsck/problem.c:855
1541 msgid "\t<@f metadata>\n"
1542 msgstr "\t<metadades del @f>\n"
1544 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1546 #: e2fsck/problem.c:860
1548 "(There are %N @is containing @m @bs.)\n"
1552 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1554 #: e2fsck/problem.c:865
1556 "@m @bs already reassigned or cloned.\n"
1560 #: e2fsck/problem.c:878
1562 msgid "Couldn't clone file: %m\n"
1563 msgstr "No s'ha pogut clonar el fitxer: %m\n"
1565 #. @-expanded: Pass 2: Checking directory structure\n
1566 #: e2fsck/problem.c:884
1567 msgid "Pass 2: Checking @d structure\n"
1568 msgstr "Pas 2: comprovació de l'estructura del @d\n"
1570 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
1571 #: e2fsck/problem.c:889
1573 msgid "@n @i number for '.' in @d @i %i.\n"
1576 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1577 #: e2fsck/problem.c:894
1578 msgid "@E has @n @i #: %Di.\n"
1581 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
1582 #: e2fsck/problem.c:899
1583 msgid "@E has @D/unused @i %Di. "
1586 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
1587 #: e2fsck/problem.c:904
1588 msgid "@E @L to '.' "
1591 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1592 #: e2fsck/problem.c:909
1593 msgid "@E points to @i (%Di) located in a bad @b.\n"
1596 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1597 #: e2fsck/problem.c:914
1598 msgid "@E @L to @d %P (%Di).\n"
1601 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1602 #: e2fsck/problem.c:919
1603 msgid "@E @L to the @r.\n"
1606 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1607 #: e2fsck/problem.c:924
1608 msgid "@E has illegal characters in its name.\n"
1611 #. @-expanded: Missing '.' in directory inode %i.\n
1612 #: e2fsck/problem.c:929
1614 msgid "Missing '.' in @d @i %i.\n"
1617 #. @-expanded: Missing '..' in directory inode %i.\n
1618 #: e2fsck/problem.c:934
1620 msgid "Missing '..' in @d @i %i.\n"
1623 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1624 #: e2fsck/problem.c:939
1625 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1628 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1629 #: e2fsck/problem.c:944
1630 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1633 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1634 #: e2fsck/problem.c:949
1635 msgid "i_faddr @F %IF, @s zero.\n"
1638 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1639 #: e2fsck/problem.c:954
1640 msgid "i_file_acl @F %If, @s zero.\n"
1643 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1644 #: e2fsck/problem.c:959
1645 msgid "i_dir_acl @F %Id, @s zero.\n"
1648 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1649 #: e2fsck/problem.c:964
1650 msgid "i_frag @F %N, @s zero.\n"
1653 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1654 #: e2fsck/problem.c:969
1655 msgid "i_fsize @F %N, @s zero.\n"
1658 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1659 #: e2fsck/problem.c:974
1660 msgid "@i %i (%Q) has @n mode (%Im).\n"
1663 #. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
1664 #: e2fsck/problem.c:979
1665 msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1668 #. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
1669 #: e2fsck/problem.c:984
1670 msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1673 #. @-expanded: directory inode %i has an unallocated block #%B.
1674 #: e2fsck/problem.c:989
1675 msgid "@d @i %i has an unallocated @b #%B. "
1678 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1679 #: e2fsck/problem.c:994
1681 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1684 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1685 #: e2fsck/problem.c:999
1687 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1690 #. @-expanded: inode %i (%Q) is an illegal character device.\n
1691 #: e2fsck/problem.c:1004
1692 msgid "@i %i (%Q) is an @I character @v.\n"
1695 #. @-expanded: inode %i (%Q) is an illegal block device.\n
1696 #: e2fsck/problem.c:1009
1697 msgid "@i %i (%Q) is an @I @b @v.\n"
1700 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1701 #: e2fsck/problem.c:1014
1702 msgid "@E is duplicate '.' @e.\n"
1705 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1706 #: e2fsck/problem.c:1019
1707 msgid "@E is duplicate '..' @e.\n"
1710 #: e2fsck/problem.c:1024 e2fsck/problem.c:1305
1712 msgid "Internal error: couldn't find dir_info for %i.\n"
1715 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1716 #: e2fsck/problem.c:1029
1717 msgid "@E has rec_len of %Dr, @s %N.\n"
1720 #. @-expanded: error allocating icount structure: %m\n
1721 #: e2fsck/problem.c:1034
1723 msgid "@A icount structure: %m\n"
1726 #. @-expanded: Error iterating over directory blocks: %m\n
1727 #: e2fsck/problem.c:1039
1729 msgid "Error iterating over @d @bs: %m\n"
1732 #. @-expanded: Error reading directory block %b (inode %i): %m\n
1733 #: e2fsck/problem.c:1044
1734 msgid "Error reading @d @b %b (@i %i): %m\n"
1737 #. @-expanded: Error writing directory block %b (inode %i): %m\n
1738 #: e2fsck/problem.c:1049
1739 msgid "Error writing @d @b %b (@i %i): %m\n"
1742 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
1743 #: e2fsck/problem.c:1054
1745 msgid "@A new @d @b for @i %i (%s): %m\n"
1748 #. @-expanded: Error deallocating inode %i: %m\n
1749 #: e2fsck/problem.c:1059
1751 msgid "Error deallocating @i %i: %m\n"
1754 #. @-expanded: directory entry for '.' is big.
1755 #: e2fsck/problem.c:1064
1756 msgid "@d @e for '.' is big. "
1759 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
1760 #: e2fsck/problem.c:1069
1761 msgid "@i %i (%Q) is an @I FIFO.\n"
1764 #. @-expanded: inode %i (%Q) is an illegal socket.\n
1765 #: e2fsck/problem.c:1074
1766 msgid "@i %i (%Q) is an @I socket.\n"
1769 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
1770 #: e2fsck/problem.c:1079
1771 msgid "Setting filetype for @E to %N.\n"
1774 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
1775 #: e2fsck/problem.c:1084
1776 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
1779 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
1780 #: e2fsck/problem.c:1089
1781 msgid "@E has filetype set.\n"
1784 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
1785 #: e2fsck/problem.c:1094
1786 msgid "@E has a @z name.\n"
1789 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
1790 #: e2fsck/problem.c:1099
1791 msgid "Symlink %Q (@i #%i) is @n.\n"
1794 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
1795 #: e2fsck/problem.c:1104
1796 msgid "@a @b @F @n (%If).\n"
1799 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
1800 #: e2fsck/problem.c:1109
1801 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
1804 #. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
1805 #: e2fsck/problem.c:1114
1806 msgid "@p @h %d: node (%B) not referenced\n"
1809 #. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
1810 #: e2fsck/problem.c:1119
1811 msgid "@p @h %d: node (%B) referenced twice\n"
1814 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
1815 #: e2fsck/problem.c:1124
1816 msgid "@p @h %d: node (%B) has bad min hash\n"
1819 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
1820 #: e2fsck/problem.c:1129
1821 msgid "@p @h %d: node (%B) has bad max hash\n"
1824 #. @-expanded: invalid HTREE directory inode %d (%q).
1825 #: e2fsck/problem.c:1134
1826 msgid "@n @h %d (%q). "
1829 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
1830 #: e2fsck/problem.c:1138
1831 msgid "@p @h %d (%q): bad @b number %b.\n"
1834 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
1835 #: e2fsck/problem.c:1148
1837 msgid "@p @h %d: root node is @n\n"
1840 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
1841 #: e2fsck/problem.c:1153
1842 msgid "@p @h %d: node (%B) has @n limit (%N)\n"
1845 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
1846 #: e2fsck/problem.c:1158
1847 msgid "@p @h %d: node (%B) has @n count (%N)\n"
1850 #. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
1851 #: e2fsck/problem.c:1163
1852 msgid "@p @h %d: node (%B) has an unordered hash table\n"
1855 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
1856 #: e2fsck/problem.c:1168
1857 msgid "@p @h %d: node (%B) has @n depth\n"
1860 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
1861 #: e2fsck/problem.c:1173
1862 msgid "Duplicate @E found. "
1865 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1866 #. @-expanded: Rename to %s
1867 #: e2fsck/problem.c:1178
1870 "@E has a non-unique filename.\n"
1874 #. @-expanded: Duplicate entry '%Dn' found.\n
1875 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1877 #: e2fsck/problem.c:1183
1879 "Duplicate @e '%Dn' found.\n"
1880 "\tMarking %p (%i) to be rebuilt.\n"
1884 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
1885 #: e2fsck/problem.c:1188
1886 msgid "i_blocks_hi @F %N, @s zero.\n"
1889 #. @-expanded: Pass 3: Checking directory connectivity\n
1890 #: e2fsck/problem.c:1195
1891 msgid "Pass 3: Checking @d connectivity\n"
1894 #. @-expanded: root inode not allocated.
1895 #: e2fsck/problem.c:1200
1896 msgid "@r not allocated. "
1899 #. @-expanded: No room in lost+found directory.
1900 #: e2fsck/problem.c:1205
1901 msgid "No room in @l @d. "
1904 #. @-expanded: Unconnected directory inode %i (%p)\n
1905 #: e2fsck/problem.c:1210
1907 msgid "Unconnected @d @i %i (%p)\n"
1910 #. @-expanded: /lost+found not found.
1911 #: e2fsck/problem.c:1215
1912 msgid "/@l not found. "
1915 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
1916 #: e2fsck/problem.c:1220
1917 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
1920 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
1921 #: e2fsck/problem.c:1225
1922 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
1925 #. @-expanded: Could not expand /lost+found: %m\n
1926 #: e2fsck/problem.c:1230
1928 msgid "Could not expand /@l: %m\n"
1931 #: e2fsck/problem.c:1235
1933 msgid "Could not reconnect %i: %m\n"
1936 #. @-expanded: Error while trying to find /lost+found: %m\n
1937 #: e2fsck/problem.c:1240
1939 msgid "Error while trying to find /@l: %m\n"
1942 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
1943 #: e2fsck/problem.c:1245
1945 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
1948 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
1949 #: e2fsck/problem.c:1250
1951 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
1954 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
1955 #: e2fsck/problem.c:1255
1957 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
1960 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
1961 #: e2fsck/problem.c:1260
1963 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
1966 #. @-expanded: Error while adjusting inode count on inode %i\n
1967 #: e2fsck/problem.c:1265
1969 msgid "Error while adjusting @i count on @i %i\n"
1972 #. @-expanded: Couldn't fix parent of inode %i: %m\n
1974 #: e2fsck/problem.c:1270
1977 "Couldn't fix parent of @i %i: %m\n"
1981 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
1983 #: e2fsck/problem.c:1275
1986 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
1990 #. @-expanded: Error creating root directory (%s): %m\n
1991 #: e2fsck/problem.c:1285
1993 msgid "Error creating root @d (%s): %m\n"
1996 #. @-expanded: Error creating /lost+found directory (%s): %m\n
1997 #: e2fsck/problem.c:1290
1999 msgid "Error creating /@l @d (%s): %m\n"
2002 #. @-expanded: root inode is not a directory; aborting.\n
2003 #: e2fsck/problem.c:1295
2004 msgid "@r is not a @d; aborting.\n"
2007 #. @-expanded: Cannot proceed without a root inode.\n
2008 #: e2fsck/problem.c:1300
2009 msgid "Cannot proceed without a @r.\n"
2012 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2013 #: e2fsck/problem.c:1310
2015 msgid "/@l is not a @d (ino=%i)\n"
2018 #: e2fsck/problem.c:1317
2019 msgid "Pass 3A: Optimizing directories\n"
2022 #: e2fsck/problem.c:1322
2024 msgid "Failed to create dirs_to_hash iterator: %m"
2027 #: e2fsck/problem.c:1327
2028 msgid "Failed to optimize directory %q (%d): %m"
2031 #: e2fsck/problem.c:1332
2032 msgid "Optimizing directories: "
2033 msgstr "S'estan optimitzant els directoris: "
2035 #: e2fsck/problem.c:1349
2036 msgid "Pass 4: Checking reference counts\n"
2039 #. @-expanded: unattached zero-length inode %i.
2040 #: e2fsck/problem.c:1354
2042 msgid "@u @z @i %i. "
2045 #. @-expanded: unattached inode %i\n
2046 #: e2fsck/problem.c:1359
2051 #. @-expanded: inode %i ref count is %Il, should be %N.
2052 #: e2fsck/problem.c:1364
2053 msgid "@i %i ref count is %Il, @s %N. "
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
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"
2066 #. @-expanded: Pass 5: Checking group summary information\n
2067 #: e2fsck/problem.c:1378
2068 msgid "Pass 5: Checking @g summary information\n"
2071 #. @-expanded: Padding at end of inode bitmap is not set.
2072 #: e2fsck/problem.c:1383
2073 msgid "Padding at end of @i @B is not set. "
2076 #. @-expanded: Padding at end of block bitmap is not set.
2077 #: e2fsck/problem.c:1388
2078 msgid "Padding at end of @b @B is not set. "
2081 #. @-expanded: block bitmap differences:
2082 #: e2fsck/problem.c:1393
2083 msgid "@b @B differences: "
2086 #. @-expanded: inode bitmap differences:
2087 #: e2fsck/problem.c:1413
2088 msgid "@i @B differences: "
2091 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2092 #: e2fsck/problem.c:1433
2093 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2096 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2097 #: e2fsck/problem.c:1438
2098 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2101 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2102 #: e2fsck/problem.c:1443
2103 msgid "Free @is count wrong (%i, counted=%j).\n"
2106 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2107 #: e2fsck/problem.c:1448
2108 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2111 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2112 #: e2fsck/problem.c:1453
2113 msgid "Free @bs count wrong (%b, counted=%c).\n"
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
2119 msgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
2122 #: e2fsck/problem.c:1464
2123 msgid "Internal error: fudging end of bitmap (%N)\n"
2126 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2127 #: e2fsck/problem.c:1469
2129 msgid "Error copying in replacement @i @B: %m\n"
2132 #. @-expanded: Error copying in replacement block bitmap: %m\n
2133 #: e2fsck/problem.c:1474
2135 msgid "Error copying in replacement @b @B: %m\n"
2138 #: e2fsck/problem.c:1499
2139 msgid "Recreate journal to make the filesystem ext3 again?\n"
2142 #: e2fsck/problem.c:1617
2144 msgid "Unhandled error code (0x%x)!\n"
2147 #: e2fsck/problem.c:1711
2151 #: e2fsck/scantest.c:81
2153 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2156 #: e2fsck/scantest.c:100
2158 msgid "size of inode=%d\n"
2159 msgstr "mida del node-i=%d\n"
2161 #: e2fsck/scantest.c:121
2162 msgid "while starting inode scan"
2163 msgstr "en iniciar l'exploració dels nodes-i"
2165 #: e2fsck/scantest.c:132
2166 msgid "while doing inode scan"
2167 msgstr "en fer l'exploració dels nodes-i"
2169 #: e2fsck/super.c:187
2171 msgid "while calling ext2fs_block_iterate for inode %d"
2174 #: e2fsck/super.c:210
2176 msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
2179 #: e2fsck/super.c:268
2183 #: e2fsck/super.c:269
2187 #: e2fsck/swapfs.c:98
2188 msgid "while calling ext2fs_block_iterate"
2191 #: e2fsck/swapfs.c:104
2192 msgid "while calling iterator function"
2195 #: e2fsck/swapfs.c:126
2196 msgid "while allocating inode buffer"
2199 #: e2fsck/swapfs.c:138
2201 msgid "while reading inode table (group %d)"
2204 #: e2fsck/swapfs.c:176
2206 msgid "while writing inode table (group %d)"
2209 #: e2fsck/swapfs.c:226
2211 msgid "Pass 0: Doing byte-swap of filesystem\n"
2214 #: e2fsck/swapfs.c:233
2217 "%s: the filesystem must be freshly checked using fsck\n"
2218 "and not mounted before trying to byte-swap it.\n"
2221 #: e2fsck/swapfs.c:268
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"
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"
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"
2257 #: e2fsck/unix.c:121
2259 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
2262 #: e2fsck/unix.c:133
2264 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2267 #: e2fsck/unix.c:176 misc/badblocks.c:789 misc/tune2fs.c:794 misc/util.c:151
2268 #: resize/main.c:237
2270 msgid "while determining whether %s is mounted."
2271 msgstr "en determinar si %s està muntat."
2273 #: e2fsck/unix.c:194
2275 msgid "Warning! %s is mounted.\n"
2276 msgstr "Avís! %s està muntat.\n"
2278 #: e2fsck/unix.c:198
2280 msgid "%s is mounted. "
2281 msgstr "%s està muntat. "
2283 #: e2fsck/unix.c:200
2285 "Cannot continue, aborting.\n"
2288 "No es pot continuar, s'interromprà.\n"
2291 #: e2fsck/unix.c:201
2296 "\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2297 "SEVERE filesystem damage.\a\a\a\n"
2301 #: e2fsck/unix.c:204
2302 msgid "Do you really want to continue"
2303 msgstr "Esteu segur que voleu continuar?"
2305 #: e2fsck/unix.c:206
2307 msgid "check aborted.\n"
2308 msgstr "s'ha interromput la comprovació.\n"
2310 #: e2fsck/unix.c:276
2311 msgid " contains a file system with errors"
2312 msgstr " conté un sistema de fitxers amb errors"
2314 #: e2fsck/unix.c:278
2315 msgid " was not cleanly unmounted"
2316 msgstr " no es va desmuntar correctament"
2318 #: e2fsck/unix.c:282
2320 msgid " has been mounted %u times without being checked"
2321 msgstr " s'ha muntat %u vegades sense haver estat comprovat"
2323 #: e2fsck/unix.c:290
2325 msgid " has gone %u days without being checked"
2326 msgstr " ha estat %u sense haver estat comprovat"
2328 #: e2fsck/unix.c:299
2329 msgid ", check forced.\n"
2330 msgstr ", es forçarà la comprovació.\n"
2332 #: e2fsck/unix.c:302
2334 msgid "%s: clean, %u/%u files, %u/%u blocks"
2337 #: e2fsck/unix.c:319
2338 msgid " (check deferred; on battery)"
2341 #: e2fsck/unix.c:322
2342 msgid " (check after next mount)"
2345 #: e2fsck/unix.c:324
2347 msgid " (check in %ld mounts)"
2348 msgstr " (comprovació en %ld mesos)"
2350 #: e2fsck/unix.c:470
2352 msgid "ERROR: Couldn't open /dev/null (%s)\n"
2353 msgstr "ERROR: no s'ha pogut obrir /dev/null (%s)\n"
2355 #: e2fsck/unix.c:541
2357 msgid "Invalid EA version.\n"
2360 #: e2fsck/unix.c:547
2362 msgid "Unknown extended option: %s\n"
2365 #: e2fsck/unix.c:567
2368 "Syntax error in e2fsck config file (%s, line #%d)\n"
2372 #: e2fsck/unix.c:624
2374 msgid "Error validating file descriptor %d: %s\n"
2375 msgstr "S'ha produït un error en validar el descriptor de fitxer %d: %s\n"
2377 #: e2fsck/unix.c:628
2378 msgid "Invalid completion information file descriptor"
2381 #: e2fsck/unix.c:643
2382 msgid "Only one of the options -p/-a, -n or -y may be specified."
2383 msgstr "Només es pot especificar una de les opcions -p/-a, -n o -y a la vegada."
2385 #: e2fsck/unix.c:664
2387 msgid "The -t option is not supported on this version of e2fsck.\n"
2388 msgstr "L'opció -t no està implementada en aquesta versió de l'e2fsck.\n"
2390 #: e2fsck/unix.c:729
2392 msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
2395 #: e2fsck/unix.c:752 misc/tune2fs.c:459 misc/tune2fs.c:717 misc/tune2fs.c:734
2397 msgid "Unable to resolve '%s'"
2400 #: e2fsck/unix.c:783
2402 msgid "Incompatible options not allowed when byte-swapping.\n"
2405 #: e2fsck/unix.c:790
2407 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2410 #: e2fsck/unix.c:872
2412 msgid "Error: ext2fs library version out of date!\n"
2415 #: e2fsck/unix.c:880
2416 msgid "while trying to initialize program"
2417 msgstr "en intentar inicialitzar el programa"
2419 #: e2fsck/unix.c:894
2421 msgid "\tUsing %s, %s\n"
2424 #: e2fsck/unix.c:906
2425 msgid "need terminal for interactive repairs"
2428 #: e2fsck/unix.c:945
2430 msgid "%s trying backup blocks...\n"
2433 #: e2fsck/unix.c:946
2434 msgid "Couldn't find ext2 superblock,"
2437 #: e2fsck/unix.c:947
2438 msgid "Group descriptors look bad..."
2441 #: e2fsck/unix.c:958
2444 "The filesystem revision is apparently too high for this version of e2fsck.\n"
2445 "(Or the filesystem superblock is corrupt)\n"
2449 #: e2fsck/unix.c:964
2451 msgid "Could this be a zero-length partition?\n"
2454 #: e2fsck/unix.c:966
2456 msgid "You must have %s access to the filesystem or be root\n"
2459 #: e2fsck/unix.c:971
2461 msgid "Possibly non-existent or swap device?\n"
2464 #: e2fsck/unix.c:973
2466 msgid "Filesystem mounted or opened exclusively by another program?\n"
2469 #: e2fsck/unix.c:977
2472 "Disk write-protected; use the -n option to do a read-only\n"
2473 "check of the device.\n"
2476 #: e2fsck/unix.c:1041
2477 msgid "Get a newer version of e2fsck!"
2480 #: e2fsck/unix.c:1062
2482 msgid "while checking ext3 journal for %s"
2485 #: e2fsck/unix.c:1073
2487 msgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
2490 #: e2fsck/unix.c:1086
2492 msgid "unable to set superblock flags on %s\n"
2495 #: e2fsck/unix.c:1092
2497 msgid "while recovering ext3 journal of %s"
2500 #: e2fsck/unix.c:1121
2501 msgid "Warning: compression support is experimental.\n"
2504 #: e2fsck/unix.c:1126
2507 "E2fsck not compiled with HTREE support,\n"
2508 "\tbut filesystem %s has HTREE directories.\n"
2511 #: e2fsck/unix.c:1161
2513 msgid "%s: Filesystem byte order already normalized.\n"
2516 #: e2fsck/unix.c:1181
2517 msgid "while reading bad blocks inode"
2520 #: e2fsck/unix.c:1183
2522 msgid "This doesn't bode well, but we'll try to go on...\n"
2525 #: e2fsck/unix.c:1208
2526 msgid "Couldn't determine journal size"
2529 #: e2fsck/unix.c:1211 misc/mke2fs.c:1737
2531 msgid "Creating journal (%d blocks): "
2534 #: e2fsck/unix.c:1218 misc/mke2fs.c:1745
2537 "\twhile trying to create journal"
2540 #: e2fsck/unix.c:1221
2545 #: e2fsck/unix.c:1222
2549 "*** journal has been re-created - filesystem is now ext3 again ***\n"
2552 #: e2fsck/unix.c:1229
2554 msgid "Restarting e2fsck from the beginning...\n"
2557 #: e2fsck/unix.c:1233
2558 msgid "while resetting context"
2559 msgstr "en reiniciar el context"
2561 #: e2fsck/unix.c:1240
2563 msgid "%s: e2fsck canceled.\n"
2564 msgstr "%s: s'a cancel·lat l'e2fsck.\n"
2566 #: e2fsck/unix.c:1245
2570 #: e2fsck/unix.c:1253
2574 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2577 #: e2fsck/unix.c:1256
2579 msgid "%s: ***** REBOOT LINUX *****\n"
2582 #: e2fsck/unix.c:1264
2586 "%s: ********** WARNING: Filesystem still has errors **********\n"
2590 #: e2fsck/util.c:131 misc/util.c:68
2594 #: e2fsck/util.c:132
2598 #: e2fsck/util.c:146
2602 #: e2fsck/util.c:148
2606 #: e2fsck/util.c:150
2610 #: e2fsck/util.c:165
2611 msgid "cancelled!\n"
2614 #: e2fsck/util.c:180
2618 #: e2fsck/util.c:182
2622 #: e2fsck/util.c:192
2629 #: e2fsck/util.c:196
2636 #: e2fsck/util.c:200
2640 #: e2fsck/util.c:200
2644 #: e2fsck/util.c:214
2646 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2649 #: e2fsck/util.c:219
2650 msgid "reading inode and block bitmaps"
2653 #: e2fsck/util.c:224
2655 msgid "while retrying to read bitmaps for %s"
2658 #: e2fsck/util.c:237
2659 msgid "writing block bitmaps"
2662 #: e2fsck/util.c:242
2664 msgid "while retrying to write block bitmaps for %s"
2667 #: e2fsck/util.c:249
2668 msgid "writing inode bitmaps"
2671 #: e2fsck/util.c:254
2673 msgid "while retrying to write inode bitmaps for %s"
2676 #: e2fsck/util.c:267
2681 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2682 "\t(i.e., without -a or -p options)\n"
2685 #: e2fsck/util.c:332
2687 msgid "Memory used: %dk/%dk (%dk/%dk), "
2690 #: e2fsck/util.c:336
2692 msgid "Memory used: %d, "
2695 #: e2fsck/util.c:342
2697 msgid "time: %5.2f/%5.2f/%5.2f\n"
2700 #: e2fsck/util.c:347
2702 msgid "elapsed time: %6.3f\n"
2705 #: e2fsck/util.c:361
2707 msgid "while reading inode %ld in %s"
2710 #: e2fsck/util.c:375 e2fsck/util.c:388
2712 msgid "while writing inode %ld in %s"
2715 #: misc/badblocks.c:61
2719 #: misc/badblocks.c:80
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"
2727 #: misc/badblocks.c:88
2730 "%s: The -n and -w options are mutually exclusive.\n"
2734 #: misc/badblocks.c:235
2735 msgid "Testing with random pattern: "
2738 #: misc/badblocks.c:253
2739 msgid "Testing with pattern 0x"
2742 #: misc/badblocks.c:278 misc/badblocks.c:307
2746 #: misc/badblocks.c:285
2748 msgid "Weird value (%ld) in do_read\n"
2751 #: misc/badblocks.c:327
2752 msgid "during ext2fs_sync_device"
2755 #: misc/badblocks.c:343 misc/badblocks.c:581
2756 msgid "while beginning bad block list iteration"
2759 #: misc/badblocks.c:357 misc/badblocks.c:447 misc/badblocks.c:591
2760 msgid "while allocating buffers"
2763 #: misc/badblocks.c:361
2765 msgid "Checking blocks %lu to %lu\n"
2768 #: misc/badblocks.c:365
2769 msgid "Checking for bad blocks in read-only mode\n"
2772 #: misc/badblocks.c:374
2773 msgid "Checking for bad blocks (read-only test): "
2776 #: misc/badblocks.c:454
2777 msgid "Checking for bad blocks in read-write mode\n"
2780 #: misc/badblocks.c:456 misc/badblocks.c:604
2782 msgid "From block %lu to %lu\n"
2785 #: misc/badblocks.c:507
2786 msgid "Reading and comparing: "
2789 #: misc/badblocks.c:603
2790 msgid "Checking for bad blocks in non-destructive read-write mode\n"
2793 #: misc/badblocks.c:607
2794 msgid "Checking for bad blocks (non-destructive read-write test)\n"
2797 #: misc/badblocks.c:614
2800 "Interrupt caught, cleaning up\n"
2803 #: misc/badblocks.c:684
2805 msgid "during test data write, block %lu"
2808 #: misc/badblocks.c:794 misc/util.c:156
2810 msgid "%s is mounted; "
2811 msgstr "%s està muntat; "
2813 #: misc/badblocks.c:796
2814 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
2817 #: misc/badblocks.c:801
2818 msgid "it's not safe to run badblocks!\n"
2821 #: misc/badblocks.c:806 misc/util.c:167
2823 msgid "%s is apparently in use by the system; "
2826 #: misc/badblocks.c:809
2827 msgid "badblocks forced anyway.\n"
2830 #: misc/badblocks.c:871
2832 msgid "bad block size - %s"
2835 #: misc/badblocks.c:928
2837 msgid "can't allocate memory for test_pattern - %s"
2840 #: misc/badblocks.c:942
2842 msgid "invalid test_pattern: %s\n"
2845 #: misc/badblocks.c:961
2846 msgid "Maximum of one test_pattern may be specified in read-only mode"
2849 #: misc/badblocks.c:967
2850 msgid "Random test_pattern is not allowed in read-only mode"
2853 #: misc/badblocks.c:981
2855 "Couldn't determine device size; you must specify\n"
2856 "the size manually\n"
2859 #: misc/badblocks.c:987
2860 msgid "while trying to determine device size"
2863 #: misc/badblocks.c:996 misc/mke2fs.c:1219
2865 msgid "invalid blocks count - %s"
2868 #: misc/badblocks.c:1009
2870 msgid "invalid starting block - %s"
2873 #: misc/badblocks.c:1015
2875 msgid "invalid starting block (%d): must be less than %lu"
2878 #: misc/badblocks.c:1070
2879 msgid "while creating in-memory bad blocks list"
2882 #: misc/badblocks.c:1085
2883 msgid "while adding to in-memory bad block list"
2886 #: misc/badblocks.c:1109
2888 msgid "Pass completed, %u bad blocks found.\n"
2893 msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
2896 #: misc/chattr.c:147
2898 msgid "bad version - %s\n"
2901 #: misc/chattr.c:191 misc/lsattr.c:113
2903 msgid "while trying to stat %s"
2906 #: misc/chattr.c:208 misc/chattr.c:224
2908 msgid "Flags of %s set as "
2911 #: misc/chattr.c:217
2913 msgid "while reading flags on %s"
2916 #: misc/chattr.c:232
2918 msgid "while setting flags on %s"
2921 #: misc/chattr.c:237
2923 msgid "Version of %s set as %lu\n"
2926 #: misc/chattr.c:240
2928 msgid "while setting version on %s"
2931 #: misc/chattr.c:254
2933 msgid "Couldn't allocate path variable in chattr_dir_proc"
2936 #: misc/chattr.c:292
2937 msgid "= is incompatible with - and +\n"
2940 #: misc/chattr.c:300
2941 msgid "Must use '-v', =, - or +\n"
2944 #: misc/dumpe2fs.c:53
2946 msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
2949 #: misc/dumpe2fs.c:162
2951 msgid "Group %lu: (Blocks "
2954 #: misc/dumpe2fs.c:168
2956 msgid " %s superblock at "
2957 msgstr " superbloc %s a "
2959 #: misc/dumpe2fs.c:169
2963 #: misc/dumpe2fs.c:169
2967 #: misc/dumpe2fs.c:173
2969 msgid ", Group descriptors at "
2972 #: misc/dumpe2fs.c:177
2976 " Reserved GDT blocks at "
2979 #: misc/dumpe2fs.c:184
2981 msgid " Group descriptor at "
2984 #: misc/dumpe2fs.c:190
2985 msgid " Block bitmap at "
2988 #: misc/dumpe2fs.c:195
2989 msgid ", Inode bitmap at "
2992 #: misc/dumpe2fs.c:200
2998 #: misc/dumpe2fs.c:207
3002 " %d free blocks, %d free inodes, %d directories\n"
3005 #: misc/dumpe2fs.c:213
3006 msgid " Free blocks: "
3007 msgstr " Blocs liures: "
3009 #: misc/dumpe2fs.c:221
3010 msgid " Free inodes: "
3011 msgstr " Nodes-i lliures: "
3013 #: misc/dumpe2fs.c:246
3014 msgid "while printing bad block list"
3017 #: misc/dumpe2fs.c:252
3019 msgid "Bad blocks: %u"
3020 msgstr "Blocs erronis: %u"
3022 #: misc/dumpe2fs.c:274 misc/tune2fs.c:232
3023 msgid "while reading journal inode"
3026 #: misc/dumpe2fs.c:277
3027 msgid "Journal size: "
3030 #: misc/dumpe2fs.c:296 misc/tune2fs.c:154
3031 msgid "while reading journal superblock"
3034 #: misc/dumpe2fs.c:304
3035 msgid "Couldn't find journal superblock magic numbers"
3038 #: misc/dumpe2fs.c:308
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"
3050 #: misc/dumpe2fs.c:321
3052 msgid "Journal users: %s\n"
3055 #: misc/dumpe2fs.c:376 misc/mke2fs.c:1163
3057 msgid "\tUsing %s\n"
3060 #: misc/dumpe2fs.c:402 misc/e2image.c:664 misc/tune2fs.c:779 resize/main.c:298
3062 msgid "Couldn't find valid filesystem superblock.\n"
3065 #: misc/dumpe2fs.c:413
3067 msgid "Note: This is a byte-swapped filesystem\n"
3070 #: misc/dumpe2fs.c:432
3074 "%s: %s: error reading bitmaps: %s\n"
3077 #: misc/e2image.c:50
3079 msgid "Usage: %s [-rsI] device image_file\n"
3082 #: misc/e2image.c:62
3083 msgid "Couldn't allocate header buffer\n"
3086 #: misc/e2image.c:81
3088 msgid "short write (only %d bytes) for writing image header"
3091 #: misc/e2image.c:100
3092 msgid "while writing superblock"
3095 #: misc/e2image.c:108
3096 msgid "while writing inode table"
3099 #: misc/e2image.c:115
3100 msgid "while writing block bitmap"
3103 #: misc/e2image.c:122
3104 msgid "while writing inode bitmap"
3107 #: misc/e2label.c:57
3109 msgid "e2label: cannot open %s\n"
3112 #: misc/e2label.c:62
3114 msgid "e2label: cannot seek to superblock\n"
3117 #: misc/e2label.c:67
3119 msgid "e2label: error reading superblock\n"
3122 #: misc/e2label.c:71
3124 msgid "e2label: not an ext2 filesystem\n"
3127 #: misc/e2label.c:96 misc/tune2fs.c:888
3129 msgid "Warning: label too long, truncating.\n"
3130 msgstr "Avís: l'etiqueta és massa llarga, es truncarà.\n"
3132 #: misc/e2label.c:99
3134 msgid "e2label: cannot seek to superblock again\n"
3137 #: misc/e2label.c:104
3139 msgid "e2label: error writing superblock\n"
3140 msgstr "e2lable: s'ha produït un error en escriure el superbloc\n"
3142 #: misc/e2label.c:116 misc/tune2fs.c:451
3144 msgid "Usage: e2label device [newlabel]\n"
3145 msgstr "Forma d'ús: e2label dispositiu [etiquetanova]\n"
3149 msgid "WARNING: couldn't open %s: %s\n"
3150 msgstr "AVÍS: no s'ha pogut obrir %s: %s\n"
3154 msgid "WARNING: bad format on line %d of %s\n"
3155 msgstr "AVÍS: format erroni a la línia %d de %s\n"
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"
3167 msgid "fsck: %s: not found\n"
3168 msgstr "fsck: %s: no s'ha trobat\n"
3172 msgid "%s: wait: No more child process?!?\n"
3177 msgid "Warning... %s for device %s exited with signal %d.\n"
3182 msgid "%s %s: status is %x, should never happen.\n"
3187 msgid "Finished with %s (exit status %d)\n"
3192 msgid "%s: Error %d while executing fsck.%s for %s\n"
3197 "Either all or none of the filesystem types passed to -t must be prefixed\n"
3198 "with 'no' or '!'.\n"
3202 msgid "Couldn't allocate memory for filesystem types\n"
3207 msgid "fsck: cannot check %s: fsck.%s not found\n"
3211 msgid "Checking all file systems.\n"
3216 msgid "--waiting-- (pass %d)\n"
3220 msgid "Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3225 msgid "%s: too many devices\n"
3226 msgstr "%s: s'han especificat massa dispositius\n"
3228 #: misc/fsck.c:1129 misc/fsck.c:1215
3230 msgid "%s: too many arguments\n"
3231 msgstr "%s: s'han especificat massa arguments\n"
3235 msgid "Usage: %s [-RVadlv] [files...]\n"
3236 msgstr "Forma d'ús: %s [-RVadlv] [fitxers...]\n"
3240 msgid "While reading flags on %s"
3241 msgstr "En llegir els senyaladors a %s"
3245 msgid "While reading version on %s"
3246 msgstr "En llegir la versió a %s"
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"
3259 #: misc/mke2fs.c:197
3261 msgid "Running command: %s\n"
3262 msgstr "S'està executant l'ordre: %s\n"
3264 #: misc/mke2fs.c:201
3266 msgid "while trying to run '%s'"
3267 msgstr "en intentar executar «%s»"
3269 #: misc/mke2fs.c:208
3270 msgid "while processing list of bad blocks from program"
3271 msgstr "en processar la llista de blocs erronis des del programa"
3273 #: misc/mke2fs.c:235
3275 msgid "Block %d in primary superblock/group descriptor area bad.\n"
3278 #: misc/mke2fs.c:237
3280 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3283 #: misc/mke2fs.c:240
3284 msgid "Aborting....\n"
3285 msgstr "S'està interrompent...\n"
3287 #: misc/mke2fs.c:260
3290 "Warning: the backup superblock/group descriptors at block %u contain\n"
3295 #: misc/mke2fs.c:278
3296 msgid "while marking bad blocks as used"
3297 msgstr "en marcar els blocs erronis com a utilitzats"
3299 #: misc/mke2fs.c:336
3303 #: misc/mke2fs.c:371
3304 msgid "while allocating zeroizing buffer"
3307 #: misc/mke2fs.c:413
3308 msgid "Writing inode tables: "
3311 #: misc/mke2fs.c:430
3315 "Could not write %d blocks in inode table starting at %u: %s\n"
3318 #: misc/mke2fs.c:486
3319 msgid "while creating root dir"
3320 msgstr "en crear el directori arrel"
3322 #: misc/mke2fs.c:493
3323 msgid "while reading root inode"
3326 #: misc/mke2fs.c:507
3327 msgid "while setting root inode ownership"
3330 #: misc/mke2fs.c:525
3331 msgid "while creating /lost+found"
3334 #: misc/mke2fs.c:532
3335 msgid "while looking up /lost+found"
3338 #: misc/mke2fs.c:542
3339 msgid "while expanding /lost+found"
3342 #: misc/mke2fs.c:558
3343 msgid "while setting bad block inode"
3346 #: misc/mke2fs.c:590
3348 msgid "Out of memory erasing sectors %d-%d\n"
3351 #: misc/mke2fs.c:600
3353 msgid "Warning: could not read block 0: %s\n"
3354 msgstr "Avís: no s'ha pogut llegir el bloc 0: %s\n"
3356 #: misc/mke2fs.c:616
3358 msgid "Warning: could not erase sector %d: %s\n"
3359 msgstr "Avís: no s'ha pogut esborrar el sector %d: %s\n"
3361 #: misc/mke2fs.c:632
3362 msgid "while initializing journal superblock"
3365 #: misc/mke2fs.c:638
3366 msgid "Zeroing journal device: "
3369 #: misc/mke2fs.c:645
3371 msgid "while zeroing journal device (block %u, count %d)"
3374 #: misc/mke2fs.c:656
3375 msgid "while writing journal superblock"
3378 #: misc/mke2fs.c:672
3381 "warning: %u blocks unused.\n"
3385 #: misc/mke2fs.c:677
3387 msgid "Filesystem label=%s\n"
3388 msgstr "Etiqueta del sistema de fitxers=%s\n"
3390 #: misc/mke2fs.c:678
3392 msgstr "Tipus de sistema operatiu: "
3394 #: misc/mke2fs.c:683
3396 msgid "Block size=%u (log=%u)\n"
3399 #: misc/mke2fs.c:685
3401 msgid "Fragment size=%u (log=%u)\n"
3404 #: misc/mke2fs.c:687
3406 msgid "%u inodes, %u blocks\n"
3409 #: misc/mke2fs.c:689
3411 msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3412 msgstr "%u blocs (%2.2f%%) reservats per al superusuari\n"
3414 #: misc/mke2fs.c:692
3416 msgid "First data block=%u\n"
3417 msgstr "Bloc de dades inicial=%u\n"
3419 #: misc/mke2fs.c:694
3421 msgid "Maximum filesystem blocks=%lu\n"
3424 #: misc/mke2fs.c:699
3426 msgid "%u block groups\n"
3429 #: misc/mke2fs.c:701
3431 msgid "%u block group\n"
3434 #: misc/mke2fs.c:702
3436 msgid "%u blocks per group, %u fragments per group\n"
3437 msgstr "%u blocs per grup, %u fragments per grup\n"
3439 #: misc/mke2fs.c:704
3441 msgid "%u inodes per group\n"
3442 msgstr "%u nodes-i per grup\n"
3444 #: misc/mke2fs.c:711
3446 msgid "Superblock backups stored on blocks: "
3449 #: misc/mke2fs.c:767
3451 msgid "Couldn't allocate memory to parse options!\n"
3454 #: misc/mke2fs.c:791
3456 msgid "Invalid stride parameter: %s\n"
3459 #: misc/mke2fs.c:812
3461 msgid "Invalid resize parameter: %s\n"
3464 #: misc/mke2fs.c:819
3466 msgid "The resize maximum must be greater than the filesystem size.\n"
3469 #: misc/mke2fs.c:843
3471 msgid "On-line resizing not supported with revision 0 filesystems\n"
3474 #: misc/mke2fs.c:856
3478 "Bad options specified.\n"
3480 "Extended options are separated by commas, and may take an argument which\n"
3481 "\tis set off by an equals ('=') sign.\n"
3483 "Valid extended options are:\n"
3484 "\tstride=<stride length in blocks>\n"
3485 "\tresize=<resize maximum size in blocks>\n"
3489 #: misc/mke2fs.c:884
3492 "Syntax error in mke2fs config file (%s, line #%d)\n"
3496 #: misc/mke2fs.c:897 misc/tune2fs.c:303
3498 msgid "Invalid filesystem option set: %s\n"
3501 #: misc/mke2fs.c:1004
3503 msgid "invalid block size - %s"
3504 msgstr "mida de bloc invàlida - %s"
3506 #: misc/mke2fs.c:1008
3508 msgid "Warning: blocksize %d not usable on most systems.\n"
3511 #: misc/mke2fs.c:1025
3513 msgid "invalid fragment size - %s"
3514 msgstr "mida de fragment invàlida - %s"
3516 #: misc/mke2fs.c:1031
3518 msgid "Warning: fragments not supported. Ignoring -f option\n"
3521 #: misc/mke2fs.c:1038
3522 msgid "Illegal number for blocks per group"
3525 #: misc/mke2fs.c:1043
3526 msgid "blocks per group must be multiple of 8"
3529 #: misc/mke2fs.c:1053
3531 msgid "invalid inode ratio %s (min %d/max %d)"
3534 #: misc/mke2fs.c:1070
3535 msgid "in malloc for bad_blocks_filename"
3538 #: misc/mke2fs.c:1079
3540 msgid "invalid reserved blocks percent - %s"
3543 #: misc/mke2fs.c:1097
3545 msgid "bad revision level - %s"
3548 #: misc/mke2fs.c:1109
3550 msgid "invalid inode size - %s"
3553 #: misc/mke2fs.c:1129
3555 msgid "bad num inodes - %s"
3558 #: misc/mke2fs.c:1187 misc/mke2fs.c:1706
3560 msgid "while trying to open journal device %s\n"
3563 #: misc/mke2fs.c:1193
3565 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
3568 #: misc/mke2fs.c:1207
3570 msgid "%d-byte blocks too big for system (max %d)"
3573 #: misc/mke2fs.c:1211
3575 msgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3578 #: misc/mke2fs.c:1229
3580 msgstr "sistema de fitxers"
3582 #: misc/mke2fs.c:1252 resize/main.c:332
3583 msgid "while trying to determine filesystem size"
3584 msgstr "en intentar determinar la mida del sistema de fitxers"
3586 #: misc/mke2fs.c:1258
3588 "Couldn't determine device size; you must specify\n"
3589 "the size of the filesystem\n"
3592 #: misc/mke2fs.c:1265
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"
3600 #: misc/mke2fs.c:1283
3601 msgid "Filesystem larger than apparent device size."
3604 #: misc/mke2fs.c:1331
3606 msgid "Filesystem features not supported with revision 0 filesystems\n"
3609 #: misc/mke2fs.c:1338
3611 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
3614 #: misc/mke2fs.c:1350
3616 msgid "Journals not supported with revision 0 filesystems\n"
3619 #: misc/mke2fs.c:1376
3620 msgid "while trying to determine hardware sector size"
3621 msgstr "en intentar determinar la mida del sector del maquinari"
3623 #: misc/mke2fs.c:1428
3624 msgid "reserved online resize blocks not supported on non-sparse filesystem"
3627 #: misc/mke2fs.c:1437
3628 msgid "blocks per group count out of range"
3631 #: misc/mke2fs.c:1444
3633 "Filesystem too large. No more than 2**31-1 blocks\n"
3634 "\t (8TB using a blocksize of 4k) are currently supported."
3637 #: misc/mke2fs.c:1451
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"
3646 #: misc/mke2fs.c:1468
3648 msgid "invalid inode size %d (min %d/max %d)"
3651 #: misc/mke2fs.c:1474
3653 msgid "Warning: %d-byte inodes not usable on older systems\n"
3656 #: misc/mke2fs.c:1486
3658 msgid "too many inodes (%llu), raise inode ratio?"
3661 #: misc/mke2fs.c:1491
3663 msgid "too many inodes (%llu), specify < 2^32 inodes"
3666 #: misc/mke2fs.c:1506
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"
3674 #: misc/mke2fs.c:1555
3675 msgid "while setting up superblock"
3678 #: misc/mke2fs.c:1589
3680 msgid "unknown os - %s"
3681 msgstr "sistema operatiu desconegut - %s"
3683 #: misc/mke2fs.c:1643
3684 msgid "while trying to allocate filesystem tables"
3685 msgstr "en intentar assignar les taules del sistema de fitxers"
3687 #: misc/mke2fs.c:1674
3689 msgid "while zeroing block %u at end of filesystem"
3692 #: misc/mke2fs.c:1688
3693 msgid "while reserving blocks for online resize"
3696 #: misc/mke2fs.c:1699 misc/tune2fs.c:388
3700 #: misc/mke2fs.c:1711
3702 msgid "Adding journal to device %s: "
3705 #: misc/mke2fs.c:1718
3709 "\twhile trying to add journal to device %s"
3712 #: misc/mke2fs.c:1723 misc/mke2fs.c:1749 misc/tune2fs.c:416 misc/tune2fs.c:430
3717 #: misc/mke2fs.c:1754
3719 msgid "Writing superblocks and filesystem accounting information: "
3722 #: misc/mke2fs.c:1759
3726 "Warning, had trouble writing out superblocks."
3729 #: misc/mke2fs.c:1762
3738 #: misc/mklost+found.c:49
3740 msgid "Usage: mklost+found\n"
3741 msgstr "Forma d'ús: mklost+found\n"
3743 #: misc/tune2fs.c:78
3744 msgid "Please run e2fsck on the filesystem.\n"
3747 #: misc/tune2fs.c:85
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"
3758 #: misc/tune2fs.c:142
3759 msgid "while trying to open external journal"
3762 #: misc/tune2fs.c:146
3764 msgid "%s is not a journal device.\n"
3767 #: misc/tune2fs.c:161
3768 msgid "Journal superblock not found!\n"
3771 #: misc/tune2fs.c:173
3772 msgid "Filesystem's UUID not found on journal device.\n"
3775 #: misc/tune2fs.c:194
3776 msgid "Journal NOT removed\n"
3779 #: misc/tune2fs.c:200
3780 msgid "Journal removed\n"
3783 #: misc/tune2fs.c:239
3784 msgid "while reading bitmaps"
3787 #: misc/tune2fs.c:246
3788 msgid "while clearing journal inode"
3791 #: misc/tune2fs.c:257
3792 msgid "while writing journal inode"
3795 #: misc/tune2fs.c:272
3797 msgid "Invalid mount option set: %s\n"
3800 #: misc/tune2fs.c:318
3802 "The has_journal flag may only be cleared when the filesystem is\n"
3803 "unmounted or mounted read-only.\n"
3806 #: misc/tune2fs.c:326
3808 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
3809 "the has_journal flag.\n"
3812 #: misc/tune2fs.c:383
3813 msgid "The filesystem already has a journal.\n"
3816 #: misc/tune2fs.c:400
3820 "\twhile trying to open journal on %s\n"
3823 #: misc/tune2fs.c:404
3825 msgid "Creating journal on device %s: "
3828 #: misc/tune2fs.c:412
3830 msgid "while adding filesystem to journal on %s"
3833 #: misc/tune2fs.c:418
3834 msgid "Creating journal inode: "
3837 #: misc/tune2fs.c:427
3840 "\twhile trying to create journal file"
3843 #: misc/tune2fs.c:493
3845 msgid "Couldn't parse date/time specifier: %s"
3848 #: misc/tune2fs.c:515 misc/tune2fs.c:528
3850 msgid "bad mounts count - %s"
3853 #: misc/tune2fs.c:544
3855 msgid "bad error behavior - %s"
3858 #: misc/tune2fs.c:567
3860 msgid "bad gid/group name - %s"
3863 #: misc/tune2fs.c:600
3865 msgid "bad interval - %s"
3868 #: misc/tune2fs.c:628
3870 msgid "bad reserved block ratio - %s"
3873 #: misc/tune2fs.c:643
3874 msgid "-o may only be specified once"
3877 #: misc/tune2fs.c:653
3878 msgid "-O may only be specified once"
3881 #: misc/tune2fs.c:663
3883 msgid "bad reserved blocks count - %s"
3886 #: misc/tune2fs.c:692
3888 msgid "bad uid/user name - %s"
3891 #: misc/tune2fs.c:804
3893 msgid "Setting maximal mount count to %d\n"
3896 #: misc/tune2fs.c:810
3898 msgid "Setting current mount count to %d\n"
3901 #: misc/tune2fs.c:815
3903 msgid "Setting error behavior to %d\n"
3906 #: misc/tune2fs.c:820
3908 msgid "Setting reserved blocks gid to %lu\n"
3911 #: misc/tune2fs.c:825
3913 msgid "Setting interval between checks to %lu seconds\n"
3916 #: misc/tune2fs.c:831
3918 msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
3921 #: misc/tune2fs.c:837
3923 msgid "reserved blocks count is too big (%lu)"
3926 #: misc/tune2fs.c:843
3928 msgid "Setting reserved blocks count to %lu\n"
3931 #: misc/tune2fs.c:849
3934 "The filesystem already has sparse superblocks.\n"
3937 #: misc/tune2fs.c:856
3941 "Sparse superblock flag set. %s"
3944 #: misc/tune2fs.c:863
3947 "The filesystem already has sparse superblocks disabled.\n"
3950 #: misc/tune2fs.c:871
3954 "Sparse superblock flag cleared. %s"
3957 #: misc/tune2fs.c:878
3959 msgid "Setting time filesystem last checked to %s\n"
3962 #: misc/tune2fs.c:884
3964 msgid "Setting reserved blocks uid to %lu\n"
3967 #: misc/tune2fs.c:917
3968 msgid "Invalid UUID format\n"
3972 msgid "Proceed anyway? (y,n) "
3977 msgid "Could not stat %s --- %s\n"
3983 "The device apparently does not exist; did you specify it correctly?\n"
3988 msgid "%s is not a block special device.\n"
3993 msgid "%s is entire device, not just one partition!\n"
3997 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
4002 msgid "will not make a %s here!\n"
4006 msgid "mke2fs forced anyway.\n"
4010 msgid "Couldn't allocate memory to parse journal options!\n"
4016 "Bad journal options specified.\n"
4018 "Journal options are separated by commas, and may take an argument which\n"
4019 "\tis set off by an equals ('=') sign.\n"
4021 "Valid journal options are:\n"
4022 "\tsize=<journal size in megabytes>\n"
4023 "\tdevice=<journal device>\n"
4025 "The journal size must be between 1024 and 102400 filesystem blocks.\n"
4032 "Filesystem too small for a journal\n"
4039 "The requested journal size is %d blocks; it must be\n"
4040 "between 1024 and 10240000 blocks. Aborting.\n"
4046 "Journal size too big for filesystem.\n"
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"
4056 #: misc/uuidgen.c:31
4058 msgid "Usage: %s [-r] [-t]\n"
4061 #: resize/extent.c:196
4062 msgid "# Extent dump:\n"
4065 #: resize/extent.c:197
4067 msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4070 #: resize/extent.c:200
4072 msgid "#\t\t %u -> %u (%d)\n"
4078 "Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
4083 msgid "Extending the inode table"
4087 msgid "Relocating blocks"
4091 msgid "Scanning inode table"
4095 msgid "Updating inode references"
4099 msgid "Moving inode table"
4103 msgid "Unknown pass?!?"
4108 msgid "Begin pass %d (max = %lu)\n"
4111 #: resize/main.c:253
4113 msgid "while opening %s"
4116 #: resize/main.c:265
4118 msgid "while getting stat information for %s"
4121 #: resize/main.c:339
4123 msgid "bad filesystem size - %s"
4126 #: resize/main.c:353
4127 msgid "Invalid stride length"
4130 #: resize/main.c:377
4133 "The containing partition (or device) is only %u (%dk) blocks.\n"
4134 "You requested a new size of %u blocks.\n"
4138 #: resize/main.c:384
4141 "The filesystem is already %u blocks long. Nothing to do!\n"
4145 #: resize/main.c:395
4148 "Please run 'e2fsck -f %s' first.\n"
4152 #: resize/main.c:406
4154 msgid "while trying to resize %s"
4155 msgstr "en intentar redimensionar %s"
4157 #: resize/main.c:411
4160 "The filesystem on %s is now %u blocks long.\n"
4164 #: resize/resize2fs.c:233
4166 msgid "inodes (%llu) must be less than %u"
4167 msgstr "el nombre de nodes-i (%llu) ha de ser menor que %u"
4169 #: resize/resize2fs.c:642
4170 msgid "reserved blocks"
4171 msgstr "blocs reservats"
4173 #: resize/resize2fs.c:647
4174 msgid "blocks to be moved"
4175 msgstr "blocs a moure"
4177 #: resize/resize2fs.c:652
4178 msgid "meta-data blocks"
4179 msgstr "blocs de metadades"
4181 #: resize/resize2fs.c:1534
4183 msgid "Should never happen: resize inode corrupt!\n"