blob: 317310974d2b51550b2dee16c5ebfded5271189f [file] [log] [blame]
Theodore Ts'o5bc5a892000-02-08 20:20:46 +00001# Italian translation for e2fsprogs
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002# Copyright (C) 2004 Free Software Foundation, Inc.
3# Andrea Spadaccini <lupin85@email.it>, 2004
Theodore Ts'o72933b92005-01-11 14:05:00 -05004# Marco Colombo <m.colombo@ed.ac.uk>, 2004
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005# TODO: Sistemare @b, da 'blocco' a 'blocc', e specificare manualmente i
6# singolari ed i plurali
Theodore Ts'o7ae19832005-06-19 09:45:36 -04007#. The strings in e2fsck's problem.c can be very hard to translate,
8#. since the strings are expanded in two different ways. First of all,
9#. there is an @-expansion, where strings like "@i" are expanded to
10#. "inode", and so on. In order to make it easier for translators, the
11#. e2fsprogs po template file has been enhanced with comments that show
12#. the @-expansion, for the strings in the problem.c file.
13#.
14#. Translators are free to use the @-expansion facility if they so
15#. choose, by providing translations for strings in e2fsck/message.c.
16#. These translation can completely replace an expansion; for example,
17#. if "bblock" (which indicated that "@b" would be expanded to "block")
18#. is translated as "ddatenverlust", then "@d" will be expanded to
19#. "datenverlust". Alternatively, translators can simply not use the
20#. @-expansion facility at all.
21#.
22#. The second expansion which is done for e2fsck's problem.c messages is
23#. a dynamic %-expansion, which expands %i as an inode number, and so
24#. on. A table of these expansions can be found below. Note that
25#. %-expressions that begin with "%D" and "%I" are two-character
26#. expansions; so for example, "%Iu" expands to the inode's user id
27#. ownership field (inode->i_uid).
28#.
29#. %b <blk> block number
30#. %B <blkcount> integer
31#. %c <blk2> block number
32#. %Di <dirent> -> ino inode number
33#. %Dn <dirent> -> name string
34#. %Dr <dirent> -> rec_len
35#. %Dl <dirent> -> name_len
36#. %Dt <dirent> -> filetype
37#. %d <dir> inode number
38#. %g <group> integer
39#. %i <ino> inode number
40#. %Is <inode> -> i_size
41#. %IS <inode> -> i_extra_isize
42#. %Ib <inode> -> i_blocks
43#. %Il <inode> -> i_links_count
44#. %Im <inode> -> i_mode
45#. %IM <inode> -> i_mtime
46#. %IF <inode> -> i_faddr
47#. %If <inode> -> i_file_acl
48#. %Id <inode> -> i_dir_acl
49#. %Iu <inode> -> i_uid
50#. %Ig <inode> -> i_gid
51#. %j <ino2> inode number
52#. %m <com_err error message>
53#. %N <num>
54#. %p ext2fs_get_pathname of directory <ino>
55#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
56#. the containing directory. (If dirent is NULL
57#. then return the pathname of directory <ino2>)
58#. %q ext2fs_get_pathname of directory <dir>
59#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
60#. the containing directory.
61#. %s <str> miscellaneous string
62#. %S backup superblock
63#. %X <num> hexadecimal format
64#.
Theodore Ts'o5bc5a892000-02-08 20:20:46 +000065msgid ""
66msgstr ""
Theodore Ts'oc2b13a42005-01-19 00:31:46 -050067"Project-Id-Version: e2fsprogs 1.36-b2\n"
68"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -050069"POT-Creation-Date: 2008-02-28 21:45-0500\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -050070"PO-Revision-Date: 2005-01-18 17:52+0100\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -050071"Last-Translator: Andrea Spadaccini <lupin85@email.it>\n"
72"Language-Team: Italian <tp@lists.linux.it>\n"
Theodore Ts'o5bc5a892000-02-08 20:20:46 +000073"MIME-Version: 1.0\n"
74"Content-Type: text/plain; charset=iso-8859-1\n"
75"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -050076"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Theodore Ts'o5bc5a892000-02-08 20:20:46 +000077
Theodore Ts'o8f741372008-02-28 21:47:05 -050078#: e2fsck/badblocks.c:22 misc/mke2fs.c:157
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +000079#, c-format
80msgid "Bad block %u out of range; ignored.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -050081msgstr "Blocco non valido %u fuori dall'intervallo; ignorato.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +000082
83#: e2fsck/badblocks.c:45
84msgid "while sanity checking the bad blocks inode"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -050085msgstr "durante il controllo sull'integrità dell'inode numero 1"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +000086
87#: e2fsck/badblocks.c:57
88msgid "while reading the bad blocks inode"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -050089msgstr "durante la lettura dell'inode numero 1"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +000090
Theodore Ts'oa04eba32003-05-03 16:35:17 -040091#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o8f741372008-02-28 21:47:05 -050092#: e2fsck/unix.c:1010 e2fsck/unix.c:1093 misc/badblocks.c:1025
Theodore Ts'o851bcf32007-07-08 12:09:40 -040093#: misc/badblocks.c:1033 misc/badblocks.c:1047 misc/badblocks.c:1059
Theodore Ts'o8f741372008-02-28 21:47:05 -050094#: misc/dumpe2fs.c:483 misc/e2image.c:571 misc/e2image.c:664
95#: misc/e2image.c:680 misc/mke2fs.c:173 misc/tune2fs.c:916 resize/main.c:296
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +000096#, c-format
97msgid "while trying to open %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -050098msgstr "durante l'apertura di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +000099
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500100#: e2fsck/badblocks.c:82
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000101#, c-format
102msgid "while trying popen '%s'"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500103msgstr "provando ad effettuare il popen di '%s'"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000104
Theodore Ts'o8f741372008-02-28 21:47:05 -0500105#: e2fsck/badblocks.c:93 misc/mke2fs.c:180
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000106msgid "while reading in list of bad blocks from file"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500107msgstr "durante la lettura della lista di blocchi non validi da file"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000108
Theodore Ts'o8f741372008-02-28 21:47:05 -0500109#: e2fsck/badblocks.c:104
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000110msgid "while updating bad block inode"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500111msgstr "aggiornando l'inode di un blocco difettoso"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000112
Theodore Ts'o8f741372008-02-28 21:47:05 -0500113#: e2fsck/badblocks.c:130
Theodore Ts'obc759702005-05-09 20:40:55 -0400114#, fuzzy, c-format
115msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
116msgstr ""
117"Attenzione blocco illegale %u trovato nell'inode di un blocco difettoso. "
118"Azzerato.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000119
120#: e2fsck/ehandler.c:53
121#, c-format
122msgid "Error reading block %lu (%s) while %s. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500123msgstr "Errore durante la lettura del blocco %lu (%s) durante %s. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000124
125#: e2fsck/ehandler.c:56
126#, c-format
127msgid "Error reading block %lu (%s). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500128msgstr "Errore durante la lettura del blocco %lu (%s). "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000129
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500130#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000131msgid "Ignore error"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500132msgstr "Ignora l'errore"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000133
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500134#: e2fsck/ehandler.c:60
135msgid "Force rewrite"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500136msgstr "Forza la riscrittura"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500137
138#: e2fsck/ehandler.c:100
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000139#, c-format
140msgid "Error writing block %lu (%s) while %s. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500141msgstr "Errore durante la scrittura del blocco %lu (%s) mentre %s."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000142
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500143#: e2fsck/ehandler.c:103
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000144#, c-format
145msgid "Error writing block %lu (%s). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500146msgstr "Errore durante la scrittura del blocco %lu (%s). "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000147
148#: e2fsck/emptydir.c:56
149msgid "empty dirblocks"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500150msgstr "blocchi directory vuoti"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000151
152#: e2fsck/emptydir.c:61
153msgid "empty dir map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500154msgstr "mappa directory vuota"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000155
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000156#: e2fsck/emptydir.c:97
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500157#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400158msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500159msgstr "Blocco directory %d (#%d) vuoto nell'inode %d\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000160
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400161#: e2fsck/extend.c:21
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000162#, c-format
163msgid "%s: %s filename nblocks blocksize\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500164msgstr "%s: %s nomefile nblocchi dim_blocco\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000165
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400166#: e2fsck/extend.c:43
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500167#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000168msgid "Illegal number of blocks!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500169msgstr "Numero di blocchi non valido!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000170
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400171#: e2fsck/extend.c:49
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000172#, c-format
173msgid "Couldn't allocate block buffer (size=%d)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500174msgstr "Impossibile allocare il buffer blocco (dimensione=%d)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000175
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400176#: e2fsck/flushb.c:34
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000177#, c-format
178msgid "Usage: %s disk\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500179msgstr "Utilizzo: %s disco\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000180
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400181#: e2fsck/flushb.c:63
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500182#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000183msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500184msgstr "Ioctl BLKFLSBUF non supportato! Impossibile svuotare i buffer.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000185
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400186#: e2fsck/iscan.c:46
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000187#, c-format
188msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500189msgstr "Utilizzo: %s [-F] [-I blocchi_buffer_inode] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000190
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500191#: e2fsck/iscan.c:83 e2fsck/unix.c:786
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000192#, c-format
193msgid "while opening %s for flushing"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500194msgstr "aprendo %s per lo svuotamento"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000195
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500196#: e2fsck/iscan.c:88 e2fsck/unix.c:792 resize/main.c:274
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000197#, c-format
198msgid "while trying to flush %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500199msgstr "provando a svuotare %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000200
Theodore Ts'of1d5fce2008-02-09 23:19:35 -0500201#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:480
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000202msgid "while opening inode scan"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500203msgstr "avviando la scansione degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000204
Theodore Ts'of1d5fce2008-02-09 23:19:35 -0500205#: e2fsck/iscan.c:129 misc/e2image.c:498
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000206msgid "while getting next inode"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500207msgstr "leggendo l'inode successivo"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000208
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400209#: e2fsck/iscan.c:138
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400210#, fuzzy, c-format
211msgid "%u inodes scanned.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500212msgstr "%d inode analizzati.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000213
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500214#: e2fsck/journal.c:501
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400215msgid "reading journal superblock\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500216msgstr "lettura del superblocco del journal\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000217
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500218#: e2fsck/journal.c:558
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400219#, c-format
220msgid "%s: no valid journal superblock found\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500221msgstr "%s: non è stato trovato un superblocco valido del journal\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000222
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500223#: e2fsck/journal.c:567
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400224#, c-format
225msgid "%s: journal too short\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500226msgstr "%s: journal troppo corto\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000227
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500228#: e2fsck/journal.c:841
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400229#, c-format
230msgid "%s: recovering journal\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500231msgstr "%s: ripristino del journal\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000232
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500233#: e2fsck/journal.c:843
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400234#, c-format
235msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500236msgstr "%s: impossibile ripritinare il journal in modalità sola lettura\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000237
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500238#: e2fsck/journal.c:864
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400239#, c-format
240msgid "while trying to re-open %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500241msgstr "durante la riapertura di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000242
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400243#: e2fsck/message.c:109
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400244msgid "aextended attribute"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500245msgstr "aattributo esteso"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000246
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400247#: e2fsck/message.c:110
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400248msgid "Aerror allocating"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500249msgstr "Aerrore allocando"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000250
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400251#: e2fsck/message.c:111
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400252msgid "bblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500253msgstr "bblocco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000254
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400255#: e2fsck/message.c:112
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400256msgid "Bbitmap"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500257msgstr "Bmappa dei bit"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000258
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400259#: e2fsck/message.c:113
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400260msgid "ccompress"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500261msgstr "ccomprimi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000262
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400263#: e2fsck/message.c:114
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400264msgid "Cconflicts with some other fs @b"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500265msgstr "Centra in conflitto con altri @b(i) del fs"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000266
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400267#: e2fsck/message.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400268msgid "iinode"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500269msgstr "iinode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000270
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400271#: e2fsck/message.c:116
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400272msgid "Iillegal"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500273msgstr "Iillegale"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000274
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400275#: e2fsck/message.c:117
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400276msgid "jjournal"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500277msgstr "jjournal"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000278
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400279#: e2fsck/message.c:118
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400280msgid "Ddeleted"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500281msgstr "Dcancellato"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000282
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400283#: e2fsck/message.c:119
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400284msgid "ddirectory"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500285msgstr "ddirectory"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000286
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400287#: e2fsck/message.c:120
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400288msgid "eentry"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500289msgstr "eelemento"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000290
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400291#: e2fsck/message.c:121
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400292msgid "E@e '%Dn' in %p (%i)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500293msgstr "E@e '%Dn' in %p (%i)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000294
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400295#: e2fsck/message.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400296msgid "ffilesystem"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500297msgstr "ffilesystem"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400298
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400299#: e2fsck/message.c:123
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400300msgid "Ffor @i %i (%Q) is"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500301msgstr "Fper l'@i %i (%Q) è"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400302
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400303#: e2fsck/message.c:124
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400304msgid "ggroup"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500305msgstr "ggruppo"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400306
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400307#: e2fsck/message.c:125
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500308msgid "hHTREE @d @i"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500309msgstr "h@i della @d HTREE"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400310
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400311#: e2fsck/message.c:126
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500312msgid "llost+found"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500313msgstr "llost+found"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400314
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400315#: e2fsck/message.c:127
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500316msgid "Lis a link"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500317msgstr "Lè un collegamento"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400318
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400319#: e2fsck/message.c:128
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400320#, fuzzy
321msgid "mmultiply-claimed"
322msgstr "mappa degli inode richiesta più volte"
323
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400324#: e2fsck/message.c:129
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400325msgid "ninvalid"
326msgstr ""
327
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400328#: e2fsck/message.c:130
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500329msgid "oorphaned"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500330msgstr "oorfano"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400331
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400332#: e2fsck/message.c:131
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500333msgid "pproblem in"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500334msgstr "pproblema in"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400335
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400336#: e2fsck/message.c:132
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500337msgid "rroot @i"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500338msgstr "r@i root"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000339
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400340#: e2fsck/message.c:133
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500341msgid "sshould be"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500342msgstr "sdovrebbe essere"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500343
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400344#: e2fsck/message.c:134
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500345msgid "Ssuper@b"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500346msgstr "Ssuper@b"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500347
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400348#: e2fsck/message.c:135
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500349msgid "uunattached"
350msgstr ""
351
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400352#: e2fsck/message.c:136
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500353msgid "vdevice"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500354msgstr "vdevice"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500355
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400356#: e2fsck/message.c:137
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400357msgid "zzero-length"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500358msgstr "zlunghezza-zero"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400359
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400360#: e2fsck/message.c:148
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000361msgid "<The NULL inode>"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500362msgstr "<Inode NULL>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000363
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400364#: e2fsck/message.c:149
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000365msgid "<The bad blocks inode>"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500366msgstr "<Inode numero 1>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000367
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400368#: e2fsck/message.c:151
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000369msgid "<The ACL index inode>"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500370msgstr "<Inode dell'indice ACL>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000371
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400372#: e2fsck/message.c:152
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000373msgid "<The ACL data inode>"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500374msgstr "<Inode dei dati ACL>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000375
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400376#: e2fsck/message.c:153
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000377msgid "<The boot loader inode>"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500378msgstr "<Inode del boot loader>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000379
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400380#: e2fsck/message.c:154
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000381msgid "<The undelete directory inode>"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500382msgstr "<Inode della directory undelete>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000383
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400384#: e2fsck/message.c:155
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400385msgid "<The group descriptor inode>"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500386msgstr "<Inode del descrittore di gruppo>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400387
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400388#: e2fsck/message.c:156
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400389msgid "<The journal inode>"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500390msgstr "<Inode del journal>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400391
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400392#: e2fsck/message.c:157
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400393msgid "<Reserved inode 9>"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500394msgstr "<Inode riservato 9>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400395
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400396#: e2fsck/message.c:158
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400397msgid "<Reserved inode 10>"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500398msgstr "<Inode riservato 10>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400399
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400400#: e2fsck/message.c:314
401#, fuzzy, c-format
402msgid "regular file"
403msgstr "mappa degli inode dei file regolari"
404
405#: e2fsck/message.c:316
406#, fuzzy, c-format
407msgid "directory"
408msgstr "ddirectory"
409
410#: e2fsck/message.c:318
411#, c-format
412msgid "character device"
413msgstr ""
414
415#: e2fsck/message.c:320
416#, fuzzy, c-format
417msgid "block device"
418msgstr "vdevice"
419
420#: e2fsck/message.c:322
421#, c-format
422msgid "named pipe"
423msgstr ""
424
425#: e2fsck/message.c:324
426#, c-format
427msgid "symbolic link"
428msgstr ""
429
430#: e2fsck/message.c:326
431#, c-format
432msgid "socket"
433msgstr ""
434
435#: e2fsck/message.c:328
436#, c-format
437msgid "unknown file type with mode 0%o"
438msgstr ""
439
440#: e2fsck/pass1b.c:215
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000441msgid "multiply claimed inode map"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500442msgstr "mappa degli inode richiesta più volte"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000443
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400444#: e2fsck/pass1b.c:566 e2fsck/pass1b.c:703
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500445#, fuzzy, c-format
446msgid "internal error; can't find dup_blk for %u\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500447msgstr "errore interno; impossibile trovare dup_blk per %d\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000448
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400449#: e2fsck/pass1b.c:746
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000450msgid "returned from clone_file_block"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500451msgstr "ritornato da clone_file_block"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000452
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400453#: e2fsck/pass1b.c:765
454#, fuzzy, c-format
455msgid "internal error: couldn't lookup EA block record for %u"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500456msgstr "Errore interno: impossibile trovare dir_info per %i.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400457
458#: e2fsck/pass1b.c:777
459#, fuzzy, c-format
460msgid "internal error: couldn't lookup EA inode record for %u"
461msgstr "Errore interno: impossibile trovare dir_info per %i.\n"
462
Theodore Ts'o8f741372008-02-28 21:47:05 -0500463#: e2fsck/pass1.c:404 e2fsck/pass2.c:770
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400464#, fuzzy
465msgid "reading directory block"
466msgstr "lettura dei blocchi indiretti dell'inode %u"
467
468#: e2fsck/pass1.c:521
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000469msgid "in-use inode map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500470msgstr "mappa degli inode in utilizzo"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000471
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400472#: e2fsck/pass1.c:530
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000473msgid "directory inode map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500474msgstr "mappa degli inode delle directory"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000475
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400476#: e2fsck/pass1.c:538
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000477msgid "regular file inode map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500478msgstr "mappa degli inode dei file regolari"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000479
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400480#: e2fsck/pass1.c:545
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000481msgid "in-use block map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500482msgstr "mappa dei blocchi in utilizzo"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000483
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400484#: e2fsck/pass1.c:599
485#, fuzzy
486msgid "opening inode scan"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500487msgstr "scansione degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000488
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400489#: e2fsck/pass1.c:623
490#, fuzzy
491msgid "getting next inode from scan"
492msgstr "leggendo l'inode successivo"
493
494#: e2fsck/pass1.c:1016
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000495msgid "Pass 1"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500496msgstr "Passo 1"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000497
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400498#: e2fsck/pass1.c:1075
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000499#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400500msgid "reading indirect blocks of inode %u"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500501msgstr "lettura dei blocchi indiretti dell'inode %u"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000502
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400503#: e2fsck/pass1.c:1117
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000504msgid "bad inode map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500505msgstr "mappa degli inode non valida"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000506
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400507#: e2fsck/pass1.c:1139
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000508msgid "inode in bad block map"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500509msgstr "inode nella mappa dei blocchi difettosi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000510
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400511#: e2fsck/pass1.c:1159
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000512msgid "imagic inode map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500513msgstr "mappa degli inode imagic"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000514
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400515#: e2fsck/pass1.c:1186
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000516msgid "multiply claimed block map"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500517msgstr "mappa dei blocchi richiesta più volte"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000518
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400519#: e2fsck/pass1.c:1285
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400520msgid "ext attr block map"
521msgstr ""
522
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500523#: e2fsck/pass1.c:2072
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000524msgid "block bitmap"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500525msgstr "mappa dei bit del blocco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000526
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500527#: e2fsck/pass1.c:2076
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000528msgid "inode bitmap"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500529msgstr "mappa dei bit dell'inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000530
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500531#: e2fsck/pass1.c:2080
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000532msgid "inode table"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500533msgstr "tavola degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000534
Theodore Ts'o8f741372008-02-28 21:47:05 -0500535#: e2fsck/pass2.c:283
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500536msgid "Pass 2"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500537msgstr "Passo 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500538
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400539#: e2fsck/pass3.c:79
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000540msgid "inode done bitmap"
541msgstr ""
542
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400543#: e2fsck/pass3.c:90
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000544msgid "Peak memory"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500545msgstr "Memoria di picco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000546
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400547#: e2fsck/pass3.c:145
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000548msgid "Pass 3"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500549msgstr "Passo 3"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000550
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400551#: e2fsck/pass3.c:333
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500552#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000553msgid "inode loop detection bitmap"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500554msgstr "mappa dei bit del ciclo di rilevamento inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000555
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400556#: e2fsck/pass4.c:176
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000557msgid "Pass 4"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500558msgstr "Passo 4"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000559
560#: e2fsck/pass5.c:70
561msgid "Pass 5"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500562msgstr "Passo 5"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000563
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500564#: e2fsck/problem.c:50
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000565msgid "(no prompt)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500566msgstr "(nessun prompt)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000567
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500568#: e2fsck/problem.c:51
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000569msgid "Fix"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500570msgstr "Sistema"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000571
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500572#: e2fsck/problem.c:52
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000573msgid "Clear"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500574msgstr "Azzera"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000575
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500576#: e2fsck/problem.c:53
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000577msgid "Relocate"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500578msgstr "Riloca"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000579
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500580#: e2fsck/problem.c:54
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000581msgid "Allocate"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500582msgstr "Alloca"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000583
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500584#: e2fsck/problem.c:55
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000585msgid "Expand"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500586msgstr "Espandi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000587
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500588#: e2fsck/problem.c:56
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000589msgid "Connect to /lost+found"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500590msgstr "Collega a /lost+found"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000591
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500592#: e2fsck/problem.c:57
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000593msgid "Create"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500594msgstr "Crea"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000595
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500596#: e2fsck/problem.c:58
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000597msgid "Salvage"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500598msgstr "Salva"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000599
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500600#: e2fsck/problem.c:59
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000601msgid "Truncate"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500602msgstr "Tronca"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000603
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500604#: e2fsck/problem.c:60
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000605msgid "Clear inode"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500606msgstr "Azzera inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000607
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500608#: e2fsck/problem.c:61
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000609msgid "Abort"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500610msgstr "Annulla"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000611
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500612#: e2fsck/problem.c:62
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000613msgid "Split"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500614msgstr "Dividi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000615
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500616#: e2fsck/problem.c:63
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000617msgid "Continue"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500618msgstr "Continua"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000619
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500620#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400621#, fuzzy
622msgid "Clone multiply-claimed blocks"
623msgstr "mappa dei blocchi richiesta più volte"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000624
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500625#: e2fsck/problem.c:65
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000626msgid "Delete file"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500627msgstr "Cancella file"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000628
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500629#: e2fsck/problem.c:66
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000630msgid "Suppress messages"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500631msgstr "Sopprimi messaggi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000632
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500633#: e2fsck/problem.c:67
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000634msgid "Unlink"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500635msgstr "Effettua l'unlink -- Scollega FIXME"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000636
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500637#: e2fsck/problem.c:68
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500638msgid "Clear HTree index"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500639msgstr "Azzera l'indice HTree"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500640
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500641#: e2fsck/problem.c:69
642msgid "Recreate"
643msgstr "Ricrea"
644
645#: e2fsck/problem.c:78
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000646msgid "(NONE)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500647msgstr "(NESSUNO)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000648
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500649#: e2fsck/problem.c:79
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000650msgid "FIXED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500651msgstr "SISTEMATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000652
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500653#: e2fsck/problem.c:80
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000654msgid "CLEARED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500655msgstr "AZZERATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000656
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500657#: e2fsck/problem.c:81
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000658msgid "RELOCATED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500659msgstr "RILOCATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000660
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500661#: e2fsck/problem.c:82
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000662msgid "ALLOCATED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500663msgstr "ALLOCATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000664
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500665#: e2fsck/problem.c:83
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000666msgid "EXPANDED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500667msgstr "ESPANSO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000668
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500669#: e2fsck/problem.c:84
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000670msgid "RECONNECTED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500671msgstr "RICONNESSO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000672
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500673#: e2fsck/problem.c:85
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000674msgid "CREATED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500675msgstr "CREATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000676
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500677#: e2fsck/problem.c:86
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000678msgid "SALVAGED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500679msgstr "SALVATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000680
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500681#: e2fsck/problem.c:87
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000682msgid "TRUNCATED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500683msgstr "TRONCATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000684
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500685#: e2fsck/problem.c:88
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000686msgid "INODE CLEARED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500687msgstr "INODE AZZERATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000688
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500689#: e2fsck/problem.c:89
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000690msgid "ABORTED"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500691msgstr "INTERROTTO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000692
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500693#: e2fsck/problem.c:90
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000694msgid "SPLIT"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500695msgstr "DIVISO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000696
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500697#: e2fsck/problem.c:91
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000698msgid "CONTINUING"
699msgstr ""
700
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500701#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400702#, fuzzy
703msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500704msgstr "CLONATI BLOCCHI DUPLICATI/NON VALIDI"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000705
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500706#: e2fsck/problem.c:93
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000707msgid "FILE DELETED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500708msgstr "FILE CANCELLATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000709
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500710#: e2fsck/problem.c:94
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000711msgid "SUPPRESSED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500712msgstr "SOPPRESSO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000713
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500714#: e2fsck/problem.c:95
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000715msgid "UNLINKED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500716msgstr "SCOLLEGATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000717
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500718#: e2fsck/problem.c:96
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500719msgid "HTREE INDEX CLEARED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500720msgstr "INDICE HTREE PULITO"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500721
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500722#: e2fsck/problem.c:97
723msgid "WILL RECREATE"
724msgstr "RICREERA'"
725
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400726#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500727#: e2fsck/problem.c:106
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000728msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500729msgstr "@B del @b per il @g %g non è in @g. (@b %b)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000730
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400731#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500732#: e2fsck/problem.c:110
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000733msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500734msgstr "@B dell'@i per il @g %g non è in @g. (@b %b)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000735
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400736#. @-expanded: inode table for group %g is not in group. (block %b)\n
737#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500738#: e2fsck/problem.c:115
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000739msgid ""
740"@i table for @g %g is not in @g. (@b %b)\n"
741"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
742msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500743"La tavola degli @i per il @g %g non è in @g. (@b %b)\n"
744"ATTENZIONE: SONO POSSIBILI NOTEVOLI PERDITE DI DATI.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000745
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400746#. @-expanded: \n
747#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
748#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
749#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
750#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
751#. @-expanded: e2fsck -b %S <device>\n
752#. @-expanded: \n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500753#: e2fsck/problem.c:121
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500754#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000755msgid ""
756"\n"
757"The @S could not be read or does not describe a correct ext2\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400758"@f. If the @v is valid and it really contains an ext2\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000759"@f (and not swap or ufs or something else), then the @S\n"
760"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400761" e2fsck -b %S <@v>\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000762"\n"
763msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500764"\n"
765"Il @S è illeggibile, o non descrive un corretto @f ext2\n"
766"Se il @v è valido e contiene realmente un @f ext2\n"
767"(e non swap, ufs o altro), allora il @S è corrotto, e si potrebbe\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500768"provare ad eseguire e2fsck con un @S alternativo:\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500769" e2fsck -b %S <@v>\n"
770"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000771
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400772#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
773#. @-expanded: The physical size of the device is %c blocks\n
774#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500775#: e2fsck/problem.c:130
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000776msgid ""
777"The @f size (according to the @S) is %b @bs\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400778"The physical size of the @v is %c @bs\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000779"Either the @S or the partition table is likely to be corrupt!\n"
780msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500781"La dimensione del @f (secondo il @S) è %b @b(i)\n"
782"La dimensione fisica del @v è %c @b(i)\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500783"È probabile che il @S o la tavola delle partizioni siano corrotti!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000784
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400785#. @-expanded: superblock block_size = %b, fragsize = %c.\n
786#. @-expanded: This version of e2fsck does not support fragment sizes different\n
787#. @-expanded: from the block size.\n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500788#: e2fsck/problem.c:137
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000789msgid ""
790"@S @b_size = %b, fragsize = %c.\n"
791"This version of e2fsck does not support fragment sizes different\n"
792"from the @b size.\n"
793msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500794"Dimensione del @b del @S = %b, dimensione frammento = %c.\n"
795"Questa versione di e2fsck non supporta dimensioni di frammento\n"
796"differenti dalla dimensione del @b.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000797
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400798#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500799#: e2fsck/problem.c:144
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000800msgid "@S @bs_per_group = %b, should have been %c\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500801msgstr "@S @b(i)_per_gruppo = %b, avrebbe dovuto essere %c\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000802
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400803#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500804#: e2fsck/problem.c:149
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500805#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000806msgid "@S first_data_@b = %b, should have been %c\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500807msgstr "Primo @b contenente dati del @S = %b, avrebbe dovuto essere %c\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000808
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400809#. @-expanded: filesystem did not have a UUID; generating one.\n
810#. @-expanded: \n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500811#: e2fsck/problem.c:154
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000812msgid ""
813"@f did not have a UUID; generating one.\n"
814"\n"
815msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500816"il @f non aveva un UUID; generazione di un UUID.\n"
817"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000818
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500819#: e2fsck/problem.c:159
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500820#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000821msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400822"Note: if several inode or block bitmap blocks or part\n"
823"of the inode table require relocation, you may wish to try\n"
824"running e2fsck with the '-b %S' option first. The problem\n"
825"may lie only with the primary block group descriptors, and\n"
826"the backup block group descriptors may be OK.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000827"\n"
828msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500829"Nota: se molte mappe dei bit degli inode o dei blocchi\n"
830"richiedono il rilocamento, o una parte della tavola degli\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500831"inode deve essere spostata, si può prima provare ad eseguire\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500832"e2fsck con l'opzione '-b %S'. Il problema potrebbe risiedere\n"
833"nel descrittore di gruppo dei blocchi primario, ed il descrittore\n"
834"di gruppo dei blocchi potrebbe essere OK.\n"
835"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000836
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400837#. @-expanded: Corruption found in superblock. (%s = %N).\n
838#: e2fsck/problem.c:168
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000839msgid "Corruption found in @S. (%s = %N).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500840msgstr "Trovata corruzione nel @S. (%s = %N).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000841
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400842#. @-expanded: Error determining size of the physical device: %m\n
843#: e2fsck/problem.c:173
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000844#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400845msgid "Error determining size of the physical @v: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500846msgstr "Errore determinando la dimensione del @v fisico: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000847
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400848#. @-expanded: inode count in superblock is %i, should be %j.\n
849#: e2fsck/problem.c:178
850#, fuzzy
851msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500852msgstr "Il numero di @i in @S è %i, dovrebbe essere %j.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000853
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400854#: e2fsck/problem.c:182
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000855msgid "The Hurd does not support the filetype feature.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500856msgstr "Il kernel Hurd non supporta la caratteristica filetype.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000857
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400858#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
859#: e2fsck/problem.c:187
860#, fuzzy, c-format
861msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500862msgstr "Il @S ha un @j ext3 non valido (@i %i).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400863
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400864#. @-expanded: External journal has multiple filesystem users (unsupported).\n
865#: e2fsck/problem.c:192
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400866msgid "External @j has multiple @f users (unsupported).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500867msgstr "Il @j esterno ha diversi utenti del @f (non supportato).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400868
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400869#. @-expanded: Can't find external journal\n
870#: e2fsck/problem.c:197
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400871msgid "Can't find external @j\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500872msgstr "Impossibile trovare il @j esterno\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400873
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400874#. @-expanded: External journal has bad superblock\n
875#: e2fsck/problem.c:202
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400876msgid "External @j has bad @S\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500877msgstr "Il @j esterno ha un @S non valido\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400878
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400879#. @-expanded: External journal does not support this filesystem\n
880#: e2fsck/problem.c:207
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400881msgid "External @j does not support this @f\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500882msgstr "Il @j esterno non supporta questo @f\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400883
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400884#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
885#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
886#. @-expanded: format.\n
887#. @-expanded: It is also possible the journal superblock is corrupt.\n
888#: e2fsck/problem.c:212
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400889msgid ""
890"Ext3 @j @S is unknown type %N (unsupported).\n"
Theodore Ts'obc759702005-05-09 20:40:55 -0400891"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
892"format.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400893"It is also possible the @j @S is corrupt.\n"
894msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500895"Il @S del @j ext3 è del tipo sconosciuto %N (non supportato).\n"
Theodore Ts'obc759702005-05-09 20:40:55 -0400896"E' probabile che questa copia di e2fsck sia vecchia e/o non supporti questo "
897"formato di @j.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500898"E' anche possibile che il @S del @j sia corrotto.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400899
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400900#. @-expanded: Ext3 journal superblock is corrupt.\n
901#: e2fsck/problem.c:220
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400902msgid "Ext3 @j @S is corrupt.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500903msgstr "Il @S del @j ext3 è corrotto.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400904
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400905#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
906#: e2fsck/problem.c:225
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400907#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500908msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500909msgstr "Il @S non ha il flag has_@j, ma ha il @j ext3 %s.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400910
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400911#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
912#: e2fsck/problem.c:230
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400913msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500914msgstr "Il @S ha il flag ext3 needs_recovery impostato, ma non ha @j.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400915
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400916#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
917#: e2fsck/problem.c:235
918#, fuzzy
919msgid "ext3 recovery flag is clear, but @j has data.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500920msgstr "flag del recupero ext3 pulito, ma il @j contiene ancora dati.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400921
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400922#. @-expanded: Clear journal
923#: e2fsck/problem.c:240
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500924msgid "Clear @j"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500925msgstr "Azzerare @j"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400926
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400927#. @-expanded: Run journal anyway
928#: e2fsck/problem.c:245
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500929msgid "Run @j anyway"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500930msgstr "Eseguire @j comunque"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500931
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400932#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
933#: e2fsck/problem.c:250
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500934msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500935msgstr "Flag di recupero non impostato nel @S di backup, eseguo @j comunque.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500936
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400937#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
938#: e2fsck/problem.c:255
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400939msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500940msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, modalità=%Im, dimensione=%Is)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400941
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400942#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
943#: e2fsck/problem.c:260
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400944msgid "@I @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500945msgstr "@b @I #%B (%b) trovato in un @i @o %i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400946
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400947#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
948#: e2fsck/problem.c:265
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400949msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500950msgstr "Già azzerato il @b #%B (%b) trovato in un @i @o %i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400951
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400952#. @-expanded: illegal orphaned inode %i in superblock.\n
953#: e2fsck/problem.c:270
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400954#, c-format
955msgid "@I @o @i %i in @S.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500956msgstr "@i @o @I %i nel @S.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400957
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400958#. @-expanded: illegal inode %i in orphaned inode list.\n
959#: e2fsck/problem.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400960#, c-format
961msgid "@I @i %i in @o @i list.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500962msgstr "@i @I %i nella lista degli @i @o.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400963
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400964#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400965#: e2fsck/problem.c:280 e2fsck/problem.c:613
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400966msgid "@f has feature flag(s) set, but is a revision 0 @f. "
967msgstr ""
968
969#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
970#: e2fsck/problem.c:285
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500971#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400972msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -0400973msgstr ""
974"Il @S del @j ext3 ha impostato il flag a sola lettura di una caratteristica "
975"sconosciuta.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400976
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400977#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
978#: e2fsck/problem.c:290
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500979#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400980msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -0400981msgstr ""
982"Il @S del @j ext3 ha impostato il flag di una caratteristica non "
983"compatibile.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400984
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400985#. @-expanded: journal version not supported by this e2fsck.\n
986#: e2fsck/problem.c:295
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400987msgid "@j version not supported by this e2fsck.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500988msgstr "Versione del @j non supportata da questo e2fsck.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400989
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400990#. @-expanded: Moving journal from /%s to hidden inode.\n
991#. @-expanded: \n
992#: e2fsck/problem.c:300
993#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400994msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400995"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400996"\n"
997msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500998"Spostamento di @j da /%s all'inode nascosto.\n"
999"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001000
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001001#. @-expanded: Error moving journal: %m\n
1002#. @-expanded: \n
1003#: e2fsck/problem.c:305
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001004#, c-format
1005msgid ""
1006"Error moving @j: %m\n"
1007"\n"
1008msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001009"Errore spostando @j: %m\n"
1010"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001011
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001012#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1013#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1014#. @-expanded: \n
1015#: e2fsck/problem.c:310
1016#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001017msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001018"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001019"Clearing fields beyond the V1 @j @S...\n"
1020"\n"
1021msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001022"Trovati dei campi V2 del @S del @j non validi (dal journal V1).\n"
1023"Pulitura dei campi al di là del @S del @j V1...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001024
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001025#. @-expanded: Backing up journal inode block information.\n
1026#. @-expanded: \n
1027#: e2fsck/problem.c:316
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001028msgid ""
1029"Backing up @j @i @b information.\n"
1030"\n"
1031msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001032"Esecuzione del backup dell'informazione @j @i @b.\n"
1033"\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001034
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001035#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1036#. @-expanded: is %N; should be zero.
1037#: e2fsck/problem.c:321
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05001038msgid ""
1039"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1040"is %N; @s zero. "
1041msgstr ""
1042
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001043#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1044#: e2fsck/problem.c:327
1045msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05001046msgstr ""
1047
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001048#. @-expanded: Resize inode not valid.
1049#: e2fsck/problem.c:332
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05001050#, fuzzy
1051msgid "Resize @i not valid. "
1052msgstr "L'@r non è una @d. "
1053
Theodore Ts'o6956f612005-12-31 16:46:15 -05001054#. @-expanded: superblock last mount time is in the future.
1055#: e2fsck/problem.c:337
1056msgid "@S last mount time is in the future. "
1057msgstr ""
1058
1059#. @-expanded: superblock last write time is in the future.
1060#: e2fsck/problem.c:342
1061msgid "@S last write time is in the future. "
1062msgstr ""
1063
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001064#. @-expanded: superblock hint for external superblock should be %X.
1065#: e2fsck/problem.c:346
1066#, c-format
1067msgid "@S hint for external superblock @s %X. "
1068msgstr ""
1069
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001070#. @-expanded: Adding dirhash hint to filesystem.\n
1071#. @-expanded: \n
1072#: e2fsck/problem.c:351
1073msgid ""
1074"Adding dirhash hint to @f.\n"
1075"\n"
1076msgstr ""
1077
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001078#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001079#: e2fsck/problem.c:358
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001080msgid "Pass 1: Checking @is, @bs, and sizes\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001081msgstr "Passo 1: Controllo di @i, @b(i) e dimensioni\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001082
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001083#. @-expanded: root inode is not a directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001084#: e2fsck/problem.c:362
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001085msgid "@r is not a @d. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001086msgstr "L'@r non è una @d. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001087
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001088#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001089#: e2fsck/problem.c:367
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001090msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'obc759702005-05-09 20:40:55 -04001091msgstr ""
1092"L'@r ha il dtime impostato (probabilmente a causa di un vecchio mke2fs)."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001093
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001094#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001095#: e2fsck/problem.c:372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001096#, fuzzy
1097msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001098msgstr "L'@i riservato %i %Q ha una modalità errata. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001099
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001100#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001101#: e2fsck/problem.c:377
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001102#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001103msgid "@D @i %i has zero dtime. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001104msgstr "L'@i @D %i ha dtime zero. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001105
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001106#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001107#: e2fsck/problem.c:382
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001108#, fuzzy, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001109msgid "@i %i is in use, but has dtime set. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001110msgstr "L'@i %i è in uso, ma ha il dtime impostato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001111
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001112#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001113#: e2fsck/problem.c:387
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001114#, c-format
1115msgid "@i %i is a @z @d. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001116msgstr "L'@i %i è una @d a @z. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001117
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001118#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001119#: e2fsck/problem.c:392
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001120msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001121msgstr "La @B dei @b(i) del @g %g a %b @C.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001122
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001123#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001124#: e2fsck/problem.c:397
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001125msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001126msgstr "La @B degli @i del @g %g a %b @C.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001127
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001128#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001129#: e2fsck/problem.c:402
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001130msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001131msgstr "La tavola degli @i del @g %g a %b @C.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001132
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001133#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001134#: e2fsck/problem.c:407
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001135msgid "@g %g's @b @B (%b) is bad. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001136msgstr "La @B dei @b(i) del @g %g (%b) non è valida. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001137
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001138#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001139#: e2fsck/problem.c:412
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001140msgid "@g %g's @i @B (%b) is bad. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001141msgstr "La @B degli @i del @g %g (%b) non è valida. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001143#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001144#: e2fsck/problem.c:417
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001145msgid "@i %i, i_size is %Is, @s %N. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001146msgstr "@i %i, i_size è %Is, @s %N. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001147
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001148#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001149#: e2fsck/problem.c:422
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001150#, fuzzy
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001151msgid "@i %i, i_@bs is %Ib, @s %N. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001152msgstr "@i %i, i_blocks è %Ib, @s %N. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001154#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001155#: e2fsck/problem.c:427
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001156msgid "@I @b #%B (%b) in @i %i. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001157msgstr "@b @I #%B (%b) nell'@i %i. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001159#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001160#: e2fsck/problem.c:432
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001161msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001162msgstr ""
1163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001164#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001165#: e2fsck/problem.c:437
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001166#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001167msgid "@i %i has illegal @b(s). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001168msgstr "L'@i %i ha @b(i) illegali. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001170#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001171#: e2fsck/problem.c:442
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001172#, c-format
1173msgid "Too many illegal @bs in @i %i.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001174msgstr "Troppi @b(i) illegali in @i %i.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001175
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001176#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001177#: e2fsck/problem.c:447
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001178#, fuzzy
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001179msgid "@I @b #%B (%b) in bad @b @i. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001180msgstr "@b @I #%B (%b) nell'@i del @b non valido. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001181
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001182#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001183#: e2fsck/problem.c:452
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001184#, fuzzy
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001185msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001186msgstr "L'@i del @b non valido ha @b(i) illegali. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001187
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001188#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001189#: e2fsck/problem.c:457
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001190msgid "Duplicate or bad @b in use!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001191msgstr "@b duplicato o non valido in uso!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001192
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001193#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001194#: e2fsck/problem.c:462
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001195#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001196msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001197msgstr "Il @b %b usa come @i del @b non valido un @b indiretto. "
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001198
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001199#. @-expanded: \n
1200#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1201#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1202#. @-expanded: in the filesystem.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001203#: e2fsck/problem.c:467
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001204msgid ""
1205"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001206"The bad @b @i has probably been corrupted. You probably\n"
1207"should stop now and run e2fsck -c to scan for bad blocks\n"
1208"in the @f.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001209msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001210"\n"
1211"L'@i del @b non valido è stato probabilmente corrotto. E' consigliabile\n"
1212"fermarsi ora ed eseguire e2fsck -c per cercare blocchi non validi\n"
1213"nel @f.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001214
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001215#. @-expanded: \n
1216#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001217#: e2fsck/problem.c:474
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001218msgid ""
1219"\n"
1220"If the @b is really bad, the @f can not be fixed.\n"
1221msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001222"\n"
1223"Se il @b è molto corrotto, il @f non può essere riparato.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001225#. @-expanded: You can remove this block from the bad block list and hope\n
1226#. @-expanded: that the block is really OK. But there are no guarantees.\n
1227#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001228#: e2fsck/problem.c:479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001229#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001230msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001231"You can remove this @b from the bad @b list and hope\n"
1232"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001233"\n"
1234msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001235"E' possibile eliminare questo @b (e sperare il meglio) dalla\n"
1236"lista dei @b(i) non validi, e sperare che sia davvero a posto, ma\n"
1237"non ci sono garanzie.\n"
1238"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001239
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001240#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001241#: e2fsck/problem.c:485
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001242msgid "The primary @S (%b) is on the bad @b list.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001243msgstr "Il @S primario (%b) è nella listi dei @b(i) non validi.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001244
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001245#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001246#: e2fsck/problem.c:490
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001247msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001248msgstr ""
1249"Il blocco %b nei descrittori primari del @g è nella lista dei @b(i) non "
1250"validi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001251
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001252#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001253#: e2fsck/problem.c:496
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001254msgid "Warning: Group %g's @S (%b) is bad.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001255msgstr "Attenzione: Il @S (%b) del gruppo %g non è valido.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001257#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001258#: e2fsck/problem.c:501
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001259#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001260msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001261msgstr ""
1262"Attenzione: La copia dei descrittori di @g del gruppo %g ha un @b (%b) non "
1263"valido.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001264
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001265#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001266#: e2fsck/problem.c:507
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001267msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001268msgstr ""
1269"Errore di programmazione? @b #%b reclamato senza ragione in process_bad_@b.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001270
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001271#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001272#: e2fsck/problem.c:513
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001273#, fuzzy
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001274msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001275msgstr "@A %N @b(i) contigui nel @g di @b %g per %s: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001277#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001278#: e2fsck/problem.c:518
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001279#, c-format
1280msgid "@A @b buffer for relocating %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001281msgstr "@A il buffer @b per la rilocazione di %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001282
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001283#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001284#: e2fsck/problem.c:523
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001285msgid "Relocating @g %g's %s from %b to %c...\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001286msgstr "Rilocazione del %s del @g %g da %b a %c...\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001287
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001288#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001289#: e2fsck/problem.c:528
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001290#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001291msgid "Relocating @g %g's %s to %c...\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001292msgstr "Rilocazione del %s del @g %g in %c...\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001293
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001294#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001295#: e2fsck/problem.c:533
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001296msgid "Warning: could not read @b %b of %s: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001297msgstr "Attenzione: impossibile leggere @b %b di %s: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001298
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001299#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001300#: e2fsck/problem.c:538
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001301msgid "Warning: could not write @b %b for %s: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001302msgstr "Attenzione: impossibile scrivere @b %b per %s: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001303
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001304#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001305#: e2fsck/problem.c:543 e2fsck/problem.c:1280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001306msgid "@A @i @B (%N): %m\n"
1307msgstr "@A la @B dell'@i (%N): %m\n"
1308
1309#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001310#: e2fsck/problem.c:548
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001311#, fuzzy
1312msgid "@A @b @B (%N): %m\n"
1313msgstr "@A la @B dell'@i (%N): %m\n"
1314
1315#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001316#: e2fsck/problem.c:553
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001317#, fuzzy, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001318msgid "@A icount link information: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001319msgstr "@A le informazioni del collegamento icount: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001320
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001321#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001322#: e2fsck/problem.c:558
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001323#, fuzzy, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001324msgid "@A @d @b array: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001325msgstr "@A l'array dei @b di @d: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001326
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001327#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001328#: e2fsck/problem.c:563
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001329#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001330msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001331msgstr "Errore analizzando @is (%i): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001332
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001333#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001334#: e2fsck/problem.c:568
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001335#, c-format
1336msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001337msgstr "Errore scorrendo i @b(i) nell'@i %i: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001338
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001339#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001340#: e2fsck/problem.c:573
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001341msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001342msgstr ""
1343"Errore salvando le informazioni sul numero di @i (@i=%i, numero=%N): %m\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001344
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001345#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001346#: e2fsck/problem.c:578
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001347#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001348msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001349msgstr ""
1350"Errore salvando le informazioni sui @b(i) di @d (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001351
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001352#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001353#: e2fsck/problem.c:584
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001354#, c-format
1355msgid "Error reading @i %i: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001356msgstr "Errore durante la lettura dell'@i %i: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001357
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001358#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001359#: e2fsck/problem.c:592
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001360#, c-format
1361msgid "@i %i has imagic flag set. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001362msgstr "L'@i %i ha il flag imagic impostato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001363
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001364#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1365#. @-expanded: or append-only flag set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001366#: e2fsck/problem.c:597
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001367#, c-format
1368msgid ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001369"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1370"or append-only flag set. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001371msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001372"Un file (@i %i) speciale (@v/socket/fifo/symlink) ha il flag\n"
1373"immutable o append-only impostato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001375#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001376#: e2fsck/problem.c:603
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001377#, c-format
1378msgid "@i %i has @cion flag set on @f without @cion support. "
1379msgstr ""
1380
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001381#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001382#: e2fsck/problem.c:608
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001383#, fuzzy, c-format
1384msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1385msgstr ""
1386"Un file (@i %i) speciale (@v/socket/fifo/symlink) ha il flag\n"
1387"immutable o append-only impostato. "
1388
1389#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001390#: e2fsck/problem.c:618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001391#, fuzzy
1392msgid "@j @i is not in use, but contains data. "
1393msgstr "L'@i %i è in uso, ma ha il dtime impostato. "
1394
1395#. @-expanded: journal is not regular file.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001396#: e2fsck/problem.c:623
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001397msgid "@j is not regular file. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001398msgstr "Il @j non è un file regolare. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001399
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001400#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001401#: e2fsck/problem.c:628
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001402#, fuzzy, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001403msgid "@i %i was part of the @o @i list. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001404msgstr "L'@i %i faceva parte della lista degli @i orfani. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001405
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001406#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001407#: e2fsck/problem.c:634
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001408#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001409msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001410msgstr ""
1411"trovati @i che facevano parte di una lista di orfani corrotti collegati. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001412
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001413#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001414#: e2fsck/problem.c:639
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001415#, fuzzy
1416msgid "@A refcount structure (%N): %m\n"
1417msgstr "@A la struttura icount: %m\n"
1418
1419#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001420#: e2fsck/problem.c:644
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001421#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001422msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001423msgstr "Errore leggendo l'@a di @b %b per l'@i %i. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001424
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001425#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001426#: e2fsck/problem.c:649
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001427#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001428msgid "@i %i has a bad @a @b %b. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001429msgstr "L'@i %i ha un @a di @b %b non valido. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001430
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001431#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001432#: e2fsck/problem.c:654
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001433#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001434msgid "Error reading @a @b %b (%m). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001435msgstr "Errore leggendo l'@a di @b %b (%m). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001436
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001437#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001438#: e2fsck/problem.c:659
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001439#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001440msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001441msgstr "L'@a di @b %b è contato come %b, dovrebbe essere %N. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001442
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001443#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001444#: e2fsck/problem.c:664
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001445#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001446msgid "Error writing @a @b %b (%m). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001447msgstr "Errore scrivendo l'@a @b %b (%m). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001448
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001449#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001450#: e2fsck/problem.c:669
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001451#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001452msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001453msgstr "L'@a @b %b ha il valore h_blocks > 1. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001455#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001456#: e2fsck/problem.c:674
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001457#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001458msgid "@A @a @b %b. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001459msgstr "L'@i %i ha un @a di @b %b non valido. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001460
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001461#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001462#: e2fsck/problem.c:679
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001463#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001464msgid "@a @b %b is corrupt (allocation collision). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001465msgstr "L'@a di @b %b è corrotto (collisione di allocazione). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001466
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001467#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001468#: e2fsck/problem.c:684
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001469#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001470msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001471msgstr "L'@a di @b %b è corrotto (nome non valido). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001472
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001473#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001474#: e2fsck/problem.c:689
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001475#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001477msgstr "L'@a di @b %b è corrotto (valore non valido). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001478
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001479#. @-expanded: inode %i is too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001480#: e2fsck/problem.c:694
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001481#, c-format
1482msgid "@i %i is too big. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001483msgstr "L'@i %i è troppo grande. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001484
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001485#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001486#: e2fsck/problem.c:698
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001487msgid "@b #%B (%b) causes @d to be too big. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001488msgstr "Il @b #%B (%b) fa diventare il @d troppo grande. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001489
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001490#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001491#: e2fsck/problem.c:703
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001492msgid "@b #%B (%b) causes file to be too big. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001493msgstr "Il @b #%B (%b) fa diventare il file troppo grande. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001494
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001495#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001496#: e2fsck/problem.c:708
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001497msgid "@b #%B (%b) causes symlink to be too big. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001498msgstr "Il @b #%B (%b) fa diventare il link simbolico troppo grande. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001499
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001500#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001501#: e2fsck/problem.c:713
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001502#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001503msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001504msgstr ""
1505"L'@i %i ga il flag INDEX_FL impostato nel @f senza il supporto htree.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001506
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001507#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001508#: e2fsck/problem.c:718
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001509#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001510msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001511msgstr "L'@i %i ha il flag INDEX_FL impostato, ma non è un @d.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001512
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001513#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001514#: e2fsck/problem.c:723
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001515#, fuzzy, c-format
1516msgid "@h %i has an @n root node.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001517msgstr "L'@h %i ha un nodo root non valido.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001518
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001519#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001520#: e2fsck/problem.c:728
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001521msgid "@h %i has an unsupported hash version (%N)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001522msgstr "L'@h %i ha una versione dell'hash non supportata (%N)\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001523
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001524#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001525#: e2fsck/problem.c:733
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001526#, c-format
1527msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001528msgstr "L'@h %i usa un flag di nodo htree di root non compatibile.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001529
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001530#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001531#: e2fsck/problem.c:738
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001532msgid "@h %i has a tree depth (%N) which is too big\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001533msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001534
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001535#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1536#. @-expanded: filesystem metadata.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001537#: e2fsck/problem.c:743
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001538msgid ""
1539"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1540"@f metadata. "
1541msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001542"L'@i del @b non valido ha un @b indiretto (%b) che entra in\n"
1543"conflitto con il metadata del @f. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001544
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001545#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001546#: e2fsck/problem.c:749
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05001547#, c-format
1548msgid "Resize @i (re)creation failed: %m."
1549msgstr ""
1550
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001551#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001552#: e2fsck/problem.c:754
Theodore Ts'obc759702005-05-09 20:40:55 -04001553#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001554msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001555msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
1556
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001557#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001558#: e2fsck/problem.c:759
Theodore Ts'obc759702005-05-09 20:40:55 -04001559#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001560msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001561msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
1562
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001563#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001564#: e2fsck/problem.c:764
Theodore Ts'obc759702005-05-09 20:40:55 -04001565#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001567msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
1568
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001569#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001570#: e2fsck/problem.c:769
Theodore Ts'obc759702005-05-09 20:40:55 -04001571#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001572msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001573msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
1574
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001575#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001576#: e2fsck/problem.c:774
Theodore Ts'obc759702005-05-09 20:40:55 -04001577#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001578msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001579msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
1580
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001581#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001582#: e2fsck/problem.c:779
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001583#, fuzzy
1584msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
1585msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
1586
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001587#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1588#: e2fsck/problem.c:784
1589msgid "@i %i is a %It but it looks like it is really a directory.\n"
1590msgstr ""
1591
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001592#. @-expanded: \n
1593#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1594#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001595#: e2fsck/problem.c:791
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001596msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001597"\n"
1598"Running additional passes to resolve @bs claimed by more than one @i...\n"
1599"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001600msgstr ""
1601
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001602#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001603#: e2fsck/problem.c:797
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001604#, fuzzy, c-format
1605msgid "@m @b(s) in @i %i:"
1606msgstr "@b @I #%B (%b) nell'@i %i. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001607
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001608#: e2fsck/problem.c:812
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001609#, c-format
1610msgid "Error while scanning inodes (%i): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001611msgstr "Errore analizzando gli inode (%i): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001612
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001613#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001614#: e2fsck/problem.c:817
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001615#, fuzzy, c-format
1616msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001617msgstr "@A la @B degli @i (inode_dup_map): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001619#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001620#: e2fsck/problem.c:822
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001621#, c-format
1622msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001623msgstr "Errore scorrendo i @b(i) nell'@i %i (%s): %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001624
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001625#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001626#: e2fsck/problem.c:827 e2fsck/problem.c:1143
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001627#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001628msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001629msgstr ""
1630"Errore sistemando il conteggio dei riferimenti per il @b @a %b (@i %i): %m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001631
Theodore Ts'o6956f612005-12-31 16:46:15 -05001632#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001633#: e2fsck/problem.c:833
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001634#, fuzzy
Theodore Ts'o6956f612005-12-31 16:46:15 -05001635msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001636msgstr ""
1637"Passo 1C: Analisi delle directory relativa agli @i con @b(i) duplicati.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001638
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001639#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001640#: e2fsck/problem.c:839
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001641#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001642msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001643msgstr "Passo 1D: Riconciliamento del @b(i) duplicati\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001644
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001645#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1646#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001647#: e2fsck/problem.c:844
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001648#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001649msgid ""
1650"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001651" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001652msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001653"Il file %Q (@i #%i, ultima modifica %IM) \n"
1654" ha %b @b(i) duplicati, condivisi con %N file:\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001655
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001656#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001657#: e2fsck/problem.c:850
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001658msgid "\t%Q (@i #%i, mod time %IM)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001659msgstr "\t%Q (@i #%i, ultima modifica %IM)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001660
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001661#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001662#: e2fsck/problem.c:855
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001663msgid "\t<@f metadata>\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001664msgstr "\t<metadata del @f>\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001665
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001666#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1667#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001668#: e2fsck/problem.c:860
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001669#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001670msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001671"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001672"\n"
1673msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001674"(Ci sono %n @i contenenti @b(i) duplicato/non valido(i).)\n"
1675"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001676
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001677#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1678#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001679#: e2fsck/problem.c:865
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001680#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001681msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001682"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001683"\n"
1684msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001685"@b(i) duplicati già riassegnati o clonati.\n"
1686"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001687
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001688#: e2fsck/problem.c:878
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001689#, c-format
1690msgid "Couldn't clone file: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001691msgstr "Impossibile clonare il file: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001692
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001693#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001694#: e2fsck/problem.c:884
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001695msgid "Pass 2: Checking @d structure\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001696msgstr "Passo 2: Analisi della struttura delle @d\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001697
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001698#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001699#: e2fsck/problem.c:889
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001700#, fuzzy, c-format
1701msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001702msgstr "Numero di @i non valido per '.' nell'@i @d %i.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001703
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001704#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001705#: e2fsck/problem.c:894
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001706#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001707msgid "@E has @n @i #: %Di.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001708msgstr "L'@E ha un @i non valido #: %Di.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001709
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001710#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001711#: e2fsck/problem.c:899
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001712#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001713msgid "@E has @D/unused @i %Di. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001714msgstr "L'@E ha @i non utilizzato/@D %Di. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001715
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001716#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001717#: e2fsck/problem.c:904
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001718msgid "@E @L to '.' "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001719msgstr "L'@E @L a '.' "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001720
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001721#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001722#: e2fsck/problem.c:909
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001723msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001724msgstr "L'@E punta all'@i (%Di), posizionato in un @b non valido.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001725
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001726#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001727#: e2fsck/problem.c:914
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001728msgid "@E @L to @d %P (%Di).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001729msgstr "L'@E @L alla @d %P (%Di).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001730
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001731#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001732#: e2fsck/problem.c:919
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001733msgid "@E @L to the @r.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001734msgstr "L'@E @L all'@r.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001735
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001736#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001737#: e2fsck/problem.c:924
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001738msgid "@E has illegal characters in its name.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001739msgstr "L'@E ha caratteri non validi nel suo nome.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001740
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001741#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001742#: e2fsck/problem.c:929
Theodore Ts'o72933b92005-01-11 14:05:00 -05001743#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001744msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05001745msgstr "'.' mancante nell'@i %i della @d.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001746
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001747#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001748#: e2fsck/problem.c:934
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001749#, c-format
1750msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05001751msgstr "'..' mancante nell'@i %i della @d.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001752
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001753#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001754#: e2fsck/problem.c:939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001755#, fuzzy
1756msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001757msgstr "Il primo @e '%Dn' (inode=%Di) nell'@i %i della @d (%p) @s '.'\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001758
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001759#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001760#: e2fsck/problem.c:944
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001761#, fuzzy
1762msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001763msgstr "Il secondo @e '%Dn' (inode=%Di) nell'@i %i della @d (%p) @s '.'\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001764
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001765#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001766#: e2fsck/problem.c:949
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001767#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001768msgid "i_faddr @F %IF, @s zero.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001769msgstr "i_faddr @F %IF @s zero.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001770
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001771#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001772#: e2fsck/problem.c:954
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001773#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001774msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001775msgstr "i_file_acl @F %If @s zero.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001776
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001777#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001778#: e2fsck/problem.c:959
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001779#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001780msgid "i_dir_acl @F %Id, @s zero.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001781msgstr "i_dir_acl @F %Id @s zero.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001782
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001783#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001784#: e2fsck/problem.c:964
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001785#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001786msgid "i_frag @F %N, @s zero.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001787msgstr "i_frag @F %N @s zero.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001788
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001789#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001790#: e2fsck/problem.c:969
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001791#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001792msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001793msgstr "i_fsize @F %N @s zero.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001794
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001795#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001796#: e2fsck/problem.c:974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001797#, fuzzy
1798msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001799msgstr "L'@o %i (%Q) ha una modalità non valida (%Im).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001800
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001801#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001802#: e2fsck/problem.c:979
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001803msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001804msgstr "@i %i della @d, offset %N: @d corrotta\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001805
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001806#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001807#: e2fsck/problem.c:984
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001808msgid "@d @i %i, @b %B, offset %N: filename too long\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001809msgstr "@i %i della @d, offset %N: nome file troppo lungo\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001810
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001811#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001812#: e2fsck/problem.c:989
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001813#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001814msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001815msgstr "L'@i %i della @d ha un @b (#%B) non allocato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001816
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001817#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001818#: e2fsck/problem.c:994
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001819#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001820msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001821msgstr "L'@e della @d '.' nell'@i %i della @d non è terminato da NULL\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001822
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001823#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001824#: e2fsck/problem.c:999
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001825#, c-format
1826msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001827msgstr "L'@e della @d '..' nell'@i %i della @d non è terminato da NULL\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001828
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001829#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001830#: e2fsck/problem.c:1004
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001831msgid "@i %i (%Q) is an @I character @v.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001832msgstr "L'@i %i (%Q) è un @v a caratteri @I.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001833
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001834#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001835#: e2fsck/problem.c:1009
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001836msgid "@i %i (%Q) is an @I @b @v.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001837msgstr "L'@i %i (%Q) è un @v a @b(i) @I.\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001838
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001839#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001840#: e2fsck/problem.c:1014
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001841#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001842msgid "@E is duplicate '.' @e.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001843msgstr "L'@E è un duplicato dell'@e '.'.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001844
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001845#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001846#: e2fsck/problem.c:1019
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001847msgid "@E is duplicate '..' @e.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001848msgstr "L'@E è un duplicato dell'@e '..'.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001849
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001850#: e2fsck/problem.c:1024 e2fsck/problem.c:1305
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001851#, c-format
1852msgid "Internal error: couldn't find dir_info for %i.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001853msgstr "Errore interno: impossibile trovare dir_info per %i.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001854
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001855#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001856#: e2fsck/problem.c:1029
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001857#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001858msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001859msgstr "L'@E ha rec_len di %Dr, dovrebbe essere %N.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001860
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001861#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001862#: e2fsck/problem.c:1034
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001863#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001864msgid "@A icount structure: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001865msgstr "@A la struttura icount: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001866
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001867#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001868#: e2fsck/problem.c:1039
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001869#, c-format
1870msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001871msgstr "Errore scorrendo i @b(i) delle @d: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001872
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001873#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001874#: e2fsck/problem.c:1044
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001875msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001876msgstr "Errore leggendo il @b della @d %b (@i %i): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001877
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001878#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001879#: e2fsck/problem.c:1049
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001880msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001881msgstr "Errore scrivendo il @b della @d %b (@i %i): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001882
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001883#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001884#: e2fsck/problem.c:1054
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001885#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001886msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001887msgstr "@A un nuovo @b della @d per l'@i %i (%s): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001888
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001889#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001890#: e2fsck/problem.c:1059
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001891#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001892msgid "Error deallocating @i %i: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001893msgstr "Errore deallocando l'@i %i: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001894
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001895#. @-expanded: directory entry for '.' is big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001896#: e2fsck/problem.c:1064
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001897msgid "@d @e for '.' is big. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001898msgstr "L'@e della @d di '.' è grande. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001899
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001900#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001901#: e2fsck/problem.c:1069
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001902msgid "@i %i (%Q) is an @I FIFO.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001903msgstr "L'@i %i (%Q) è una FIFO @I.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001904
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001905#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001906#: e2fsck/problem.c:1074
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001907msgid "@i %i (%Q) is an @I socket.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001908msgstr "L'@i %i (%Q) è un socket @I.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001909
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001910#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001911#: e2fsck/problem.c:1079
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001912msgid "Setting filetype for @E to %N.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001913msgstr "Impostazione del tipo di file per l'@E a %N.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001914
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001915#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001916#: e2fsck/problem.c:1084
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001917#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001918msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001919msgstr "L'@E non è del giusto tipo di file (era %Dt, dovrebbe essere %N).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001920
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001921#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001922#: e2fsck/problem.c:1089
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001923msgid "@E has filetype set.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001924msgstr "E' impostato il tipo di file per l'@E.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001925
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001926#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001927#: e2fsck/problem.c:1094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001928#, fuzzy
1929msgid "@E has a @z name.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001930msgstr "Il nome dell'@E è di lunghezza nulla.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001931
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001932#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001933#: e2fsck/problem.c:1099
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001934#, fuzzy
1935msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001936msgstr "Il symlink %Q (@i #%i) non è valido.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001937
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001938#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001939#: e2fsck/problem.c:1104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001940msgid "@a @b @F @n (%If).\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001941msgstr ""
1942
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001943#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001944#: e2fsck/problem.c:1109
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001945msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001946msgstr ""
1947"Il @f contiene files di grandi dimensioni, ma nel @S non è specificato il "
1948"flag LARGE_FILE.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001949
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001950#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001951#: e2fsck/problem.c:1114
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001952#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001953msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001954msgstr "@p un @h (%d): nodo (%B) non referenziato\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001955
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001956#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001957#: e2fsck/problem.c:1119
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001958#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001959msgid "@p @h %d: node (%B) referenced twice\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001960msgstr "@p un @h (%d): nodo (%b) referenziato due volte\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001961
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001962#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001963#: e2fsck/problem.c:1124
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001964#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001965msgid "@p @h %d: node (%B) has bad min hash\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001966msgstr "@p un @h (%d): nodo (%B) con hash minimo non valido\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001967
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001968#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001969#: e2fsck/problem.c:1129
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001970#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001971msgid "@p @h %d: node (%B) has bad max hash\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001972msgstr "@p un @h (%d): nodo (%b) con hash massimo non valido\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001973
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001974#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001975#: e2fsck/problem.c:1134
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001976#, fuzzy
1977msgid "@n @h %d (%q). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001978msgstr "@h %d non valido (%q). "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001979
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001980#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001981#: e2fsck/problem.c:1138
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001982msgid "@p @h %d (%q): bad @b number %b.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001983msgstr "@p un @h %d (%q): @b non valido numero %b.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001984
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001985#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001986#: e2fsck/problem.c:1148
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001987#, fuzzy, c-format
1988msgid "@p @h %d: root node is @n\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001989msgstr "@p un @h (%d): nodo root non valido\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001990
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001991#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001992#: e2fsck/problem.c:1153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001993#, fuzzy
1994msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001995msgstr "@p un @h (%d): nodo (%B) con limite non valido (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001996
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001997#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001998#: e2fsck/problem.c:1158
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001999#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002000msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002001msgstr "@p un @h (%d): numero (%N) di nodo (%B) non valido\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002002
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002003#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002004#: e2fsck/problem.c:1163
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002005msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002006msgstr "@p un @h (%d): nodo (%B) con tabella hash non ordinata\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002007
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002008#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002009#: e2fsck/problem.c:1168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002010#, fuzzy
2011msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002012msgstr "@p un @h (%d): nodo (%B) con profondità non valida\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002014#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002015#: e2fsck/problem.c:1173
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002016msgid "Duplicate @E found. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002017msgstr "Trovato @E duplicato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002018
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002019#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2020#. @-expanded: Rename to %s
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002021#: e2fsck/problem.c:1178
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002022#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002023msgid ""
2024"@E has a non-unique filename.\n"
2025"Rename to %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002026msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002027"@E ha un nome file non univoco.\n"
2028"Cambiare il nome in %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002030#. @-expanded: Duplicate entry '%Dn' found.\n
2031#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2032#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002033#: e2fsck/problem.c:1183
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002034#, fuzzy
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002035msgid ""
2036"Duplicate @e '%Dn' found.\n"
2037"\tMarking %p (%i) to be rebuilt.\n"
2038"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002039msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002040"Trovato @e duplicato '%Dn'.\n"
2041"\t%p (%i) è da ricostruire.\n"
2042"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002043
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002044#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2045#: e2fsck/problem.c:1188
2046#, fuzzy
2047msgid "i_blocks_hi @F %N, @s zero.\n"
2048msgstr "i_fsize @F %N @s zero.\n"
2049
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002050#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002051#: e2fsck/problem.c:1195
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002052msgid "Pass 3: Checking @d connectivity\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002053msgstr "Passo 3: Controllo della connettività di @d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002054
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002055#. @-expanded: root inode not allocated.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002056#: e2fsck/problem.c:1200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002057msgid "@r not allocated. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002058msgstr "@r non allocato."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002059
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002060#. @-expanded: No room in lost+found directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002061#: e2fsck/problem.c:1205
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002062msgid "No room in @l @d. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002063msgstr "Non c'è spazio nella @d @l"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002064
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002065#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002066#: e2fsck/problem.c:1210
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002067#, c-format
2068msgid "Unconnected @d @i %i (%p)\n"
2069msgstr ""
2070
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002071#. @-expanded: /lost+found not found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002072#: e2fsck/problem.c:1215
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002073msgid "/@l not found. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002074msgstr "/@l non trovata. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002075
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002076#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002077#: e2fsck/problem.c:1220
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002078msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002079msgstr "'..' in %Q (%i) è %P (%j), @s %q (%d).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002080
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002081#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002082#: e2fsck/problem.c:1225
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002083#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002084msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002085msgstr "/@l non valida o inesistente. Impossibile riconnettere.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002086
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002087#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002088#: e2fsck/problem.c:1230
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002089#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002090msgid "Could not expand /@l: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002091msgstr "Impossibile espandere /@l: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002092
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002093#: e2fsck/problem.c:1235
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002094#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002095msgid "Could not reconnect %i: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002096msgstr "Impossibile riconnettere %i: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002097
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002098#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002099#: e2fsck/problem.c:1240
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002100#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002101msgid "Error while trying to find /@l: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002102msgstr "Errore cercando /@l: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002103
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002104#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002105#: e2fsck/problem.c:1245
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002106#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002107msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002108msgstr "ext2fs_new_block: %m cercando di creare la @d /@l\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002110#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002111#: e2fsck/problem.c:1250
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002112#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002113msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002114msgstr "ext2fs_new_@i: %m cercando di creare la @d /@l\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002115
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002116#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002117#: e2fsck/problem.c:1255
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002118#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002119msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002120msgstr "ext2f_new_dir_block: %m creando un nuovo @b @d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002122#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002123#: e2fsck/problem.c:1260
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002124#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002125msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002126msgstr "ext2fs_write_dir_block: %m scrivendo il @b @d per /@l\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002127
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002128#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002129#: e2fsck/problem.c:1265
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002130#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002131msgid "Error while adjusting @i count on @i %i\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002132msgstr "Errore aggiustando il numero @i nell'@i %i\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002133
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002134#. @-expanded: Couldn't fix parent of inode %i: %m\n
2135#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002136#: e2fsck/problem.c:1270
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002137#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002138msgid ""
2139"Couldn't fix parent of @i %i: %m\n"
2140"\n"
2141msgstr ""
2142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002143#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2144#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002145#: e2fsck/problem.c:1275
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002146#, c-format
2147msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002148"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002149"\n"
2150msgstr ""
2151
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002152#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002153#: e2fsck/problem.c:1285
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002154#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002155msgid "Error creating root @d (%s): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002156msgstr "Errore creando la @d root (%s): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002157
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002158#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002159#: e2fsck/problem.c:1290
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002160#, c-format
2161msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002162msgstr "Errore creando la @d /@l (%s): %m\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002164#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002165#: e2fsck/problem.c:1295
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002166#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002167msgid "@r is not a @d; aborting.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002168msgstr "L'@r non è una @d; cancellazione.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002170#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002171#: e2fsck/problem.c:1300
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002172msgid "Cannot proceed without a @r.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002173msgstr "Impossibile procedere senza un @r.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002174
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002175#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002176#: e2fsck/problem.c:1310
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002177#, c-format
2178msgid "/@l is not a @d (ino=%i)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002179msgstr "/@l non è una @d (ino=%i)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002180
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002181#: e2fsck/problem.c:1317
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002182msgid "Pass 3A: Optimizing directories\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002183msgstr "Passo 3A: Ottimizzazione delle directory\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002184
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002185#: e2fsck/problem.c:1322
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002186#, c-format
2187msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002188msgstr "Impossibile creare un iteratore dirs_to_hash: %m"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002189
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002190#: e2fsck/problem.c:1327
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002191msgid "Failed to optimize directory %q (%d): %m"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002192msgstr "Impossibile ottimizzare la directory %q (%d): %m"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002193
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002194#: e2fsck/problem.c:1332
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002195msgid "Optimizing directories: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002196msgstr "Ottimizzazione delle directory: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002197
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002198#: e2fsck/problem.c:1349
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002199msgid "Pass 4: Checking reference counts\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002200msgstr "Pass 4: Controllo del numero dei riferimenti\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002201
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002202#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002203#: e2fsck/problem.c:1354
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002204#, fuzzy, c-format
2205msgid "@u @z @i %i. "
2206msgstr "@i @o @I %i nel @S.\n"
2207
2208#. @-expanded: unattached inode %i\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002209#: e2fsck/problem.c:1359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002210#, c-format
2211msgid "@u @i %i\n"
2212msgstr ""
2213
2214#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002215#: e2fsck/problem.c:1364
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002216#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002217msgid "@i %i ref count is %Il, @s %N. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002218msgstr "Il contatore riferimenti dell'@i %i è %Il, @s %N. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002219
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002220#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2221#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2222#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002223#: e2fsck/problem.c:1368
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002224#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002225msgid ""
2226"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2227"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002228"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002229msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002230"ATTENZIONE: ERRORE DI PROGRAMMAZIONE IN E2FSCK!\n"
2231"\tO QUALCHE TESTA VUOTA (TU) STA CONTROLLANDO UN FILESYSTEM MONTATO (LIVE).\n"
2232"@i_link_info[%i] è %N, @i.i_links_count è %Il. Dovrebbero essere identici!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002233
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002234#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002235#: e2fsck/problem.c:1378
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002236#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002237msgid "Pass 5: Checking @g summary information\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002238msgstr "Passo 5: Controllo del riepilogo delle informazioni del @g\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002239
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002240#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002241#: e2fsck/problem.c:1383
Theodore Ts'o72933b92005-01-11 14:05:00 -05002242#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002243msgid "Padding at end of @i @B is not set. "
Theodore Ts'o72933b92005-01-11 14:05:00 -05002244msgstr "Riempimento alla fine di @i @B non impostato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002245
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002246#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002247#: e2fsck/problem.c:1388
Theodore Ts'o72933b92005-01-11 14:05:00 -05002248#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002249msgid "Padding at end of @b @B is not set. "
Theodore Ts'o72933b92005-01-11 14:05:00 -05002250msgstr "Riempimento alla fine di @b @B non impostato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002251
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002252#. @-expanded: block bitmap differences:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002253#: e2fsck/problem.c:1393
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002254msgid "@b @B differences: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002255msgstr "Differenze nella @B dei @b: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002257#. @-expanded: inode bitmap differences:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002258#: e2fsck/problem.c:1413
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002259msgid "@i @B differences: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002260msgstr "Differenze nella @B degli @i: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002261
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002262#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002263#: e2fsck/problem.c:1433
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002264msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002265msgstr "Numero degli @i liberi errato per il @g #%g (%i, contati=%j).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002266
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002267#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002268#: e2fsck/problem.c:1438
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002269msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002270msgstr "Numero delle directory errato per il @g #%g (%i, contati=%j).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002271
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002272#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002273#: e2fsck/problem.c:1443
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002274msgid "Free @is count wrong (%i, counted=%j).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002275msgstr "Numero degli @i liberi errato (%i, contati=%j).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002277#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002278#: e2fsck/problem.c:1448
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002279msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002280msgstr "Numero dei @b(i) liberi errato per il @g #%g (%b, contati=%c).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002282#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002283#: e2fsck/problem.c:1453
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002284msgid "Free @bs count wrong (%b, counted=%c).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002285msgstr "Numero dei @b(i) liberi errato (%b, contati=%c).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002287#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2288#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002289#: e2fsck/problem.c:1458
Theodore Ts'obc759702005-05-09 20:40:55 -04002290msgid ""
2291"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2292"endpoints (%i, %j)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002293msgstr ""
2294
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002295#: e2fsck/problem.c:1464
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002296#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002297msgid "Internal error: fudging end of bitmap (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002298msgstr ""
2299"Errore interno: impossibile individuare la fine della mappa di bit (%N)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002301#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002302#: e2fsck/problem.c:1469
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002303#, fuzzy, c-format
2304msgid "Error copying in replacement @i @B: %m\n"
2305msgstr "Errore durante la lettura dell'@i %i: %m\n"
2306
2307#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002308#: e2fsck/problem.c:1474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002309#, c-format
2310msgid "Error copying in replacement @b @B: %m\n"
2311msgstr ""
2312
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002313#: e2fsck/problem.c:1499
2314msgid "Recreate journal to make the filesystem ext3 again?\n"
2315msgstr ""
2316
2317#: e2fsck/problem.c:1617
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002318#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002319msgid "Unhandled error code (0x%x)!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002320msgstr "Codice errore non gestito (0x%x)!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002321
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002322#: e2fsck/problem.c:1711
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002323msgid "IGNORED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002324msgstr "IGNORATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002325
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002326#: e2fsck/scantest.c:81
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002327#, c-format
2328msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002329msgstr "Memoria usata: %d, tempo rimasto: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002330
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002331#: e2fsck/scantest.c:100
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002332#, c-format
2333msgid "size of inode=%d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002334msgstr "dimensione di un inode=%d\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002335
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002336#: e2fsck/scantest.c:121
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002337msgid "while starting inode scan"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002338msgstr "iniziando la scansione degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002339
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002340#: e2fsck/scantest.c:132
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002341msgid "while doing inode scan"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002342msgstr "durante la scansione dell'inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002343
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002344#: e2fsck/super.c:187
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002345#, c-format
2346msgid "while calling ext2fs_block_iterate for inode %d"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002347msgstr "chiamando ext2fs_block_iterate per l'inode %d"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002348
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002349#: e2fsck/super.c:210
2350#, fuzzy, c-format
2351msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002352msgstr "chiamando ext2fs_adjust_ea_refocunt per l'inode %d"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002353
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002354#: e2fsck/super.c:268
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002355msgid "Truncating"
2356msgstr ""
2357
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002358#: e2fsck/super.c:269
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002359msgid "Clearing"
2360msgstr ""
2361
2362#: e2fsck/swapfs.c:98
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002363msgid "while calling ext2fs_block_iterate"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002364msgstr "chiamando ext2fs_block_iterate"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002365
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002366#: e2fsck/swapfs.c:104
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002367msgid "while calling iterator function"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002368msgstr "chiamando la funzione iteratrice"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002369
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002370#: e2fsck/swapfs.c:126
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002371msgid "while allocating inode buffer"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002372msgstr "allocando il buffer inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002373
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002374#: e2fsck/swapfs.c:138
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002375#, c-format
2376msgid "while reading inode table (group %d)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002377msgstr "leggendo la tavola degli inode (gruppo %d)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002378
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002379#: e2fsck/swapfs.c:176
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002380#, c-format
2381msgid "while writing inode table (group %d)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002382msgstr "scrivendo la tavola degli inode (gruppo %d)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002383
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002384#: e2fsck/swapfs.c:226
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002385#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002386msgid "Pass 0: Doing byte-swap of filesystem\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002387msgstr "Pass 0: Esecuzione del byte-swap del filesystem\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002388
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002389#: e2fsck/swapfs.c:233
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002390#, c-format
2391msgid ""
2392"%s: the filesystem must be freshly checked using fsck\n"
2393"and not mounted before trying to byte-swap it.\n"
2394msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002395"%s: il filesystem dev'essere controllato da poco utilizzando fsck\n"
2396"e dev'essere smontato prima di provare ad eseguirne il byte-swap.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002397
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002398#: e2fsck/swapfs.c:268
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002399msgid "Byte swap"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002400msgstr "Byte-swap"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002401
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002402#: e2fsck/unix.c:74
Theodore Ts'o197abba2005-06-20 18:00:23 -04002403#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002404msgid ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002405"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002406"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002407"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002408"\t\t[-E extended-options] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002409msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002410"Utilizzo: %s [-panyrcdfvstDFSV] [-b superblocco] [-B dimensione_blocco]\n"
2411"\t\t[-I blocchi_buffer_inode] [-P processa_dimensione_inode]\n"
2412"\t\t[-l|-L file_blocchi_non_validi] [-C fd] [-j ext-journal]\n"
2413"\t\t[-E opzioni-estese] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002414
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002415#: e2fsck/unix.c:80
2416#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002417msgid ""
2418"\n"
2419"Emergency help:\n"
2420" -p Automatic repair (no questions)\n"
2421" -n Make no changes to the filesystem\n"
2422" -y Assume \"yes\" to all questions\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002423" -c Check for bad blocks and add them to the badblock "
2424"list\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002425" -f Force checking even if filesystem is marked clean\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002426msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002427"\n"
2428"Aiuto di emergenza:\n"
2429" -p Riparazione automatica (senza domande)\n"
2430" -n Non effettuare cambiamenti nel filesystem\n"
2431" -y Risposta affermativa a tutte le domande\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002432" -c Cerca blocchi non validi, ed aggiungili alla lista dei "
2433"blocchi non validi\n"
2434" -f Forza il controllo anche se il filesystem è segnato "
2435"come pulito\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002436
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002437#: e2fsck/unix.c:86
Theodore Ts'o197abba2005-06-20 18:00:23 -04002438#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002439msgid ""
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002440" -v Be verbose\n"
2441" -b superblock Use alternative superblock\n"
2442" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002443" -j external_journal Set location of the external journal\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002444" -l bad_blocks_file Add to badblocks list\n"
2445" -L bad_blocks_file Set badblocks list\n"
2446msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002447" -v Modalità prolissa\n"
2448" -b superblocco Usa un superblocco alternativo\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002449" -B dim_blocco Forza la dimensione dei blocchi durante la ricerca del "
2450"superblocco\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002451" -j journal-esterno Specifica la posizione del journal esterno\n"
2452" -l file_bad_blocks Aggiungi alla lista dei blocchi non validi\n"
2453" -L file_bad_blocks Imposta la lista dei blocchi non validi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002454
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002455#: e2fsck/unix.c:121
2456#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002457msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002458msgstr "%s: %d/%d files (%0d.%d%% non contigui), %d/%d blocchi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002459
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002460#: e2fsck/unix.c:133
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002461#, fuzzy, c-format
2462msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002463msgstr " # di inode con blocchi ind/dind/tind: %d/%d/%d\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002464
Theodore Ts'o8f741372008-02-28 21:47:05 -05002465#: e2fsck/unix.c:176 misc/badblocks.c:789 misc/tune2fs.c:941 misc/util.c:151
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002466#: resize/main.c:237
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002467#, c-format
2468msgid "while determining whether %s is mounted."
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002469msgstr "determinando se %s è montato."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002470
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002471#: e2fsck/unix.c:194
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002472#, c-format
2473msgid "Warning! %s is mounted.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002474msgstr "Attenzione! %s è montato.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002475
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002476#: e2fsck/unix.c:198
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002477#, c-format
2478msgid "%s is mounted. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002479msgstr "%s è montato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002480
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002481#: e2fsck/unix.c:200
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002482msgid ""
2483"Cannot continue, aborting.\n"
2484"\n"
2485msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002486"Impossibile continuare, operazione annullata.\n"
2487"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002488
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002489#: e2fsck/unix.c:201
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002490#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002491msgid ""
2492"\n"
2493"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002494"\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2495"SEVERE filesystem damage.\a\a\a\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002496"\n"
2497msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002498"\n"
2499"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002500"\a\a\a\aATTENZIONE!!! Eseguire e2fsck su un filesystem montato potrebbe\n"
2501"causare SERI danni al filesystem.\a\a\a\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002502"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002503
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002504#: e2fsck/unix.c:204
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002505msgid "Do you really want to continue"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002506msgstr "Continuare"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002507
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002508#: e2fsck/unix.c:206
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002509#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002510msgid "check aborted.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002511msgstr "controllo annullato.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002512
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002513#: e2fsck/unix.c:280
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002514msgid " contains a file system with errors"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002515msgstr " contiene un filesystem con errori"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002516
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002517#: e2fsck/unix.c:282
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002518msgid " was not cleanly unmounted"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002519msgstr " non è stato smontato in maniera corretta"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002520
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002521#: e2fsck/unix.c:284
2522msgid " primary superblock features different from backup"
2523msgstr ""
2524
2525#: e2fsck/unix.c:288
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002526#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002527msgid " has been mounted %u times without being checked"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002528msgstr " è stato montato %u volte senza essere controllato"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002529
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002530#: e2fsck/unix.c:295
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002531#, c-format
2532msgid " has gone %u days without being checked"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002533msgstr " non è stato controllato negli ultimi %u giorni"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002534
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002535#: e2fsck/unix.c:304
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002536msgid ", check forced.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002537msgstr ", controllo forzato.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002538
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002539#: e2fsck/unix.c:307
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002540#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002541msgid "%s: clean, %u/%u files, %u/%u blocks"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002542msgstr "%s: a posto, %d/%d file, %d/%d blocchi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002543
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002544#: e2fsck/unix.c:324
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002545#, fuzzy
2546msgid " (check deferred; on battery)"
2547msgstr " (controllo dopo il prossimo mount)"
2548
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002549#: e2fsck/unix.c:327
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002550msgid " (check after next mount)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002551msgstr " (controllo dopo il prossimo mount)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002552
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002553#: e2fsck/unix.c:329
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002554#, c-format
2555msgid " (check in %ld mounts)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002556msgstr " (controllo tra %ld mount)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002557
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002558#: e2fsck/unix.c:475
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002559#, c-format
2560msgid "ERROR: Couldn't open /dev/null (%s)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002561msgstr "ERRORE: Impossibile aprire /dev/null (%s)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002562
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002563#: e2fsck/unix.c:546
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002564#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002565msgid "Invalid EA version.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002566msgstr "Versione EA non valida.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002567
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002568#: e2fsck/unix.c:552
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002569#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002570msgid "Unknown extended option: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002571msgstr ""
2572
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002573#: e2fsck/unix.c:572
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002574#, c-format
2575msgid ""
2576"Syntax error in e2fsck config file (%s, line #%d)\n"
2577"\t%s\n"
2578msgstr ""
2579
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002580#: e2fsck/unix.c:636
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002581#, c-format
2582msgid "Error validating file descriptor %d: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002583msgstr "Errore convalidando il descrittore di file %d: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002584
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002585#: e2fsck/unix.c:640
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002586#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002587msgid "Invalid completion information file descriptor"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002588msgstr "Informazioni di completamento descrittore di file non valide"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002589
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002590#: e2fsck/unix.c:655
Theodore Ts'o6956f612005-12-31 16:46:15 -05002591#, fuzzy
2592msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002593msgstr "Solo una tra le opzioni -p/-a, -n o -y può essere specificata."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002594
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002595#: e2fsck/unix.c:676
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002596#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002597msgid "The -t option is not supported on this version of e2fsck.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002598msgstr "L'opzione -t non è supportata da questa versione di e2fsck.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002599
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002600#: e2fsck/unix.c:747
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002601#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002602msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
2603msgstr ""
2604
Theodore Ts'o8f741372008-02-28 21:47:05 -05002605#: e2fsck/unix.c:770 misc/tune2fs.c:504 misc/tune2fs.c:769 misc/tune2fs.c:786
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002606#, c-format
2607msgid "Unable to resolve '%s'"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002608msgstr "Impossibile risolvere '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002609
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002610#: e2fsck/unix.c:801
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002611#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002612msgid "Incompatible options not allowed when byte-swapping.\n"
2613msgstr ""
2614
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002615#: e2fsck/unix.c:808
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002616#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002617msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002618msgstr "Le opzioni -c e -I/-L non possono essere usate contemporaneamente.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002619
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002620#: e2fsck/unix.c:856
2621#, c-format
2622msgid ""
2623"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2624"\n"
2625msgstr ""
2626
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002627#: e2fsck/unix.c:865
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002628#, c-format
2629msgid ""
2630"\n"
2631"Invalid non-numeric argument to -%c (\"%s\")\n"
2632"\n"
2633msgstr ""
2634
Theodore Ts'o8f741372008-02-28 21:47:05 -05002635#: e2fsck/unix.c:905
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002636#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002637msgid "Error: ext2fs library version out of date!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002638msgstr "Errore: versione obsoleta della libreria ext2fs!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002639
Theodore Ts'o8f741372008-02-28 21:47:05 -05002640#: e2fsck/unix.c:913
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002641msgid "while trying to initialize program"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002642msgstr "tentando di inizializzare il programma"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002643
Theodore Ts'o8f741372008-02-28 21:47:05 -05002644#: e2fsck/unix.c:927
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002645#, c-format
2646msgid "\tUsing %s, %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002647msgstr "\tUtilizzando %s, %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002648
Theodore Ts'o8f741372008-02-28 21:47:05 -05002649#: e2fsck/unix.c:939
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002650msgid "need terminal for interactive repairs"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002651msgstr "serve il terminale per il riparo interattivo"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002652
Theodore Ts'o8f741372008-02-28 21:47:05 -05002653#: e2fsck/unix.c:983
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002654#, fuzzy, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002655msgid "%s: %s trying backup blocks...\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002656msgstr "%s cercando tra i blocchi di backup...\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002657
Theodore Ts'o8f741372008-02-28 21:47:05 -05002658#: e2fsck/unix.c:985
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002659msgid "Superblock invalid,"
2660msgstr ""
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002661
Theodore Ts'o8f741372008-02-28 21:47:05 -05002662#: e2fsck/unix.c:986
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002663msgid "Group descriptors look bad..."
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002664msgstr "I descrittori di gruppo sembrano non validi..."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002665
Theodore Ts'o8f741372008-02-28 21:47:05 -05002666#: e2fsck/unix.c:1013
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002667#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002668msgid ""
2669"The filesystem revision is apparently too high for this version of e2fsck.\n"
2670"(Or the filesystem superblock is corrupt)\n"
2671"\n"
2672msgstr ""
Theodore Ts'obc759702005-05-09 20:40:55 -04002673"La revisione del filesystem sembra troppo alta per questa versione di "
2674"e2fsck.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002675"(O il superblocco del filesystem è corrotto)\n"
2676"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002677
Theodore Ts'o8f741372008-02-28 21:47:05 -05002678#: e2fsck/unix.c:1019
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002679#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002680msgid "Could this be a zero-length partition?\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002681msgstr "E' possibile che questa sia una partizione di dimensione zero?\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002682
Theodore Ts'o8f741372008-02-28 21:47:05 -05002683#: e2fsck/unix.c:1021
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002684#, c-format
2685msgid "You must have %s access to the filesystem or be root\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002686msgstr "Serve accesso di tipo %s al filesystem, o è necessario essere root\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002687
Theodore Ts'o8f741372008-02-28 21:47:05 -05002688#: e2fsck/unix.c:1026
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002689#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002690msgid "Possibly non-existent or swap device?\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002691msgstr "Device non esistente o di swap?\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002692
Theodore Ts'o8f741372008-02-28 21:47:05 -05002693#: e2fsck/unix.c:1028
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002694#, c-format
2695msgid "Filesystem mounted or opened exclusively by another program?\n"
2696msgstr ""
2697
Theodore Ts'o8f741372008-02-28 21:47:05 -05002698#: e2fsck/unix.c:1032
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002699#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002700msgid ""
2701"Disk write-protected; use the -n option to do a read-only\n"
2702"check of the device.\n"
2703msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002704"Disco protetto da scrittura: usare l'opzione -n per controllare\n"
2705"in modalità sola lettura.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002706
Theodore Ts'o8f741372008-02-28 21:47:05 -05002707#: e2fsck/unix.c:1096
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002708msgid "Get a newer version of e2fsck!"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002709msgstr "Utilizzare una versione più nuova di e2fsck."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002710
Theodore Ts'o8f741372008-02-28 21:47:05 -05002711#: e2fsck/unix.c:1117
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002712#, c-format
2713msgid "while checking ext3 journal for %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002714msgstr "controllando il journal ext3 per %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002715
Theodore Ts'o8f741372008-02-28 21:47:05 -05002716#: e2fsck/unix.c:1128
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002717#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002718msgid ""
2719"Warning: skipping journal recovery because doing a read-only filesystem "
2720"check.\n"
2721msgstr ""
2722"Attenzione: essendo un controllo a sola lettura, il journal non verrà "
2723"ripristinato.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002724
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002725# fuzzy
Theodore Ts'o8f741372008-02-28 21:47:05 -05002726#: e2fsck/unix.c:1141
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002727#, c-format
2728msgid "unable to set superblock flags on %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002729msgstr "impossibile impostarei i flag del superblocco a %s\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002730
Theodore Ts'o8f741372008-02-28 21:47:05 -05002731#: e2fsck/unix.c:1147
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002732#, c-format
2733msgid "while recovering ext3 journal of %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002734msgstr "ripristinando il journal ext3 di %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002735
Theodore Ts'o8f741372008-02-28 21:47:05 -05002736#: e2fsck/unix.c:1171
2737#, fuzzy, c-format
2738msgid "%s has unsupported feature(s):"
2739msgstr "L'@h %i ha una versione dell'hash non supportata (%N)\n"
2740
2741#: e2fsck/unix.c:1187
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002742msgid "Warning: compression support is experimental.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002743msgstr "Attenzione: il supporto per la compressione è sperimentale.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002744
Theodore Ts'o8f741372008-02-28 21:47:05 -05002745#: e2fsck/unix.c:1192
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002746#, c-format
2747msgid ""
2748"E2fsck not compiled with HTREE support,\n"
2749"\tbut filesystem %s has HTREE directories.\n"
2750msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002751"E2fsck non è stato compilato con il supporto HTREE,\n"
2752"\tma il filesystem %s contiene directory HTREE.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002753
Theodore Ts'o8f741372008-02-28 21:47:05 -05002754#: e2fsck/unix.c:1241
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002755#, c-format
2756msgid "%s: Filesystem byte order already normalized.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002757msgstr "%s: Ordine dei byte del filesystem già normalizzato.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002758
Theodore Ts'o8f741372008-02-28 21:47:05 -05002759#: e2fsck/unix.c:1261
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002760msgid "while reading bad blocks inode"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002761msgstr "leggendo l'inode numero 1"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002762
Theodore Ts'o8f741372008-02-28 21:47:05 -05002763#: e2fsck/unix.c:1263
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002764#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002765msgid "This doesn't bode well, but we'll try to go on...\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05002766msgstr "Questo non è un buon segno, ma si tenterà di continuare...\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002767
Theodore Ts'o8f741372008-02-28 21:47:05 -05002768#: e2fsck/unix.c:1289
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002769msgid "Couldn't determine journal size"
2770msgstr ""
2771
Theodore Ts'o8f741372008-02-28 21:47:05 -05002772#: e2fsck/unix.c:1292 misc/mke2fs.c:1776
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002773#, c-format
2774msgid "Creating journal (%d blocks): "
2775msgstr "Creazione del journal (%d blocchi): "
2776
Theodore Ts'o8f741372008-02-28 21:47:05 -05002777#: e2fsck/unix.c:1299 misc/mke2fs.c:1784
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002778msgid ""
2779"\n"
2780"\twhile trying to create journal"
2781msgstr ""
2782"\n"
2783"\tcercando di creare il journal"
2784
Theodore Ts'o8f741372008-02-28 21:47:05 -05002785#: e2fsck/unix.c:1302
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002786#, fuzzy, c-format
2787msgid " Done.\n"
2788msgstr "fatto\n"
2789
Theodore Ts'o8f741372008-02-28 21:47:05 -05002790#: e2fsck/unix.c:1303
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002791#, c-format
2792msgid ""
2793"\n"
2794"*** journal has been re-created - filesystem is now ext3 again ***\n"
2795msgstr ""
2796
Theodore Ts'o8f741372008-02-28 21:47:05 -05002797#: e2fsck/unix.c:1310
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002798#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002799msgid "Restarting e2fsck from the beginning...\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002800msgstr "Riavvio di e2fsck dall'inizio...\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002801
Theodore Ts'o8f741372008-02-28 21:47:05 -05002802#: e2fsck/unix.c:1314
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002803msgid "while resetting context"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002804msgstr "resettando il contesto"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002805
Theodore Ts'o8f741372008-02-28 21:47:05 -05002806#: e2fsck/unix.c:1321
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002807#, c-format
2808msgid "%s: e2fsck canceled.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002809msgstr "%s: e2fsck cancellato.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002810
Theodore Ts'o8f741372008-02-28 21:47:05 -05002811#: e2fsck/unix.c:1326
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002812msgid "aborted"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002813msgstr "annullato"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002814
Theodore Ts'o8f741372008-02-28 21:47:05 -05002815#: e2fsck/unix.c:1338
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002816#, c-format
2817msgid ""
2818"\n"
2819"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2820msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002821"\n"
2822"%s: ***** IL FILESYSTEM E' STATO MODIFICATO *****\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002823
Theodore Ts'o8f741372008-02-28 21:47:05 -05002824#: e2fsck/unix.c:1341
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002825#, c-format
2826msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002827msgstr "%s: ***** RIAVVIARE LINUX *****\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002828
Theodore Ts'o8f741372008-02-28 21:47:05 -05002829#: e2fsck/unix.c:1349
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002830#, c-format
2831msgid ""
2832"\n"
2833"%s: ********** WARNING: Filesystem still has errors **********\n"
2834"\n"
2835msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002836"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002837"%s: ********** ATTENZIONE: Il filesystem contiene ancora errori "
2838"************\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002839"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002840
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002841#: e2fsck/util.c:131 misc/util.c:68
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002842msgid "yY"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002843msgstr "sS"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002844
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002845#: e2fsck/util.c:132
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002846msgid "nN"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002847msgstr "nN"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002848
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002849#: e2fsck/util.c:146
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002850msgid "<y>"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002851msgstr "<s>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002852
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002853#: e2fsck/util.c:148
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002854msgid "<n>"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002855msgstr "<n>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002856
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002857#: e2fsck/util.c:150
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002858msgid " (y/n)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002859msgstr " (s/n)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002860
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002861#: e2fsck/util.c:165
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002862msgid "cancelled!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002863msgstr "cancellato!\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002864
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002865#: e2fsck/util.c:180
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002866msgid "yes\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002867msgstr "sì\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002868
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002869#: e2fsck/util.c:182
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002870msgid "no\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002871msgstr "no\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002872
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002873#: e2fsck/util.c:192
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002874#, c-format
2875msgid ""
2876"%s? no\n"
2877"\n"
2878msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002879"%s? no\n"
2880"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002881
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002882#: e2fsck/util.c:196
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002883#, c-format
2884msgid ""
2885"%s? yes\n"
2886"\n"
2887msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002888"%s? sì\n"
2889"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002890
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002891#: e2fsck/util.c:200
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002892msgid "yes"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002893msgstr "sì"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002894
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002895#: e2fsck/util.c:200
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002896msgid "no"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002897msgstr "no"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002898
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002899#: e2fsck/util.c:214
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002900#, c-format
2901msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2902msgstr ""
2903
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002904#: e2fsck/util.c:219
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002905msgid "reading inode and block bitmaps"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002906msgstr "lettura delle mappe di bit inode e blocco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002907
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002908#: e2fsck/util.c:224
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002909#, c-format
2910msgid "while retrying to read bitmaps for %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002911msgstr "riprovando a leggere le mappe di bit per %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002912
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002913#: e2fsck/util.c:237
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002914msgid "writing block bitmaps"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002915msgstr "scrivendo le mappe di bit di blocco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002916
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002917#: e2fsck/util.c:242
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002918#, c-format
2919msgid "while retrying to write block bitmaps for %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002920msgstr "riprovando a scrivere le mappe di bit di blocco per %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002921
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002922#: e2fsck/util.c:249
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002923msgid "writing inode bitmaps"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002924msgstr "scrivendo le mappe di bit di inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002925
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002926#: e2fsck/util.c:254
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002927#, c-format
2928msgid "while retrying to write inode bitmaps for %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002929msgstr "riprovando a scrivere le mappe di bit di inode per %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002930
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002931# fuzzy
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002932#: e2fsck/util.c:267
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002933#, c-format
2934msgid ""
2935"\n"
2936"\n"
2937"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2938"\t(i.e., without -a or -p options)\n"
2939msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002940"\n"
2941"\n"
2942"%s: INCONSISTENZA INASPETTATA: ESEGUIRE fsck MANUALMENTE.\n"
2943"\t(es., senza le opzioni -a o -p)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002944
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002945#: e2fsck/util.c:332
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002946#, c-format
2947msgid "Memory used: %dk/%dk (%dk/%dk), "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002948msgstr "Memoria usata: %dk/%dk (%dk/%dk), "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002949
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002950#: e2fsck/util.c:336
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002951#, c-format
2952msgid "Memory used: %d, "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002953msgstr "Memoria usata: %d, "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002954
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002955#: e2fsck/util.c:342
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002956#, c-format
2957msgid "time: %5.2f/%5.2f/%5.2f\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002958msgstr "durata: %5.2f/%5.2f/%5.2f\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002959
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002960#: e2fsck/util.c:347
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002961#, c-format
2962msgid "elapsed time: %6.3f\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002963msgstr "tempo rimanente: %6.3f\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002964
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002965#: e2fsck/util.c:361
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002966#, c-format
2967msgid "while reading inode %ld in %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002968msgstr "leggendo l'inode %ld in %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002969
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002970#: e2fsck/util.c:375 e2fsck/util.c:388
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002971#, c-format
2972msgid "while writing inode %ld in %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002973msgstr "scrivendo l'inode %ld in %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002974
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002975#: misc/badblocks.c:61
Theodore Ts'o6956f612005-12-31 16:46:15 -05002976#, fuzzy
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002977msgid "done \n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05002978msgstr "fatto \n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002979
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002980#: misc/badblocks.c:80
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002981#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002982msgid ""
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002983"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002984" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2985"[...]]]\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002986" device [last_block [start_block]]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002987msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05002988"Uso: %s [-b dim_blocco] [-i file_di_input] [-o file_di_output] [-svwnf]\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002989" [-c blocks_at_once] [-p num_passi] [-t modello_di_prova [-t "
2990"modello_di_prova [...]]]\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002991" device [blocco_finale [blocco_iniziale]]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002992
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002993#: misc/badblocks.c:88
2994#, c-format
2995msgid ""
2996"%s: The -n and -w options are mutually exclusive.\n"
2997"\n"
2998msgstr ""
2999
3000#: misc/badblocks.c:235
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003001msgid "Testing with random pattern: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003002msgstr "Controllo con un modello casuale: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003003
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003004#: misc/badblocks.c:253
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003005msgid "Testing with pattern 0x"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003006msgstr "Controllo con modello 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003007
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003008#: misc/badblocks.c:278 misc/badblocks.c:307
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003009msgid "during seek"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003010msgstr "durante la ricerca"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003011
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003012#: misc/badblocks.c:285
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003013#, c-format
3014msgid "Weird value (%ld) in do_read\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003015msgstr "Valore strano (%ld) nella do_read\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003016
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003017#: misc/badblocks.c:327
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003018msgid "during ext2fs_sync_device"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003019msgstr "durante la ext2fs_sync_device"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003020
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003021#: misc/badblocks.c:343 misc/badblocks.c:581
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003022msgid "while beginning bad block list iteration"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003023msgstr "iniziando a scorrere la lista dei blocchi difettosi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003024
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003025#: misc/badblocks.c:357 misc/badblocks.c:447 misc/badblocks.c:591
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003026msgid "while allocating buffers"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003027msgstr "allocando i buffer"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003028
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003029#: misc/badblocks.c:361
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003030#, c-format
3031msgid "Checking blocks %lu to %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003032msgstr "Controllo dei blocchi da %lu a %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003033
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003034#: misc/badblocks.c:365
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003035msgid "Checking for bad blocks in read-only mode\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003036msgstr "Ricerca dei blocchi non validi in modalità sola lettura\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003037
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003038#: misc/badblocks.c:374
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003039msgid "Checking for bad blocks (read-only test): "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003040msgstr "Ricerca dei blocchi non validi (test a sola lettura): "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003041
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003042#: misc/badblocks.c:454
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003043msgid "Checking for bad blocks in read-write mode\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003044msgstr "Ricerca dei blocchi non validi in modalità lettura-scrittura\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003045
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003046#: misc/badblocks.c:456 misc/badblocks.c:604
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003047#, c-format
3048msgid "From block %lu to %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003049msgstr "Dal blocco %lu al blocco %lu\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003050
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003051#: misc/badblocks.c:507
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003052msgid "Reading and comparing: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003053msgstr "Lettura e confronto: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003054
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003055#: misc/badblocks.c:603
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003056msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003057msgstr ""
3058"Ricerca dei blocchi non validi in modalità lettura-scrittura non "
3059"distruttiva\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003060
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003061#: misc/badblocks.c:607
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003062msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003063msgstr ""
3064"Ricerca dei blocchi non validi (test in moalità lettura-scrittura non "
3065"distruttiva)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003066
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003067#: misc/badblocks.c:614
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003068msgid ""
3069"\n"
3070"Interrupt caught, cleaning up\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003071msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003072"\n"
3073"Rilevato interrupt, pulizia in corso\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003074
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003075#: misc/badblocks.c:684
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003076#, c-format
3077msgid "during test data write, block %lu"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003078msgstr "durante la scrittura dei dati del test, blocco %lu"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003079
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003080#: misc/badblocks.c:794 misc/util.c:156
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003081#, c-format
3082msgid "%s is mounted; "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003083msgstr "%s è montato: "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003084
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003085#: misc/badblocks.c:796
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003086#, fuzzy
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003087msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003088msgstr "forzato comunque badblocks. Speriamo che /etc/mtab si errato.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003089
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003090#: misc/badblocks.c:801
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003091msgid "it's not safe to run badblocks!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003092msgstr "non è sicuro eseguire badblocks!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003093
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003094#: misc/badblocks.c:806 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003095#, c-format
3096msgid "%s is apparently in use by the system; "
3097msgstr ""
3098
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003099#: misc/badblocks.c:809
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003100#, fuzzy
3101msgid "badblocks forced anyway.\n"
3102msgstr "forzato comunque badblocks. Speriamo che /etc/mtab si errato.\n"
3103
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003104#: misc/badblocks.c:871
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003105#, c-format
3106msgid "bad block size - %s"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003107msgstr "dimensione del blocco difettoso - %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003108
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003109#: misc/badblocks.c:928
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003110#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003111msgid "can't allocate memory for test_pattern - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003112msgstr "impossibile allocare memoria per il modello di prova - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003113
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003114#: misc/badblocks.c:942
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003115#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003116msgid "invalid test_pattern: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003117msgstr "modello di prova non valido: %s\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003118
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003119#: misc/badblocks.c:961
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003120msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'obc759702005-05-09 20:40:55 -04003121msgstr ""
3122"E' possibile specificare un solo modello di prova in modalità sola lettura"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003123
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003124#: misc/badblocks.c:967
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003125msgid "Random test_pattern is not allowed in read-only mode"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003126msgstr "Modello di prova casuale non consentito in modalità sola lettura"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003127
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003128#: misc/badblocks.c:981
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003129msgid ""
3130"Couldn't determine device size; you must specify\n"
3131"the size manually\n"
3132msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003133"Impossibile determinare la dimensione del device:\n"
3134"specificarla manualmente\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003135
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003136#: misc/badblocks.c:987
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003137msgid "while trying to determine device size"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003138msgstr "tentando di determinare la dimensione del device"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003139
Theodore Ts'o8f741372008-02-28 21:47:05 -05003140#: misc/badblocks.c:996 misc/mke2fs.c:1255
Theodore Ts'obc759702005-05-09 20:40:55 -04003141#, fuzzy, c-format
3142msgid "invalid blocks count - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003143msgstr "numero dei blocchi non validi - %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003144
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003145# fuzzy
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003146#: misc/badblocks.c:1009
Theodore Ts'obc759702005-05-09 20:40:55 -04003147#, fuzzy, c-format
3148msgid "invalid starting block - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003149msgstr "blocco iniziale non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003150
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003151#: misc/badblocks.c:1015
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003152#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003153msgid "invalid starting block (%d): must be less than %lu"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003154msgstr ""
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003155
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003156#: misc/badblocks.c:1070
Theodore Ts'o197abba2005-06-20 18:00:23 -04003157#, fuzzy
3158msgid "while creating in-memory bad blocks list"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003159msgstr "creando la lista dei blocchi non validi in memoria"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003160
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003161#: misc/badblocks.c:1085
Theodore Ts'o197abba2005-06-20 18:00:23 -04003162#, fuzzy
3163msgid "while adding to in-memory bad block list"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003164msgstr "aggiungendo un elemento alla lista dei blocchi difettosi in memoria"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003165
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003166#: misc/badblocks.c:1109
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003167#, c-format
3168msgid "Pass completed, %u bad blocks found.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003169msgstr "Passo completato. %u blocchi non validi trovati.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003170
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003171#: misc/chattr.c:84
Theodore Ts'obc759702005-05-09 20:40:55 -04003172#, fuzzy, c-format
3173msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003174msgstr "uso: %s [-RV] [-+=AacDdijsSu] [-v versione] file...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003175
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003176#: misc/chattr.c:147
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003177#, c-format
3178msgid "bad version - %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003179msgstr "versione non valida - %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003180
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003181#: misc/chattr.c:191 misc/lsattr.c:113
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003182#, c-format
3183msgid "while trying to stat %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003184msgstr "tentando di fare lo stat di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003185
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003186#: misc/chattr.c:208 misc/chattr.c:224
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003187#, c-format
3188msgid "Flags of %s set as "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003189msgstr "flag di %s impostati come"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003190
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003191#: misc/chattr.c:217
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003192#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003193msgid "while reading flags on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003194msgstr "leggendo i flag di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003195
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003196#: misc/chattr.c:232
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003197#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003198msgid "while setting flags on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003199msgstr "impostando i flag di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003200
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003201#: misc/chattr.c:237
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003202#, c-format
3203msgid "Version of %s set as %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003204msgstr "Versione di %s impostata a %lu\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003205
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003206#: misc/chattr.c:240
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003207#, c-format
3208msgid "while setting version on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003209msgstr "impostando la versione a %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003210
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003211#: misc/chattr.c:254
3212#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003213msgid "Couldn't allocate path variable in chattr_dir_proc"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003214msgstr "Impossibile allocare la variabile di percorso nella chattr_dir_proc"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003215
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003216#: misc/chattr.c:292
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003217msgid "= is incompatible with - and +\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003218msgstr "= è incompatibile con + e -\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003219
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003220#: misc/chattr.c:300
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003221msgid "Must use '-v', =, - or +\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003222msgstr "Si deve usare '-v', =, - o +\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003223
Theodore Ts'o6956f612005-12-31 16:46:15 -05003224#: misc/dumpe2fs.c:53
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003225#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003226msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003227msgstr "Uso: %s [-bfhixV] [-ob superblocco] [-oB dim_blocco] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003228
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003229#: misc/dumpe2fs.c:162
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003230#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003231msgid "Group %lu: (Blocks "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003232msgstr "Gruppo %lu: (Blocchi "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003233
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003234#: misc/dumpe2fs.c:168
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003235#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003236msgid " %s superblock at "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003237msgstr " superblocco %s a "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003238
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003239#: misc/dumpe2fs.c:169
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003240msgid "Primary"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003241msgstr "Primario"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003242
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003243#: misc/dumpe2fs.c:169
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003244msgid "Backup"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003245msgstr "Backup"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003246
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003247#: misc/dumpe2fs.c:173
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003248#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003249msgid ", Group descriptors at "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003250msgstr ", Descrittori di gruppo a "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003251
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003252#: misc/dumpe2fs.c:177
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003253#, fuzzy, c-format
3254msgid ""
3255"\n"
3256" Reserved GDT blocks at "
3257msgstr "blocchi riservati"
3258
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003259#: misc/dumpe2fs.c:184
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003260#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003261msgid " Group descriptor at "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003262msgstr " Descrittori di gruppo a"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003263
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003264#: misc/dumpe2fs.c:190
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003265msgid " Block bitmap at "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003266msgstr " Mappa dei bit di blocco a "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003267
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003268#: misc/dumpe2fs.c:195
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003269msgid ", Inode bitmap at "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003270msgstr ", mappa dei bit inode a "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003271
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003272#: misc/dumpe2fs.c:200
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003273msgid ""
3274"\n"
3275" Inode table at "
3276msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003277"\n"
3278" Tavola degli inode a "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003279
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003280#: misc/dumpe2fs.c:207
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003281#, c-format
3282msgid ""
3283"\n"
3284" %d free blocks, %d free inodes, %d directories\n"
3285msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003286"\n"
3287" %d blocchi liberi, %d inode liberi, %d directory\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003288
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003289#: misc/dumpe2fs.c:213
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003290msgid " Free blocks: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003291msgstr " Blocchi liberi: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003292
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003293#: misc/dumpe2fs.c:221
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003294msgid " Free inodes: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003295msgstr " Inode liberi: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003296
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003297#: misc/dumpe2fs.c:246
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003298msgid "while printing bad block list"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003299msgstr "stampando la lista dei blocchi difettosi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003300
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003301#: misc/dumpe2fs.c:252
3302#, fuzzy, c-format
3303msgid "Bad blocks: %u"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003304msgstr "Blocchi non validi: %d"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003305
Theodore Ts'o8f741372008-02-28 21:47:05 -05003306#: misc/dumpe2fs.c:274 misc/tune2fs.c:261
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003307msgid "while reading journal inode"
3308msgstr "leggendo l'inode del journal"
3309
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003310#: misc/dumpe2fs.c:277
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003311msgid "Journal size: "
3312msgstr ""
3313
Theodore Ts'o8f741372008-02-28 21:47:05 -05003314#: misc/dumpe2fs.c:296 misc/tune2fs.c:183
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003315msgid "while reading journal superblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003316msgstr "leggendo il superblocco del journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003317
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003318#: misc/dumpe2fs.c:304
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003319msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003320msgstr "Impossibile trovare i magic numbers del superblocco del journal"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003321
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003322#: misc/dumpe2fs.c:308
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003323#, fuzzy, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003324msgid ""
3325"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003326"Journal block size: %u\n"
3327"Journal length: %u\n"
3328"Journal first block: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003329"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003330"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003331"Journal number of users: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003332msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003333"\n"
3334"Dimensione dei blocchi del journal: %d\n"
3335"Dimensione del journal: %d\n"
3336"Primo blocco del journal: %d\n"
3337"Sequenza del journal: ox%08x\n"
3338"Inizio del journal: %d\n"
3339"Numero di utenti del journal: %d\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003340
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003341#: misc/dumpe2fs.c:321
Theodore Ts'o197abba2005-06-20 18:00:23 -04003342#, c-format
3343msgid "Journal users: %s\n"
3344msgstr ""
3345
Theodore Ts'o8f741372008-02-28 21:47:05 -05003346#: misc/dumpe2fs.c:337 misc/mke2fs.c:768 misc/tune2fs.c:810
3347#, fuzzy, c-format
3348msgid "Couldn't allocate memory to parse options!\n"
3349msgstr "Impossibile allocare memoria per fare il parsing delle opzioni raid!\n"
3350
3351#: misc/dumpe2fs.c:363
3352#, fuzzy, c-format
3353msgid "Invalid superblock parameter: %s\n"
3354msgstr "Parametro di stride non valido.\n"
3355
3356#: misc/dumpe2fs.c:378
3357#, fuzzy, c-format
3358msgid "Invalid blocksize parameter: %s\n"
3359msgstr "Parametro di stride non valido.\n"
3360
3361#: misc/dumpe2fs.c:389
3362#, fuzzy, c-format
3363msgid ""
3364"\n"
3365"Bad extended option(s) specified: %s\n"
3366"\n"
3367"Extended options are separated by commas, and may take an argument which\n"
3368"\tis set off by an equals ('=') sign.\n"
3369"\n"
3370"Valid extended options are:\n"
3371"\tsuperblock=<superblock number>\n"
3372"\tblocksize=<blocksize>\n"
3373msgstr ""
3374"\n"
3375"Opzioni raid non valide.\n"
3376"\n"
3377"Le opzioni raid sono separte da virgole, e possono avere un parametro, che\n"
3378"\tè passato da un segno di uguale ('=').\n"
3379"\n"
3380"Le opzioni raid valide sono:\n"
3381"\tstride=lunghezza stride in blocchi>\n"
3382"\n"
3383
3384#: misc/dumpe2fs.c:449 misc/mke2fs.c:1199
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003385#, c-format
3386msgid "\tUsing %s\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003387msgstr "\tUsando %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003388
Theodore Ts'o8f741372008-02-28 21:47:05 -05003389#: misc/dumpe2fs.c:485 misc/e2image.c:666 misc/tune2fs.c:919 resize/main.c:298
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003390#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003391msgid "Couldn't find valid filesystem superblock.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003392msgstr "Impossibile trovare un valido superblocco per il filesystem.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003393
Theodore Ts'o8f741372008-02-28 21:47:05 -05003394#: misc/dumpe2fs.c:496
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003395#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003396msgid "Note: This is a byte-swapped filesystem\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003397msgstr "Nota: Questo è un filesystem a byte scambiati\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003398
Theodore Ts'o8f741372008-02-28 21:47:05 -05003399#: misc/dumpe2fs.c:515
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003400#, c-format
3401msgid ""
3402"\n"
3403"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003404msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05003405"\n"
3406"%s: %s: errore leggendo le mappe di bit: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003407
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003408#: misc/e2image.c:50
Theodore Ts'obc759702005-05-09 20:40:55 -04003409#, fuzzy, c-format
3410msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003411msgstr "Uso: %s [-r] dispositivo file_immagine\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003412
Theodore Ts'obc759702005-05-09 20:40:55 -04003413#: misc/e2image.c:62
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003414msgid "Couldn't allocate header buffer\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003415msgstr "Impossibile allocare il buffer d'intestazione\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003416
Theodore Ts'obc759702005-05-09 20:40:55 -04003417#: misc/e2image.c:81
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003418#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003419msgid "short write (only %d bytes) for writing image header"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003420msgstr ""
3421
Theodore Ts'obc759702005-05-09 20:40:55 -04003422#: misc/e2image.c:100
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003423msgid "while writing superblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003424msgstr "scrivendo il superblocco"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003425
Theodore Ts'obc759702005-05-09 20:40:55 -04003426#: misc/e2image.c:108
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003427msgid "while writing inode table"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003428msgstr "scrivendo la tavola degli inode"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003429
Theodore Ts'obc759702005-05-09 20:40:55 -04003430#: misc/e2image.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003431msgid "while writing block bitmap"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003432msgstr "scrivendo la mappa dei bit del blocco"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003433
Theodore Ts'obc759702005-05-09 20:40:55 -04003434#: misc/e2image.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003435msgid "while writing inode bitmap"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003436msgstr "scrivendo la mappa dei bit dell'inode"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003437
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003438#: misc/e2label.c:57
3439#, c-format
3440msgid "e2label: cannot open %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003441msgstr "e2label: impossibile aprire %s\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003442
3443#: misc/e2label.c:62
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003444#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003445msgid "e2label: cannot seek to superblock\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003446msgstr "e2label: impossibile raggiungere il superblocco\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003447
3448#: misc/e2label.c:67
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003449#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003450msgid "e2label: error reading superblock\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003451msgstr "e2label: errore durante la lettura del superblocco\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003452
3453#: misc/e2label.c:71
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003454#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003455msgid "e2label: not an ext2 filesystem\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003456msgstr "e2label: non è un filesystem ext2\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003457
Theodore Ts'o8f741372008-02-28 21:47:05 -05003458#: misc/e2label.c:96 misc/tune2fs.c:1025
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003459#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003460msgid "Warning: label too long, truncating.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003461msgstr "Attenzione: troncamento dell'etichetta, troppo lunga.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003462
3463#: misc/e2label.c:99
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003464#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003465msgid "e2label: cannot seek to superblock again\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003466msgstr "e2label: impossibile spostarsi nuovamente sul superblocco\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003467
3468#: misc/e2label.c:104
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003469#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003470msgid "e2label: error writing superblock\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003471msgstr "e2label: errore durante la scrittura del superblocco\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003472
Theodore Ts'o8f741372008-02-28 21:47:05 -05003473#: misc/e2label.c:116 misc/tune2fs.c:496
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003474#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003475msgid "Usage: e2label device [newlabel]\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003476msgstr "Uso: e2label device [nuova_etichetta]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003477
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003478#: misc/fsck.c:343
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003479#, c-format
3480msgid "WARNING: couldn't open %s: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003481msgstr "ATTENZIONE: impossibile aprire %s: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003482
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003483#: misc/fsck.c:353
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003484#, c-format
3485msgid "WARNING: bad format on line %d of %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003486msgstr "ATTENZIONE: formato non valido alla linea %d di %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003487
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003488#: misc/fsck.c:368
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003489msgid ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003490"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003491"\tfield. I will kludge around things for you, but you\n"
3492"\tshould fix your /etc/fstab file as soon as you can.\n"
3493"\n"
3494msgstr ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003495"\a\a\aATTENZIONE: Il file /etc/fstab non contiene il campo fsck\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003496"\tpassn. L'errore verrà ignorato, ma il file /etc/fstab dovrebbe\n"
3497"\tessere sistemato al più presto.\n"
3498"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003499
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003500#: misc/fsck.c:469
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003501#, c-format
3502msgid "fsck: %s: not found\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003503msgstr "fsck: %s: non trovato\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003504
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003505#: misc/fsck.c:585
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003506#, c-format
3507msgid "%s: wait: No more child process?!?\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003508msgstr "%s: aspetta: Non ci sono processi figli?!?\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003509
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003510#: misc/fsck.c:607
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003511#, c-format
3512msgid "Warning... %s for device %s exited with signal %d.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003513msgstr "Attenzione... %s per il device %s è uscito con il segnale %d.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003514
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003515#: misc/fsck.c:613
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003516#, c-format
3517msgid "%s %s: status is %x, should never happen.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003518msgstr "%s %s: lo stato è %x, non dovrebbe avvenire mai.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003519
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003520#: misc/fsck.c:649
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003521#, c-format
3522msgid "Finished with %s (exit status %d)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003523msgstr "Terminato con %s (stato di uscita %d)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003524
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003525#: misc/fsck.c:709
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003526#, c-format
3527msgid "%s: Error %d while executing fsck.%s for %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003528msgstr "%s: Errore %d eseguendo fsck. %s per %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003529
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003530#: misc/fsck.c:730
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003531msgid ""
3532"Either all or none of the filesystem types passed to -t must be prefixed\n"
3533"with 'no' or '!'.\n"
3534msgstr ""
Theodore Ts'obc759702005-05-09 20:40:55 -04003535"Tutti o nessun tipo di filesystem passati con l'opzione -t devono essere "
3536"preceduti\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003537"da 'no' o '!'.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003538
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003539#: misc/fsck.c:749
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003540msgid "Couldn't allocate memory for filesystem types\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003541msgstr "Impossibile allocare memoria per i tipi di filesystem\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003542
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003543#: misc/fsck.c:872
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003544#, c-format
3545msgid ""
3546"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3547"number\n"
3548msgstr ""
3549
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003550#: misc/fsck.c:899
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003551#, c-format
3552msgid "fsck: cannot check %s: fsck.%s not found\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003553msgstr "fsck: impossibile controllare %s: fsck.%s non trovato\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003554
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003555#: misc/fsck.c:955
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003556msgid "Checking all file systems.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003557msgstr "Controllo di tutti i filesystem.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003558
Theodore Ts'o8f741372008-02-28 21:47:05 -05003559#: misc/fsck.c:1046
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003560#, c-format
3561msgid "--waiting-- (pass %d)\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003562msgstr "--attesa-- (passo %d)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003563
Theodore Ts'o8f741372008-02-28 21:47:05 -05003564#: misc/fsck.c:1066
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003565#, fuzzy
Theodore Ts'obc759702005-05-09 20:40:55 -04003566msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003567"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003568msgstr "Uso: fsck [-ACNPRTV] [-t tipofs] [opzioni-fs] [filesys ...]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003569
Theodore Ts'o8f741372008-02-28 21:47:05 -05003570#: misc/fsck.c:1108
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003571#, c-format
3572msgid "%s: too many devices\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003573msgstr "%s: troppi device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003574
Theodore Ts'o8f741372008-02-28 21:47:05 -05003575#: misc/fsck.c:1141 misc/fsck.c:1227
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003576#, c-format
3577msgid "%s: too many arguments\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003578msgstr "%s: troppi parametri\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003579
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003580#: misc/lsattr.c:73
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003581#, c-format
3582msgid "Usage: %s [-RVadlv] [files...]\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003583msgstr "Uso: %s [RVadlv] [file ...]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003584
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003585#: misc/lsattr.c:83
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003586#, c-format
3587msgid "While reading flags on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003588msgstr "Durante la lettura dei flag di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003589
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003590#: misc/lsattr.c:90
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003591#, c-format
3592msgid "While reading version on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003593msgstr "Durante la lettura della versione di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003594
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003595#: misc/mke2fs.c:97
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003596#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003597msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003598"Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3599"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003600"\t[-N number-of-inodes] [-m reserved-blocks-percentage] [-o creator-os]\n"
3601"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003602"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
3603"\t[-T fs-type] [-jnqvFSV] device [blocks-count]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003604msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05003605"Uso: %s [-c|-t|-l nomefile] [-b dim_blocchi] [-f dim_frammento]\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003606"\t[-i byte-per-inode] [-j] [-J opzioni-journal] [-N numero-di-inode]\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003607"\t[-m percentuale-blocchi-riservati] [-o os-origine] [-g blocchi-per-"
3608"gruppo]\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003609"\t[-L etichetta-volume] [-M ultima-dir-montata] [-O caratteristica[,...]]\n"
3610"\t[-r revisione-fs] [-R opz_raid] [-qvSV] device [numero-blocchi]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003611
Theodore Ts'o8f741372008-02-28 21:47:05 -05003612#: misc/mke2fs.c:198
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003613#, c-format
3614msgid "Running command: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003615msgstr "Esecuzione del comando: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003616
Theodore Ts'o8f741372008-02-28 21:47:05 -05003617#: misc/mke2fs.c:202
Theodore Ts'obc759702005-05-09 20:40:55 -04003618#, fuzzy, c-format
3619msgid "while trying to run '%s'"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003620msgstr "provando a caricare '%s'"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003621
Theodore Ts'o8f741372008-02-28 21:47:05 -05003622#: misc/mke2fs.c:209
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003623msgid "while processing list of bad blocks from program"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003624msgstr "analizzando una lista di blocchi non validi dal programma"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003625
Theodore Ts'o8f741372008-02-28 21:47:05 -05003626#: misc/mke2fs.c:236
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003627#, c-format
3628msgid "Block %d in primary superblock/group descriptor area bad.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003629msgstr ""
3630"Blocco %d non valido nel superblocco primario/area del descrittore di "
3631"gruppo.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003632
Theodore Ts'o8f741372008-02-28 21:47:05 -05003633#: misc/mke2fs.c:238
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003634#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003635msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003636msgstr ""
3637"I blocchi da %d a %d devono essere validi per costruire un filesystem.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003638
Theodore Ts'o8f741372008-02-28 21:47:05 -05003639#: misc/mke2fs.c:241
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003640msgid "Aborting....\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003641msgstr "Annullamento....\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003642
Theodore Ts'o8f741372008-02-28 21:47:05 -05003643#: misc/mke2fs.c:261
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003644#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003645msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003646"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003647"\tbad blocks.\n"
3648"\n"
3649msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003650"Attenzione: il superblocco di backup/descrittori di gruppo ai blocchi %d\n"
3651"\tcontengono blocchi non validi.\n"
3652"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003653
Theodore Ts'o8f741372008-02-28 21:47:05 -05003654#: misc/mke2fs.c:279
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003655msgid "while marking bad blocks as used"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003656msgstr "contrassegnando i blocchi non validi come utilizzati"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003657
Theodore Ts'o8f741372008-02-28 21:47:05 -05003658#: misc/mke2fs.c:337
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003659msgid "done \n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003660msgstr "fatto \n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003661
Theodore Ts'o8f741372008-02-28 21:47:05 -05003662#: misc/mke2fs.c:372
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003663msgid "while allocating zeroizing buffer"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003664msgstr "allocando i buffer zeroizing"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003665
Theodore Ts'o8f741372008-02-28 21:47:05 -05003666#: misc/mke2fs.c:414
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003667msgid "Writing inode tables: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003668msgstr "Scrittura delle tavole degli inode: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003669
Theodore Ts'o8f741372008-02-28 21:47:05 -05003670#: misc/mke2fs.c:431
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003671#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003672msgid ""
3673"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003674"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003675msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003676"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003677"Impossibile scrivere %d blocchi nella tavola degli inode iniziando da %d: %"
3678"s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003679
Theodore Ts'o8f741372008-02-28 21:47:05 -05003680#: misc/mke2fs.c:487
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003681msgid "while creating root dir"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003682msgstr "creando la directory root"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003683
Theodore Ts'o8f741372008-02-28 21:47:05 -05003684#: misc/mke2fs.c:494
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003685msgid "while reading root inode"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003686msgstr "creando l'inode root"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003687
Theodore Ts'o8f741372008-02-28 21:47:05 -05003688#: misc/mke2fs.c:508
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003689msgid "while setting root inode ownership"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003690msgstr "impostando i permessi dell'inode root"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003691
Theodore Ts'o8f741372008-02-28 21:47:05 -05003692#: misc/mke2fs.c:526
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003693msgid "while creating /lost+found"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003694msgstr "creando /lost+found"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003695
Theodore Ts'o8f741372008-02-28 21:47:05 -05003696#: misc/mke2fs.c:533
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003697msgid "while looking up /lost+found"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003698msgstr "cercando /lost+found"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003699
Theodore Ts'o8f741372008-02-28 21:47:05 -05003700#: misc/mke2fs.c:543
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003701msgid "while expanding /lost+found"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003702msgstr "espandendo /lost+found"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003703
Theodore Ts'o8f741372008-02-28 21:47:05 -05003704#: misc/mke2fs.c:559
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003705msgid "while setting bad block inode"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003706msgstr "impostando l'inode del blocco difettoso"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003707
Theodore Ts'o8f741372008-02-28 21:47:05 -05003708#: misc/mke2fs.c:591
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003709#, c-format
3710msgid "Out of memory erasing sectors %d-%d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003711msgstr "Fine memoria cancellando i settori %d-%d\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003712
Theodore Ts'o8f741372008-02-28 21:47:05 -05003713#: misc/mke2fs.c:601
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003714#, c-format
3715msgid "Warning: could not read block 0: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003716msgstr "Attenzione: impossibile leggere il blocco 0: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003717
Theodore Ts'o8f741372008-02-28 21:47:05 -05003718#: misc/mke2fs.c:617
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003719#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003720msgid "Warning: could not erase sector %d: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003721msgstr "Attenzione: impossibile cancellare il settore %d: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003722
Theodore Ts'o8f741372008-02-28 21:47:05 -05003723#: misc/mke2fs.c:633
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003724msgid "while initializing journal superblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003725msgstr "inizializzando il superblocco del journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003726
Theodore Ts'o8f741372008-02-28 21:47:05 -05003727#: misc/mke2fs.c:639
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003728msgid "Zeroing journal device: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003729msgstr "Azzeramento del device di journaling: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003730
Theodore Ts'o8f741372008-02-28 21:47:05 -05003731#: misc/mke2fs.c:646
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003732#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003733msgid "while zeroing journal device (block %u, count %d)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003734msgstr "azzerando il device di journaling (blocco %u, numero %d)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003735
Theodore Ts'o8f741372008-02-28 21:47:05 -05003736#: misc/mke2fs.c:657
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003737msgid "while writing journal superblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003738msgstr "scrivendo il superblocco del journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003739
Theodore Ts'o8f741372008-02-28 21:47:05 -05003740#: misc/mke2fs.c:673
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003741#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003742msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003743"warning: %u blocks unused.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003744"\n"
3745msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003746"attenzione: %d blocchi inutilizzati.\n"
3747"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003748
Theodore Ts'o8f741372008-02-28 21:47:05 -05003749#: misc/mke2fs.c:678
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003750#, c-format
3751msgid "Filesystem label=%s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003752msgstr "Etichetta del filesystem=%s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003753
Theodore Ts'o8f741372008-02-28 21:47:05 -05003754#: misc/mke2fs.c:679
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003755msgid "OS type: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003756msgstr "Tipo SO: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003757
Theodore Ts'o8f741372008-02-28 21:47:05 -05003758#: misc/mke2fs.c:684
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003759#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003760msgid "Block size=%u (log=%u)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003761msgstr "Dimensione blocco=%u (log=%u)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003762
Theodore Ts'o8f741372008-02-28 21:47:05 -05003763#: misc/mke2fs.c:686
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003764#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003765msgid "Fragment size=%u (log=%u)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003766msgstr "Dimensione frammento=%u (log=%u)\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003767
Theodore Ts'o8f741372008-02-28 21:47:05 -05003768#: misc/mke2fs.c:688
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003769#, c-format
3770msgid "%u inodes, %u blocks\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003771msgstr "%u inode, %u blocchi\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003772
Theodore Ts'o8f741372008-02-28 21:47:05 -05003773#: misc/mke2fs.c:690
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003774#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003775msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003776msgstr "%u blocchi (%2.2f%%) riservati per l'utente root\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003777
Theodore Ts'o8f741372008-02-28 21:47:05 -05003778#: misc/mke2fs.c:693
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003779#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003780msgid "First data block=%u\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003781msgstr "Primo blocco dati=%u\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003782
Theodore Ts'o8f741372008-02-28 21:47:05 -05003783#: misc/mke2fs.c:695
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003784#, fuzzy, c-format
3785msgid "Maximum filesystem blocks=%lu\n"
3786msgstr "Etichetta del filesystem=%s\n"
3787
Theodore Ts'o8f741372008-02-28 21:47:05 -05003788#: misc/mke2fs.c:700
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003789#, c-format
3790msgid "%u block groups\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003791msgstr "%u gruppi di blocchi\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003792
Theodore Ts'o8f741372008-02-28 21:47:05 -05003793#: misc/mke2fs.c:702
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003794#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003795msgid "%u block group\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003796msgstr "%u gruppo di blocchi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003797
Theodore Ts'o8f741372008-02-28 21:47:05 -05003798#: misc/mke2fs.c:703
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003799#, c-format
3800msgid "%u blocks per group, %u fragments per group\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003801msgstr "%u blocchi per gruppo, %u frammenti per gruppo\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003802
Theodore Ts'o8f741372008-02-28 21:47:05 -05003803#: misc/mke2fs.c:705
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003804#, c-format
3805msgid "%u inodes per group\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003806msgstr "%u inode per gruppo\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003807
Theodore Ts'o8f741372008-02-28 21:47:05 -05003808#: misc/mke2fs.c:712
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003809#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003810msgid "Superblock backups stored on blocks: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003811msgstr "Backup del superblocco salvati nei blocchi: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003812
Theodore Ts'o8f741372008-02-28 21:47:05 -05003813#: misc/mke2fs.c:793
Theodore Ts'obc759702005-05-09 20:40:55 -04003814#, fuzzy, c-format
3815msgid "Invalid stride parameter: %s\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003816msgstr "Parametro di stride non valido.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003817
Theodore Ts'o8f741372008-02-28 21:47:05 -05003818#: misc/mke2fs.c:808
3819#, fuzzy, c-format
3820msgid "Invalid stripe-width parameter: %s\n"
3821msgstr "Parametro di stride non valido.\n"
3822
3823#: misc/mke2fs.c:830
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003824#, fuzzy, c-format
3825msgid "Invalid resize parameter: %s\n"
3826msgstr "Parametro di stride non valido.\n"
3827
Theodore Ts'o8f741372008-02-28 21:47:05 -05003828#: misc/mke2fs.c:837
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003829#, c-format
3830msgid "The resize maximum must be greater than the filesystem size.\n"
3831msgstr ""
3832
Theodore Ts'o8f741372008-02-28 21:47:05 -05003833#: misc/mke2fs.c:861
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003834#, c-format
3835msgid "On-line resizing not supported with revision 0 filesystems\n"
3836msgstr ""
3837
Theodore Ts'o8f741372008-02-28 21:47:05 -05003838#: misc/mke2fs.c:878
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003839#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003840msgid ""
3841"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003842"Bad option(s) specified: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003843"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003844"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003845"\tis set off by an equals ('=') sign.\n"
3846"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003847"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003848"\tstride=<RAID per-disk data chunk in blocks>\n"
3849"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003850"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003851"\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003852"\ttest_fs\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003853msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003854"\n"
3855"Opzioni raid non valide.\n"
3856"\n"
3857"Le opzioni raid sono separte da virgole, e possono avere un parametro, che\n"
3858"\tè passato da un segno di uguale ('=').\n"
3859"\n"
3860"Le opzioni raid valide sono:\n"
3861"\tstride=lunghezza stride in blocchi>\n"
3862"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003863
Theodore Ts'o8f741372008-02-28 21:47:05 -05003864#: misc/mke2fs.c:893
3865#, c-format
3866msgid ""
3867"\n"
3868"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
3869"\n"
3870msgstr ""
3871
3872#: misc/mke2fs.c:920
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003873#, c-format
3874msgid ""
3875"Syntax error in mke2fs config file (%s, line #%d)\n"
3876"\t%s\n"
3877msgstr ""
3878
Theodore Ts'o8f741372008-02-28 21:47:05 -05003879#: misc/mke2fs.c:933 misc/tune2fs.c:335
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003880#, c-format
3881msgid "Invalid filesystem option set: %s\n"
3882msgstr "Set di opzioni del filesystem non valido: %s\n"
3883
Theodore Ts'o8f741372008-02-28 21:47:05 -05003884#: misc/mke2fs.c:1040
Theodore Ts'obc759702005-05-09 20:40:55 -04003885#, fuzzy, c-format
3886msgid "invalid block size - %s"
3887msgstr "dimensione del blocco difettoso - %s"
3888
Theodore Ts'o8f741372008-02-28 21:47:05 -05003889#: misc/mke2fs.c:1044
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003890#, c-format
3891msgid "Warning: blocksize %d not usable on most systems.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003892msgstr ""
3893"Attenzione: la dimensione di blocco %d non è utilizzabile su molti sistemi.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003894
Theodore Ts'o8f741372008-02-28 21:47:05 -05003895#: misc/mke2fs.c:1061
Theodore Ts'o197abba2005-06-20 18:00:23 -04003896#, fuzzy, c-format
3897msgid "invalid fragment size - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003898msgstr "dimensione del frammento non valida - %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003899
Theodore Ts'o8f741372008-02-28 21:47:05 -05003900#: misc/mke2fs.c:1067
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003901#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003902msgid "Warning: fragments not supported. Ignoring -f option\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003903msgstr "Attenzione: frammenti non supportati. Opzione -f ignorata\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003904
Theodore Ts'o8f741372008-02-28 21:47:05 -05003905#: misc/mke2fs.c:1074
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003906msgid "Illegal number for blocks per group"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003907msgstr "Numero di blocchi per gruppo non valido"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003908
Theodore Ts'o8f741372008-02-28 21:47:05 -05003909#: misc/mke2fs.c:1079
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003910msgid "blocks per group must be multiple of 8"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003911msgstr "i blocchi per gruppo devono essere multipli di 8"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003912
Theodore Ts'o8f741372008-02-28 21:47:05 -05003913#: misc/mke2fs.c:1089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003914#, fuzzy, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003915msgid "invalid inode ratio %s (min %d/max %d)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003916msgstr "tasso di inode non valido %s (min %d/max %d)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003917
Theodore Ts'o8f741372008-02-28 21:47:05 -05003918#: misc/mke2fs.c:1106
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003919msgid "in malloc for bad_blocks_filename"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003920msgstr "nella malloc per bad_blocks_filename"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003921
Theodore Ts'o8f741372008-02-28 21:47:05 -05003922#: misc/mke2fs.c:1115
Theodore Ts'o197abba2005-06-20 18:00:23 -04003923#, fuzzy, c-format
3924msgid "invalid reserved blocks percent - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003925msgstr "percentuale di blocchi riservati non valida - %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003926
Theodore Ts'o8f741372008-02-28 21:47:05 -05003927#: misc/mke2fs.c:1133
Theodore Ts'o6956f612005-12-31 16:46:15 -05003928#, fuzzy, c-format
3929msgid "bad revision level - %s"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003930msgstr "versione non valida - %s\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003931
Theodore Ts'o8f741372008-02-28 21:47:05 -05003932#: misc/mke2fs.c:1145
Theodore Ts'o197abba2005-06-20 18:00:23 -04003933#, fuzzy, c-format
3934msgid "invalid inode size - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003935msgstr "dimensione inode non valida - %s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003936
Theodore Ts'o8f741372008-02-28 21:47:05 -05003937#: misc/mke2fs.c:1165
Theodore Ts'o6956f612005-12-31 16:46:15 -05003938#, fuzzy, c-format
3939msgid "bad num inodes - %s"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003940msgstr "dimensione inode non valida - %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003941
Theodore Ts'o8f741372008-02-28 21:47:05 -05003942#: misc/mke2fs.c:1223 misc/mke2fs.c:1745
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003943#, c-format
3944msgid "while trying to open journal device %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003945msgstr "durante l'apertura del dispositivo di journaling %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003946
Theodore Ts'o8f741372008-02-28 21:47:05 -05003947#: misc/mke2fs.c:1229
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003948#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003949msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003950msgstr ""
3951"Dimensione dei blocchi del device di journaling (%d) minore della dim minima "
3952"dei blocchi %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003953
Theodore Ts'o8f741372008-02-28 21:47:05 -05003954#: misc/mke2fs.c:1243
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003955#, c-format
3956msgid "%d-byte blocks too big for system (max %d)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003957msgstr "blocchi di %d byte troppo grandi per il sistema (max %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003958
Theodore Ts'o8f741372008-02-28 21:47:05 -05003959#: misc/mke2fs.c:1247
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003960#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003961msgid ""
3962"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3963msgstr ""
3964"Attenzione: blocchi di %d bytes troppo grandi per il sistema (max %d), "
3965"continuo comunque\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003966
Theodore Ts'o8f741372008-02-28 21:47:05 -05003967#: misc/mke2fs.c:1265
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003968msgid "filesystem"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003969msgstr "filesystem"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003970
Theodore Ts'o8f741372008-02-28 21:47:05 -05003971#: misc/mke2fs.c:1288 resize/main.c:332
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003972msgid "while trying to determine filesystem size"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003973msgstr "tentando di determinare la dimensione del filesystem"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003974
Theodore Ts'o8f741372008-02-28 21:47:05 -05003975#: misc/mke2fs.c:1294
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003976msgid ""
3977"Couldn't determine device size; you must specify\n"
3978"the size of the filesystem\n"
3979msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003980"Impossibile determinare la dimensione del device: bisogna\n"
3981"specificare la dimensione del filesystem\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003982
Theodore Ts'o8f741372008-02-28 21:47:05 -05003983#: misc/mke2fs.c:1301
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003984msgid ""
3985"Device size reported to be zero. Invalid partition specified, or\n"
3986"\tpartition table wasn't reread after running fdisk, due to\n"
3987"\ta modified partition being busy and in use. You may need to reboot\n"
3988"\tto re-read your partition table.\n"
3989msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003990"Sembra che la dimensione del device sia zero. Specificata partizione non\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003991"\tvalida o la tabella delle partizioni non è stata riletta dopo "
3992"l'esecuzione\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003993"\tdi fdisk, poiché una partizione modificata era occupata. Potrebbe essere\n"
3994"\tnecessario riavviare per rileggere la tabella delle partizioni.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003995
Theodore Ts'o8f741372008-02-28 21:47:05 -05003996#: misc/mke2fs.c:1319
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003997msgid "Filesystem larger than apparent device size."
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003998msgstr "Il filesystem è più grande della dimensione apparente del device."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003999
Theodore Ts'o8f741372008-02-28 21:47:05 -05004000#: misc/mke2fs.c:1367
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004001#, c-format
4002msgid "Filesystem features not supported with revision 0 filesystems\n"
4003msgstr ""
4004
Theodore Ts'o8f741372008-02-28 21:47:05 -05004005#: misc/mke2fs.c:1374
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004006#, c-format
4007msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4008msgstr ""
4009
Theodore Ts'o8f741372008-02-28 21:47:05 -05004010#: misc/mke2fs.c:1386
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004011#, fuzzy, c-format
4012msgid "Journals not supported with revision 0 filesystems\n"
4013msgstr ""
4014"\n"
4015"Dimensione del journal troppo grande per il filesystem.\n"
4016
Theodore Ts'o8f741372008-02-28 21:47:05 -05004017#: misc/mke2fs.c:1412
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004018msgid "while trying to determine hardware sector size"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004019msgstr "provando a determinare la dimensione del settore hardware"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004020
Theodore Ts'o8f741372008-02-28 21:47:05 -05004021#: misc/mke2fs.c:1464
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004022msgid "reserved online resize blocks not supported on non-sparse filesystem"
4023msgstr ""
4024
Theodore Ts'o8f741372008-02-28 21:47:05 -05004025#: misc/mke2fs.c:1473
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004026msgid "blocks per group count out of range"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004027msgstr "conteggio dei blocchi per gruppo fuori dall'intervallo"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004028
Theodore Ts'o8f741372008-02-28 21:47:05 -05004029#: misc/mke2fs.c:1480
Theodore Ts'o6956f612005-12-31 16:46:15 -05004030msgid ""
4031"Filesystem too large. No more than 2**31-1 blocks\n"
4032"\t (8TB using a blocksize of 4k) are currently supported."
4033msgstr ""
4034
Theodore Ts'o8f741372008-02-28 21:47:05 -05004035#: misc/mke2fs.c:1487
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004036#, c-format
4037msgid ""
4038"\n"
4039"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
4040"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
4041"\n"
4042msgstr ""
4043
Theodore Ts'o8f741372008-02-28 21:47:05 -05004044#: misc/mke2fs.c:1504
Theodore Ts'o197abba2005-06-20 18:00:23 -04004045#, fuzzy, c-format
4046msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004047msgstr "dimensione dell'inode non valida: %d (min %d/max %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004048
Theodore Ts'o8f741372008-02-28 21:47:05 -05004049#: misc/mke2fs.c:1510
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004050#, fuzzy, c-format
4051msgid "Warning: %d-byte inodes not usable on older systems\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004052msgstr ""
4053"Attenzione: gli inode di %d byte non sono utilizzabili su molti sistemi\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004054
Theodore Ts'o8f741372008-02-28 21:47:05 -05004055#: misc/mke2fs.c:1522
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004056#, c-format
4057msgid "too many inodes (%llu), raise inode ratio?"
4058msgstr ""
4059
Theodore Ts'o8f741372008-02-28 21:47:05 -05004060#: misc/mke2fs.c:1527
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004061#, c-format
4062msgid "too many inodes (%llu), specify < 2^32 inodes"
4063msgstr ""
4064
Theodore Ts'o8f741372008-02-28 21:47:05 -05004065#: misc/mke2fs.c:1542
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004066#, c-format
4067msgid ""
4068"inode_size (%u) * inodes_count (%u) too big for a\n"
4069"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
4070"\tor lower inode count (-N).\n"
4071msgstr ""
4072
Theodore Ts'o8f741372008-02-28 21:47:05 -05004073#: misc/mke2fs.c:1591
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004074#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004075msgid "while setting up superblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004076msgstr "impostando il superblocco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004077
Theodore Ts'o8f741372008-02-28 21:47:05 -05004078#: misc/mke2fs.c:1628
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004079#, c-format
4080msgid "unknown os - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004081msgstr "so sconosciuto - %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004082
Theodore Ts'o8f741372008-02-28 21:47:05 -05004083#: misc/mke2fs.c:1682
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004084msgid "while trying to allocate filesystem tables"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004085msgstr "tentando di allocare le tabelle del filesystem"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004086
Theodore Ts'o8f741372008-02-28 21:47:05 -05004087#: misc/mke2fs.c:1713
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004088#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004089msgid "while zeroing block %u at end of filesystem"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004090msgstr "azzerando il blocco %u alla fine del filesystem"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004091
Theodore Ts'o8f741372008-02-28 21:47:05 -05004092#: misc/mke2fs.c:1727
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004093#, fuzzy
4094msgid "while reserving blocks for online resize"
4095msgstr "leggendo l'inode dei blocchi non validi"
4096
Theodore Ts'o8f741372008-02-28 21:47:05 -05004097#: misc/mke2fs.c:1738 misc/tune2fs.c:433
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004098msgid "journal"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004099msgstr "journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004100
Theodore Ts'o8f741372008-02-28 21:47:05 -05004101#: misc/mke2fs.c:1750
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004102#, c-format
4103msgid "Adding journal to device %s: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004104msgstr "Aggiunta del journal al device %s: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004105
Theodore Ts'o8f741372008-02-28 21:47:05 -05004106#: misc/mke2fs.c:1757
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004107#, c-format
4108msgid ""
4109"\n"
4110"\twhile trying to add journal to device %s"
4111msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004112"\n"
4113"\tcercando di agigungere il journal al device %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004114
Theodore Ts'o8f741372008-02-28 21:47:05 -05004115#: misc/mke2fs.c:1762 misc/mke2fs.c:1788 misc/tune2fs.c:461 misc/tune2fs.c:475
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004116#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004117msgid "done\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004118msgstr "fatto\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004119
Theodore Ts'o8f741372008-02-28 21:47:05 -05004120#: misc/mke2fs.c:1793
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004121#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004122msgid "Writing superblocks and filesystem accounting information: "
Theodore Ts'obc759702005-05-09 20:40:55 -04004123msgstr ""
4124"Scrittura delle informazioni dei superblocchi e dell'accounting del "
4125"filesystem: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004126
Theodore Ts'o8f741372008-02-28 21:47:05 -05004127#: misc/mke2fs.c:1798
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004128#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004129msgid ""
4130"\n"
4131"Warning, had trouble writing out superblocks."
4132msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004133"\n"
4134"Attenzione, problemi durante la scrittura dei superblocchi."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004135
Theodore Ts'o8f741372008-02-28 21:47:05 -05004136#: misc/mke2fs.c:1801
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004137#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004138msgid ""
4139"done\n"
4140"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004141msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004142"fatto\n"
4143"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004144
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004145#: misc/mklost+found.c:49
4146#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004147msgid "Usage: mklost+found\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05004148msgstr "Uso: mklost+found\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004149
Theodore Ts'o8f741372008-02-28 21:47:05 -05004150#: misc/tune2fs.c:91
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004151msgid "Please run e2fsck on the filesystem.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004152msgstr "Eseguire e2fsck sul filesystem.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004153
Theodore Ts'o8f741372008-02-28 21:47:05 -05004154#: misc/tune2fs.c:98
Theodore Ts'o197abba2005-06-20 18:00:23 -04004155#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004156msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004157"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004158"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4159"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4160"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004161"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4162"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004163msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05004164"Uso: %s [-c max-numero-mount] [-e comportamento-errori] [-g gruppo]\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004165"\t[-i intervallo[d|m|w]] [-j] [-J opzioni-journal]\n"
4166"\t[-l] [-s flag-sparse] [-m percentuale-blocchi-riservati]\n"
4167"\t[-o [^]opzioni-mount[,...]] [-r numero-blocchi-riservati]\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004168"\t[-u utente] [-C numero-mount] [-L etichetta-volume] [-M ultima-dir-"
4169"montata]\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004170"\t[-O [^]caratteristica[,...]] [-T ultimo-controllo] [-U UUID] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004171
Theodore Ts'o8f741372008-02-28 21:47:05 -05004172#: misc/tune2fs.c:171
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004173msgid "while trying to open external journal"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004174msgstr "cercando di aprire il journal esterno"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004175
Theodore Ts'o8f741372008-02-28 21:47:05 -05004176#: misc/tune2fs.c:175
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004177#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004178msgid "%s is not a journal device.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004179msgstr "%s non è un dispositivo di journaling.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004180
Theodore Ts'o8f741372008-02-28 21:47:05 -05004181#: misc/tune2fs.c:190
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004182msgid "Journal superblock not found!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004183msgstr "Superblocco del journal non trovato!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004184
Theodore Ts'o8f741372008-02-28 21:47:05 -05004185#: misc/tune2fs.c:202
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004186msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004187msgstr "UUID del filesystem non trovato sul dispositivo di journaling.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004188
Theodore Ts'o8f741372008-02-28 21:47:05 -05004189#: misc/tune2fs.c:223
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004190msgid "Journal NOT removed\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004191msgstr "Journal NON rimosso\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004192
Theodore Ts'o8f741372008-02-28 21:47:05 -05004193#: misc/tune2fs.c:229
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004194msgid "Journal removed\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004195msgstr "Journal rimosso\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004196
Theodore Ts'o8f741372008-02-28 21:47:05 -05004197#: misc/tune2fs.c:268
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004198msgid "while reading bitmaps"
Theodore Ts'o72933b92005-01-11 14:05:00 -05004199msgstr "leggendo le mappe dei bit"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004200
Theodore Ts'o8f741372008-02-28 21:47:05 -05004201#: misc/tune2fs.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004202msgid "while clearing journal inode"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004203msgstr "azzerando l'inode del journal"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004204
Theodore Ts'o8f741372008-02-28 21:47:05 -05004205#: misc/tune2fs.c:286
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004206msgid "while writing journal inode"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004207msgstr "scrivendo l'inode del journal"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004208
Theodore Ts'o8f741372008-02-28 21:47:05 -05004209#: misc/tune2fs.c:301
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004210#, c-format
4211msgid "Invalid mount option set: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004212msgstr "Insieme di opzioni di mount non valido: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004213
Theodore Ts'o8f741372008-02-28 21:47:05 -05004214#: misc/tune2fs.c:338
4215#, c-format
4216msgid "Clearing filesystem feature '%s' not supported.\n"
4217msgstr ""
4218
4219#: misc/tune2fs.c:344
4220#, fuzzy, c-format
4221msgid "Setting filesystem feature '%s' not supported.\n"
4222msgstr ""
4223"Impostazione di data ed ora dell'ultimo controllo del filesystem a %s\n"
4224
4225#: misc/tune2fs.c:353
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004226msgid ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004227"The has_journal flag may only be cleared when the filesystem is\n"
4228"unmounted or mounted read-only.\n"
4229msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004230"Il flag has_journal può essere azzerato quando il filesystem non\n"
4231"è montato o è montato solo in lettura.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004232
Theodore Ts'o8f741372008-02-28 21:47:05 -05004233#: misc/tune2fs.c:361
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004234msgid ""
4235"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4236"the has_journal flag.\n"
4237msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004238"Il flag needs_recovery è impostato. Eseguire e2fsck prima di azzerare\n"
4239"il flag has_journal.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004240
Theodore Ts'o8f741372008-02-28 21:47:05 -05004241#: misc/tune2fs.c:428
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004242msgid "The filesystem already has a journal.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004243msgstr "Il filesystem ha già un journal.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004244
Theodore Ts'o8f741372008-02-28 21:47:05 -05004245#: misc/tune2fs.c:445
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004246#, c-format
4247msgid ""
4248"\n"
4249"\twhile trying to open journal on %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004250msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004251"\n"
4252"\ttentando di aprire il journal in %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004253
Theodore Ts'o8f741372008-02-28 21:47:05 -05004254#: misc/tune2fs.c:449
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004255#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004256msgid "Creating journal on device %s: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004257msgstr "Creando il journal per il device %s: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004258
Theodore Ts'o8f741372008-02-28 21:47:05 -05004259#: misc/tune2fs.c:457
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004260#, c-format
4261msgid "while adding filesystem to journal on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004262msgstr "aggiungendo un filesystem al journal in %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004263
Theodore Ts'o8f741372008-02-28 21:47:05 -05004264#: misc/tune2fs.c:463
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004265msgid "Creating journal inode: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004266msgstr "Creazione dell'inode del journal: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004267
Theodore Ts'o8f741372008-02-28 21:47:05 -05004268#: misc/tune2fs.c:472
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004269msgid ""
4270"\n"
4271"\twhile trying to create journal file"
4272msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004273"\n"
4274"\tcercando di creare il file di journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004275
Theodore Ts'o8f741372008-02-28 21:47:05 -05004276#: misc/tune2fs.c:539
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004277#, c-format
4278msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o72933b92005-01-11 14:05:00 -05004279msgstr "Impossibile comprendere il formato di data/ora: %s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004280
Theodore Ts'o8f741372008-02-28 21:47:05 -05004281#: misc/tune2fs.c:563 misc/tune2fs.c:576
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004282#, c-format
4283msgid "bad mounts count - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004284msgstr "numero di mount non validi - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004285
Theodore Ts'o8f741372008-02-28 21:47:05 -05004286#: misc/tune2fs.c:592
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004287#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004288msgid "bad error behavior - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004289msgstr "comportamento relativo ad un errore non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004290
Theodore Ts'o8f741372008-02-28 21:47:05 -05004291#: misc/tune2fs.c:619
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004292#, c-format
4293msgid "bad gid/group name - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004294msgstr "gid/nome gruppo non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004295
Theodore Ts'o8f741372008-02-28 21:47:05 -05004296#: misc/tune2fs.c:652
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004297#, c-format
4298msgid "bad interval - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004299msgstr "intervallo non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004300
Theodore Ts'o8f741372008-02-28 21:47:05 -05004301#: misc/tune2fs.c:680
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004302#, c-format
4303msgid "bad reserved block ratio - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004304msgstr "percentuale di blocchi riservati non valida - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004305
Theodore Ts'o8f741372008-02-28 21:47:05 -05004306#: misc/tune2fs.c:695
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004307msgid "-o may only be specified once"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004308msgstr "-o può essere specificata solo una volta"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004309
Theodore Ts'o8f741372008-02-28 21:47:05 -05004310#: misc/tune2fs.c:705
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004311msgid "-O may only be specified once"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004312msgstr "-O può essere specificata solo una volta"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004313
Theodore Ts'o8f741372008-02-28 21:47:05 -05004314#: misc/tune2fs.c:715
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004315#, c-format
4316msgid "bad reserved blocks count - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004317msgstr "numero di blocchi riservati non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004318
Theodore Ts'o8f741372008-02-28 21:47:05 -05004319#: misc/tune2fs.c:744
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004320#, c-format
4321msgid "bad uid/user name - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004322msgstr "uid/nome utente non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004323
Theodore Ts'o8f741372008-02-28 21:47:05 -05004324#: misc/tune2fs.c:842
4325#, fuzzy, c-format
4326msgid "Invalid RAID stride: %s\n"
4327msgstr "Insieme di opzioni di mount non valido: %s\n"
4328
4329#: misc/tune2fs.c:857
4330#, fuzzy, c-format
4331msgid "Invalid RAID stripe-width: %s\n"
4332msgstr "Parametro di stride non valido.\n"
4333
4334#: misc/tune2fs.c:867
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004335#, fuzzy, c-format
4336msgid ""
4337"\n"
4338"Bad options specified.\n"
4339"\n"
4340"Extended options are separated by commas, and may take an argument which\n"
4341"\tis set off by an equals ('=') sign.\n"
4342"\n"
4343"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004344"\tstride=<RAID per-disk chunk size in blocks>\n"
4345"\tstripe-width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004346"\ttest_fs\n"
4347"\t^test_fs\n"
4348msgstr ""
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004349"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004350"Opzioni raid non valide.\n"
4351"\n"
4352"Le opzioni raid sono separte da virgole, e possono avere un parametro, che\n"
4353"\tè passato da un segno di uguale ('=').\n"
4354"\n"
4355"Le opzioni raid valide sono:\n"
4356"\tstride=lunghezza stride in blocchi>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004357"\n"
4358
Theodore Ts'o8f741372008-02-28 21:47:05 -05004359#: misc/tune2fs.c:927
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004360#, c-format
4361msgid "Filesystem %s has unsupported features enabled.\n"
4362msgstr ""
4363
Theodore Ts'o8f741372008-02-28 21:47:05 -05004364#: misc/tune2fs.c:951
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004365#, c-format
4366msgid "Setting maximal mount count to %d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004367msgstr "Impostazione del numero massimo di mount a %d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004368
Theodore Ts'o8f741372008-02-28 21:47:05 -05004369#: misc/tune2fs.c:957
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004370#, c-format
4371msgid "Setting current mount count to %d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004372msgstr "Impostazione del numero attuale di mount a %d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004373
Theodore Ts'o8f741372008-02-28 21:47:05 -05004374#: misc/tune2fs.c:962
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004375#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004376msgid "Setting error behavior to %d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004377msgstr "Impostazione del comportamento da errore a %d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004378
Theodore Ts'o8f741372008-02-28 21:47:05 -05004379#: misc/tune2fs.c:967
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004380#, c-format
4381msgid "Setting reserved blocks gid to %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004382msgstr "Impostazione del gid dei blocchi riservati a %lu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004383
Theodore Ts'o8f741372008-02-28 21:47:05 -05004384#: misc/tune2fs.c:972
Theodore Ts'obc759702005-05-09 20:40:55 -04004385#, fuzzy, c-format
4386msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004387msgstr "Impostazione dell'intervallo tra i controlli a %lu secondi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004388
Theodore Ts'o8f741372008-02-28 21:47:05 -05004389#: misc/tune2fs.c:978
Theodore Ts'o6956f612005-12-31 16:46:15 -05004390#, fuzzy, c-format
4391msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004392msgstr ""
4393"Impostazione della percentuale di blocchi riservati a %lu (%u blocchi)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004394
Theodore Ts'o8f741372008-02-28 21:47:05 -05004395#: misc/tune2fs.c:984
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004396#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004397msgid "reserved blocks count is too big (%lu)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004398msgstr "il numero di blocchi riservati è troppo alto (%lu)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004399
Theodore Ts'o8f741372008-02-28 21:47:05 -05004400#: misc/tune2fs.c:990
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004401#, c-format
4402msgid "Setting reserved blocks count to %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004403msgstr "Impostazione del numero di blocchi riservati a %lu\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004404
Theodore Ts'o8f741372008-02-28 21:47:05 -05004405#: misc/tune2fs.c:996
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004406msgid ""
4407"\n"
4408"The filesystem already has sparse superblocks.\n"
4409msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05004410"\n"
4411"Il filesystem ha già dei superblocchi sparsi.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004412
Theodore Ts'o8f741372008-02-28 21:47:05 -05004413#: misc/tune2fs.c:1003
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004414#, c-format
4415msgid ""
4416"\n"
4417"Sparse superblock flag set. %s"
4418msgstr ""
4419
Theodore Ts'o8f741372008-02-28 21:47:05 -05004420#: misc/tune2fs.c:1008
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004421msgid ""
4422"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004423"Clearing the sparse superflag not supported.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004424msgstr ""
4425
Theodore Ts'o8f741372008-02-28 21:47:05 -05004426#: misc/tune2fs.c:1015
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004427#, c-format
4428msgid "Setting time filesystem last checked to %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004429msgstr ""
4430"Impostazione di data ed ora dell'ultimo controllo del filesystem a %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004431
Theodore Ts'o8f741372008-02-28 21:47:05 -05004432#: misc/tune2fs.c:1021
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004433#, c-format
4434msgid "Setting reserved blocks uid to %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004435msgstr "Impostazione dell'uid dei blocchi riservati a %lu\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004436
Theodore Ts'o8f741372008-02-28 21:47:05 -05004437#: misc/tune2fs.c:1056
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004438msgid "Invalid UUID format\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004439msgstr "Formato UUID non valido\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004440
Theodore Ts'o8f741372008-02-28 21:47:05 -05004441#: misc/tune2fs.c:1067
4442#, fuzzy, c-format
4443msgid "Setting stride size to %d\n"
4444msgstr "Impostazione del gid dei blocchi riservati a %lu\n"
4445
4446#: misc/tune2fs.c:1072
4447#, fuzzy, c-format
4448msgid "Setting stripe width to %d\n"
4449msgstr "Impostazione del gid dei blocchi riservati a %lu\n"
4450
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004451#: misc/util.c:72
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004452msgid "Proceed anyway? (y,n) "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004453msgstr "Procedere comunque? (s,n) "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004454
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004455#: misc/util.c:93
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004456#, c-format
4457msgid "Could not stat %s --- %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004458msgstr "Impossibile fare stat di %s --- %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004459
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004460#: misc/util.c:96
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004461msgid ""
4462"\n"
4463"The device apparently does not exist; did you specify it correctly?\n"
4464msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004465"\n"
4466"Sembra che il dispositivo non esista; è stato specificato correttamente?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004467
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004468#: misc/util.c:107
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004469#, c-format
4470msgid "%s is not a block special device.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004471msgstr "%s non è un device speciale a blocchi.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004472
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004473#: misc/util.c:136
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004474#, c-format
4475msgid "%s is entire device, not just one partition!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004476msgstr "%s è un device intero, non solo una partizione.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004477
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004478#: misc/util.c:158
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004479msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004480msgstr ""
4481"mke2fs è stato forzato comunque. Si spera che /etc/mtab sia sbagliato.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004482
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004483#: misc/util.c:163
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004484#, c-format
4485msgid "will not make a %s here!\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004486msgstr "non farò un %s qui!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004487
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004488#: misc/util.c:170
4489msgid "mke2fs forced anyway.\n"
4490msgstr ""
4491
4492#: misc/util.c:186
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004493msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004494msgstr ""
4495"Impossibile allocare memoria per fare il parsing delle opzioni del journal!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004497#: misc/util.c:228
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004498msgid ""
4499"\n"
4500"Bad journal options specified.\n"
4501"\n"
4502"Journal options are separated by commas, and may take an argument which\n"
4503"\tis set off by an equals ('=') sign.\n"
4504"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004505"Valid journal options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004506"\tsize=<journal size in megabytes>\n"
4507"\tdevice=<journal device>\n"
4508"\n"
4509"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4510"\n"
4511msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004512"\n"
4513"Sono state specificate opzioni non valide per il journal.\n"
4514"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004515"Le opzioni per il journal sono separate da virgole, e possono avere un "
4516"parametro,\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004517"\tpassato da un segno di uguale ('=').\n"
4518"\n"
4519"Opzioni valide per il journal sono:\n"
4520"\tsize=<dimensione del journal in MB>\n"
4521"\tdevice=<dispositivo di journal>\n"
4522"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004523"La dimensione del journal dev'essere compreso tra 1024 e 102400 blocchi del "
4524"filesystem.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004525"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004526
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004527#: misc/util.c:258
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004528msgid ""
4529"\n"
4530"Filesystem too small for a journal\n"
4531msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004532"\n"
4533"Filesystem troppo piccolo per un journal\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004534
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004535#: misc/util.c:265
4536#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004537msgid ""
4538"\n"
4539"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004540"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004541msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004542"\n"
4543"La dimensione specificata del journal è di %d blocchi, ma essa\n"
4544"dev'essere compresa tra 1024 e 102400 blocchi. Operazione annullata.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004545
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004546#: misc/util.c:273
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004547msgid ""
4548"\n"
4549"Journal size too big for filesystem.\n"
4550msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004551"\n"
4552"Dimensione del journal troppo grande per il filesystem.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004553
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004554#: misc/util.c:283
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004555#, c-format
4556msgid ""
4557"This filesystem will be automatically checked every %d mounts or\n"
4558"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4559msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004560"Questo filesystem verrà automaticamente controllato ogni %d mount, o\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004561"%g giorni, a seconda di quale venga prima. Usare tune2fs -c o -i per "
4562"cambiare.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004563
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004564#: misc/uuidgen.c:31
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004565#, c-format
4566msgid "Usage: %s [-r] [-t]\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05004567msgstr "Uso: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004568
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004569#: resize/extent.c:196
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004570#, fuzzy
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004571msgid "# Extent dump:\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004572msgstr "# Dump esteso:\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004573
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004574#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004575#, c-format
4576msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4577msgstr ""
4578
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004579#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004580#, c-format
4581msgid "#\t\t %u -> %u (%d)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004582msgstr "#\t\t %u -> %u (%d)\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004583
Theodore Ts'o6956f612005-12-31 16:46:15 -05004584#: resize/main.c:39
Theodore Ts'obc759702005-05-09 20:40:55 -04004585#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004586msgid ""
Theodore Ts'obc759702005-05-09 20:40:55 -04004587"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004588"\n"
4589msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05004590"Uso: %s [-d flag_di_debug] [-f] [-F] [-p] device [nuova-dimensione]\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004591"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004592
Theodore Ts'o6956f612005-12-31 16:46:15 -05004593#: resize/main.c:61
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004594msgid "Extending the inode table"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004595msgstr "Estensione della tavola degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004596
Theodore Ts'o6956f612005-12-31 16:46:15 -05004597#: resize/main.c:64
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004598msgid "Relocating blocks"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004599msgstr "Rilocazione dei blocchi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004600
Theodore Ts'o6956f612005-12-31 16:46:15 -05004601#: resize/main.c:67
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004602msgid "Scanning inode table"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004603msgstr "Scansione della tavola degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004604
Theodore Ts'o6956f612005-12-31 16:46:15 -05004605#: resize/main.c:70
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004606msgid "Updating inode references"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004607msgstr "Aggiornamento dei riferimenti degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004608
Theodore Ts'o6956f612005-12-31 16:46:15 -05004609#: resize/main.c:73
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004610msgid "Moving inode table"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004611msgstr "Spostamento della tavola degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004612
Theodore Ts'o6956f612005-12-31 16:46:15 -05004613#: resize/main.c:76
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004614msgid "Unknown pass?!?"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004615msgstr "Passo sconosciuto?!?"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004616
Theodore Ts'o6956f612005-12-31 16:46:15 -05004617#: resize/main.c:79
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004618#, c-format
4619msgid "Begin pass %d (max = %lu)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004620msgstr "Inizio del passo %d (max = %lu)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004621
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004622#: resize/main.c:253
Theodore Ts'o6956f612005-12-31 16:46:15 -05004623#, fuzzy, c-format
4624msgid "while opening %s"
4625msgstr "avviando la scansione degli inode"
4626
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004627#: resize/main.c:265
Theodore Ts'o6956f612005-12-31 16:46:15 -05004628#, fuzzy, c-format
4629msgid "while getting stat information for %s"
4630msgstr "impostando la versione a %s"
4631
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004632#: resize/main.c:339
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004633#, c-format
4634msgid "bad filesystem size - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004635msgstr "dimensione filesystem non valida - %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004636
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004637#: resize/main.c:353
4638#, fuzzy
4639msgid "Invalid stride length"
4640msgstr "Parametro di stride non valido.\n"
4641
4642#: resize/main.c:377
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004643#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004644msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004645"The containing partition (or device) is only %u (%dk) blocks.\n"
4646"You requested a new size of %u blocks.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004647"\n"
4648msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004649"La partizione (o device) contenente è solo di %d (%dk) blocchi.\n"
4650"E' stata richiesta una nuova dimensione di %d blocchi.\n"
4651"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004652
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004653#: resize/main.c:384
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004654#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004655msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004656"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004657"\n"
4658msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004659"Il filesystem è già lungo %d blocchi. Nulla da fare!\n"
4660"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004661
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004662#: resize/main.c:395
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004663#, c-format
4664msgid ""
4665"Please run 'e2fsck -f %s' first.\n"
4666"\n"
4667msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004668"Eseguire prima 'e2fsck -f %s'.\n"
4669"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004670
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004671#: resize/main.c:406
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004672#, c-format
4673msgid "while trying to resize %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004674msgstr "provando a ridimensionare %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004675
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004676#: resize/main.c:411
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004677#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004678msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004679"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004680"\n"
4681msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004682"Il filesystem su %s è ora lungo %d blocchi.\n"
4683"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004684
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004685#: resize/resize2fs.c:233
4686#, c-format
4687msgid "inodes (%llu) must be less than %u"
4688msgstr ""
4689
4690#: resize/resize2fs.c:642
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004691msgid "reserved blocks"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004692msgstr "blocchi riservati"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004693
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004694#: resize/resize2fs.c:647
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004695msgid "blocks to be moved"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004696msgstr "blocchi da spostare"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004697
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004698#: resize/resize2fs.c:652
Theodore Ts'obc759702005-05-09 20:40:55 -04004699msgid "meta-data blocks"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004700msgstr ""
4701
Theodore Ts'o8f741372008-02-28 21:47:05 -05004702#: resize/resize2fs.c:1550
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004703#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004704msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004705msgstr ""
4706
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004707#~ msgid "Clone duplicate/bad blocks"
4708#~ msgstr "Clona i blocchi duplicati/non validi"
4709
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004710#, fuzzy
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004711#~ msgid "Error allocating @a @b %b. "
4712#~ msgstr "Errore allocando l'@a di @b %b. "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004713
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004714#~ msgid ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004715#~ "Duplicate @bs found... invoking duplicate @b passes.\n"
4716#~ "Pass 1B: Rescan for duplicate/bad @bs\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004717#~ msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004718#~ "@b(i) duplicati trovati... invocare i passi relativi ai @b(i) duplicati.\n"
4719#~ "Passo 1B: Nuova analisi relativa ai @b(i) duplicati/non validi\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004720
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004721#~ msgid "Duplicate/bad @b(s) in @i %i:"
4722#~ msgstr "@b duplicato/non valido(i) in @i %i:"
4723
4724#~ msgid "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
4725#~ msgstr ""
4726#~ "Pulizia forzata del flag HTREE nell'@i %d (%q). (Codice in beta testing)\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004727
Theodore Ts'o8f741372008-02-28 21:47:05 -05004728#~ msgid ""
4729#~ "Extended options are separated by commas, and may take an argument which\n"
4730#~ "is set off by an equals ('=') sign. Valid raid options are:\n"
4731#~ "\tea_ver=<ea_version (1 or 2)\n"
4732#~ "\n"
4733#~ msgstr ""
4734#~ "Le opzioni estese sono separate da virgole, e potrebbero avere un "
4735#~ "parametro,\n"
4736#~ "specificato da un segno di uguale ('='). Opzioni raid valide sono:\n"
4737#~ "\tea_ver=<versione_ea (1 o 2)\n"
4738#~ "\n"
4739#~ "\tea_ver=<versione_ea (1 o 2)\n"
4740#~ "\n"
4741
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004742#~ msgid "Couldn't find ext2 superblock,"
4743#~ msgstr "Impossibile trovare il superblocco ext2"
4744
4745#~ msgid "done \n"
4746#~ msgstr "fatto \n"
4747
4748#~ msgid "bad blocks range: %lu-%lu"
4749#~ msgstr "intervallo blocchi non validi: %lu-%lu"
4750
Theodore Ts'o197abba2005-06-20 18:00:23 -04004751#~ msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4752#~ msgstr "Uso: findsuper device [byte_da_saltare [kb_inizio]]\n"
4753
4754#, fuzzy
4755#~ msgid "skipbytes should be a number, not %s\n"
4756#~ msgstr "byte_da_saltare deve essere un numero, non %s\n"
4757
4758#, fuzzy
4759#~ msgid "skipbytes must be a multiple of the sector size\n"
4760#~ msgstr ""
4761#~ "byte_da_saltare deve essere un multiplo della dimensione del settore\n"
4762
4763#~ msgid "startkb should be a number, not %s\n"
4764#~ msgstr "kb_inizio deve essere un numero, non %s\n"
4765
4766#~ msgid "startkb should be positive, not %Ld\n"
4767#~ msgstr "kb_inizio deve essere positivo, non %Ld\n"
4768
4769#~ msgid "starting at %Ld, with %d byte increments\n"
4770#~ msgstr "inizio a %Ld, con incrementi di %d byte\n"
4771
4772#~ msgid ""
4773#~ "\n"
4774#~ "%14Ld: finished with errno %d\n"
4775#~ msgstr ""
4776#~ "\n"
4777#~ "%14Ld: terminato con errore numero %d\n"
4778
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004779#~ msgid "(unknown os)"
4780#~ msgstr "(so sconosciuto)"
4781
Theodore Ts'o197abba2005-06-20 18:00:23 -04004782#~ msgid "%s failed for %s: %s\n"
4783#~ msgstr "%s è fallito per %s: %s\n"
4784
4785#~ msgid ""
4786#~ "Usage: %s <dev1> <dev2> <dev3>\n"
4787#~ "\n"
4788#~ "This program prints out the partition information for a set of devices\n"
4789#~ "A common way to use this program is:\n"
4790#~ "\n"
4791#~ "\t%s /dev/hda?\n"
4792#~ "\n"
4793#~ msgstr ""
4794#~ "Uso: %s <dev1> <dev2> <dev3>\n"
4795#~ "\n"
4796#~ "Questo programma stampa le informazioni di partizione per un insieme di "
4797#~ "device\n"
4798#~ "Un utilizzo comune di questo programma è:\n"
4799#~ "\n"
4800#~ "\t%s /dev/hda?\n"
4801#~ "\n"
4802
4803#, fuzzy
4804#~ msgid "HDIO_GETGEO ioctl"
4805#~ msgstr "ioctl HDIO_GETGEO"
4806
4807#, fuzzy
4808#~ msgid "BLKGETSIZE ioctl"
4809#~ msgstr "ioctl BLKGETSIZE"
4810
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004811#~ msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05004812#~ "\n"
4813#~ "The filesystem already has sparse superblocks disabled.\n"
4814#~ msgstr ""
4815#~ "\n"
4816#~ "Il filesystem ha già dei superblocchi sparsi disattivati.\n"
4817
4818#~ msgid ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004819#~ "%s is mounted; can't resize a mounted filesystem!\n"
4820#~ "\n"
4821#~ msgstr ""
4822#~ "%s è montato; impossibile ridimensionare un filesystem montato!\n"
4823#~ "\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004824
Theodore Ts'obc759702005-05-09 20:40:55 -04004825#~ msgid "resize2fs %s (%s)\n"
4826#~ msgstr "resize2fs %s (%s)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004827
Theodore Ts'obc759702005-05-09 20:40:55 -04004828#~ msgid "Number of free blocks: %d/%d, Needed: %d\n"
4829#~ msgstr "Numero di blocchi liberi: %d/%d, richiesti: %d\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004830
Theodore Ts'obc759702005-05-09 20:40:55 -04004831#~ msgid "Going into desperation mode for block allocations\n"
4832#~ msgstr "Attivazione 'desperation mode' per l'allocazione dei blocchi\n"
4833
4834#~ msgid "Moving %d blocks %u->%u\n"
4835#~ msgstr "Spostamento di %d blocchi %u-%u\n"
4836
4837#~ msgid "ino=%u, blockcnt=%lld, %u->%u\n"
4838#~ msgstr "ino=%u, numblocchi=%lld, %u->%u\n"
4839
4840#~ msgid "Inode moved %u->%u\n"
4841#~ msgstr "Inode mosso %u->%u\n"
4842
4843#~ msgid "%d blocks of zeros...\n"
4844#~ msgstr "%d blocchi di zeri...\n"
4845
4846#~ msgid "Inode table move finished.\n"
4847#~ msgstr "Spostamento della tavola degli inode terminato.\n"