blob: 384da9d55e99432aea5abe9ae393b3e9a79be9a9 [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'o1cbf8282006-03-29 20:39:40 -050069"POT-Creation-Date: 2006-03-29 15:30-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'o1cbf8282006-03-29 20:39:40 -050078#: e2fsck/badblocks.c:22 misc/mke2fs.c:154
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'o1cbf8282006-03-29 20:39:40 -050092#: e2fsck/unix.c:950 e2fsck/unix.c:986 misc/badblocks.c:1005
Theodore Ts'o7ae19832005-06-19 09:45:36 -040093#: misc/badblocks.c:1013 misc/badblocks.c:1027 misc/badblocks.c:1039
Theodore Ts'o1cbf8282006-03-29 20:39:40 -050094#: misc/dumpe2fs.c:369 misc/e2image.c:567 misc/e2image.c:660
95#: misc/e2image.c:676 misc/mke2fs.c:170 misc/tune2fs.c:776 resize/main.c:243
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'o1cbf8282006-03-29 20:39:40 -0500105#: e2fsck/badblocks.c:93 misc/mke2fs.c:177
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'o0c897a92002-11-09 12:01:18 -0500109#: e2fsck/badblocks.c:103
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'o7a1b3322003-12-24 14:24:02 -0500113#: e2fsck/badblocks.c:129
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
158msgid "Empty directory block %u (#%d) in inode %d\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'o1cbf8282006-03-29 20:39:40 -0500191#: e2fsck/iscan.c:83 e2fsck/unix.c:767
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'o1cbf8282006-03-29 20:39:40 -0500196#: e2fsck/iscan.c:88 e2fsck/unix.c:773 resize/main.c:221
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'o6956f612005-12-31 16:46:15 -0500201#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:477
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'o6956f612005-12-31 16:46:15 -0500205#: e2fsck/iscan.c:129 misc/e2image.c:495
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'oa3ee70f2000-06-12 22:40:09 +0000210#, c-format
211msgid "%d 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'oc2b13a42005-01-19 00:31:46 -0500214#: e2fsck/journal.c:463
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'oc2b13a42005-01-19 00:31:46 -0500218#: e2fsck/journal.c:520
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'oc2b13a42005-01-19 00:31:46 -0500223#: e2fsck/journal.c:529
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'oc2b13a42005-01-19 00:31:46 -0500228#: e2fsck/journal.c:802
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'oc2b13a42005-01-19 00:31:46 -0500233#: e2fsck/journal.c:804
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'oc2b13a42005-01-19 00:31:46 -0500238#: e2fsck/journal.c:825
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'o7ae19832005-06-19 09:45:36 -0400243#: e2fsck/message.c:108
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'o7ae19832005-06-19 09:45:36 -0400247#: e2fsck/message.c:109
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'o7ae19832005-06-19 09:45:36 -0400251#: e2fsck/message.c:110
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'o7ae19832005-06-19 09:45:36 -0400255#: e2fsck/message.c:111
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'o7ae19832005-06-19 09:45:36 -0400259#: e2fsck/message.c:112
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'o7ae19832005-06-19 09:45:36 -0400263#: e2fsck/message.c:113
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'o7ae19832005-06-19 09:45:36 -0400267#: e2fsck/message.c:114
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'o7ae19832005-06-19 09:45:36 -0400271#: e2fsck/message.c:115
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'o7ae19832005-06-19 09:45:36 -0400275#: e2fsck/message.c:116
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'o7ae19832005-06-19 09:45:36 -0400279#: e2fsck/message.c:117
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'o7ae19832005-06-19 09:45:36 -0400283#: e2fsck/message.c:118
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'o7ae19832005-06-19 09:45:36 -0400287#: e2fsck/message.c:119
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'o7ae19832005-06-19 09:45:36 -0400291#: e2fsck/message.c:120
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'o7ae19832005-06-19 09:45:36 -0400295#: e2fsck/message.c:121
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'o7ae19832005-06-19 09:45:36 -0400299#: e2fsck/message.c:122
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'o7ae19832005-06-19 09:45:36 -0400303#: e2fsck/message.c:123
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'o7ae19832005-06-19 09:45:36 -0400307#: e2fsck/message.c:124
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'o7ae19832005-06-19 09:45:36 -0400311#: e2fsck/message.c:125
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'o7ae19832005-06-19 09:45:36 -0400315#: e2fsck/message.c:126
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'o7ae19832005-06-19 09:45:36 -0400319#: e2fsck/message.c:127
320#, fuzzy
321msgid "mmultiply-claimed"
322msgstr "mappa degli inode richiesta più volte"
323
324#: e2fsck/message.c:128
325msgid "ninvalid"
326msgstr ""
327
328#: e2fsck/message.c:129
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'o7ae19832005-06-19 09:45:36 -0400332#: e2fsck/message.c:130
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'o7ae19832005-06-19 09:45:36 -0400336#: e2fsck/message.c:131
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'o7ae19832005-06-19 09:45:36 -0400340#: e2fsck/message.c:132
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'o7ae19832005-06-19 09:45:36 -0400344#: e2fsck/message.c:133
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'o7ae19832005-06-19 09:45:36 -0400348#: e2fsck/message.c:134
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500349msgid "uunattached"
350msgstr ""
351
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400352#: e2fsck/message.c:135
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'o7ae19832005-06-19 09:45:36 -0400356#: e2fsck/message.c:136
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'o7ae19832005-06-19 09:45:36 -0400360#: e2fsck/message.c:147
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'o7ae19832005-06-19 09:45:36 -0400364#: e2fsck/message.c:148
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'o7ae19832005-06-19 09:45:36 -0400368#: e2fsck/message.c:150
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'o7ae19832005-06-19 09:45:36 -0400372#: e2fsck/message.c:151
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'o7ae19832005-06-19 09:45:36 -0400376#: e2fsck/message.c:152
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'o7ae19832005-06-19 09:45:36 -0400380#: e2fsck/message.c:153
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'o7ae19832005-06-19 09:45:36 -0400384#: e2fsck/message.c:154
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'o7ae19832005-06-19 09:45:36 -0400388#: e2fsck/message.c:155
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'o7ae19832005-06-19 09:45:36 -0400392#: e2fsck/message.c:156
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'o7ae19832005-06-19 09:45:36 -0400396#: e2fsck/message.c:157
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'oc2b13a42005-01-19 00:31:46 -0500400#: e2fsck/pass1b.c:209
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000401msgid "multiply claimed inode map"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500402msgstr "mappa degli inode richiesta più volte"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000403
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500404#: e2fsck/pass1b.c:558 e2fsck/pass1b.c:695
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500405#, fuzzy, c-format
406msgid "internal error; can't find dup_blk for %u\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500407msgstr "errore interno; impossibile trovare dup_blk per %d\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000408
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500409#: e2fsck/pass1b.c:738
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000410msgid "returned from clone_file_block"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500411msgstr "ritornato da clone_file_block"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000412
Theodore Ts'obc759702005-05-09 20:40:55 -0400413#: e2fsck/pass1.c:430
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000414msgid "in-use inode map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500415msgstr "mappa degli inode in utilizzo"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000416
Theodore Ts'obc759702005-05-09 20:40:55 -0400417#: e2fsck/pass1.c:439
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000418msgid "directory inode map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500419msgstr "mappa degli inode delle directory"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000420
Theodore Ts'obc759702005-05-09 20:40:55 -0400421#: e2fsck/pass1.c:447
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000422msgid "regular file inode map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500423msgstr "mappa degli inode dei file regolari"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000424
Theodore Ts'obc759702005-05-09 20:40:55 -0400425#: e2fsck/pass1.c:454
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000426msgid "in-use block map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500427msgstr "mappa dei blocchi in utilizzo"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000428
Theodore Ts'obc759702005-05-09 20:40:55 -0400429#: e2fsck/pass1.c:505
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000430msgid "doing inode scan"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500431msgstr "scansione degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000432
Theodore Ts'obc759702005-05-09 20:40:55 -0400433#: e2fsck/pass1.c:917
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000434msgid "Pass 1"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500435msgstr "Passo 1"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000436
Theodore Ts'obc759702005-05-09 20:40:55 -0400437#: e2fsck/pass1.c:976
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000438#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400439msgid "reading indirect blocks of inode %u"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500440msgstr "lettura dei blocchi indiretti dell'inode %u"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000441
Theodore Ts'obc759702005-05-09 20:40:55 -0400442#: e2fsck/pass1.c:1018
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000443msgid "bad inode map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500444msgstr "mappa degli inode non valida"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000445
Theodore Ts'obc759702005-05-09 20:40:55 -0400446#: e2fsck/pass1.c:1040
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000447msgid "inode in bad block map"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500448msgstr "inode nella mappa dei blocchi difettosi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000449
Theodore Ts'obc759702005-05-09 20:40:55 -0400450#: e2fsck/pass1.c:1060
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000451msgid "imagic inode map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500452msgstr "mappa degli inode imagic"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000453
Theodore Ts'obc759702005-05-09 20:40:55 -0400454#: e2fsck/pass1.c:1087
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000455msgid "multiply claimed block map"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500456msgstr "mappa dei blocchi richiesta più volte"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000457
Theodore Ts'obc759702005-05-09 20:40:55 -0400458#: e2fsck/pass1.c:1186
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400459msgid "ext attr block map"
460msgstr ""
461
Theodore Ts'obc759702005-05-09 20:40:55 -0400462#: e2fsck/pass1.c:1959
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000463msgid "block bitmap"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500464msgstr "mappa dei bit del blocco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000465
Theodore Ts'obc759702005-05-09 20:40:55 -0400466#: e2fsck/pass1.c:1963
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000467msgid "inode bitmap"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500468msgstr "mappa dei bit dell'inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000469
Theodore Ts'obc759702005-05-09 20:40:55 -0400470#: e2fsck/pass1.c:1967
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000471msgid "inode table"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500472msgstr "tavola degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000473
Theodore Ts'obc759702005-05-09 20:40:55 -0400474#: e2fsck/pass2.c:287
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500475msgid "Pass 2"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500476msgstr "Passo 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500477
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400478#: e2fsck/pass3.c:79
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000479msgid "inode done bitmap"
480msgstr ""
481
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400482#: e2fsck/pass3.c:90
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000483msgid "Peak memory"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500484msgstr "Memoria di picco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000485
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400486#: e2fsck/pass3.c:143
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000487msgid "Pass 3"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500488msgstr "Passo 3"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000489
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500490#: e2fsck/pass3.c:334
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500491#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000492msgid "inode loop detection bitmap"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500493msgstr "mappa dei bit del ciclo di rilevamento inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000494
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500495#: e2fsck/pass4.c:174
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000496msgid "Pass 4"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500497msgstr "Passo 4"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000498
499#: e2fsck/pass5.c:70
500msgid "Pass 5"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500501msgstr "Passo 5"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000502
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500503#: e2fsck/problem.c:50
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000504msgid "(no prompt)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500505msgstr "(nessun prompt)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000506
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500507#: e2fsck/problem.c:51
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000508msgid "Fix"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500509msgstr "Sistema"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000510
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500511#: e2fsck/problem.c:52
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000512msgid "Clear"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500513msgstr "Azzera"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000514
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500515#: e2fsck/problem.c:53
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000516msgid "Relocate"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500517msgstr "Riloca"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000518
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500519#: e2fsck/problem.c:54
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000520msgid "Allocate"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500521msgstr "Alloca"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000522
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500523#: e2fsck/problem.c:55
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000524msgid "Expand"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500525msgstr "Espandi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000526
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500527#: e2fsck/problem.c:56
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000528msgid "Connect to /lost+found"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500529msgstr "Collega a /lost+found"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000530
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500531#: e2fsck/problem.c:57
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000532msgid "Create"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500533msgstr "Crea"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000534
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500535#: e2fsck/problem.c:58
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000536msgid "Salvage"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500537msgstr "Salva"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000538
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500539#: e2fsck/problem.c:59
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000540msgid "Truncate"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500541msgstr "Tronca"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000542
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500543#: e2fsck/problem.c:60
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000544msgid "Clear inode"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500545msgstr "Azzera inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000546
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500547#: e2fsck/problem.c:61
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000548msgid "Abort"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500549msgstr "Annulla"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000550
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500551#: e2fsck/problem.c:62
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000552msgid "Split"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500553msgstr "Dividi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000554
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500555#: e2fsck/problem.c:63
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000556msgid "Continue"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500557msgstr "Continua"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000558
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500559#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400560#, fuzzy
561msgid "Clone multiply-claimed blocks"
562msgstr "mappa dei blocchi richiesta più volte"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000563
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500564#: e2fsck/problem.c:65
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000565msgid "Delete file"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500566msgstr "Cancella file"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000567
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500568#: e2fsck/problem.c:66
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000569msgid "Suppress messages"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500570msgstr "Sopprimi messaggi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000571
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500572#: e2fsck/problem.c:67
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000573msgid "Unlink"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500574msgstr "Effettua l'unlink -- Scollega FIXME"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000575
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500576#: e2fsck/problem.c:68
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500577msgid "Clear HTree index"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500578msgstr "Azzera l'indice HTree"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500579
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500580#: e2fsck/problem.c:69
581msgid "Recreate"
582msgstr "Ricrea"
583
584#: e2fsck/problem.c:78
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000585msgid "(NONE)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500586msgstr "(NESSUNO)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000587
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500588#: e2fsck/problem.c:79
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000589msgid "FIXED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500590msgstr "SISTEMATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000591
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500592#: e2fsck/problem.c:80
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000593msgid "CLEARED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500594msgstr "AZZERATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000595
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500596#: e2fsck/problem.c:81
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000597msgid "RELOCATED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500598msgstr "RILOCATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000599
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500600#: e2fsck/problem.c:82
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000601msgid "ALLOCATED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500602msgstr "ALLOCATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000603
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500604#: e2fsck/problem.c:83
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000605msgid "EXPANDED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500606msgstr "ESPANSO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000607
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500608#: e2fsck/problem.c:84
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000609msgid "RECONNECTED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500610msgstr "RICONNESSO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000611
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500612#: e2fsck/problem.c:85
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000613msgid "CREATED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500614msgstr "CREATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000615
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500616#: e2fsck/problem.c:86
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000617msgid "SALVAGED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500618msgstr "SALVATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000619
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500620#: e2fsck/problem.c:87
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000621msgid "TRUNCATED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500622msgstr "TRONCATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000623
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500624#: e2fsck/problem.c:88
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000625msgid "INODE CLEARED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500626msgstr "INODE AZZERATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000627
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500628#: e2fsck/problem.c:89
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000629msgid "ABORTED"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500630msgstr "INTERROTTO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000631
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500632#: e2fsck/problem.c:90
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000633msgid "SPLIT"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500634msgstr "DIVISO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000635
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500636#: e2fsck/problem.c:91
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000637msgid "CONTINUING"
638msgstr ""
639
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500640#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400641#, fuzzy
642msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500643msgstr "CLONATI BLOCCHI DUPLICATI/NON VALIDI"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000644
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500645#: e2fsck/problem.c:93
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000646msgid "FILE DELETED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500647msgstr "FILE CANCELLATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000648
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500649#: e2fsck/problem.c:94
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000650msgid "SUPPRESSED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500651msgstr "SOPPRESSO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000652
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500653#: e2fsck/problem.c:95
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000654msgid "UNLINKED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500655msgstr "SCOLLEGATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000656
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500657#: e2fsck/problem.c:96
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500658msgid "HTREE INDEX CLEARED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500659msgstr "INDICE HTREE PULITO"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500660
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500661#: e2fsck/problem.c:97
662msgid "WILL RECREATE"
663msgstr "RICREERA'"
664
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400665#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500666#: e2fsck/problem.c:106
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000667msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500668msgstr "@B del @b per il @g %g non è in @g. (@b %b)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000669
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400670#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500671#: e2fsck/problem.c:110
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000672msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500673msgstr "@B dell'@i per il @g %g non è in @g. (@b %b)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000674
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400675#. @-expanded: inode table for group %g is not in group. (block %b)\n
676#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500677#: e2fsck/problem.c:115
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000678msgid ""
679"@i table for @g %g is not in @g. (@b %b)\n"
680"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
681msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500682"La tavola degli @i per il @g %g non è in @g. (@b %b)\n"
683"ATTENZIONE: SONO POSSIBILI NOTEVOLI PERDITE DI DATI.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000684
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400685#. @-expanded: \n
686#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
687#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
688#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
689#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
690#. @-expanded: e2fsck -b %S <device>\n
691#. @-expanded: \n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500692#: e2fsck/problem.c:121
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500693#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000694msgid ""
695"\n"
696"The @S could not be read or does not describe a correct ext2\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400697"@f. If the @v is valid and it really contains an ext2\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000698"@f (and not swap or ufs or something else), then the @S\n"
699"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400700" e2fsck -b %S <@v>\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000701"\n"
702msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500703"\n"
704"Il @S è illeggibile, o non descrive un corretto @f ext2\n"
705"Se il @v è valido e contiene realmente un @f ext2\n"
706"(e non swap, ufs o altro), allora il @S è corrotto, e si potrebbe\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500707"provare ad eseguire e2fsck con un @S alternativo:\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500708" e2fsck -b %S <@v>\n"
709"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000710
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400711#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
712#. @-expanded: The physical size of the device is %c blocks\n
713#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500714#: e2fsck/problem.c:130
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000715msgid ""
716"The @f size (according to the @S) is %b @bs\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400717"The physical size of the @v is %c @bs\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000718"Either the @S or the partition table is likely to be corrupt!\n"
719msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500720"La dimensione del @f (secondo il @S) è %b @b(i)\n"
721"La dimensione fisica del @v è %c @b(i)\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500722"È probabile che il @S o la tavola delle partizioni siano corrotti!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000723
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400724#. @-expanded: superblock block_size = %b, fragsize = %c.\n
725#. @-expanded: This version of e2fsck does not support fragment sizes different\n
726#. @-expanded: from the block size.\n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500727#: e2fsck/problem.c:137
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000728msgid ""
729"@S @b_size = %b, fragsize = %c.\n"
730"This version of e2fsck does not support fragment sizes different\n"
731"from the @b size.\n"
732msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500733"Dimensione del @b del @S = %b, dimensione frammento = %c.\n"
734"Questa versione di e2fsck non supporta dimensioni di frammento\n"
735"differenti dalla dimensione del @b.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000736
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400737#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500738#: e2fsck/problem.c:144
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000739msgid "@S @bs_per_group = %b, should have been %c\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500740msgstr "@S @b(i)_per_gruppo = %b, avrebbe dovuto essere %c\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000741
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400742#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500743#: e2fsck/problem.c:149
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500744#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000745msgid "@S first_data_@b = %b, should have been %c\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500746msgstr "Primo @b contenente dati del @S = %b, avrebbe dovuto essere %c\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000747
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400748#. @-expanded: filesystem did not have a UUID; generating one.\n
749#. @-expanded: \n
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500750#: e2fsck/problem.c:154
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000751msgid ""
752"@f did not have a UUID; generating one.\n"
753"\n"
754msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500755"il @f non aveva un UUID; generazione di un UUID.\n"
756"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000757
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500758#: e2fsck/problem.c:159
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500759#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000760msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400761"Note: if several inode or block bitmap blocks or part\n"
762"of the inode table require relocation, you may wish to try\n"
763"running e2fsck with the '-b %S' option first. The problem\n"
764"may lie only with the primary block group descriptors, and\n"
765"the backup block group descriptors may be OK.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000766"\n"
767msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500768"Nota: se molte mappe dei bit degli inode o dei blocchi\n"
769"richiedono il rilocamento, o una parte della tavola degli\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500770"inode deve essere spostata, si può prima provare ad eseguire\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500771"e2fsck con l'opzione '-b %S'. Il problema potrebbe risiedere\n"
772"nel descrittore di gruppo dei blocchi primario, ed il descrittore\n"
773"di gruppo dei blocchi potrebbe essere OK.\n"
774"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000775
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400776#. @-expanded: Corruption found in superblock. (%s = %N).\n
777#: e2fsck/problem.c:168
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000778msgid "Corruption found in @S. (%s = %N).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500779msgstr "Trovata corruzione nel @S. (%s = %N).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000780
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400781#. @-expanded: Error determining size of the physical device: %m\n
782#: e2fsck/problem.c:173
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000783#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400784msgid "Error determining size of the physical @v: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500785msgstr "Errore determinando la dimensione del @v fisico: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000786
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400787#. @-expanded: inode count in superblock is %i, should be %j.\n
788#: e2fsck/problem.c:178
789#, fuzzy
790msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500791msgstr "Il numero di @i in @S è %i, dovrebbe essere %j.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000792
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400793#: e2fsck/problem.c:182
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000794msgid "The Hurd does not support the filetype feature.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500795msgstr "Il kernel Hurd non supporta la caratteristica filetype.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000796
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400797#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
798#: e2fsck/problem.c:187
799#, fuzzy, c-format
800msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500801msgstr "Il @S ha un @j ext3 non valido (@i %i).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400802
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400803#. @-expanded: External journal has multiple filesystem users (unsupported).\n
804#: e2fsck/problem.c:192
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400805msgid "External @j has multiple @f users (unsupported).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500806msgstr "Il @j esterno ha diversi utenti del @f (non supportato).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400807
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400808#. @-expanded: Can't find external journal\n
809#: e2fsck/problem.c:197
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400810msgid "Can't find external @j\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500811msgstr "Impossibile trovare il @j esterno\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400812
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400813#. @-expanded: External journal has bad superblock\n
814#: e2fsck/problem.c:202
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400815msgid "External @j has bad @S\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500816msgstr "Il @j esterno ha un @S non valido\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400817
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400818#. @-expanded: External journal does not support this filesystem\n
819#: e2fsck/problem.c:207
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400820msgid "External @j does not support this @f\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500821msgstr "Il @j esterno non supporta questo @f\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400822
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400823#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
824#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
825#. @-expanded: format.\n
826#. @-expanded: It is also possible the journal superblock is corrupt.\n
827#: e2fsck/problem.c:212
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400828msgid ""
829"Ext3 @j @S is unknown type %N (unsupported).\n"
Theodore Ts'obc759702005-05-09 20:40:55 -0400830"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
831"format.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400832"It is also possible the @j @S is corrupt.\n"
833msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500834"Il @S del @j ext3 è del tipo sconosciuto %N (non supportato).\n"
Theodore Ts'obc759702005-05-09 20:40:55 -0400835"E' probabile che questa copia di e2fsck sia vecchia e/o non supporti questo "
836"formato di @j.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500837"E' anche possibile che il @S del @j sia corrotto.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400838
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400839#. @-expanded: Ext3 journal superblock is corrupt.\n
840#: e2fsck/problem.c:220
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400841msgid "Ext3 @j @S is corrupt.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500842msgstr "Il @S del @j ext3 è corrotto.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400843
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400844#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
845#: e2fsck/problem.c:225
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400846#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500847msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500848msgstr "Il @S non ha il flag has_@j, ma ha il @j ext3 %s.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400849
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400850#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
851#: e2fsck/problem.c:230
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400852msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500853msgstr "Il @S ha il flag ext3 needs_recovery impostato, ma non ha @j.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400854
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400855#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
856#: e2fsck/problem.c:235
857#, fuzzy
858msgid "ext3 recovery flag is clear, but @j has data.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500859msgstr "flag del recupero ext3 pulito, ma il @j contiene ancora dati.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400860
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400861#. @-expanded: Clear journal
862#: e2fsck/problem.c:240
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500863msgid "Clear @j"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500864msgstr "Azzerare @j"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400865
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400866#. @-expanded: Run journal anyway
867#: e2fsck/problem.c:245
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500868msgid "Run @j anyway"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500869msgstr "Eseguire @j comunque"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500870
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400871#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
872#: e2fsck/problem.c:250
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500873msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500874msgstr "Flag di recupero non impostato nel @S di backup, eseguo @j comunque.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500875
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400876#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
877#: e2fsck/problem.c:255
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400878msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500879msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, modalità=%Im, dimensione=%Is)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400880
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400881#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
882#: e2fsck/problem.c:260
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400883msgid "@I @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500884msgstr "@b @I #%B (%b) trovato in un @i @o %i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400885
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400886#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
887#: e2fsck/problem.c:265
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400888msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500889msgstr "Già azzerato il @b #%B (%b) trovato in un @i @o %i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400890
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400891#. @-expanded: illegal orphaned inode %i in superblock.\n
892#: e2fsck/problem.c:270
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400893#, c-format
894msgid "@I @o @i %i in @S.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500895msgstr "@i @o @I %i nel @S.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400896
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400897#. @-expanded: illegal inode %i in orphaned inode list.\n
898#: e2fsck/problem.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400899#, c-format
900msgid "@I @i %i in @o @i list.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500901msgstr "@i @I %i nella lista degli @i @o.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400902
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400903#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500904#: e2fsck/problem.c:280 e2fsck/problem.c:608
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400905msgid "@f has feature flag(s) set, but is a revision 0 @f. "
906msgstr ""
907
908#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
909#: e2fsck/problem.c:285
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500910#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400911msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -0400912msgstr ""
913"Il @S del @j ext3 ha impostato il flag a sola lettura di una caratteristica "
914"sconosciuta.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400915
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400916#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
917#: e2fsck/problem.c:290
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500918#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400919msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -0400920msgstr ""
921"Il @S del @j ext3 ha impostato il flag di una caratteristica non "
922"compatibile.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400923
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400924#. @-expanded: journal version not supported by this e2fsck.\n
925#: e2fsck/problem.c:295
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400926msgid "@j version not supported by this e2fsck.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500927msgstr "Versione del @j non supportata da questo e2fsck.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400928
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400929#. @-expanded: Moving journal from /%s to hidden inode.\n
930#. @-expanded: \n
931#: e2fsck/problem.c:300
932#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400933msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400934"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400935"\n"
936msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500937"Spostamento di @j da /%s all'inode nascosto.\n"
938"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400939
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400940#. @-expanded: Error moving journal: %m\n
941#. @-expanded: \n
942#: e2fsck/problem.c:305
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400943#, c-format
944msgid ""
945"Error moving @j: %m\n"
946"\n"
947msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500948"Errore spostando @j: %m\n"
949"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400950
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400951#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
952#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
953#. @-expanded: \n
954#: e2fsck/problem.c:310
955#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400956msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400957"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400958"Clearing fields beyond the V1 @j @S...\n"
959"\n"
960msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500961"Trovati dei campi V2 del @S del @j non validi (dal journal V1).\n"
962"Pulitura dei campi al di là del @S del @j V1...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400963
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400964#. @-expanded: Backing up journal inode block information.\n
965#. @-expanded: \n
966#: e2fsck/problem.c:316
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400967msgid ""
968"Backing up @j @i @b information.\n"
969"\n"
970msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500971"Esecuzione del backup dell'informazione @j @i @b.\n"
972"\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400973
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400974#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
975#. @-expanded: is %N; should be zero.
976#: e2fsck/problem.c:321
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500977msgid ""
978"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
979"is %N; @s zero. "
980msgstr ""
981
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400982#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
983#: e2fsck/problem.c:327
984msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500985msgstr ""
986
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400987#. @-expanded: Resize inode not valid.
988#: e2fsck/problem.c:332
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500989#, fuzzy
990msgid "Resize @i not valid. "
991msgstr "L'@r non è una @d. "
992
Theodore Ts'o6956f612005-12-31 16:46:15 -0500993#. @-expanded: superblock last mount time is in the future.
994#: e2fsck/problem.c:337
995msgid "@S last mount time is in the future. "
996msgstr ""
997
998#. @-expanded: superblock last write time is in the future.
999#: e2fsck/problem.c:342
1000msgid "@S last write time is in the future. "
1001msgstr ""
1002
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001003#. @-expanded: superblock hint for external superblock should be %X.
1004#: e2fsck/problem.c:346
1005#, c-format
1006msgid "@S hint for external superblock @s %X. "
1007msgstr ""
1008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001009#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001010#: e2fsck/problem.c:353
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001011msgid "Pass 1: Checking @is, @bs, and sizes\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001012msgstr "Passo 1: Controllo di @i, @b(i) e dimensioni\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001014#. @-expanded: root inode is not a directory.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001015#: e2fsck/problem.c:357
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001016msgid "@r is not a @d. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001017msgstr "L'@r non è una @d. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001018
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001019#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001020#: e2fsck/problem.c:362
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001021msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'obc759702005-05-09 20:40:55 -04001022msgstr ""
1023"L'@r ha il dtime impostato (probabilmente a causa di un vecchio mke2fs)."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001024
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001025#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001026#: e2fsck/problem.c:367
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001027#, fuzzy
1028msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001029msgstr "L'@i riservato %i %Q ha una modalità errata. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001030
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001031#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001032#: e2fsck/problem.c:372
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001033#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001034msgid "@D @i %i has zero dtime. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001035msgstr "L'@i @D %i ha dtime zero. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001036
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001037#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001038#: e2fsck/problem.c:377
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001039#, fuzzy, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001040msgid "@i %i is in use, but has dtime set. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001041msgstr "L'@i %i è in uso, ma ha il dtime impostato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001042
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001043#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001044#: e2fsck/problem.c:382
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001045#, c-format
1046msgid "@i %i is a @z @d. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001047msgstr "L'@i %i è una @d a @z. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001048
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001049#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001050#: e2fsck/problem.c:387
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001051msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001052msgstr "La @B dei @b(i) del @g %g a %b @C.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001053
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001054#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001055#: e2fsck/problem.c:392
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001056msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001057msgstr "La @B degli @i del @g %g a %b @C.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001058
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001059#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001060#: e2fsck/problem.c:397
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001061msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001062msgstr "La tavola degli @i del @g %g a %b @C.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001063
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001064#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001065#: e2fsck/problem.c:402
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001066msgid "@g %g's @b @B (%b) is bad. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001067msgstr "La @B dei @b(i) del @g %g (%b) non è valida. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001068
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001069#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001070#: e2fsck/problem.c:407
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001071msgid "@g %g's @i @B (%b) is bad. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001072msgstr "La @B degli @i del @g %g (%b) non è valida. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001073
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001074#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001075#: e2fsck/problem.c:412
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001076msgid "@i %i, i_size is %Is, @s %N. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001077msgstr "@i %i, i_size è %Is, @s %N. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001078
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001079#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001080#: e2fsck/problem.c:417
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001081#, fuzzy
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001082msgid "@i %i, i_@bs is %Ib, @s %N. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001083msgstr "@i %i, i_blocks è %Ib, @s %N. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001084
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001085#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001086#: e2fsck/problem.c:422
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001087msgid "@I @b #%B (%b) in @i %i. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001088msgstr "@b @I #%B (%b) nell'@i %i. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001090#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001091#: e2fsck/problem.c:427
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001092msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001093msgstr ""
1094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001095#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001096#: e2fsck/problem.c:432
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001097#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001098msgid "@i %i has illegal @b(s). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001099msgstr "L'@i %i ha @b(i) illegali. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001100
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001101#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001102#: e2fsck/problem.c:437
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001103#, c-format
1104msgid "Too many illegal @bs in @i %i.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001105msgstr "Troppi @b(i) illegali in @i %i.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001106
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001107#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001108#: e2fsck/problem.c:442
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001109#, fuzzy
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001110msgid "@I @b #%B (%b) in bad @b @i. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001111msgstr "@b @I #%B (%b) nell'@i del @b non valido. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001112
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001113#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001114#: e2fsck/problem.c:447
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001115#, fuzzy
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001116msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001117msgstr "L'@i del @b non valido ha @b(i) illegali. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001118
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001119#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001120#: e2fsck/problem.c:452
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001121msgid "Duplicate or bad @b in use!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001122msgstr "@b duplicato o non valido in uso!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001123
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001124#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001125#: e2fsck/problem.c:457
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001126#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001127msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001128msgstr "Il @b %b usa come @i del @b non valido un @b indiretto. "
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001129
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001130#. @-expanded: \n
1131#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1132#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1133#. @-expanded: in the filesystem.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001134#: e2fsck/problem.c:462
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001135msgid ""
1136"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001137"The bad @b @i has probably been corrupted. You probably\n"
1138"should stop now and run e2fsck -c to scan for bad blocks\n"
1139"in the @f.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001140msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001141"\n"
1142"L'@i del @b non valido è stato probabilmente corrotto. E' consigliabile\n"
1143"fermarsi ora ed eseguire e2fsck -c per cercare blocchi non validi\n"
1144"nel @f.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001145
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001146#. @-expanded: \n
1147#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001148#: e2fsck/problem.c:469
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001149msgid ""
1150"\n"
1151"If the @b is really bad, the @f can not be fixed.\n"
1152msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001153"\n"
1154"Se il @b è molto corrotto, il @f non può essere riparato.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001155
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001156#. @-expanded: You can remove this block from the bad block list and hope\n
1157#. @-expanded: that the block is really OK. But there are no guarantees.\n
1158#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001159#: e2fsck/problem.c:474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001160#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001161msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001162"You can remove this @b from the bad @b list and hope\n"
1163"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001164"\n"
1165msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001166"E' possibile eliminare questo @b (e sperare il meglio) dalla\n"
1167"lista dei @b(i) non validi, e sperare che sia davvero a posto, ma\n"
1168"non ci sono garanzie.\n"
1169"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001170
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001171#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001172#: e2fsck/problem.c:480
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001173msgid "The primary @S (%b) is on the bad @b list.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001174msgstr "Il @S primario (%b) è nella listi dei @b(i) non validi.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001175
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001176#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001177#: e2fsck/problem.c:485
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001178msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001179msgstr ""
1180"Il blocco %b nei descrittori primari del @g è nella lista dei @b(i) non "
1181"validi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001182
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001183#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001184#: e2fsck/problem.c:491
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001185msgid "Warning: Group %g's @S (%b) is bad.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001186msgstr "Attenzione: Il @S (%b) del gruppo %g non è valido.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001187
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001188#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001189#: e2fsck/problem.c:496
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001190#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001191msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001192msgstr ""
1193"Attenzione: La copia dei descrittori di @g del gruppo %g ha un @b (%b) non "
1194"valido.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001195
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001196#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001197#: e2fsck/problem.c:502
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001198msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001199msgstr ""
1200"Errore di programmazione? @b #%b reclamato senza ragione in process_bad_@b.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001201
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001202#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001203#: e2fsck/problem.c:508
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001204#, fuzzy
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001205msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001206msgstr "@A %N @b(i) contigui nel @g di @b %g per %s: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001207
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001208#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001209#: e2fsck/problem.c:513
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001210#, c-format
1211msgid "@A @b buffer for relocating %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001212msgstr "@A il buffer @b per la rilocazione di %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001213
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001214#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001215#: e2fsck/problem.c:518
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001216msgid "Relocating @g %g's %s from %b to %c...\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001217msgstr "Rilocazione del %s del @g %g da %b a %c...\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001218
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001219#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001220#: e2fsck/problem.c:523
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001221#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001222msgid "Relocating @g %g's %s to %c...\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001223msgstr "Rilocazione del %s del @g %g in %c...\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001225#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001226#: e2fsck/problem.c:528
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001227msgid "Warning: could not read @b %b of %s: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001228msgstr "Attenzione: impossibile leggere @b %b di %s: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001229
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001230#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001231#: e2fsck/problem.c:533
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001232msgid "Warning: could not write @b %b for %s: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001233msgstr "Attenzione: impossibile scrivere @b %b per %s: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001234
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001235#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001236#: e2fsck/problem.c:538 e2fsck/problem.c:1265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001237msgid "@A @i @B (%N): %m\n"
1238msgstr "@A la @B dell'@i (%N): %m\n"
1239
1240#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001241#: e2fsck/problem.c:543
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001242#, fuzzy
1243msgid "@A @b @B (%N): %m\n"
1244msgstr "@A la @B dell'@i (%N): %m\n"
1245
1246#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001247#: e2fsck/problem.c:548
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001248#, fuzzy, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001249msgid "@A icount link information: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001250msgstr "@A le informazioni del collegamento icount: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001251
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001252#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001253#: e2fsck/problem.c:553
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001254#, fuzzy, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001255msgid "@A @d @b array: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001256msgstr "@A l'array dei @b di @d: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001257
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001258#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001259#: e2fsck/problem.c:558
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001260#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001261msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001262msgstr "Errore analizzando @is (%i): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001263
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001264#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001265#: e2fsck/problem.c:563
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001266#, c-format
1267msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001268msgstr "Errore scorrendo i @b(i) nell'@i %i: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001269
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001270#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001271#: e2fsck/problem.c:568
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001272msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001273msgstr ""
1274"Errore salvando le informazioni sul numero di @i (@i=%i, numero=%N): %m\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001275
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001276#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001277#: e2fsck/problem.c:573
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001278#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001279msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001280msgstr ""
1281"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 +00001282
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001283#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001284#: e2fsck/problem.c:579
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001285#, c-format
1286msgid "Error reading @i %i: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001287msgstr "Errore durante la lettura dell'@i %i: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001288
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001289#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001290#: e2fsck/problem.c:587
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001291#, c-format
1292msgid "@i %i has imagic flag set. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001293msgstr "L'@i %i ha il flag imagic impostato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001294
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001295#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1296#. @-expanded: or append-only flag set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001297#: e2fsck/problem.c:592
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001298#, c-format
1299msgid ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001300"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1301"or append-only flag set. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001302msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001303"Un file (@i %i) speciale (@v/socket/fifo/symlink) ha il flag\n"
1304"immutable o append-only impostato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001305
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001306#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001307#: e2fsck/problem.c:598
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001308#, c-format
1309msgid "@i %i has @cion flag set on @f without @cion support. "
1310msgstr ""
1311
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001312#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001313#: e2fsck/problem.c:603
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001314#, fuzzy, c-format
1315msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1316msgstr ""
1317"Un file (@i %i) speciale (@v/socket/fifo/symlink) ha il flag\n"
1318"immutable o append-only impostato. "
1319
1320#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001321#: e2fsck/problem.c:613
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001322#, fuzzy
1323msgid "@j @i is not in use, but contains data. "
1324msgstr "L'@i %i è in uso, ma ha il dtime impostato. "
1325
1326#. @-expanded: journal is not regular file.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001327#: e2fsck/problem.c:618
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001328msgid "@j is not regular file. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001329msgstr "Il @j non è un file regolare. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001331#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001332#: e2fsck/problem.c:623
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001333#, fuzzy, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001334msgid "@i %i was part of the @o @i list. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001335msgstr "L'@i %i faceva parte della lista degli @i orfani. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001336
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001337#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001338#: e2fsck/problem.c:629
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001339#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001340msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001341msgstr ""
1342"trovati @i che facevano parte di una lista di orfani corrotti collegati. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001343
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001344#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001345#: e2fsck/problem.c:634
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001346#, fuzzy
1347msgid "@A refcount structure (%N): %m\n"
1348msgstr "@A la struttura icount: %m\n"
1349
1350#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001351#: e2fsck/problem.c:639
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001352#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001353msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001354msgstr "Errore leggendo l'@a di @b %b per l'@i %i. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001355
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001356#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001357#: e2fsck/problem.c:644
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001358#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001359msgid "@i %i has a bad @a @b %b. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001360msgstr "L'@i %i ha un @a di @b %b non valido. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001361
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001362#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001363#: e2fsck/problem.c:649
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001364#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001365msgid "Error reading @a @b %b (%m). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001366msgstr "Errore leggendo l'@a di @b %b (%m). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001367
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001368#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001369#: e2fsck/problem.c:654
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001370#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001371msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001372msgstr "L'@a di @b %b è contato come %b, dovrebbe essere %N. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001373
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001374#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001375#: e2fsck/problem.c:659
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001376#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001377msgid "Error writing @a @b %b (%m). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001378msgstr "Errore scrivendo l'@a @b %b (%m). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001379
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001380#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001381#: e2fsck/problem.c:664
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001382#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001383msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001384msgstr "L'@a @b %b ha il valore h_blocks > 1. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001385
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001386#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001387#: e2fsck/problem.c:669
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001388#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001389msgid "@A @a @b %b. "
1390msgstr "@i @o @I %i nel @S.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001391
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001392#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001393#: e2fsck/problem.c:674
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001394#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001395msgid "@a @b %b is corrupt (allocation collision). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001396msgstr "L'@a di @b %b è corrotto (collisione di allocazione). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001397
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001398#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001399#: e2fsck/problem.c:679
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001400#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001401msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001402msgstr "L'@a di @b %b è corrotto (nome non valido). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001403
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001404#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001405#: e2fsck/problem.c:684
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001406#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001407msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001408msgstr "L'@a di @b %b è corrotto (valore non valido). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001409
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001410#. @-expanded: inode %i is too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001411#: e2fsck/problem.c:689
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001412#, c-format
1413msgid "@i %i is too big. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001414msgstr "L'@i %i è troppo grande. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001415
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001416#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001417#: e2fsck/problem.c:693
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001418msgid "@b #%B (%b) causes @d to be too big. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001419msgstr "Il @b #%B (%b) fa diventare il @d troppo grande. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001420
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001421#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001422#: e2fsck/problem.c:698
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001423msgid "@b #%B (%b) causes file to be too big. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001424msgstr "Il @b #%B (%b) fa diventare il file troppo grande. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001425
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001426#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001427#: e2fsck/problem.c:703
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001428msgid "@b #%B (%b) causes symlink to be too big. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001429msgstr "Il @b #%B (%b) fa diventare il link simbolico troppo grande. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001430
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001431#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001432#: e2fsck/problem.c:708
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001433#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001434msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001435msgstr ""
1436"L'@i %i ga il flag INDEX_FL impostato nel @f senza il supporto htree.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001437
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001438#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001439#: e2fsck/problem.c:713
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001440#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001441msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001442msgstr "L'@i %i ha il flag INDEX_FL impostato, ma non è un @d.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001443
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001444#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001445#: e2fsck/problem.c:718
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001446#, fuzzy, c-format
1447msgid "@h %i has an @n root node.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001448msgstr "L'@h %i ha un nodo root non valido.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001449
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001450#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001451#: e2fsck/problem.c:723
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001452msgid "@h %i has an unsupported hash version (%N)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001453msgstr "L'@h %i ha una versione dell'hash non supportata (%N)\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001455#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001456#: e2fsck/problem.c:728
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001457#, c-format
1458msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001459msgstr "L'@h %i usa un flag di nodo htree di root non compatibile.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001460
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001461#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001462#: e2fsck/problem.c:733
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001463msgid "@h %i has a tree depth (%N) which is too big\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001464msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001465
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001466#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1467#. @-expanded: filesystem metadata.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001468#: e2fsck/problem.c:738
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001469msgid ""
1470"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1471"@f metadata. "
1472msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001473"L'@i del @b non valido ha un @b indiretto (%b) che entra in\n"
1474"conflitto con il metadata del @f. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001477#: e2fsck/problem.c:744
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05001478#, c-format
1479msgid "Resize @i (re)creation failed: %m."
1480msgstr ""
1481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001482#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001483#: e2fsck/problem.c:749
Theodore Ts'obc759702005-05-09 20:40:55 -04001484#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001485msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001486msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
1487
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001488#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001489#: e2fsck/problem.c:754
Theodore Ts'obc759702005-05-09 20:40:55 -04001490#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001491msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001492msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
1493
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001494#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001495#: e2fsck/problem.c:759
Theodore Ts'obc759702005-05-09 20:40:55 -04001496#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001497msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001498msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
1499
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001500#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001501#: e2fsck/problem.c:764
Theodore Ts'obc759702005-05-09 20:40:55 -04001502#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001503msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001504msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
1505
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001506#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001507#: e2fsck/problem.c:769
Theodore Ts'obc759702005-05-09 20:40:55 -04001508#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001509msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001510msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
1511
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001512#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001513#: e2fsck/problem.c:774
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001514#, fuzzy
1515msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
1516msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
1517
1518#. @-expanded: \n
1519#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1520#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001521#: e2fsck/problem.c:781
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001522#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001523msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001524"\n"
1525"Running additional passes to resolve @bs claimed by more than one @i...\n"
1526"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001527msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001528"@b(i) duplicati trovati... invocare i passi relativi ai @b(i) duplicati.\n"
1529"Passo 1B: Nuova analisi relativa ai @b(i) duplicati/non validi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001530
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001531#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001532#: e2fsck/problem.c:787
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001533#, fuzzy, c-format
1534msgid "@m @b(s) in @i %i:"
1535msgstr "@b @I #%B (%b) nell'@i %i. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001536
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001537#: e2fsck/problem.c:802
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001538#, c-format
1539msgid "Error while scanning inodes (%i): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001540msgstr "Errore analizzando gli inode (%i): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001541
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001542#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001543#: e2fsck/problem.c:807
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001544#, fuzzy, c-format
1545msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001546msgstr "@A la @B degli @i (inode_dup_map): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001547
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001548#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001549#: e2fsck/problem.c:812
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001550#, c-format
1551msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001552msgstr "Errore scorrendo i @b(i) nell'@i %i (%s): %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001553
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001554#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001555#: e2fsck/problem.c:817 e2fsck/problem.c:1133
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001556#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001557msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001558msgstr ""
1559"Errore sistemando il conteggio dei riferimenti per il @b @a %b (@i %i): %m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001560
Theodore Ts'o6956f612005-12-31 16:46:15 -05001561#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001562#: e2fsck/problem.c:823
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001563#, fuzzy
Theodore Ts'o6956f612005-12-31 16:46:15 -05001564msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001565msgstr ""
1566"Passo 1C: Analisi delle directory relativa agli @i con @b(i) duplicati.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001567
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001568#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001569#: e2fsck/problem.c:829
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001570#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001571msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001572msgstr "Passo 1D: Riconciliamento del @b(i) duplicati\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001573
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001574#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1575#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001576#: e2fsck/problem.c:834
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001577#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001578msgid ""
1579"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001580" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001581msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001582"Il file %Q (@i #%i, ultima modifica %IM) \n"
1583" ha %b @b(i) duplicati, condivisi con %N file:\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001584
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001585#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001586#: e2fsck/problem.c:840
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001587msgid "\t%Q (@i #%i, mod time %IM)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001588msgstr "\t%Q (@i #%i, ultima modifica %IM)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001589
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001590#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001591#: e2fsck/problem.c:845
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001592msgid "\t<@f metadata>\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001593msgstr "\t<metadata del @f>\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001594
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001595#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1596#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001597#: e2fsck/problem.c:850
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001598#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001599msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001600"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001601"\n"
1602msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001603"(Ci sono %n @i contenenti @b(i) duplicato/non valido(i).)\n"
1604"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001605
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001606#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1607#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001608#: e2fsck/problem.c:855
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001609#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001610msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001611"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001612"\n"
1613msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001614"@b(i) duplicati già riassegnati o clonati.\n"
1615"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001616
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001617#: e2fsck/problem.c:868
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001618#, c-format
1619msgid "Couldn't clone file: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001620msgstr "Impossibile clonare il file: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001621
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001622#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001623#: e2fsck/problem.c:874
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001624msgid "Pass 2: Checking @d structure\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001625msgstr "Passo 2: Analisi della struttura delle @d\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001626
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001627#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001628#: e2fsck/problem.c:879
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001629#, fuzzy, c-format
1630msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001631msgstr "Numero di @i non valido per '.' nell'@i @d %i.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001632
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001633#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001634#: e2fsck/problem.c:884
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001635#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001636msgid "@E has @n @i #: %Di.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001637msgstr "L'@E ha un @i non valido #: %Di.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001638
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001639#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001640#: e2fsck/problem.c:889
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001641#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001642msgid "@E has @D/unused @i %Di. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001643msgstr "L'@E ha @i non utilizzato/@D %Di. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001644
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001645#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001646#: e2fsck/problem.c:894
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001647msgid "@E @L to '.' "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001648msgstr "L'@E @L a '.' "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001649
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001650#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001651#: e2fsck/problem.c:899
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001652msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001653msgstr "L'@E punta all'@i (%Di), posizionato in un @b non valido.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001654
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001655#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001656#: e2fsck/problem.c:904
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001657msgid "@E @L to @d %P (%Di).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001658msgstr "L'@E @L alla @d %P (%Di).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001660#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001661#: e2fsck/problem.c:909
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001662msgid "@E @L to the @r.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001663msgstr "L'@E @L all'@r.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001664
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001665#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001666#: e2fsck/problem.c:914
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001667msgid "@E has illegal characters in its name.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001668msgstr "L'@E ha caratteri non validi nel suo nome.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001670#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001671#: e2fsck/problem.c:919
Theodore Ts'o72933b92005-01-11 14:05:00 -05001672#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001673msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05001674msgstr "'.' mancante nell'@i %i della @d.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001675
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001676#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001677#: e2fsck/problem.c:924
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001678#, c-format
1679msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05001680msgstr "'..' mancante nell'@i %i della @d.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001681
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001682#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001683#: e2fsck/problem.c:929
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001684#, fuzzy
1685msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001686msgstr "Il primo @e '%Dn' (inode=%Di) nell'@i %i della @d (%p) @s '.'\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001687
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001688#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001689#: e2fsck/problem.c:934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001690#, fuzzy
1691msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001692msgstr "Il secondo @e '%Dn' (inode=%Di) nell'@i %i della @d (%p) @s '.'\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001693
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001694#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001695#: e2fsck/problem.c:939
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001696#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001697msgid "i_faddr @F %IF, @s zero.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001698msgstr "i_faddr @F %IF @s zero.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001699
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001700#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001701#: e2fsck/problem.c:944
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001702#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001703msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001704msgstr "i_file_acl @F %If @s zero.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001705
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001706#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001707#: e2fsck/problem.c:949
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001708#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001709msgid "i_dir_acl @F %Id, @s zero.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001710msgstr "i_dir_acl @F %Id @s zero.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001711
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001712#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001713#: e2fsck/problem.c:954
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001714#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001715msgid "i_frag @F %N, @s zero.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001716msgstr "i_frag @F %N @s zero.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001717
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001718#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001719#: e2fsck/problem.c:959
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001720#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001721msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001722msgstr "i_fsize @F %N @s zero.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001723
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001724#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001725#: e2fsck/problem.c:964
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001726#, fuzzy
1727msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001728msgstr "L'@o %i (%Q) ha una modalità non valida (%Im).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001729
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001730#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001731#: e2fsck/problem.c:969
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001732msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001733msgstr "@i %i della @d, offset %N: @d corrotta\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001734
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001735#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001736#: e2fsck/problem.c:974
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001737msgid "@d @i %i, @b %B, offset %N: filename too long\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001738msgstr "@i %i della @d, offset %N: nome file troppo lungo\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001739
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001740#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001741#: e2fsck/problem.c:979
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001742#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001743msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001744msgstr "L'@i %i della @d ha un @b (#%B) non allocato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001745
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001746#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001747#: e2fsck/problem.c:984
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001748#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001749msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001750msgstr "L'@e della @d '.' nell'@i %i della @d non è terminato da NULL\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001751
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001752#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001753#: e2fsck/problem.c:989
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001754#, c-format
1755msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001756msgstr "L'@e della @d '..' nell'@i %i della @d non è terminato da NULL\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001757
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001758#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001759#: e2fsck/problem.c:994
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001760msgid "@i %i (%Q) is an @I character @v.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001761msgstr "L'@i %i (%Q) è un @v a caratteri @I.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001762
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001763#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001764#: e2fsck/problem.c:999
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001765msgid "@i %i (%Q) is an @I @b @v.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001766msgstr "L'@i %i (%Q) è un @v a @b(i) @I.\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001767
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001768#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001769#: e2fsck/problem.c:1004
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001770#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001771msgid "@E is duplicate '.' @e.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001772msgstr "L'@E è un duplicato dell'@e '.'.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001773
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001774#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001775#: e2fsck/problem.c:1009
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001776msgid "@E is duplicate '..' @e.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001777msgstr "L'@E è un duplicato dell'@e '..'.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001778
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001779#: e2fsck/problem.c:1014 e2fsck/problem.c:1290
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001780#, c-format
1781msgid "Internal error: couldn't find dir_info for %i.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001782msgstr "Errore interno: impossibile trovare dir_info per %i.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001783
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001784#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001785#: e2fsck/problem.c:1019
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001786#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001787msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001788msgstr "L'@E ha rec_len di %Dr, dovrebbe essere %N.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001789
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001790#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001791#: e2fsck/problem.c:1024
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001792#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001793msgid "@A icount structure: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001794msgstr "@A la struttura icount: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001795
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001796#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001797#: e2fsck/problem.c:1029
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001798#, c-format
1799msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001800msgstr "Errore scorrendo i @b(i) delle @d: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001801
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001802#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001803#: e2fsck/problem.c:1034
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001804msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001805msgstr "Errore leggendo il @b della @d %b (@i %i): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001806
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001807#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001808#: e2fsck/problem.c:1039
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001809msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001810msgstr "Errore scrivendo il @b della @d %b (@i %i): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001811
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001812#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001813#: e2fsck/problem.c:1044
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001814#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001815msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001816msgstr "@A un nuovo @b della @d per l'@i %i (%s): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001817
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001818#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001819#: e2fsck/problem.c:1049
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001820#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001821msgid "Error deallocating @i %i: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001822msgstr "Errore deallocando l'@i %i: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001823
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001824#. @-expanded: directory entry for '.' is big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001825#: e2fsck/problem.c:1054
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001826msgid "@d @e for '.' is big. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001827msgstr "L'@e della @d di '.' è grande. "
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 FIFO.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001830#: e2fsck/problem.c:1059
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001831msgid "@i %i (%Q) is an @I FIFO.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001832msgstr "L'@i %i (%Q) è una FIFO @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 socket.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001835#: e2fsck/problem.c:1064
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001836msgid "@i %i (%Q) is an @I socket.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001837msgstr "L'@i %i (%Q) è un socket @I.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001838
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001839#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001840#: e2fsck/problem.c:1069
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001841msgid "Setting filetype for @E to %N.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001842msgstr "Impostazione del tipo di file per l'@E a %N.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001843
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001844#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001845#: e2fsck/problem.c:1074
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001846#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001847msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001848msgstr "L'@E non è del giusto tipo di file (era %Dt, dovrebbe essere %N).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001849
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001850#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001851#: e2fsck/problem.c:1079
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001852msgid "@E has filetype set.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001853msgstr "E' impostato il tipo di file per l'@E.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001854
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001855#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001856#: e2fsck/problem.c:1084
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001857#, fuzzy
1858msgid "@E has a @z name.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001859msgstr "Il nome dell'@E è di lunghezza nulla.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001860
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001861#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001862#: e2fsck/problem.c:1089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001863#, fuzzy
1864msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001865msgstr "Il symlink %Q (@i #%i) non è valido.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001866
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001867#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001868#: e2fsck/problem.c:1094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001869msgid "@a @b @F @n (%If).\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001870msgstr ""
1871
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001872#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001873#: e2fsck/problem.c:1099
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001874msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001875msgstr ""
1876"Il @f contiene files di grandi dimensioni, ma nel @S non è specificato il "
1877"flag LARGE_FILE.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001878
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001879#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001880#: e2fsck/problem.c:1104
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001881#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001882msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001883msgstr "@p un @h (%d): nodo (%B) non referenziato\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001884
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001885#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001886#: e2fsck/problem.c:1109
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001887#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001888msgid "@p @h %d: node (%B) referenced twice\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001889msgstr "@p un @h (%d): nodo (%b) referenziato due volte\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001890
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001891#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001892#: e2fsck/problem.c:1114
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001893#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001894msgid "@p @h %d: node (%B) has bad min hash\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001895msgstr "@p un @h (%d): nodo (%B) con hash minimo non valido\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001896
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001897#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001898#: e2fsck/problem.c:1119
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001899#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001900msgid "@p @h %d: node (%B) has bad max hash\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001901msgstr "@p un @h (%d): nodo (%b) con hash massimo non valido\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001902
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001903#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001904#: e2fsck/problem.c:1124
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001905#, fuzzy
1906msgid "@n @h %d (%q). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001907msgstr "@h %d non valido (%q). "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001908
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001909#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001910#: e2fsck/problem.c:1128
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001911msgid "@p @h %d (%q): bad @b number %b.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001912msgstr "@p un @h %d (%q): @b non valido numero %b.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001913
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001914#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001915#: e2fsck/problem.c:1138
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001916#, fuzzy, c-format
1917msgid "@p @h %d: root node is @n\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001918msgstr "@p un @h (%d): nodo root non valido\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001919
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001920#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001921#: e2fsck/problem.c:1143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001922#, fuzzy
1923msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001924msgstr "@p un @h (%d): nodo (%B) con limite non valido (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001925
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001926#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001927#: e2fsck/problem.c:1148
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001928#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001929msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001930msgstr "@p un @h (%d): numero (%N) di nodo (%B) non valido\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001931
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001932#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001933#: e2fsck/problem.c:1153
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001934msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001935msgstr "@p un @h (%d): nodo (%B) con tabella hash non ordinata\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001936
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001937#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001938#: e2fsck/problem.c:1158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001939#, fuzzy
1940msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001941msgstr "@p un @h (%d): nodo (%B) con profondità non valida\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001942
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001943#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001944#: e2fsck/problem.c:1163
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001945msgid "Duplicate @E found. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001946msgstr "Trovato @E duplicato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001947
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001948#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1949#. @-expanded: Rename to %s
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001950#: e2fsck/problem.c:1168
Theodore Ts'oddc32a02003-05-03 18:45:55 -04001951#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001952msgid ""
1953"@E has a non-unique filename.\n"
1954"Rename to %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001955msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001956"@E ha un nome file non univoco.\n"
1957"Cambiare il nome in %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001958
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001959#. @-expanded: Duplicate entry '%Dn' found.\n
1960#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1961#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001962#: e2fsck/problem.c:1173
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001963#, fuzzy
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001964msgid ""
1965"Duplicate @e '%Dn' found.\n"
1966"\tMarking %p (%i) to be rebuilt.\n"
1967"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001968msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001969"Trovato @e duplicato '%Dn'.\n"
1970"\t%p (%i) è da ricostruire.\n"
1971"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001972
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001973#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001974#: e2fsck/problem.c:1180
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001975msgid "Pass 3: Checking @d connectivity\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001976msgstr "Passo 3: Controllo della connettività di @d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001977
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001978#. @-expanded: root inode not allocated.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001979#: e2fsck/problem.c:1185
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001980msgid "@r not allocated. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001981msgstr "@r non allocato."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001982
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001983#. @-expanded: No room in lost+found directory.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001984#: e2fsck/problem.c:1190
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001985msgid "No room in @l @d. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001986msgstr "Non c'è spazio nella @d @l"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001987
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001988#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001989#: e2fsck/problem.c:1195
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001990#, c-format
1991msgid "Unconnected @d @i %i (%p)\n"
1992msgstr ""
1993
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001994#. @-expanded: /lost+found not found.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001995#: e2fsck/problem.c:1200
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001996msgid "/@l not found. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001997msgstr "/@l non trovata. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001998
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001999#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002000#: e2fsck/problem.c:1205
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002001msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002002msgstr "'..' in %Q (%i) è %P (%j), @s %q (%d).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002004#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002005#: e2fsck/problem.c:1210
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002006#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002007msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002008msgstr "/@l non valida o inesistente. Impossibile riconnettere.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002009
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002010#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002011#: e2fsck/problem.c:1215
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002012#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002013msgid "Could not expand /@l: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002014msgstr "Impossibile espandere /@l: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002015
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002016#: e2fsck/problem.c:1220
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002017#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002018msgid "Could not reconnect %i: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002019msgstr "Impossibile riconnettere %i: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002020
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002021#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002022#: e2fsck/problem.c:1225
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002023#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002024msgid "Error while trying to find /@l: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002025msgstr "Errore cercando /@l: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002026
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002027#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002028#: e2fsck/problem.c:1230
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002029#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002030msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002031msgstr "ext2fs_new_block: %m cercando di creare la @d /@l\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002032
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002033#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002034#: e2fsck/problem.c:1235
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002035#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002036msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002037msgstr "ext2fs_new_@i: %m cercando di creare la @d /@l\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002038
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002039#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002040#: e2fsck/problem.c:1240
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002041#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002042msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002043msgstr "ext2f_new_dir_block: %m creando un nuovo @b @d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002044
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002045#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002046#: e2fsck/problem.c:1245
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002047#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002048msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002049msgstr "ext2fs_write_dir_block: %m scrivendo il @b @d per /@l\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002050
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002051#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002052#: e2fsck/problem.c:1250
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002053#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002054msgid "Error while adjusting @i count on @i %i\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002055msgstr "Errore aggiustando il numero @i nell'@i %i\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002056
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002057#. @-expanded: Couldn't fix parent of inode %i: %m\n
2058#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002059#: e2fsck/problem.c:1255
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002060#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002061msgid ""
2062"Couldn't fix parent of @i %i: %m\n"
2063"\n"
2064msgstr ""
2065
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002066#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2067#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002068#: e2fsck/problem.c:1260
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002069#, c-format
2070msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002071"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002072"\n"
2073msgstr ""
2074
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002075#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002076#: e2fsck/problem.c:1270
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002077#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002078msgid "Error creating root @d (%s): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002079msgstr "Errore creando la @d root (%s): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002080
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002081#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002082#: e2fsck/problem.c:1275
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002083#, c-format
2084msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002085msgstr "Errore creando la @d /@l (%s): %m\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002086
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002087#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002088#: e2fsck/problem.c:1280
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002089#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002090msgid "@r is not a @d; aborting.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002091msgstr "L'@r non è una @d; cancellazione.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002092
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002093#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002094#: e2fsck/problem.c:1285
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002095msgid "Cannot proceed without a @r.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002096msgstr "Impossibile procedere senza un @r.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002097
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002098#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002099#: e2fsck/problem.c:1295
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002100#, c-format
2101msgid "/@l is not a @d (ino=%i)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002102msgstr "/@l non è una @d (ino=%i)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002103
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002104#: e2fsck/problem.c:1302
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002105msgid "Pass 3A: Optimizing directories\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002106msgstr "Passo 3A: Ottimizzazione delle directory\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002107
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002108#: e2fsck/problem.c:1307
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002109#, c-format
2110msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002111msgstr "Impossibile creare un iteratore dirs_to_hash: %m"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002112
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002113#: e2fsck/problem.c:1312
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002114msgid "Failed to optimize directory %q (%d): %m"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002115msgstr "Impossibile ottimizzare la directory %q (%d): %m"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002116
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002117#: e2fsck/problem.c:1317
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002118msgid "Optimizing directories: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002119msgstr "Ottimizzazione delle directory: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002120
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002121#: e2fsck/problem.c:1334
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002122msgid "Pass 4: Checking reference counts\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002123msgstr "Pass 4: Controllo del numero dei riferimenti\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002124
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002125#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002126#: e2fsck/problem.c:1339
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002127#, fuzzy, c-format
2128msgid "@u @z @i %i. "
2129msgstr "@i @o @I %i nel @S.\n"
2130
2131#. @-expanded: unattached inode %i\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002132#: e2fsck/problem.c:1344
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002133#, c-format
2134msgid "@u @i %i\n"
2135msgstr ""
2136
2137#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002138#: e2fsck/problem.c:1349
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002139#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002140msgid "@i %i ref count is %Il, @s %N. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002141msgstr "Il contatore riferimenti dell'@i %i è %Il, @s %N. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002143#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2144#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2145#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002146#: e2fsck/problem.c:1353
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002147#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002148msgid ""
2149"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2150"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002151"@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 +00002152msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002153"ATTENZIONE: ERRORE DI PROGRAMMAZIONE IN E2FSCK!\n"
2154"\tO QUALCHE TESTA VUOTA (TU) STA CONTROLLANDO UN FILESYSTEM MONTATO (LIVE).\n"
2155"@i_link_info[%i] è %N, @i.i_links_count è %Il. Dovrebbero essere identici!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002156
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002157#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002158#: e2fsck/problem.c:1363
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002159#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002160msgid "Pass 5: Checking @g summary information\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002161msgstr "Passo 5: Controllo del riepilogo delle informazioni del @g\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002162
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002163#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002164#: e2fsck/problem.c:1368
Theodore Ts'o72933b92005-01-11 14:05:00 -05002165#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002166msgid "Padding at end of @i @B is not set. "
Theodore Ts'o72933b92005-01-11 14:05:00 -05002167msgstr "Riempimento alla fine di @i @B non impostato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002169#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002170#: e2fsck/problem.c:1373
Theodore Ts'o72933b92005-01-11 14:05:00 -05002171#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002172msgid "Padding at end of @b @B is not set. "
Theodore Ts'o72933b92005-01-11 14:05:00 -05002173msgstr "Riempimento alla fine di @b @B non impostato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002174
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002175#. @-expanded: block bitmap differences:
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002176#: e2fsck/problem.c:1378
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002177msgid "@b @B differences: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002178msgstr "Differenze nella @B dei @b: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002179
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002180#. @-expanded: inode bitmap differences:
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002181#: e2fsck/problem.c:1398
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002182msgid "@i @B differences: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002183msgstr "Differenze nella @B degli @i: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002185#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002186#: e2fsck/problem.c:1418
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002187msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002188msgstr "Numero degli @i liberi errato per il @g #%g (%i, contati=%j).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002189
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002190#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002191#: e2fsck/problem.c:1423
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002192msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002193msgstr "Numero delle directory errato per il @g #%g (%i, contati=%j).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002194
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002195#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002196#: e2fsck/problem.c:1428
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002197msgid "Free @is count wrong (%i, counted=%j).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002198msgstr "Numero degli @i liberi errato (%i, contati=%j).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002200#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002201#: e2fsck/problem.c:1433
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002202msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002203msgstr "Numero dei @b(i) liberi errato per il @g #%g (%b, contati=%c).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002204
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002205#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002206#: e2fsck/problem.c:1438
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002207msgid "Free @bs count wrong (%b, counted=%c).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002208msgstr "Numero dei @b(i) liberi errato (%b, contati=%c).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002210#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2211#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002212#: e2fsck/problem.c:1443
Theodore Ts'obc759702005-05-09 20:40:55 -04002213msgid ""
2214"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2215"endpoints (%i, %j)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002216msgstr ""
2217
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002218#: e2fsck/problem.c:1449
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002219#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002220msgid "Internal error: fudging end of bitmap (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002221msgstr ""
2222"Errore interno: impossibile individuare la fine della mappa di bit (%N)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002223
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002224#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002225#: e2fsck/problem.c:1454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002226#, fuzzy, c-format
2227msgid "Error copying in replacement @i @B: %m\n"
2228msgstr "Errore durante la lettura dell'@i %i: %m\n"
2229
2230#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002231#: e2fsck/problem.c:1459
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002232#, c-format
2233msgid "Error copying in replacement @b @B: %m\n"
2234msgstr ""
2235
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002236#: e2fsck/problem.c:1597
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002237#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002238msgid "Unhandled error code (0x%x)!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002239msgstr "Codice errore non gestito (0x%x)!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002240
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002241#: e2fsck/problem.c:1691
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002242msgid "IGNORED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002243msgstr "IGNORATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002244
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002245#: e2fsck/scantest.c:81
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002246#, c-format
2247msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002248msgstr "Memoria usata: %d, tempo rimasto: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002249
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002250#: e2fsck/scantest.c:100
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002251#, c-format
2252msgid "size of inode=%d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002253msgstr "dimensione di un inode=%d\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002254
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002255#: e2fsck/scantest.c:121
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002256msgid "while starting inode scan"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002257msgstr "iniziando la scansione degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002258
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002259#: e2fsck/scantest.c:132
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002260msgid "while doing inode scan"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002261msgstr "durante la scansione dell'inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002262
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002263#: e2fsck/super.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002264#, c-format
2265msgid "while calling ext2fs_block_iterate for inode %d"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002266msgstr "chiamando ext2fs_block_iterate per l'inode %d"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002267
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002268#: e2fsck/super.c:223
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002269#, c-format
2270msgid "while calling ext2fs_adjust_ea_refocunt for inode %d"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002271msgstr "chiamando ext2fs_adjust_ea_refocunt per l'inode %d"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002272
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002273#: e2fsck/super.c:281
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002274msgid "Truncating"
2275msgstr ""
2276
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002277#: e2fsck/super.c:282
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002278msgid "Clearing"
2279msgstr ""
2280
2281#: e2fsck/swapfs.c:98
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002282msgid "while calling ext2fs_block_iterate"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002283msgstr "chiamando ext2fs_block_iterate"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002284
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002285#: e2fsck/swapfs.c:104
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002286msgid "while calling iterator function"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002287msgstr "chiamando la funzione iteratrice"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002288
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002289#: e2fsck/swapfs.c:126
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002290msgid "while allocating inode buffer"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002291msgstr "allocando il buffer inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002292
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002293#: e2fsck/swapfs.c:138
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002294#, c-format
2295msgid "while reading inode table (group %d)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002296msgstr "leggendo la tavola degli inode (gruppo %d)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002297
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002298#: e2fsck/swapfs.c:176
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002299#, c-format
2300msgid "while writing inode table (group %d)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002301msgstr "scrivendo la tavola degli inode (gruppo %d)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002302
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002303#: e2fsck/swapfs.c:223
2304#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002305msgid "Pass 0: Doing byte-swap of filesystem\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002306msgstr "Pass 0: Esecuzione del byte-swap del filesystem\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002307
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002308#: e2fsck/swapfs.c:230
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002309#, c-format
2310msgid ""
2311"%s: the filesystem must be freshly checked using fsck\n"
2312"and not mounted before trying to byte-swap it.\n"
2313msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002314"%s: il filesystem dev'essere controllato da poco utilizzando fsck\n"
2315"e dev'essere smontato prima di provare ad eseguirne il byte-swap.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002316
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002317#: e2fsck/swapfs.c:265
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002318msgid "Byte swap"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002319msgstr "Byte-swap"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002320
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002321#: e2fsck/unix.c:74
Theodore Ts'o197abba2005-06-20 18:00:23 -04002322#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002323msgid ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002324"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002325"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002326"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002327"\t\t[-E extended-options] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002328msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002329"Utilizzo: %s [-panyrcdfvstDFSV] [-b superblocco] [-B dimensione_blocco]\n"
2330"\t\t[-I blocchi_buffer_inode] [-P processa_dimensione_inode]\n"
2331"\t\t[-l|-L file_blocchi_non_validi] [-C fd] [-j ext-journal]\n"
2332"\t\t[-E opzioni-estese] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002333
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002334#: e2fsck/unix.c:80
2335#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002336msgid ""
2337"\n"
2338"Emergency help:\n"
2339" -p Automatic repair (no questions)\n"
2340" -n Make no changes to the filesystem\n"
2341" -y Assume \"yes\" to all questions\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002342" -c Check for bad blocks and add them to the badblock "
2343"list\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002344" -f Force checking even if filesystem is marked clean\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002345msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002346"\n"
2347"Aiuto di emergenza:\n"
2348" -p Riparazione automatica (senza domande)\n"
2349" -n Non effettuare cambiamenti nel filesystem\n"
2350" -y Risposta affermativa a tutte le domande\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002351" -c Cerca blocchi non validi, ed aggiungili alla lista dei "
2352"blocchi non validi\n"
2353" -f Forza il controllo anche se il filesystem è segnato "
2354"come pulito\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002355
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002356#: e2fsck/unix.c:86
Theodore Ts'o197abba2005-06-20 18:00:23 -04002357#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002358msgid ""
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002359" -v Be verbose\n"
2360" -b superblock Use alternative superblock\n"
2361" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002362" -j external_journal Set location of the external journal\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002363" -l bad_blocks_file Add to badblocks list\n"
2364" -L bad_blocks_file Set badblocks list\n"
2365msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002366" -v Modalità prolissa\n"
2367" -b superblocco Usa un superblocco alternativo\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002368" -B dim_blocco Forza la dimensione dei blocchi durante la ricerca del "
2369"superblocco\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002370" -j journal-esterno Specifica la posizione del journal esterno\n"
2371" -l file_bad_blocks Aggiungi alla lista dei blocchi non validi\n"
2372" -L file_bad_blocks Imposta la lista dei blocchi non validi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002373
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002374#: e2fsck/unix.c:121
2375#, fuzzy, c-format
2376msgid "%s: %d/%d files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002377msgstr "%s: %d/%d files (%0d.%d%% non contigui), %d/%d blocchi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002378
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002379#: e2fsck/unix.c:133
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002380#, c-format
2381msgid " # of inodes with ind/dind/tind blocks: %d/%d/%d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002382msgstr " # di inode con blocchi ind/dind/tind: %d/%d/%d\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002383
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002384#: e2fsck/unix.c:177 misc/badblocks.c:779 misc/tune2fs.c:792 misc/util.c:151
2385#: resize/main.c:184
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002386#, c-format
2387msgid "while determining whether %s is mounted."
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002388msgstr "determinando se %s è montato."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002389
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002390#: e2fsck/unix.c:195
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002391#, c-format
2392msgid "Warning! %s is mounted.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002393msgstr "Attenzione! %s è montato.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002394
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002395#: e2fsck/unix.c:199
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002396#, c-format
2397msgid "%s is mounted. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002398msgstr "%s è montato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002399
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002400#: e2fsck/unix.c:201
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002401msgid ""
2402"Cannot continue, aborting.\n"
2403"\n"
2404msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002405"Impossibile continuare, operazione annullata.\n"
2406"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002407
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002408#: e2fsck/unix.c:202
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002409#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002410msgid ""
2411"\n"
2412"\n"
2413"WARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2414"SEVERE filesystem damage.\n"
2415"\n"
2416msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002417"\n"
2418"\n"
2419"ATTENZIONE!!! Eseguire e2fsck su un filesystem montato potrebbe\n"
2420"causare SERI danni al filesystem.\n"
2421"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002422
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002423#: e2fsck/unix.c:205
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002424msgid "Do you really want to continue"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002425msgstr "Continuare"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002426
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002427#: e2fsck/unix.c:207
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002428#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002429msgid "check aborted.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002430msgstr "controllo annullato.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002431
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002432#: e2fsck/unix.c:277
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002433msgid " contains a file system with errors"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002434msgstr " contiene un filesystem con errori"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002435
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002436#: e2fsck/unix.c:279
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002437msgid " was not cleanly unmounted"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002438msgstr " non è stato smontato in maniera corretta"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002439
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002440#: e2fsck/unix.c:283
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002441#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002442msgid " has been mounted %u times without being checked"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002443msgstr " è stato montato %u volte senza essere controllato"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002444
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002445#: e2fsck/unix.c:291
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002446#, c-format
2447msgid " has gone %u days without being checked"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002448msgstr " non è stato controllato negli ultimi %u giorni"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002449
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002450#: e2fsck/unix.c:300
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002451msgid ", check forced.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002452msgstr ", controllo forzato.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002453
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002454#: e2fsck/unix.c:303
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002455#, fuzzy, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002456msgid "%s: clean, %d/%d files, %u/%u blocks"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002457msgstr "%s: a posto, %d/%d file, %d/%d blocchi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002458
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002459#: e2fsck/unix.c:320
2460#, fuzzy
2461msgid " (check deferred; on battery)"
2462msgstr " (controllo dopo il prossimo mount)"
2463
2464#: e2fsck/unix.c:323
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002465msgid " (check after next mount)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002466msgstr " (controllo dopo il prossimo mount)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002467
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002468#: e2fsck/unix.c:325
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002469#, c-format
2470msgid " (check in %ld mounts)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002471msgstr " (controllo tra %ld mount)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002472
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002473#: e2fsck/unix.c:471
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002474#, c-format
2475msgid "ERROR: Couldn't open /dev/null (%s)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002476msgstr "ERRORE: Impossibile aprire /dev/null (%s)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002477
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002478#: e2fsck/unix.c:542
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002479#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002480msgid "Invalid EA version.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002481msgstr "Versione EA non valida.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002482
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002483#: e2fsck/unix.c:548
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002484#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002485msgid "Unknown extended option: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002486msgstr ""
2487
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002488#: e2fsck/unix.c:566
2489#, c-format
2490msgid ""
2491"Syntax error in e2fsck config file (%s, line #%d)\n"
2492"\t%s\n"
2493msgstr ""
2494
2495#: e2fsck/unix.c:623
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002496#, c-format
2497msgid "Error validating file descriptor %d: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002498msgstr "Errore convalidando il descrittore di file %d: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002499
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002500#: e2fsck/unix.c:627
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002501#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002502msgid "Invalid completion information file descriptor"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002503msgstr "Informazioni di completamento descrittore di file non valide"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002504
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002505#: e2fsck/unix.c:642
Theodore Ts'o6956f612005-12-31 16:46:15 -05002506#, fuzzy
2507msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002508msgstr "Solo una tra le opzioni -p/-a, -n o -y può essere specificata."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002509
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002510#: e2fsck/unix.c:663
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002511#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002512msgid "The -t option is not supported on this version of e2fsck.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002513msgstr "L'opzione -t non è supportata da questa versione di e2fsck.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002514
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002515#: e2fsck/unix.c:728
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002516#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002517msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
2518msgstr ""
2519
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002520#: e2fsck/unix.c:751 misc/tune2fs.c:459 misc/tune2fs.c:717 misc/tune2fs.c:734
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002521#, c-format
2522msgid "Unable to resolve '%s'"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002523msgstr "Impossibile risolvere '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002524
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002525#: e2fsck/unix.c:782
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002526#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002527msgid "Incompatible options not allowed when byte-swapping.\n"
2528msgstr ""
2529
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002530#: e2fsck/unix.c:789
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002531#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002532msgid "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 -05002533msgstr "Le opzioni -c e -I/-L non possono essere usate contemporaneamente.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002534
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002535#: e2fsck/unix.c:867
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002536#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002537msgid "Error: ext2fs library version out of date!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002538msgstr "Errore: versione obsoleta della libreria ext2fs!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002539
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002540#: e2fsck/unix.c:875
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002541msgid "while trying to initialize program"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002542msgstr "tentando di inizializzare il programma"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002543
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002544#: e2fsck/unix.c:889
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002545#, c-format
2546msgid "\tUsing %s, %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002547msgstr "\tUtilizzando %s, %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002548
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002549#: e2fsck/unix.c:901
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002550msgid "need terminal for interactive repairs"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002551msgstr "serve il terminale per il riparo interattivo"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002552
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002553#: e2fsck/unix.c:940
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002554#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002555msgid "%s trying backup blocks...\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002556msgstr "%s cercando tra i blocchi di backup...\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002557
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002558#: e2fsck/unix.c:941
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002559msgid "Couldn't find ext2 superblock,"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002560msgstr "Impossibile trovare il superblocco ext2"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002561
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002562#: e2fsck/unix.c:942
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002563msgid "Group descriptors look bad..."
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002564msgstr "I descrittori di gruppo sembrano non validi..."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002565
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002566#: e2fsck/unix.c:953
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002567#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002568msgid ""
2569"The filesystem revision is apparently too high for this version of e2fsck.\n"
2570"(Or the filesystem superblock is corrupt)\n"
2571"\n"
2572msgstr ""
Theodore Ts'obc759702005-05-09 20:40:55 -04002573"La revisione del filesystem sembra troppo alta per questa versione di "
2574"e2fsck.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002575"(O il superblocco del filesystem è corrotto)\n"
2576"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002577
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002578#: e2fsck/unix.c:959
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002579#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002580msgid "Could this be a zero-length partition?\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002581msgstr "E' possibile che questa sia una partizione di dimensione zero?\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002582
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002583#: e2fsck/unix.c:961
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002584#, c-format
2585msgid "You must have %s access to the filesystem or be root\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002586msgstr "Serve accesso di tipo %s al filesystem, o è necessario essere root\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002587
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002588#: e2fsck/unix.c:966
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002589#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002590msgid "Possibly non-existent or swap device?\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002591msgstr "Device non esistente o di swap?\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002592
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002593#: e2fsck/unix.c:968
2594#, c-format
2595msgid "Filesystem mounted or opened exclusively by another program?\n"
2596msgstr ""
2597
2598#: e2fsck/unix.c:972
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002599#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002600msgid ""
2601"Disk write-protected; use the -n option to do a read-only\n"
2602"check of the device.\n"
2603msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002604"Disco protetto da scrittura: usare l'opzione -n per controllare\n"
2605"in modalità sola lettura.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002606
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002607#: e2fsck/unix.c:989
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002608msgid "Get a newer version of e2fsck!"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002609msgstr "Utilizzare una versione più nuova di e2fsck."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002610
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002611#: e2fsck/unix.c:1010
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002612#, c-format
2613msgid "while checking ext3 journal for %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002614msgstr "controllando il journal ext3 per %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002615
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002616#: e2fsck/unix.c:1021
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002617#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002618msgid ""
2619"Warning: skipping journal recovery because doing a read-only filesystem "
2620"check.\n"
2621msgstr ""
2622"Attenzione: essendo un controllo a sola lettura, il journal non verrà "
2623"ripristinato.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002624
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002625# fuzzy
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002626#: e2fsck/unix.c:1034
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002627#, c-format
2628msgid "unable to set superblock flags on %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002629msgstr "impossibile impostarei i flag del superblocco a %s\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002630
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002631#: e2fsck/unix.c:1040
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002632#, c-format
2633msgid "while recovering ext3 journal of %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002634msgstr "ripristinando il journal ext3 di %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002635
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002636#: e2fsck/unix.c:1069
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002637msgid "Warning: compression support is experimental.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002638msgstr "Attenzione: il supporto per la compressione è sperimentale.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002639
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002640#: e2fsck/unix.c:1074
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002641#, c-format
2642msgid ""
2643"E2fsck not compiled with HTREE support,\n"
2644"\tbut filesystem %s has HTREE directories.\n"
2645msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002646"E2fsck non è stato compilato con il supporto HTREE,\n"
2647"\tma il filesystem %s contiene directory HTREE.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002648
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002649#: e2fsck/unix.c:1118
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002650#, c-format
2651msgid "%s: Filesystem byte order already normalized.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002652msgstr "%s: Ordine dei byte del filesystem già normalizzato.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002653
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002654#: e2fsck/unix.c:1138
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002655msgid "while reading bad blocks inode"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002656msgstr "leggendo l'inode numero 1"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002657
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002658#: e2fsck/unix.c:1140
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002659#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002660msgid "This doesn't bode well, but we'll try to go on...\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05002661msgstr "Questo non è un buon segno, ma si tenterà di continuare...\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002662
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002663#: e2fsck/unix.c:1147
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002664#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002665msgid "Restarting e2fsck from the beginning...\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002666msgstr "Riavvio di e2fsck dall'inizio...\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002667
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002668#: e2fsck/unix.c:1151
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002669msgid "while resetting context"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002670msgstr "resettando il contesto"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002671
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002672#: e2fsck/unix.c:1158
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002673#, c-format
2674msgid "%s: e2fsck canceled.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002675msgstr "%s: e2fsck cancellato.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002676
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002677#: e2fsck/unix.c:1163
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002678msgid "aborted"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002679msgstr "annullato"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002680
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002681#: e2fsck/unix.c:1171
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002682#, c-format
2683msgid ""
2684"\n"
2685"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2686msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002687"\n"
2688"%s: ***** IL FILESYSTEM E' STATO MODIFICATO *****\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002689
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002690#: e2fsck/unix.c:1174
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002691#, c-format
2692msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002693msgstr "%s: ***** RIAVVIARE LINUX *****\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002694
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002695#: e2fsck/unix.c:1182
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002696#, c-format
2697msgid ""
2698"\n"
2699"%s: ********** WARNING: Filesystem still has errors **********\n"
2700"\n"
2701msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002702"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002703"%s: ********** ATTENZIONE: Il filesystem contiene ancora errori "
2704"************\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002705"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002706
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002707#: e2fsck/util.c:131 misc/util.c:68
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002708msgid "yY"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002709msgstr "sS"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002710
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002711#: e2fsck/util.c:132
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002712msgid "nN"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002713msgstr "nN"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002714
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002715#: e2fsck/util.c:146
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002716msgid "<y>"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002717msgstr "<s>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002718
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002719#: e2fsck/util.c:148
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002720msgid "<n>"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002721msgstr "<n>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002722
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002723#: e2fsck/util.c:150
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002724msgid " (y/n)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002725msgstr " (s/n)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002726
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002727#: e2fsck/util.c:165
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002728msgid "cancelled!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002729msgstr "cancellato!\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002730
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002731#: e2fsck/util.c:180
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002732msgid "yes\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002733msgstr "sì\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002734
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002735#: e2fsck/util.c:182
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002736msgid "no\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002737msgstr "no\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002738
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002739#: e2fsck/util.c:192
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002740#, c-format
2741msgid ""
2742"%s? no\n"
2743"\n"
2744msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002745"%s? no\n"
2746"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002747
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002748#: e2fsck/util.c:196
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002749#, c-format
2750msgid ""
2751"%s? yes\n"
2752"\n"
2753msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002754"%s? sì\n"
2755"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002756
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002757#: e2fsck/util.c:200
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002758msgid "yes"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002759msgstr "sì"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002760
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002761#: e2fsck/util.c:200
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002762msgid "no"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002763msgstr "no"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002764
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002765#: e2fsck/util.c:213
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002766#, c-format
2767msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2768msgstr ""
2769
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002770#: e2fsck/util.c:218
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002771msgid "reading inode and block bitmaps"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002772msgstr "lettura delle mappe di bit inode e blocco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002773
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002774#: e2fsck/util.c:223
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002775#, c-format
2776msgid "while retrying to read bitmaps for %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002777msgstr "riprovando a leggere le mappe di bit per %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002778
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002779#: e2fsck/util.c:235
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002780msgid "writing block bitmaps"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002781msgstr "scrivendo le mappe di bit di blocco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002782
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002783#: e2fsck/util.c:240
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002784#, c-format
2785msgid "while retrying to write block bitmaps for %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002786msgstr "riprovando a scrivere le mappe di bit di blocco per %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002787
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002788#: e2fsck/util.c:247
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002789msgid "writing inode bitmaps"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002790msgstr "scrivendo le mappe di bit di inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002791
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002792#: e2fsck/util.c:252
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002793#, c-format
2794msgid "while retrying to write inode bitmaps for %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002795msgstr "riprovando a scrivere le mappe di bit di inode per %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002796
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002797# fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002798#: e2fsck/util.c:265
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002799#, c-format
2800msgid ""
2801"\n"
2802"\n"
2803"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2804"\t(i.e., without -a or -p options)\n"
2805msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002806"\n"
2807"\n"
2808"%s: INCONSISTENZA INASPETTATA: ESEGUIRE fsck MANUALMENTE.\n"
2809"\t(es., senza le opzioni -a o -p)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002810
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002811#: e2fsck/util.c:330
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002812#, c-format
2813msgid "Memory used: %dk/%dk (%dk/%dk), "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002814msgstr "Memoria usata: %dk/%dk (%dk/%dk), "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002815
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002816#: e2fsck/util.c:334
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002817#, c-format
2818msgid "Memory used: %d, "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002819msgstr "Memoria usata: %d, "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002820
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002821#: e2fsck/util.c:340
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002822#, c-format
2823msgid "time: %5.2f/%5.2f/%5.2f\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002824msgstr "durata: %5.2f/%5.2f/%5.2f\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002825
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002826#: e2fsck/util.c:345
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002827#, c-format
2828msgid "elapsed time: %6.3f\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002829msgstr "tempo rimanente: %6.3f\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002830
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002831#: e2fsck/util.c:359
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002832#, c-format
2833msgid "while reading inode %ld in %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002834msgstr "leggendo l'inode %ld in %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002835
Theodore Ts'obc759702005-05-09 20:40:55 -04002836#: e2fsck/util.c:373 e2fsck/util.c:386
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002837#, c-format
2838msgid "while writing inode %ld in %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002839msgstr "scrivendo l'inode %ld in %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002840
Theodore Ts'of592bed2003-07-26 00:51:54 -04002841#: misc/badblocks.c:60
Theodore Ts'o6956f612005-12-31 16:46:15 -05002842#, fuzzy
2843msgid "done \n"
2844msgstr "fatto \n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002845
Theodore Ts'of592bed2003-07-26 00:51:54 -04002846#: misc/badblocks.c:78
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002847#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002848msgid ""
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002849"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002850" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2851"[...]]]\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002852" device [last_block [start_block]]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002853msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05002854"Uso: %s [-b dim_blocco] [-i file_di_input] [-o file_di_output] [-svwnf]\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002855" [-c blocks_at_once] [-p num_passi] [-t modello_di_prova [-t "
2856"modello_di_prova [...]]]\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002857" device [blocco_finale [blocco_iniziale]]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002858
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002859#: misc/badblocks.c:225
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002860msgid "Testing with random pattern: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002861msgstr "Controllo con un modello casuale: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002862
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002863#: misc/badblocks.c:243
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002864msgid "Testing with pattern 0x"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002865msgstr "Controllo con modello 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002866
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002867#: misc/badblocks.c:268 misc/badblocks.c:297
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002868msgid "during seek"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002869msgstr "durante la ricerca"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002870
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002871#: misc/badblocks.c:275
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002872#, c-format
2873msgid "Weird value (%ld) in do_read\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002874msgstr "Valore strano (%ld) nella do_read\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002875
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002876#: misc/badblocks.c:317
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002877msgid "during ext2fs_sync_device"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002878msgstr "durante la ext2fs_sync_device"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002879
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002880#: misc/badblocks.c:333 misc/badblocks.c:571
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002881msgid "while beginning bad block list iteration"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002882msgstr "iniziando a scorrere la lista dei blocchi difettosi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002883
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002884#: misc/badblocks.c:347 misc/badblocks.c:437 misc/badblocks.c:581
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002885msgid "while allocating buffers"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002886msgstr "allocando i buffer"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002887
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002888#: misc/badblocks.c:351
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002889#, c-format
2890msgid "Checking blocks %lu to %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002891msgstr "Controllo dei blocchi da %lu a %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002892
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002893#: misc/badblocks.c:355
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002894msgid "Checking for bad blocks in read-only mode\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002895msgstr "Ricerca dei blocchi non validi in modalità sola lettura\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002896
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002897#: misc/badblocks.c:364
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002898msgid "Checking for bad blocks (read-only test): "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002899msgstr "Ricerca dei blocchi non validi (test a sola lettura): "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002900
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002901#: misc/badblocks.c:444
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002902msgid "Checking for bad blocks in read-write mode\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002903msgstr "Ricerca dei blocchi non validi in modalità lettura-scrittura\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002904
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002905#: misc/badblocks.c:446 misc/badblocks.c:594
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002906#, c-format
2907msgid "From block %lu to %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002908msgstr "Dal blocco %lu al blocco %lu\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002909
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002910#: misc/badblocks.c:497
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002911msgid "Reading and comparing: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002912msgstr "Lettura e confronto: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002913
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002914#: misc/badblocks.c:593
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002915msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002916msgstr ""
2917"Ricerca dei blocchi non validi in modalità lettura-scrittura non "
2918"distruttiva\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002919
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002920#: misc/badblocks.c:597
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002921msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002922msgstr ""
2923"Ricerca dei blocchi non validi (test in moalità lettura-scrittura non "
2924"distruttiva)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002925
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002926#: misc/badblocks.c:604
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002927msgid ""
2928"\n"
2929"Interrupt caught, cleaning up\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002930msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002931"\n"
2932"Rilevato interrupt, pulizia in corso\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002933
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002934#: misc/badblocks.c:674
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002935#, c-format
2936msgid "during test data write, block %lu"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002937msgstr "durante la scrittura dei dati del test, blocco %lu"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002938
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002939#: misc/badblocks.c:784 misc/util.c:156
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002940#, c-format
2941msgid "%s is mounted; "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002942msgstr "%s è montato: "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002943
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002944#: misc/badblocks.c:786
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002945#, fuzzy
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002946msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002947msgstr "forzato comunque badblocks. Speriamo che /etc/mtab si errato.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002948
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002949#: misc/badblocks.c:791
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002950msgid "it's not safe to run badblocks!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002951msgstr "non è sicuro eseguire badblocks!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002952
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002953#: misc/badblocks.c:796 misc/util.c:167
2954#, c-format
2955msgid "%s is apparently in use by the system; "
2956msgstr ""
2957
2958#: misc/badblocks.c:799
2959#, fuzzy
2960msgid "badblocks forced anyway.\n"
2961msgstr "forzato comunque badblocks. Speriamo che /etc/mtab si errato.\n"
2962
2963#: misc/badblocks.c:861
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002964#, c-format
2965msgid "bad block size - %s"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002966msgstr "dimensione del blocco difettoso - %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002967
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002968#: misc/badblocks.c:918
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002969#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002970msgid "can't allocate memory for test_pattern - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002971msgstr "impossibile allocare memoria per il modello di prova - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002972
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002973#: misc/badblocks.c:932
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002974#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002975msgid "invalid test_pattern: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002976msgstr "modello di prova non valido: %s\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002977
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002978#: misc/badblocks.c:948
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002979msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'obc759702005-05-09 20:40:55 -04002980msgstr ""
2981"E' possibile specificare un solo modello di prova in modalità sola lettura"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002982
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002983#: misc/badblocks.c:954
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002984msgid "Random test_pattern is not allowed in read-only mode"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002985msgstr "Modello di prova casuale non consentito in modalità sola lettura"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002986
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002987#: misc/badblocks.c:968
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002988msgid ""
2989"Couldn't determine device size; you must specify\n"
2990"the size manually\n"
2991msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002992"Impossibile determinare la dimensione del device:\n"
2993"specificarla manualmente\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002994
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002995#: misc/badblocks.c:974
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002996msgid "while trying to determine device size"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002997msgstr "tentando di determinare la dimensione del device"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002998
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002999#: misc/badblocks.c:980 misc/mke2fs.c:1155
Theodore Ts'obc759702005-05-09 20:40:55 -04003000#, fuzzy, c-format
3001msgid "invalid blocks count - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003002msgstr "numero dei blocchi non validi - %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003003
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003004# fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003005#: misc/badblocks.c:989
Theodore Ts'obc759702005-05-09 20:40:55 -04003006#, fuzzy, c-format
3007msgid "invalid starting block - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003008msgstr "blocco iniziale non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003009
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003010#: misc/badblocks.c:995
Theodore Ts'obc759702005-05-09 20:40:55 -04003011#, fuzzy, c-format
3012msgid "invalid blocks range: %lu-%lu"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003013msgstr "intervallo blocchi non validi: %lu-%lu"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003014
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003015#: misc/badblocks.c:1050
Theodore Ts'o197abba2005-06-20 18:00:23 -04003016#, fuzzy
3017msgid "while creating in-memory bad blocks list"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003018msgstr "creando la lista dei blocchi non validi in memoria"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003020#: misc/badblocks.c:1065
Theodore Ts'o197abba2005-06-20 18:00:23 -04003021#, fuzzy
3022msgid "while adding to in-memory bad block list"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003023msgstr "aggiungendo un elemento alla lista dei blocchi difettosi in memoria"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003024
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003025#: misc/badblocks.c:1089
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003026#, c-format
3027msgid "Pass completed, %u bad blocks found.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003028msgstr "Passo completato. %u blocchi non validi trovati.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003029
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003030#: misc/chattr.c:87
Theodore Ts'obc759702005-05-09 20:40:55 -04003031#, fuzzy, c-format
3032msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003033msgstr "uso: %s [-RV] [-+=AacDdijsSu] [-v versione] file...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003034
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003035#: misc/chattr.c:148
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003036#, c-format
3037msgid "bad version - %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003038msgstr "versione non valida - %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003039
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003040#: misc/chattr.c:192 misc/lsattr.c:113
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003041#, c-format
3042msgid "while trying to stat %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003043msgstr "tentando di fare lo stat di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003044
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003045#: misc/chattr.c:209 misc/chattr.c:225
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003046#, c-format
3047msgid "Flags of %s set as "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003048msgstr "flag di %s impostati come"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003049
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003050#: misc/chattr.c:218
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003051#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003052msgid "while reading flags on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003053msgstr "leggendo i flag di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003054
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003055#: misc/chattr.c:233
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003056#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003057msgid "while setting flags on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003058msgstr "impostando i flag di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003059
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003060#: misc/chattr.c:238
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003061#, c-format
3062msgid "Version of %s set as %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003063msgstr "Versione di %s impostata a %lu\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003064
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003065#: misc/chattr.c:241
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003066#, c-format
3067msgid "while setting version on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003068msgstr "impostando la versione a %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003069
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003070#: misc/chattr.c:255
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003071msgid "Couldn't allocate path variable in chattr_dir_proc"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003072msgstr "Impossibile allocare la variabile di percorso nella chattr_dir_proc"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003073
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003074#: misc/chattr.c:291
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003075msgid "= is incompatible with - and +\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003076msgstr "= è incompatibile con + e -\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003077
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003078#: misc/chattr.c:299
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003079msgid "Must use '-v', =, - or +\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003080msgstr "Si deve usare '-v', =, - o +\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003081
Theodore Ts'o6956f612005-12-31 16:46:15 -05003082#: misc/dumpe2fs.c:53
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003083#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003084msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003085msgstr "Uso: %s [-bfhixV] [-ob superblocco] [-oB dim_blocco] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003086
Theodore Ts'o6956f612005-12-31 16:46:15 -05003087#: misc/dumpe2fs.c:131
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003088#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003089msgid "Group %lu: (Blocks "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003090msgstr "Gruppo %lu: (Blocchi "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003091
Theodore Ts'o6956f612005-12-31 16:46:15 -05003092#: misc/dumpe2fs.c:136
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003093#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003094msgid " %s superblock at "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003095msgstr " superblocco %s a "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003096
Theodore Ts'o6956f612005-12-31 16:46:15 -05003097#: misc/dumpe2fs.c:137
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003098msgid "Primary"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003099msgstr "Primario"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003100
Theodore Ts'o6956f612005-12-31 16:46:15 -05003101#: misc/dumpe2fs.c:137
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003102msgid "Backup"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003103msgstr "Backup"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003104
Theodore Ts'o6956f612005-12-31 16:46:15 -05003105#: misc/dumpe2fs.c:141
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003106#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003107msgid ", Group descriptors at "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003108msgstr ", Descrittori di gruppo a "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003109
Theodore Ts'o6956f612005-12-31 16:46:15 -05003110#: misc/dumpe2fs.c:145
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003111#, fuzzy, c-format
3112msgid ""
3113"\n"
3114" Reserved GDT blocks at "
3115msgstr "blocchi riservati"
3116
Theodore Ts'o6956f612005-12-31 16:46:15 -05003117#: misc/dumpe2fs.c:152
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003118#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003119msgid " Group descriptor at "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003120msgstr " Descrittori di gruppo a"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003121
Theodore Ts'o6956f612005-12-31 16:46:15 -05003122#: misc/dumpe2fs.c:158
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003123msgid " Block bitmap at "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003124msgstr " Mappa dei bit di blocco a "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003125
Theodore Ts'o6956f612005-12-31 16:46:15 -05003126#: misc/dumpe2fs.c:163
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003127msgid ", Inode bitmap at "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003128msgstr ", mappa dei bit inode a "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003129
Theodore Ts'o6956f612005-12-31 16:46:15 -05003130#: misc/dumpe2fs.c:168
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003131msgid ""
3132"\n"
3133" Inode table at "
3134msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003135"\n"
3136" Tavola degli inode a "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003137
Theodore Ts'o6956f612005-12-31 16:46:15 -05003138#: misc/dumpe2fs.c:175
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003139#, c-format
3140msgid ""
3141"\n"
3142" %d free blocks, %d free inodes, %d directories\n"
3143msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003144"\n"
3145" %d blocchi liberi, %d inode liberi, %d directory\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003146
Theodore Ts'o6956f612005-12-31 16:46:15 -05003147#: misc/dumpe2fs.c:181
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003148msgid " Free blocks: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003149msgstr " Blocchi liberi: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003150
Theodore Ts'o6956f612005-12-31 16:46:15 -05003151#: misc/dumpe2fs.c:189
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003152msgid " Free inodes: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003153msgstr " Inode liberi: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003154
Theodore Ts'o6956f612005-12-31 16:46:15 -05003155#: misc/dumpe2fs.c:215
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003156msgid "while printing bad block list"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003157msgstr "stampando la lista dei blocchi difettosi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003158
Theodore Ts'o6956f612005-12-31 16:46:15 -05003159#: misc/dumpe2fs.c:221
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003160#, c-format
3161msgid "Bad blocks: %d"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003162msgstr "Blocchi non validi: %d"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003163
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003164#: misc/dumpe2fs.c:243 misc/tune2fs.c:232
3165msgid "while reading journal inode"
3166msgstr "leggendo l'inode del journal"
3167
3168#: misc/dumpe2fs.c:246
3169msgid "Journal size: "
3170msgstr ""
3171
3172#: misc/dumpe2fs.c:265 misc/tune2fs.c:154
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003173msgid "while reading journal superblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003174msgstr "leggendo il superblocco del journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003175
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003176#: misc/dumpe2fs.c:273
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003177msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003178msgstr "Impossibile trovare i magic numbers del superblocco del journal"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003179
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003180#: misc/dumpe2fs.c:277
3181#, fuzzy, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003182msgid ""
3183"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003184"Journal block size: %u\n"
3185"Journal length: %u\n"
3186"Journal first block: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003187"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003188"Journal start: %u\n"
3189"Journal number of users: %lu\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003190msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003191"\n"
3192"Dimensione dei blocchi del journal: %d\n"
3193"Dimensione del journal: %d\n"
3194"Primo blocco del journal: %d\n"
3195"Sequenza del journal: ox%08x\n"
3196"Inizio del journal: %d\n"
3197"Numero di utenti del journal: %d\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003198
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003199#: misc/dumpe2fs.c:290
Theodore Ts'o197abba2005-06-20 18:00:23 -04003200#, c-format
3201msgid "Journal users: %s\n"
3202msgstr ""
3203
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003204#: misc/dumpe2fs.c:345 misc/mke2fs.c:1099
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003205#, c-format
3206msgid "\tUsing %s\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003207msgstr "\tUsando %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003208
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003209#: misc/dumpe2fs.c:371 misc/e2image.c:662 misc/tune2fs.c:779 resize/main.c:245
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003210#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003211msgid "Couldn't find valid filesystem superblock.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003212msgstr "Impossibile trovare un valido superblocco per il filesystem.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003213
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003214#: misc/dumpe2fs.c:382
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003215#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003216msgid "Note: This is a byte-swapped filesystem\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003217msgstr "Nota: Questo è un filesystem a byte scambiati\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003218
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003219#: misc/dumpe2fs.c:401
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003220#, c-format
3221msgid ""
3222"\n"
3223"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003224msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05003225"\n"
3226"%s: %s: errore leggendo le mappe di bit: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003227
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003228#: misc/e2image.c:50
Theodore Ts'obc759702005-05-09 20:40:55 -04003229#, fuzzy, c-format
3230msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003231msgstr "Uso: %s [-r] dispositivo file_immagine\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003232
Theodore Ts'obc759702005-05-09 20:40:55 -04003233#: misc/e2image.c:62
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003234msgid "Couldn't allocate header buffer\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003235msgstr "Impossibile allocare il buffer d'intestazione\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003236
Theodore Ts'obc759702005-05-09 20:40:55 -04003237#: misc/e2image.c:81
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003238#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003239msgid "short write (only %d bytes) for writing image header"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003240msgstr ""
3241
Theodore Ts'obc759702005-05-09 20:40:55 -04003242#: misc/e2image.c:100
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003243msgid "while writing superblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003244msgstr "scrivendo il superblocco"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003245
Theodore Ts'obc759702005-05-09 20:40:55 -04003246#: misc/e2image.c:108
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003247msgid "while writing inode table"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003248msgstr "scrivendo la tavola degli inode"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003249
Theodore Ts'obc759702005-05-09 20:40:55 -04003250#: misc/e2image.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003251msgid "while writing block bitmap"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003252msgstr "scrivendo la mappa dei bit del blocco"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003253
Theodore Ts'obc759702005-05-09 20:40:55 -04003254#: misc/e2image.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003255msgid "while writing inode bitmap"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003256msgstr "scrivendo la mappa dei bit dell'inode"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003257
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003258#: misc/e2label.c:57
3259#, c-format
3260msgid "e2label: cannot open %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003261msgstr "e2label: impossibile aprire %s\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003262
3263#: misc/e2label.c:62
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003264#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003265msgid "e2label: cannot seek to superblock\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003266msgstr "e2label: impossibile raggiungere il superblocco\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003267
3268#: misc/e2label.c:67
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003269#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003270msgid "e2label: error reading superblock\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003271msgstr "e2label: errore durante la lettura del superblocco\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003272
3273#: misc/e2label.c:71
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003274#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003275msgid "e2label: not an ext2 filesystem\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003276msgstr "e2label: non è un filesystem ext2\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003277
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003278#: misc/e2label.c:96 misc/tune2fs.c:885
3279#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003280msgid "Warning: label too long, truncating.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003281msgstr "Attenzione: troncamento dell'etichetta, troppo lunga.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003282
3283#: misc/e2label.c:99
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003284#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003285msgid "e2label: cannot seek to superblock again\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003286msgstr "e2label: impossibile spostarsi nuovamente sul superblocco\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003287
3288#: misc/e2label.c:104
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003289#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003290msgid "e2label: error writing superblock\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003291msgstr "e2label: errore durante la scrittura del superblocco\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003292
Theodore Ts'o6956f612005-12-31 16:46:15 -05003293#: misc/e2label.c:116 misc/tune2fs.c:451
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003294#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003295msgid "Usage: e2label device [newlabel]\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003296msgstr "Uso: e2label device [nuova_etichetta]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003297
Theodore Ts'obc759702005-05-09 20:40:55 -04003298#: misc/fsck.c:346
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003299#, c-format
3300msgid "WARNING: couldn't open %s: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003301msgstr "ATTENZIONE: impossibile aprire %s: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003302
Theodore Ts'obc759702005-05-09 20:40:55 -04003303#: misc/fsck.c:356
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003304#, c-format
3305msgid "WARNING: bad format on line %d of %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003306msgstr "ATTENZIONE: formato non valido alla linea %d di %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003307
Theodore Ts'obc759702005-05-09 20:40:55 -04003308#: misc/fsck.c:371
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003309msgid ""
3310"WARNING: Your /etc/fstab does not contain the fsck passno\n"
3311"\tfield. I will kludge around things for you, but you\n"
3312"\tshould fix your /etc/fstab file as soon as you can.\n"
3313"\n"
3314msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003315"ATTENZIONE: Il file /etc/fstab non contiene il campo fsck\n"
3316"\tpassn. L'errore verrà ignorato, ma il file /etc/fstab dovrebbe\n"
3317"\tessere sistemato al più presto.\n"
3318"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003319
Theodore Ts'obc759702005-05-09 20:40:55 -04003320#: misc/fsck.c:472
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003321#, c-format
3322msgid "fsck: %s: not found\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003323msgstr "fsck: %s: non trovato\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003324
Theodore Ts'obc759702005-05-09 20:40:55 -04003325#: misc/fsck.c:585
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003326#, c-format
3327msgid "%s: wait: No more child process?!?\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003328msgstr "%s: aspetta: Non ci sono processi figli?!?\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003329
Theodore Ts'obc759702005-05-09 20:40:55 -04003330#: misc/fsck.c:607
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003331#, c-format
3332msgid "Warning... %s for device %s exited with signal %d.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003333msgstr "Attenzione... %s per il device %s è uscito con il segnale %d.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003334
Theodore Ts'obc759702005-05-09 20:40:55 -04003335#: misc/fsck.c:613
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003336#, c-format
3337msgid "%s %s: status is %x, should never happen.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003338msgstr "%s %s: lo stato è %x, non dovrebbe avvenire mai.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003339
Theodore Ts'obc759702005-05-09 20:40:55 -04003340#: misc/fsck.c:649
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003341#, c-format
3342msgid "Finished with %s (exit status %d)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003343msgstr "Terminato con %s (stato di uscita %d)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003344
Theodore Ts'obc759702005-05-09 20:40:55 -04003345#: misc/fsck.c:709
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003346#, c-format
3347msgid "%s: Error %d while executing fsck.%s for %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003348msgstr "%s: Errore %d eseguendo fsck. %s per %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003349
Theodore Ts'obc759702005-05-09 20:40:55 -04003350#: misc/fsck.c:730
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003351msgid ""
3352"Either all or none of the filesystem types passed to -t must be prefixed\n"
3353"with 'no' or '!'.\n"
3354msgstr ""
Theodore Ts'obc759702005-05-09 20:40:55 -04003355"Tutti o nessun tipo di filesystem passati con l'opzione -t devono essere "
3356"preceduti\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003357"da 'no' o '!'.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003358
Theodore Ts'obc759702005-05-09 20:40:55 -04003359#: misc/fsck.c:749
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003360msgid "Couldn't allocate memory for filesystem types\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003361msgstr "Impossibile allocare memoria per i tipi di filesystem\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003362
Theodore Ts'obc759702005-05-09 20:40:55 -04003363#: misc/fsck.c:889
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003364#, c-format
3365msgid "fsck: cannot check %s: fsck.%s not found\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003366msgstr "fsck: impossibile controllare %s: fsck.%s non trovato\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003367
Theodore Ts'obc759702005-05-09 20:40:55 -04003368#: misc/fsck.c:945
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003369msgid "Checking all file systems.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003370msgstr "Controllo di tutti i filesystem.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003371
Theodore Ts'obc759702005-05-09 20:40:55 -04003372#: misc/fsck.c:1031
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003373#, c-format
3374msgid "--waiting-- (pass %d)\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003375msgstr "--attesa-- (passo %d)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003376
Theodore Ts'obc759702005-05-09 20:40:55 -04003377#: misc/fsck.c:1051
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003378#, fuzzy
Theodore Ts'obc759702005-05-09 20:40:55 -04003379msgid ""
3380"Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003381msgstr "Uso: fsck [-ACNPRTV] [-t tipofs] [opzioni-fs] [filesys ...]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003382
Theodore Ts'obc759702005-05-09 20:40:55 -04003383#: misc/fsck.c:1093
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003384#, c-format
3385msgid "%s: too many devices\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003386msgstr "%s: troppi device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003387
Theodore Ts'obc759702005-05-09 20:40:55 -04003388#: misc/fsck.c:1126 misc/fsck.c:1212
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003389#, c-format
3390msgid "%s: too many arguments\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003391msgstr "%s: troppi parametri\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003392
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003393#: misc/lsattr.c:73
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003394#, c-format
3395msgid "Usage: %s [-RVadlv] [files...]\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003396msgstr "Uso: %s [RVadlv] [file ...]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003397
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003398#: misc/lsattr.c:83
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003399#, c-format
3400msgid "While reading flags on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003401msgstr "Durante la lettura dei flag di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003402
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003403#: misc/lsattr.c:90
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003404#, c-format
3405msgid "While reading version on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003406msgstr "Durante la lettura della versione di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003407
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003408#: misc/mke2fs.c:96
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003409#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003410msgid ""
3411"Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003412"\t[-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003413"\t[-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]\n"
3414"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003415"\t[-r fs-revision] [-R options] [-qvSV] device [blocks-count]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003416msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05003417"Uso: %s [-c|-t|-l nomefile] [-b dim_blocchi] [-f dim_frammento]\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003418"\t[-i byte-per-inode] [-j] [-J opzioni-journal] [-N numero-di-inode]\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003419"\t[-m percentuale-blocchi-riservati] [-o os-origine] [-g blocchi-per-"
3420"gruppo]\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003421"\t[-L etichetta-volume] [-M ultima-dir-montata] [-O caratteristica[,...]]\n"
3422"\t[-r revisione-fs] [-R opz_raid] [-qvSV] device [numero-blocchi]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003423
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003424#: misc/mke2fs.c:195
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003425#, c-format
3426msgid "Running command: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003427msgstr "Esecuzione del comando: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003428
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003429#: misc/mke2fs.c:199
Theodore Ts'obc759702005-05-09 20:40:55 -04003430#, fuzzy, c-format
3431msgid "while trying to run '%s'"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003432msgstr "provando a caricare '%s'"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003433
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003434#: misc/mke2fs.c:206
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003435msgid "while processing list of bad blocks from program"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003436msgstr "analizzando una lista di blocchi non validi dal programma"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003437
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003438#: misc/mke2fs.c:233
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003439#, c-format
3440msgid "Block %d in primary superblock/group descriptor area bad.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003441msgstr ""
3442"Blocco %d non valido nel superblocco primario/area del descrittore di "
3443"gruppo.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003444
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003445#: misc/mke2fs.c:235
3446#, fuzzy, c-format
3447msgid "Blocks %u through %d must be good in order to build a filesystem.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003448msgstr ""
3449"I blocchi da %d a %d devono essere validi per costruire un filesystem.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003450
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003451#: misc/mke2fs.c:238
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003452msgid "Aborting....\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003453msgstr "Annullamento....\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003454
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003455#: misc/mke2fs.c:258
3456#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003457msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003458"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003459"\tbad blocks.\n"
3460"\n"
3461msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003462"Attenzione: il superblocco di backup/descrittori di gruppo ai blocchi %d\n"
3463"\tcontengono blocchi non validi.\n"
3464"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003465
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003466#: misc/mke2fs.c:276
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003467msgid "while marking bad blocks as used"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003468msgstr "contrassegnando i blocchi non validi come utilizzati"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003469
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003470#: misc/mke2fs.c:334
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003471msgid "done \n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003472msgstr "fatto \n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003473
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003474#: misc/mke2fs.c:369
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003475msgid "while allocating zeroizing buffer"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003476msgstr "allocando i buffer zeroizing"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003477
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003478#: misc/mke2fs.c:410
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003479msgid "Writing inode tables: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003480msgstr "Scrittura delle tavole degli inode: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003481
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003482#: misc/mke2fs.c:421
3483#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003484msgid ""
3485"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003486"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003487msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003488"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003489"Impossibile scrivere %d blocchi nella tavola degli inode iniziando da %d: %"
3490"s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003491
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003492#: misc/mke2fs.c:444
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003493msgid "while creating root dir"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003494msgstr "creando la directory root"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003495
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003496#: misc/mke2fs.c:451
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003497msgid "while reading root inode"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003498msgstr "creando l'inode root"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003499
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003500#: misc/mke2fs.c:460
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003501msgid "while setting root inode ownership"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003502msgstr "impostando i permessi dell'inode root"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003503
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003504#: misc/mke2fs.c:478
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003505msgid "while creating /lost+found"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003506msgstr "creando /lost+found"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003507
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003508#: misc/mke2fs.c:485
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003509msgid "while looking up /lost+found"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003510msgstr "cercando /lost+found"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003511
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003512#: misc/mke2fs.c:495
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003513msgid "while expanding /lost+found"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003514msgstr "espandendo /lost+found"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003515
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003516#: misc/mke2fs.c:511
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003517msgid "while setting bad block inode"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003518msgstr "impostando l'inode del blocco difettoso"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003519
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003520#: misc/mke2fs.c:543
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003521#, c-format
3522msgid "Out of memory erasing sectors %d-%d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003523msgstr "Fine memoria cancellando i settori %d-%d\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003524
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003525#: misc/mke2fs.c:553
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003526#, c-format
3527msgid "Warning: could not read block 0: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003528msgstr "Attenzione: impossibile leggere il blocco 0: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003529
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003530#: misc/mke2fs.c:569
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003531#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003532msgid "Warning: could not erase sector %d: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003533msgstr "Attenzione: impossibile cancellare il settore %d: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003534
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003535#: misc/mke2fs.c:585
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003536msgid "while initializing journal superblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003537msgstr "inizializzando il superblocco del journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003538
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003539#: misc/mke2fs.c:591
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003540msgid "Zeroing journal device: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003541msgstr "Azzeramento del device di journaling: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003542
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003543#: misc/mke2fs.c:598
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003544#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003545msgid "while zeroing journal device (block %u, count %d)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003546msgstr "azzerando il device di journaling (blocco %u, numero %d)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003547
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003548#: misc/mke2fs.c:609
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003549msgid "while writing journal superblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003550msgstr "scrivendo il superblocco del journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003551
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003552#: misc/mke2fs.c:625
3553#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003554msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003555"warning: %u blocks unused.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003556"\n"
3557msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003558"attenzione: %d blocchi inutilizzati.\n"
3559"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003560
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003561#: misc/mke2fs.c:630
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003562#, c-format
3563msgid "Filesystem label=%s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003564msgstr "Etichetta del filesystem=%s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003565
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003566#: misc/mke2fs.c:631
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003567msgid "OS type: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003568msgstr "Tipo SO: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003569
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003570#: misc/mke2fs.c:636
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003571#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003572msgid "Block size=%u (log=%u)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003573msgstr "Dimensione blocco=%u (log=%u)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003574
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003575#: misc/mke2fs.c:638
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003576#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003577msgid "Fragment size=%u (log=%u)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003578msgstr "Dimensione frammento=%u (log=%u)\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003579
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003580#: misc/mke2fs.c:640
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003581#, c-format
3582msgid "%u inodes, %u blocks\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003583msgstr "%u inode, %u blocchi\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003584
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003585#: misc/mke2fs.c:642
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003586#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003587msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003588msgstr "%u blocchi (%2.2f%%) riservati per l'utente root\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003589
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003590#: misc/mke2fs.c:645
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003591#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003592msgid "First data block=%u\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003593msgstr "Primo blocco dati=%u\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003594
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003595#: misc/mke2fs.c:647
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003596#, fuzzy, c-format
3597msgid "Maximum filesystem blocks=%lu\n"
3598msgstr "Etichetta del filesystem=%s\n"
3599
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003600#: misc/mke2fs.c:652
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003601#, c-format
3602msgid "%u block groups\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003603msgstr "%u gruppi di blocchi\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003604
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003605#: misc/mke2fs.c:654
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003606#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003607msgid "%u block group\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003608msgstr "%u gruppo di blocchi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003609
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003610#: misc/mke2fs.c:655
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003611#, c-format
3612msgid "%u blocks per group, %u fragments per group\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003613msgstr "%u blocchi per gruppo, %u frammenti per gruppo\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003614
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003615#: misc/mke2fs.c:657
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003616#, c-format
3617msgid "%u inodes per group\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003618msgstr "%u inode per gruppo\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003619
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003620#: misc/mke2fs.c:664
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003621#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003622msgid "Superblock backups stored on blocks: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003623msgstr "Backup del superblocco salvati nei blocchi: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003624
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003625#: misc/mke2fs.c:720
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003626#, fuzzy, c-format
3627msgid "Couldn't allocate memory to parse options!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003628msgstr "Impossibile allocare memoria per fare il parsing delle opzioni raid!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003629
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003630#: misc/mke2fs.c:744
Theodore Ts'obc759702005-05-09 20:40:55 -04003631#, fuzzy, c-format
3632msgid "Invalid stride parameter: %s\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003633msgstr "Parametro di stride non valido.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003634
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003635#: misc/mke2fs.c:765
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003636#, fuzzy, c-format
3637msgid "Invalid resize parameter: %s\n"
3638msgstr "Parametro di stride non valido.\n"
3639
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003640#: misc/mke2fs.c:772
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003641#, c-format
3642msgid "The resize maximum must be greater than the filesystem size.\n"
3643msgstr ""
3644
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003645#: misc/mke2fs.c:803
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003646#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003647msgid ""
3648"\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003649"Bad options specified.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003650"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003651"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003652"\tis set off by an equals ('=') sign.\n"
3653"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003654"Valid extended options are:\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003655"\tstride=<stride length in blocks>\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003656"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003657"\n"
3658msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003659"\n"
3660"Opzioni raid non valide.\n"
3661"\n"
3662"Le opzioni raid sono separte da virgole, e possono avere un parametro, che\n"
3663"\tè passato da un segno di uguale ('=').\n"
3664"\n"
3665"Le opzioni raid valide sono:\n"
3666"\tstride=lunghezza stride in blocchi>\n"
3667"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003668
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003669#: misc/mke2fs.c:828
3670#, c-format
3671msgid ""
3672"Syntax error in mke2fs config file (%s, line #%d)\n"
3673"\t%s\n"
3674msgstr ""
3675
3676#: misc/mke2fs.c:841 misc/tune2fs.c:303
3677#, c-format
3678msgid "Invalid filesystem option set: %s\n"
3679msgstr "Set di opzioni del filesystem non valido: %s\n"
3680
3681#: misc/mke2fs.c:938
Theodore Ts'obc759702005-05-09 20:40:55 -04003682#, fuzzy, c-format
3683msgid "invalid block size - %s"
3684msgstr "dimensione del blocco difettoso - %s"
3685
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003686#: misc/mke2fs.c:942
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003687#, c-format
3688msgid "Warning: blocksize %d not usable on most systems.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003689msgstr ""
3690"Attenzione: la dimensione di blocco %d non è utilizzabile su molti sistemi.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003691
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003692#: misc/mke2fs.c:959
Theodore Ts'o197abba2005-06-20 18:00:23 -04003693#, fuzzy, c-format
3694msgid "invalid fragment size - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003695msgstr "dimensione del frammento non valida - %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003696
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003697#: misc/mke2fs.c:965
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003698#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003699msgid "Warning: fragments not supported. Ignoring -f option\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003700msgstr "Attenzione: frammenti non supportati. Opzione -f ignorata\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003701
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003702#: misc/mke2fs.c:972
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003703msgid "Illegal number for blocks per group"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003704msgstr "Numero di blocchi per gruppo non valido"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003705
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003706#: misc/mke2fs.c:977
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003707msgid "blocks per group must be multiple of 8"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003708msgstr "i blocchi per gruppo devono essere multipli di 8"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003709
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003710#: misc/mke2fs.c:987
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003711#, fuzzy, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003712msgid "invalid inode ratio %s (min %d/max %d)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003713msgstr "tasso di inode non valido %s (min %d/max %d)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003714
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003715#: misc/mke2fs.c:1004
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003716msgid "in malloc for bad_blocks_filename"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003717msgstr "nella malloc per bad_blocks_filename"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003718
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003719#: misc/mke2fs.c:1013
Theodore Ts'o197abba2005-06-20 18:00:23 -04003720#, fuzzy, c-format
3721msgid "invalid reserved blocks percent - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003722msgstr "percentuale di blocchi riservati non valida - %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003723
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003724#: misc/mke2fs.c:1031
Theodore Ts'o6956f612005-12-31 16:46:15 -05003725#, fuzzy, c-format
3726msgid "bad revision level - %s"
3727msgstr "intervallo non valido - %s"
3728
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003729#: misc/mke2fs.c:1044
Theodore Ts'o197abba2005-06-20 18:00:23 -04003730#, fuzzy, c-format
3731msgid "invalid inode size - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003732msgstr "dimensione inode non valida - %s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003733
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003734#: misc/mke2fs.c:1065
Theodore Ts'o6956f612005-12-31 16:46:15 -05003735#, fuzzy, c-format
3736msgid "bad num inodes - %s"
3737msgstr "intervallo non valido - %s"
3738
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003739#: misc/mke2fs.c:1123 misc/mke2fs.c:1588
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003740#, c-format
3741msgid "while trying to open journal device %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003742msgstr "durante l'apertura del dispositivo di journaling %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003743
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003744#: misc/mke2fs.c:1129
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003745#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003746msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003747msgstr ""
3748"Dimensione dei blocchi del device di journaling (%d) minore della dim minima "
3749"dei blocchi %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003750
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003751#: misc/mke2fs.c:1143
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003752#, c-format
3753msgid "%d-byte blocks too big for system (max %d)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003754msgstr "blocchi di %d byte troppo grandi per il sistema (max %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003755
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003756#: misc/mke2fs.c:1147
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003757#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003758msgid ""
3759"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3760msgstr ""
3761"Attenzione: blocchi di %d bytes troppo grandi per il sistema (max %d), "
3762"continuo comunque\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003763
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003764#: misc/mke2fs.c:1165
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003765msgid "filesystem"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003766msgstr "filesystem"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003767
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003768#: misc/mke2fs.c:1188 resize/main.c:279
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003769msgid "while trying to determine filesystem size"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003770msgstr "tentando di determinare la dimensione del filesystem"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003771
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003772#: misc/mke2fs.c:1194
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003773msgid ""
3774"Couldn't determine device size; you must specify\n"
3775"the size of the filesystem\n"
3776msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003777"Impossibile determinare la dimensione del device: bisogna\n"
3778"specificare la dimensione del filesystem\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003779
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003780#: misc/mke2fs.c:1201
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003781msgid ""
3782"Device size reported to be zero. Invalid partition specified, or\n"
3783"\tpartition table wasn't reread after running fdisk, due to\n"
3784"\ta modified partition being busy and in use. You may need to reboot\n"
3785"\tto re-read your partition table.\n"
3786msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003787"Sembra che la dimensione del device sia zero. Specificata partizione non\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003788"\tvalida o la tabella delle partizioni non è stata riletta dopo "
3789"l'esecuzione\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003790"\tdi fdisk, poiché una partizione modificata era occupata. Potrebbe essere\n"
3791"\tnecessario riavviare per rileggere la tabella delle partizioni.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003792
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003793#: misc/mke2fs.c:1219
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003794msgid "Filesystem larger than apparent device size."
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003795msgstr "Il filesystem è più grande della dimensione apparente del device."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003796
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003797#: misc/mke2fs.c:1238
3798#, c-format
3799msgid "Filesystem features not supported with revision 0 filesystems\n"
3800msgstr ""
3801
3802#: misc/mke2fs.c:1297
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003803msgid "while trying to determine hardware sector size"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003804msgstr "provando a determinare la dimensione del settore hardware"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003805
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003806#: misc/mke2fs.c:1349
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003807msgid "reserved online resize blocks not supported on non-sparse filesystem"
3808msgstr ""
3809
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003810#: misc/mke2fs.c:1358
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003811msgid "blocks per group count out of range"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003812msgstr "conteggio dei blocchi per gruppo fuori dall'intervallo"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003813
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003814#: misc/mke2fs.c:1365
Theodore Ts'o6956f612005-12-31 16:46:15 -05003815msgid ""
3816"Filesystem too large. No more than 2**31-1 blocks\n"
3817"\t (8TB using a blocksize of 4k) are currently supported."
3818msgstr ""
3819
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003820#: misc/mke2fs.c:1372
3821#, c-format
3822msgid ""
3823"\n"
3824"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3825"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3826"\n"
3827msgstr ""
3828
3829#: misc/mke2fs.c:1381
Theodore Ts'o197abba2005-06-20 18:00:23 -04003830#, fuzzy, c-format
3831msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003832msgstr "dimensione dell'inode non valida: %d (min %d/max %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003833
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003834#: misc/mke2fs.c:1387
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003835#, c-format
3836msgid "Warning: %d-byte inodes not usable on most systems\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003837msgstr ""
3838"Attenzione: gli inode di %d byte non sono utilizzabili su molti sistemi\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003839
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003840#: misc/mke2fs.c:1438
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003841#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003842msgid "while setting up superblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003843msgstr "impostando il superblocco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003844
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003845#: misc/mke2fs.c:1472
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003846#, c-format
3847msgid "unknown os - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003848msgstr "so sconosciuto - %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003849
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003850#: misc/mke2fs.c:1526
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003851msgid "while trying to allocate filesystem tables"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003852msgstr "tentando di allocare le tabelle del filesystem"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003853
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003854#: misc/mke2fs.c:1557
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003855#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003856msgid "while zeroing block %u at end of filesystem"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003857msgstr "azzerando il blocco %u alla fine del filesystem"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003858
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003859#: misc/mke2fs.c:1570
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003860#, fuzzy
3861msgid "while reserving blocks for online resize"
3862msgstr "leggendo l'inode dei blocchi non validi"
3863
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003864#: misc/mke2fs.c:1581 misc/tune2fs.c:388
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003865msgid "journal"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003866msgstr "journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003867
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003868#: misc/mke2fs.c:1593
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003869#, c-format
3870msgid "Adding journal to device %s: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003871msgstr "Aggiunta del journal al device %s: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003872
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003873#: misc/mke2fs.c:1600
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003874#, c-format
3875msgid ""
3876"\n"
3877"\twhile trying to add journal to device %s"
3878msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003879"\n"
3880"\tcercando di agigungere il journal al device %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003881
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003882#: misc/mke2fs.c:1605 misc/mke2fs.c:1631 misc/tune2fs.c:416 misc/tune2fs.c:430
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003883#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003884msgid "done\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003885msgstr "fatto\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003886
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003887#: misc/mke2fs.c:1619
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003888#, c-format
3889msgid "Creating journal (%d blocks): "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003890msgstr "Creazione del journal (%d blocchi): "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003891
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003892#: misc/mke2fs.c:1627
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003893msgid ""
3894"\n"
3895"\twhile trying to create journal"
3896msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003897"\n"
3898"\tcercando di creare il journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003899
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003900#: misc/mke2fs.c:1636
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003901#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003902msgid "Writing superblocks and filesystem accounting information: "
Theodore Ts'obc759702005-05-09 20:40:55 -04003903msgstr ""
3904"Scrittura delle informazioni dei superblocchi e dell'accounting del "
3905"filesystem: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003906
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003907#: misc/mke2fs.c:1641
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003908#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003909msgid ""
3910"\n"
3911"Warning, had trouble writing out superblocks."
3912msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003913"\n"
3914"Attenzione, problemi durante la scrittura dei superblocchi."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003915
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003916#: misc/mke2fs.c:1644
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003917#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003918msgid ""
3919"done\n"
3920"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003921msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003922"fatto\n"
3923"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003924
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003925#: misc/mklost+found.c:49
3926#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003927msgid "Usage: mklost+found\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003928msgstr "Uso: mklost+found\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003929
Theodore Ts'o6956f612005-12-31 16:46:15 -05003930#: misc/tune2fs.c:78
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003931msgid "Please run e2fsck on the filesystem.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003932msgstr "Eseguire e2fsck sul filesystem.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003933
Theodore Ts'o6956f612005-12-31 16:46:15 -05003934#: misc/tune2fs.c:85
Theodore Ts'o197abba2005-06-20 18:00:23 -04003935#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003936msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04003937"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
3938"\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
3939"\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
3940"\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
3941"\t[-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
3942"\t[-O [^]feature[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003943msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05003944"Uso: %s [-c max-numero-mount] [-e comportamento-errori] [-g gruppo]\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003945"\t[-i intervallo[d|m|w]] [-j] [-J opzioni-journal]\n"
3946"\t[-l] [-s flag-sparse] [-m percentuale-blocchi-riservati]\n"
3947"\t[-o [^]opzioni-mount[,...]] [-r numero-blocchi-riservati]\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003948"\t[-u utente] [-C numero-mount] [-L etichetta-volume] [-M ultima-dir-"
3949"montata]\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003950"\t[-O [^]caratteristica[,...]] [-T ultimo-controllo] [-U UUID] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003951
Theodore Ts'o6956f612005-12-31 16:46:15 -05003952#: misc/tune2fs.c:142
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003953msgid "while trying to open external journal"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003954msgstr "cercando di aprire il journal esterno"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003955
Theodore Ts'o6956f612005-12-31 16:46:15 -05003956#: misc/tune2fs.c:146
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003957#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003958msgid "%s is not a journal device.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003959msgstr "%s non è un dispositivo di journaling.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003960
Theodore Ts'o6956f612005-12-31 16:46:15 -05003961#: misc/tune2fs.c:161
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003962msgid "Journal superblock not found!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003963msgstr "Superblocco del journal non trovato!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003964
Theodore Ts'o6956f612005-12-31 16:46:15 -05003965#: misc/tune2fs.c:173
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003966msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003967msgstr "UUID del filesystem non trovato sul dispositivo di journaling.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003968
Theodore Ts'o6956f612005-12-31 16:46:15 -05003969#: misc/tune2fs.c:194
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003970msgid "Journal NOT removed\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003971msgstr "Journal NON rimosso\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003972
Theodore Ts'o6956f612005-12-31 16:46:15 -05003973#: misc/tune2fs.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003974msgid "Journal removed\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003975msgstr "Journal rimosso\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003976
Theodore Ts'o6956f612005-12-31 16:46:15 -05003977#: misc/tune2fs.c:239
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003978msgid "while reading bitmaps"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003979msgstr "leggendo le mappe dei bit"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003980
Theodore Ts'o6956f612005-12-31 16:46:15 -05003981#: misc/tune2fs.c:246
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003982msgid "while clearing journal inode"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003983msgstr "azzerando l'inode del journal"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003984
Theodore Ts'o6956f612005-12-31 16:46:15 -05003985#: misc/tune2fs.c:257
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003986msgid "while writing journal inode"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003987msgstr "scrivendo l'inode del journal"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003988
Theodore Ts'o6956f612005-12-31 16:46:15 -05003989#: misc/tune2fs.c:272
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003990#, c-format
3991msgid "Invalid mount option set: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003992msgstr "Insieme di opzioni di mount non valido: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003993
Theodore Ts'o6956f612005-12-31 16:46:15 -05003994#: misc/tune2fs.c:318
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003995msgid ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003996"The has_journal flag may only be cleared when the filesystem is\n"
3997"unmounted or mounted read-only.\n"
3998msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003999"Il flag has_journal può essere azzerato quando il filesystem non\n"
4000"è montato o è montato solo in lettura.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004001
Theodore Ts'o6956f612005-12-31 16:46:15 -05004002#: misc/tune2fs.c:326
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004003msgid ""
4004"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4005"the has_journal flag.\n"
4006msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004007"Il flag needs_recovery è impostato. Eseguire e2fsck prima di azzerare\n"
4008"il flag has_journal.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004009
Theodore Ts'o6956f612005-12-31 16:46:15 -05004010#: misc/tune2fs.c:383
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004011msgid "The filesystem already has a journal.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004012msgstr "Il filesystem ha già un journal.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004013
Theodore Ts'o6956f612005-12-31 16:46:15 -05004014#: misc/tune2fs.c:400
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004015#, c-format
4016msgid ""
4017"\n"
4018"\twhile trying to open journal on %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004019msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004020"\n"
4021"\ttentando di aprire il journal in %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004022
Theodore Ts'o6956f612005-12-31 16:46:15 -05004023#: misc/tune2fs.c:404
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004024#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004025msgid "Creating journal on device %s: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004026msgstr "Creando il journal per il device %s: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004027
Theodore Ts'o6956f612005-12-31 16:46:15 -05004028#: misc/tune2fs.c:412
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004029#, c-format
4030msgid "while adding filesystem to journal on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004031msgstr "aggiungendo un filesystem al journal in %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004032
Theodore Ts'o6956f612005-12-31 16:46:15 -05004033#: misc/tune2fs.c:418
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004034msgid "Creating journal inode: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004035msgstr "Creazione dell'inode del journal: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004036
Theodore Ts'o6956f612005-12-31 16:46:15 -05004037#: misc/tune2fs.c:427
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004038msgid ""
4039"\n"
4040"\twhile trying to create journal file"
4041msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004042"\n"
4043"\tcercando di creare il file di journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004044
Theodore Ts'o6956f612005-12-31 16:46:15 -05004045#: misc/tune2fs.c:493
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004046#, c-format
4047msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o72933b92005-01-11 14:05:00 -05004048msgstr "Impossibile comprendere il formato di data/ora: %s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004049
Theodore Ts'o6956f612005-12-31 16:46:15 -05004050#: misc/tune2fs.c:515 misc/tune2fs.c:528
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004051#, c-format
4052msgid "bad mounts count - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004053msgstr "numero di mount non validi - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004054
Theodore Ts'o6956f612005-12-31 16:46:15 -05004055#: misc/tune2fs.c:544
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004056#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004057msgid "bad error behavior - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004058msgstr "comportamento relativo ad un errore non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004059
Theodore Ts'o6956f612005-12-31 16:46:15 -05004060#: misc/tune2fs.c:567
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004061#, c-format
4062msgid "bad gid/group name - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004063msgstr "gid/nome gruppo non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004064
Theodore Ts'o6956f612005-12-31 16:46:15 -05004065#: misc/tune2fs.c:600
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004066#, c-format
4067msgid "bad interval - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004068msgstr "intervallo non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004069
Theodore Ts'o6956f612005-12-31 16:46:15 -05004070#: misc/tune2fs.c:628
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004071#, c-format
4072msgid "bad reserved block ratio - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004073msgstr "percentuale di blocchi riservati non valida - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004074
Theodore Ts'o6956f612005-12-31 16:46:15 -05004075#: misc/tune2fs.c:643
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004076msgid "-o may only be specified once"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004077msgstr "-o può essere specificata solo una volta"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004078
Theodore Ts'o6956f612005-12-31 16:46:15 -05004079#: misc/tune2fs.c:653
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004080msgid "-O may only be specified once"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004081msgstr "-O può essere specificata solo una volta"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004082
Theodore Ts'o6956f612005-12-31 16:46:15 -05004083#: misc/tune2fs.c:663
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004084#, c-format
4085msgid "bad reserved blocks count - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004086msgstr "numero di blocchi riservati non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004087
Theodore Ts'o6956f612005-12-31 16:46:15 -05004088#: misc/tune2fs.c:692
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004089#, c-format
4090msgid "bad uid/user name - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004091msgstr "uid/nome utente non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004092
Theodore Ts'o6956f612005-12-31 16:46:15 -05004093#: misc/tune2fs.c:802
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004094#, c-format
4095msgid "Setting maximal mount count to %d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004096msgstr "Impostazione del numero massimo di mount a %d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004097
Theodore Ts'o6956f612005-12-31 16:46:15 -05004098#: misc/tune2fs.c:808
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004099#, c-format
4100msgid "Setting current mount count to %d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004101msgstr "Impostazione del numero attuale di mount a %d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004102
Theodore Ts'o6956f612005-12-31 16:46:15 -05004103#: misc/tune2fs.c:813
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004104#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004105msgid "Setting error behavior to %d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004106msgstr "Impostazione del comportamento da errore a %d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004107
Theodore Ts'o6956f612005-12-31 16:46:15 -05004108#: misc/tune2fs.c:818
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004109#, c-format
4110msgid "Setting reserved blocks gid to %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004111msgstr "Impostazione del gid dei blocchi riservati a %lu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004112
Theodore Ts'o6956f612005-12-31 16:46:15 -05004113#: misc/tune2fs.c:823
Theodore Ts'obc759702005-05-09 20:40:55 -04004114#, fuzzy, c-format
4115msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004116msgstr "Impostazione dell'intervallo tra i controlli a %lu secondi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004117
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004118#: misc/tune2fs.c:828
Theodore Ts'o6956f612005-12-31 16:46:15 -05004119#, fuzzy, c-format
4120msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004121msgstr ""
4122"Impostazione della percentuale di blocchi riservati a %lu (%u blocchi)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004123
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004124#: misc/tune2fs.c:834
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004125#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004126msgid "reserved blocks count is too big (%lu)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004127msgstr "il numero di blocchi riservati è troppo alto (%lu)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004128
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004129#: misc/tune2fs.c:840
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004130#, c-format
4131msgid "Setting reserved blocks count to %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004132msgstr "Impostazione del numero di blocchi riservati a %lu\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004133
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004134#: misc/tune2fs.c:846
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004135msgid ""
4136"\n"
4137"The filesystem already has sparse superblocks.\n"
4138msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05004139"\n"
4140"Il filesystem ha già dei superblocchi sparsi.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004141
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004142#: misc/tune2fs.c:853
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004143#, c-format
4144msgid ""
4145"\n"
4146"Sparse superblock flag set. %s"
4147msgstr ""
4148
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004149#: misc/tune2fs.c:860
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004150msgid ""
4151"\n"
4152"The filesystem already has sparse superblocks disabled.\n"
4153msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05004154"\n"
4155"Il filesystem ha già dei superblocchi sparsi disattivati.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004156
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004157#: misc/tune2fs.c:868
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004158#, c-format
4159msgid ""
4160"\n"
4161"Sparse superblock flag cleared. %s"
4162msgstr ""
4163
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004164#: misc/tune2fs.c:875
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004165#, c-format
4166msgid "Setting time filesystem last checked to %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004167msgstr ""
4168"Impostazione di data ed ora dell'ultimo controllo del filesystem a %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004169
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004170#: misc/tune2fs.c:881
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004171#, c-format
4172msgid "Setting reserved blocks uid to %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004173msgstr "Impostazione dell'uid dei blocchi riservati a %lu\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004174
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004175#: misc/tune2fs.c:914
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004176msgid "Invalid UUID format\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004177msgstr "Formato UUID non valido\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004178
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004179#: misc/util.c:72
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004180msgid "Proceed anyway? (y,n) "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004181msgstr "Procedere comunque? (y,n) "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004182
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004183#: misc/util.c:93
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004184#, c-format
4185msgid "Could not stat %s --- %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004186msgstr "Impossibile fare stat di %s --- %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004187
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004188#: misc/util.c:96
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004189msgid ""
4190"\n"
4191"The device apparently does not exist; did you specify it correctly?\n"
4192msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004193"\n"
4194"Sembra che il dispositivo non esista; è stato specificato correttamente?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004195
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004196#: misc/util.c:107
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004197#, c-format
4198msgid "%s is not a block special device.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004199msgstr "%s non è un device speciale a blocchi.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004200
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004201#: misc/util.c:136
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004202#, c-format
4203msgid "%s is entire device, not just one partition!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004204msgstr "%s è un device intero, non solo una partizione.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004205
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004206#: misc/util.c:158
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004207msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004208msgstr ""
4209"mke2fs è stato forzato comunque. Si spera che /etc/mtab sia sbagliato.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004210
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004211#: misc/util.c:163
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004212#, c-format
4213msgid "will not make a %s here!\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004214msgstr "non farò un %s qui!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004215
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004216#: misc/util.c:170
4217msgid "mke2fs forced anyway.\n"
4218msgstr ""
4219
4220#: misc/util.c:186
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004221msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004222msgstr ""
4223"Impossibile allocare memoria per fare il parsing delle opzioni del journal!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004225#: misc/util.c:228
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004226msgid ""
4227"\n"
4228"Bad journal options specified.\n"
4229"\n"
4230"Journal options are separated by commas, and may take an argument which\n"
4231"\tis set off by an equals ('=') sign.\n"
4232"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004233"Valid journal options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004234"\tsize=<journal size in megabytes>\n"
4235"\tdevice=<journal device>\n"
4236"\n"
4237"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4238"\n"
4239msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004240"\n"
4241"Sono state specificate opzioni non valide per il journal.\n"
4242"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004243"Le opzioni per il journal sono separate da virgole, e possono avere un "
4244"parametro,\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004245"\tpassato da un segno di uguale ('=').\n"
4246"\n"
4247"Opzioni valide per il journal sono:\n"
4248"\tsize=<dimensione del journal in MB>\n"
4249"\tdevice=<dispositivo di journal>\n"
4250"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004251"La dimensione del journal dev'essere compreso tra 1024 e 102400 blocchi del "
4252"filesystem.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004253"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004254
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004255#: misc/util.c:255
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004256msgid ""
4257"\n"
4258"Filesystem too small for a journal\n"
4259msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004260"\n"
4261"Filesystem troppo piccolo per un journal\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004262
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004263#: misc/util.c:262
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004264#, c-format
4265msgid ""
4266"\n"
4267"The requested journal size is %d blocks; it must be\n"
4268"between 1024 and 102400 blocks. Aborting.\n"
4269msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004270"\n"
4271"La dimensione specificata del journal è di %d blocchi, ma essa\n"
4272"dev'essere compresa tra 1024 e 102400 blocchi. Operazione annullata.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004273
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004274#: misc/util.c:270
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004275msgid ""
4276"\n"
4277"Journal size too big for filesystem.\n"
4278msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004279"\n"
4280"Dimensione del journal troppo grande per il filesystem.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004282#: misc/util.c:294
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004283#, c-format
4284msgid ""
4285"This filesystem will be automatically checked every %d mounts or\n"
4286"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4287msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004288"Questo filesystem verrà automaticamente controllato ogni %d mount, o\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004289"%g giorni, a seconda di quale venga prima. Usare tune2fs -c o -i per "
4290"cambiare.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004291
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004292#: misc/uuidgen.c:30
4293#, c-format
4294msgid "Usage: %s [-r] [-t]\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05004295msgstr "Uso: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004296
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004297#: resize/extent.c:196
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004298#, fuzzy
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004299msgid "# Extent dump:\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004300msgstr "# Dump esteso:\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004301
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004302#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004303#, c-format
4304msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4305msgstr ""
4306
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004307#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004308#, c-format
4309msgid "#\t\t %u -> %u (%d)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004310msgstr "#\t\t %u -> %u (%d)\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004311
Theodore Ts'o6956f612005-12-31 16:46:15 -05004312#: resize/main.c:39
Theodore Ts'obc759702005-05-09 20:40:55 -04004313#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004314msgid ""
Theodore Ts'obc759702005-05-09 20:40:55 -04004315"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004316"\n"
4317msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05004318"Uso: %s [-d flag_di_debug] [-f] [-F] [-p] device [nuova-dimensione]\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004319"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004320
Theodore Ts'o6956f612005-12-31 16:46:15 -05004321#: resize/main.c:61
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004322msgid "Extending the inode table"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004323msgstr "Estensione della tavola degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004324
Theodore Ts'o6956f612005-12-31 16:46:15 -05004325#: resize/main.c:64
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004326msgid "Relocating blocks"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004327msgstr "Rilocazione dei blocchi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004328
Theodore Ts'o6956f612005-12-31 16:46:15 -05004329#: resize/main.c:67
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004330msgid "Scanning inode table"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004331msgstr "Scansione della tavola degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004332
Theodore Ts'o6956f612005-12-31 16:46:15 -05004333#: resize/main.c:70
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004334msgid "Updating inode references"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004335msgstr "Aggiornamento dei riferimenti degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004336
Theodore Ts'o6956f612005-12-31 16:46:15 -05004337#: resize/main.c:73
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004338msgid "Moving inode table"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004339msgstr "Spostamento della tavola degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004340
Theodore Ts'o6956f612005-12-31 16:46:15 -05004341#: resize/main.c:76
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004342msgid "Unknown pass?!?"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004343msgstr "Passo sconosciuto?!?"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004344
Theodore Ts'o6956f612005-12-31 16:46:15 -05004345#: resize/main.c:79
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004346#, c-format
4347msgid "Begin pass %d (max = %lu)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004348msgstr "Inizio del passo %d (max = %lu)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004349
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004350#: resize/main.c:200
Theodore Ts'o6956f612005-12-31 16:46:15 -05004351#, fuzzy, c-format
4352msgid "while opening %s"
4353msgstr "avviando la scansione degli inode"
4354
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004355#: resize/main.c:212
Theodore Ts'o6956f612005-12-31 16:46:15 -05004356#, fuzzy, c-format
4357msgid "while getting stat information for %s"
4358msgstr "impostando la versione a %s"
4359
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004360#: resize/main.c:286
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004361#, c-format
4362msgid "bad filesystem size - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004363msgstr "dimensione filesystem non valida - %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004364
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004365#: resize/main.c:313
4366#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004367msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004368"The containing partition (or device) is only %u (%dk) blocks.\n"
4369"You requested a new size of %u blocks.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004370"\n"
4371msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004372"La partizione (o device) contenente è solo di %d (%dk) blocchi.\n"
4373"E' stata richiesta una nuova dimensione di %d blocchi.\n"
4374"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004375
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004376#: resize/main.c:320
4377#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004378msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004379"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004380"\n"
4381msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004382"Il filesystem è già lungo %d blocchi. Nulla da fare!\n"
4383"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004384
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004385#: resize/main.c:331
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004386#, c-format
4387msgid ""
4388"Please run 'e2fsck -f %s' first.\n"
4389"\n"
4390msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004391"Eseguire prima 'e2fsck -f %s'.\n"
4392"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004393
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004394#: resize/main.c:342
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004395#, c-format
4396msgid "while trying to resize %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004397msgstr "provando a ridimensionare %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004398
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004399#: resize/main.c:347
4400#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004401msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004402"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004403"\n"
4404msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004405"Il filesystem su %s è ora lungo %d blocchi.\n"
4406"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004407
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004408#: resize/resize2fs.c:638
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004409msgid "reserved blocks"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004410msgstr "blocchi riservati"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004411
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004412#: resize/resize2fs.c:643
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004413msgid "blocks to be moved"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004414msgstr "blocchi da spostare"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004415
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004416#: resize/resize2fs.c:648
Theodore Ts'obc759702005-05-09 20:40:55 -04004417msgid "meta-data blocks"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004418msgstr ""
4419
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004420#: resize/resize2fs.c:1528
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004421#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004422msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004423msgstr ""
4424
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004425#~ msgid ""
4426#~ "%s is mounted; can't resize a mounted filesystem!\n"
4427#~ "\n"
4428#~ msgstr ""
4429#~ "%s è montato; impossibile ridimensionare un filesystem montato!\n"
4430#~ "\n"
4431
Theodore Ts'o6956f612005-12-31 16:46:15 -05004432#~ msgid "done \n"
4433#~ msgstr "fatto \n"
4434
Theodore Ts'o197abba2005-06-20 18:00:23 -04004435#~ msgid ""
4436#~ "Extended options are separated by commas, and may take an argument which\n"
4437#~ "is set off by an equals ('=') sign. Valid raid options are:\n"
4438#~ "\tea_ver=<ea_version (1 or 2)\n"
4439#~ "\n"
4440#~ msgstr ""
4441#~ "Le opzioni estese sono separate da virgole, e potrebbero avere un "
4442#~ "parametro,\n"
4443#~ "specificato da un segno di uguale ('='). Opzioni raid valide sono:\n"
4444#~ "\tea_ver=<versione_ea (1 o 2)\n"
4445#~ "\n"
4446#~ "\tea_ver=<versione_ea (1 o 2)\n"
4447#~ "\n"
4448
4449#~ msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4450#~ msgstr "Uso: findsuper device [byte_da_saltare [kb_inizio]]\n"
4451
4452#, fuzzy
4453#~ msgid "skipbytes should be a number, not %s\n"
4454#~ msgstr "byte_da_saltare deve essere un numero, non %s\n"
4455
4456#, fuzzy
4457#~ msgid "skipbytes must be a multiple of the sector size\n"
4458#~ msgstr ""
4459#~ "byte_da_saltare deve essere un multiplo della dimensione del settore\n"
4460
4461#~ msgid "startkb should be a number, not %s\n"
4462#~ msgstr "kb_inizio deve essere un numero, non %s\n"
4463
4464#~ msgid "startkb should be positive, not %Ld\n"
4465#~ msgstr "kb_inizio deve essere positivo, non %Ld\n"
4466
4467#~ msgid "starting at %Ld, with %d byte increments\n"
4468#~ msgstr "inizio a %Ld, con incrementi di %d byte\n"
4469
4470#~ msgid ""
4471#~ "\n"
4472#~ "%14Ld: finished with errno %d\n"
4473#~ msgstr ""
4474#~ "\n"
4475#~ "%14Ld: terminato con errore numero %d\n"
4476
4477#~ msgid "%s failed for %s: %s\n"
4478#~ msgstr "%s è fallito per %s: %s\n"
4479
4480#~ msgid ""
4481#~ "Usage: %s <dev1> <dev2> <dev3>\n"
4482#~ "\n"
4483#~ "This program prints out the partition information for a set of devices\n"
4484#~ "A common way to use this program is:\n"
4485#~ "\n"
4486#~ "\t%s /dev/hda?\n"
4487#~ "\n"
4488#~ msgstr ""
4489#~ "Uso: %s <dev1> <dev2> <dev3>\n"
4490#~ "\n"
4491#~ "Questo programma stampa le informazioni di partizione per un insieme di "
4492#~ "device\n"
4493#~ "Un utilizzo comune di questo programma è:\n"
4494#~ "\n"
4495#~ "\t%s /dev/hda?\n"
4496#~ "\n"
4497
4498#, fuzzy
4499#~ msgid "HDIO_GETGEO ioctl"
4500#~ msgstr "ioctl HDIO_GETGEO"
4501
4502#, fuzzy
4503#~ msgid "BLKGETSIZE ioctl"
4504#~ msgstr "ioctl BLKGETSIZE"
4505
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004506#~ msgid "Clone duplicate/bad blocks"
4507#~ msgstr "Clona i blocchi duplicati/non validi"
4508
4509#~ msgid "Duplicate/bad @b(s) in @i %i:"
4510#~ msgstr "@b duplicato/non valido(i) in @i %i:"
4511
4512#, fuzzy
4513#~ msgid "Error allocating @a @b %b. "
4514#~ msgstr "Errore allocando l'@a di @b %b. "
4515
Theodore Ts'obc759702005-05-09 20:40:55 -04004516#~ msgid "resize2fs %s (%s)\n"
4517#~ msgstr "resize2fs %s (%s)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004518
Theodore Ts'obc759702005-05-09 20:40:55 -04004519#~ msgid "Number of free blocks: %d/%d, Needed: %d\n"
4520#~ msgstr "Numero di blocchi liberi: %d/%d, richiesti: %d\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004521
Theodore Ts'obc759702005-05-09 20:40:55 -04004522#~ msgid "Going into desperation mode for block allocations\n"
4523#~ msgstr "Attivazione 'desperation mode' per l'allocazione dei blocchi\n"
4524
4525#~ msgid "Moving %d blocks %u->%u\n"
4526#~ msgstr "Spostamento di %d blocchi %u-%u\n"
4527
4528#~ msgid "ino=%u, blockcnt=%lld, %u->%u\n"
4529#~ msgstr "ino=%u, numblocchi=%lld, %u->%u\n"
4530
4531#~ msgid "Inode moved %u->%u\n"
4532#~ msgstr "Inode mosso %u->%u\n"
4533
4534#~ msgid "%d blocks of zeros...\n"
4535#~ msgstr "%d blocchi di zeri...\n"
4536
4537#~ msgid "Inode table move finished.\n"
4538#~ msgstr "Spostamento della tavola degli inode terminato.\n"
4539
4540#~ msgid "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
4541#~ msgstr ""
4542#~ "Pulizia forzata del flag HTREE nell'@i %d (%q). (Codice in beta testing)\n"
4543
4544#~ msgid "(unknown os)"
4545#~ msgstr "(so sconosciuto)"