blob: f6c7374f842397dc113c1d416f1e3bf94bdd7749 [file] [log] [blame]
Theodore Ts'o5bc5a892000-02-08 20:20:46 +00001# Italian translation for e2fsprogs
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002# Copyright (C) 2004, 2013 2014 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004# Andrea Spadaccini <lupin85@email.it>, 2004
Theodore Ts'o72933b92005-01-11 14:05:00 -05005# Marco Colombo <m.colombo@ed.ac.uk>, 2004
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006# Milo Casagrande <milo@milo.name>, 2013.
7#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04008#. The strings in e2fsck's problem.c can be very hard to translate,
9#. since the strings are expanded in two different ways. First of all,
10#. there is an @-expansion, where strings like "@i" are expanded to
11#. "inode", and so on. In order to make it easier for translators, the
12#. e2fsprogs po template file has been enhanced with comments that show
13#. the @-expansion, for the strings in the problem.c file.
14#.
15#. Translators are free to use the @-expansion facility if they so
16#. choose, by providing translations for strings in e2fsck/message.c.
17#. These translation can completely replace an expansion; for example,
18#. if "bblock" (which indicated that "@b" would be expanded to "block")
19#. is translated as "ddatenverlust", then "@d" will be expanded to
20#. "datenverlust". Alternatively, translators can simply not use the
21#. @-expansion facility at all.
22#.
23#. The second expansion which is done for e2fsck's problem.c messages is
24#. a dynamic %-expansion, which expands %i as an inode number, and so
25#. on. A table of these expansions can be found below. Note that
26#. %-expressions that begin with "%D" and "%I" are two-character
27#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040028#. ownership field (inode->i_uid). Also the "%B" expansion is special:
29#. it can expand to either the string "indirect block" (possibly preceded
30#. by the word "double" or "triple"), or the string "block #" immediately
31#. followed by an integer indicating a block sequence number.
Theodore Ts'o7ae19832005-06-19 09:45:36 -040032#.
33#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040034#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'o7ae19832005-06-19 09:45:36 -040035#. %c <blk2> block number
36#. %Di <dirent> -> ino inode number
37#. %Dn <dirent> -> name string
38#. %Dr <dirent> -> rec_len
39#. %Dl <dirent> -> name_len
40#. %Dt <dirent> -> filetype
41#. %d <dir> inode number
42#. %g <group> integer
43#. %i <ino> inode number
44#. %Is <inode> -> i_size
45#. %IS <inode> -> i_extra_isize
46#. %Ib <inode> -> i_blocks
47#. %Il <inode> -> i_links_count
48#. %Im <inode> -> i_mode
49#. %IM <inode> -> i_mtime
50#. %IF <inode> -> i_faddr
51#. %If <inode> -> i_file_acl
52#. %Id <inode> -> i_dir_acl
53#. %Iu <inode> -> i_uid
54#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040055#. %It <str> file type
Theodore Ts'o7ae19832005-06-19 09:45:36 -040056#. %j <ino2> inode number
57#. %m <com_err error message>
58#. %N <num>
59#. %p ext2fs_get_pathname of directory <ino>
60#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
61#. the containing directory. (If dirent is NULL
62#. then return the pathname of directory <ino2>)
63#. %q ext2fs_get_pathname of directory <dir>
64#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
65#. the containing directory.
66#. %s <str> miscellaneous string
67#. %S backup superblock
68#. %X <num> hexadecimal format
69#.
Theodore Ts'o5bc5a892000-02-08 20:20:46 +000070msgid ""
71msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -040072"Project-Id-Version: e2fsprogs-1.42.10\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -050073"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o9ed8d782014-07-09 23:30:49 -040074"POT-Creation-Date: 2014-07-09 23:26-0400\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -040075"PO-Revision-Date: 2014-05-31 16:09+0100\n"
76"Last-Translator: Milo Casagrande <milo@milo.name>\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -050077"Language-Team: Italian <tp@lists.linux.it>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -040078"Language: it\n"
Theodore Ts'o5bc5a892000-02-08 20:20:46 +000079"MIME-Version: 1.0\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -040080"Content-Type: text/plain; charset=UTF-8\n"
Theodore Ts'o5bc5a892000-02-08 20:20:46 +000081"Content-Transfer-Encoding: 8bit\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -040082"Plural-Forms: nplurals=2; plural=(n!=1);\n"
83"X-Generator: Poedit 1.6.5\n"
Theodore Ts'o5bc5a892000-02-08 20:20:46 +000084
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040085#: e2fsck/badblocks.c:23 misc/mke2fs.c:211
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +000086#, c-format
87msgid "Bad block %u out of range; ignored.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -050088msgstr "Blocco non valido %u fuori dall'intervallo; ignorato.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +000089
Eric Sandeen032eafe2012-07-28 17:48:36 -040090#: e2fsck/badblocks.c:46
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +000091msgid "while sanity checking the bad blocks inode"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -040092msgstr "nel controllare l'integrità degli inode dei blocchi danneggiati"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +000093
Eric Sandeen032eafe2012-07-28 17:48:36 -040094#: e2fsck/badblocks.c:58
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +000095msgid "while reading the bad blocks inode"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -040096msgstr "nel leggere gli inode dei blocchi danneggiati"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +000097
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040098#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1345
99#: e2fsck/unix.c:1434 misc/badblocks.c:1227 misc/badblocks.c:1235
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400100#: misc/badblocks.c:1249 misc/badblocks.c:1261 misc/dumpe2fs.c:602
101#: misc/e2image.c:1396 misc/e2image.c:1580 misc/e2image.c:1599
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400102#: misc/mke2fs.c:227 misc/tune2fs.c:1945 resize/main.c:316
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000103#, c-format
104msgid "while trying to open %s"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400105msgstr "nell'aprire %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000106
Eric Sandeen032eafe2012-07-28 17:48:36 -0400107#: e2fsck/badblocks.c:83
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000108#, c-format
109msgid "while trying popen '%s'"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400110msgstr "nell'eseguire popen su \"%s\""
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000111
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400112#: e2fsck/badblocks.c:94 misc/mke2fs.c:234
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000113msgid "while reading in list of bad blocks from file"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400114msgstr "nel leggere l'elenco di blocchi danneggiati da file"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000115
Eric Sandeen032eafe2012-07-28 17:48:36 -0400116#: e2fsck/badblocks.c:105
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000117msgid "while updating bad block inode"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400118msgstr "nell'aggiornare l'inode di un blocco danneggiato"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000119
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400120#: e2fsck/badblocks.c:133
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400121#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400122msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400123msgstr ""
124"Attenzione: blocco %u non valido trovato nell'inode di un blocco "
125"danneggiato. Azzerato.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000126
Eric Sandeen032eafe2012-07-28 17:48:36 -0400127#: e2fsck/ehandler.c:55
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000128#, c-format
129msgid "Error reading block %lu (%s) while %s. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400130msgstr "Errore nel leggere il blocco %lu (%s) mentre %s. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000131
Eric Sandeen032eafe2012-07-28 17:48:36 -0400132#: e2fsck/ehandler.c:58
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000133#, c-format
134msgid "Error reading block %lu (%s). "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400135msgstr "Errore nel leggere il blocco %lu (%s). "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000136
Eric Sandeen032eafe2012-07-28 17:48:36 -0400137#: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000138msgid "Ignore error"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500139msgstr "Ignora l'errore"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000140
Eric Sandeen032eafe2012-07-28 17:48:36 -0400141#: e2fsck/ehandler.c:62
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500142msgid "Force rewrite"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500143msgstr "Forza la riscrittura"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500144
Eric Sandeen032eafe2012-07-28 17:48:36 -0400145#: e2fsck/ehandler.c:104
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000146#, c-format
147msgid "Error writing block %lu (%s) while %s. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400148msgstr "Errore nello scrivere il blocco %lu (%s) mentre %s."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000149
Eric Sandeen032eafe2012-07-28 17:48:36 -0400150#: e2fsck/ehandler.c:107
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000151#, c-format
152msgid "Error writing block %lu (%s). "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400153msgstr "Errore nello scrivere il blocco %lu (%s). "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000154
Eric Sandeen032eafe2012-07-28 17:48:36 -0400155#: e2fsck/emptydir.c:57
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000156msgid "empty dirblocks"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500157msgstr "blocchi directory vuoti"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000158
Eric Sandeen032eafe2012-07-28 17:48:36 -0400159#: e2fsck/emptydir.c:62
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000160msgid "empty dir map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500161msgstr "mappa directory vuota"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000162
Eric Sandeen032eafe2012-07-28 17:48:36 -0400163#: e2fsck/emptydir.c:98
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400164#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400165msgid "Empty directory block %u (#%d) in inode %u\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400166msgstr "Blocco directory %u (#%d) vuoto nell'inode %u\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000167
Eric Sandeen032eafe2012-07-28 17:48:36 -0400168#: e2fsck/extend.c:22
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000169#, c-format
170msgid "%s: %s filename nblocks blocksize\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500171msgstr "%s: %s nomefile nblocchi dim_blocco\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000172
Eric Sandeen032eafe2012-07-28 17:48:36 -0400173#: e2fsck/extend.c:44
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500174#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000175msgid "Illegal number of blocks!\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400176msgstr "Numero di blocchi non valido.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000177
Eric Sandeen032eafe2012-07-28 17:48:36 -0400178#: e2fsck/extend.c:50
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000179#, c-format
180msgid "Couldn't allocate block buffer (size=%d)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500181msgstr "Impossibile allocare il buffer blocco (dimensione=%d)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000182
Eric Sandeen032eafe2012-07-28 17:48:36 -0400183#: e2fsck/flushb.c:35
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000184#, c-format
185msgid "Usage: %s disk\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400186msgstr "Uso: %s disco\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000187
Eric Sandeen032eafe2012-07-28 17:48:36 -0400188#: e2fsck/flushb.c:64
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500189#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000190msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400191msgstr "Ioctl BLKFLSBUF non supportata: impossibile svuotare i buffer.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000192
Eric Sandeen032eafe2012-07-28 17:48:36 -0400193#: e2fsck/iscan.c:44
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000194#, c-format
195msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400196msgstr "Uso: %s [-F] [-I blocchi_buffer_inode] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000197
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400198#: e2fsck/iscan.c:81 e2fsck/unix.c:972
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000199#, c-format
200msgid "while opening %s for flushing"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400201msgstr "nell'aprire %s per lo svuotamento"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000202
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400203#: e2fsck/iscan.c:86 e2fsck/unix.c:978 resize/main.c:289
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000204#, c-format
205msgid "while trying to flush %s"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400206msgstr "nel tentare lo svuotamento di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000207
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400208#: e2fsck/iscan.c:110
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400209#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400210msgid "while trying to open '%s'"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400211msgstr "nel tentare di aprire \"%s\""
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400212
213#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1290
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000214msgid "while opening inode scan"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400215msgstr "nell'avviare l'analisi degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000216
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400217#: e2fsck/iscan.c:127 misc/e2image.c:1309
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000218msgid "while getting next inode"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400219msgstr "nel recuperare l'inode successivo"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000220
Eric Sandeen032eafe2012-07-28 17:48:36 -0400221#: e2fsck/iscan.c:136
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400222#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400223msgid "%u inodes scanned.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400224msgstr "%u inode analizzati.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000225
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400226#: e2fsck/journal.c:525
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400227msgid "reading journal superblock\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500228msgstr "lettura del superblocco del journal\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000229
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400230#: e2fsck/journal.c:582
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400231#, c-format
232msgid "%s: no valid journal superblock found\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400233msgstr "%s: non è stato trovato un superblocco valido del journal\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000234
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400235#: e2fsck/journal.c:591
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400236#, c-format
237msgid "%s: journal too short\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500238msgstr "%s: journal troppo corto\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000239
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400240#: e2fsck/journal.c:882
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400241#, c-format
242msgid "%s: recovering journal\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500243msgstr "%s: ripristino del journal\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000244
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400245#: e2fsck/journal.c:884
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400246#, c-format
247msgid "%s: won't do journal recovery while read-only\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400248msgstr "%s: impossibile ripritinare il journal in modalità sola lettura\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000249
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400250#: e2fsck/journal.c:911
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400251#, c-format
252msgid "while trying to re-open %s"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400253msgstr "nel tentare di riaprire %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000254
Eric Sandeen032eafe2012-07-28 17:48:36 -0400255#: e2fsck/message.c:113
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400256msgid "aextended attribute"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500257msgstr "aattributo esteso"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000258
Eric Sandeen032eafe2012-07-28 17:48:36 -0400259#: e2fsck/message.c:114
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400260msgid "Aerror allocating"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400261msgstr "Aerrore nell'allocare"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000262
Eric Sandeen032eafe2012-07-28 17:48:36 -0400263#: e2fsck/message.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400264msgid "bblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500265msgstr "bblocco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000266
Eric Sandeen032eafe2012-07-28 17:48:36 -0400267#: e2fsck/message.c:116
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400268msgid "Bbitmap"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400269msgstr "Bbitmap"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000270
Eric Sandeen032eafe2012-07-28 17:48:36 -0400271#: e2fsck/message.c:117
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400272msgid "ccompress"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500273msgstr "ccomprimi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000274
Eric Sandeen032eafe2012-07-28 17:48:36 -0400275#: e2fsck/message.c:118
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400276msgid "Cconflicts with some other fs @b"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400277msgstr "Cva in conflitto con altri blocchi nel file system"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000278
Eric Sandeen032eafe2012-07-28 17:48:36 -0400279#: e2fsck/message.c:119
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400280msgid "ddirectory"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500281msgstr "ddirectory"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000282
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400283#: e2fsck/message.c:120
284msgid "Ddeleted"
285msgstr "Deliminato"
286
287#: e2fsck/message.c:121
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'ocd75fb02014-07-05 23:44:28 -0400291#: e2fsck/message.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400292msgid "E@e '%Dn' in %p (%i)"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400293msgstr "E@e \"%Dn\" in %p (%i)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000294
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400295#: e2fsck/message.c:123
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400296msgid "ffilesystem"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400297msgstr "ffile system"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400298
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400299#: e2fsck/message.c:124
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400300msgid "Ffor @i %i (%Q) is"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400301msgstr "Fper l'@i %i (%Q) è"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400302
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400303#: e2fsck/message.c:125
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'ocd75fb02014-07-05 23:44:28 -0400307#: e2fsck/message.c:126
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'ocd75fb02014-07-05 23:44:28 -0400311#: e2fsck/message.c:127
312msgid "iinode"
313msgstr "iinode"
314
315#: e2fsck/message.c:128
316msgid "Iillegal"
317msgstr "Iillegale"
318
319#: e2fsck/message.c:129
320msgid "jjournal"
321msgstr "jjournal"
322
Eric Sandeen032eafe2012-07-28 17:48:36 -0400323#: e2fsck/message.c:130
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500324msgid "llost+found"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500325msgstr "llost+found"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400326
Eric Sandeen032eafe2012-07-28 17:48:36 -0400327#: e2fsck/message.c:131
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500328msgid "Lis a link"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400329msgstr "Lè un collegamento"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400330
Eric Sandeen032eafe2012-07-28 17:48:36 -0400331#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400332#, fuzzy
333msgid "mmultiply-claimed"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400334msgstr "mappa degli inode richiesta più volte"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400335
Eric Sandeen032eafe2012-07-28 17:48:36 -0400336#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400337msgid "ninvalid"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400338msgstr "nnon valido"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400339
Eric Sandeen032eafe2012-07-28 17:48:36 -0400340#: e2fsck/message.c:134
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500341msgid "oorphaned"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500342msgstr "oorfano"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400343
Eric Sandeen032eafe2012-07-28 17:48:36 -0400344#: e2fsck/message.c:135
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500345msgid "pproblem in"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500346msgstr "pproblema in"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400347
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500348#: e2fsck/message.c:136
Eric Sandeen032eafe2012-07-28 17:48:36 -0400349msgid "qquota"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400350msgstr "qquota"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500351
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500352#: e2fsck/message.c:137
Eric Sandeen032eafe2012-07-28 17:48:36 -0400353msgid "rroot @i"
354msgstr "r@i root"
355
356#: e2fsck/message.c:138
357msgid "sshould be"
358msgstr "sdovrebbe essere"
359
360#: e2fsck/message.c:139
361msgid "Ssuper@b"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400362msgstr "Ssuper-@b"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400363
364#: e2fsck/message.c:140
365msgid "uunattached"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400366msgstr "unon collegato"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400367
368#: e2fsck/message.c:141
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500369msgid "vdevice"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500370msgstr "vdevice"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500371
Eric Sandeen032eafe2012-07-28 17:48:36 -0400372#: e2fsck/message.c:142
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500373msgid "xextent"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400374msgstr "xextent"
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500375
Eric Sandeen032eafe2012-07-28 17:48:36 -0400376#: e2fsck/message.c:143
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400377msgid "zzero-length"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500378msgstr "zlunghezza-zero"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400379
Eric Sandeen032eafe2012-07-28 17:48:36 -0400380#: e2fsck/message.c:154
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000381msgid "<The NULL inode>"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500382msgstr "<Inode NULL>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000383
Eric Sandeen032eafe2012-07-28 17:48:36 -0400384#: e2fsck/message.c:155
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000385msgid "<The bad blocks inode>"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400386msgstr "<Inode dei blocchi danneggiati>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000387
Eric Sandeen032eafe2012-07-28 17:48:36 -0400388#: e2fsck/message.c:157
Eric Sandeen032eafe2012-07-28 17:48:36 -0400389msgid "<The user quota inode>"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400390msgstr "<Inode della quota utente>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000391
Eric Sandeen032eafe2012-07-28 17:48:36 -0400392#: e2fsck/message.c:158
Eric Sandeen032eafe2012-07-28 17:48:36 -0400393msgid "<The group quota inode>"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400394msgstr "<Inode della quota del gruppo>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000395
Eric Sandeen032eafe2012-07-28 17:48:36 -0400396#: e2fsck/message.c:159
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000397msgid "<The boot loader inode>"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500398msgstr "<Inode del boot loader>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000399
Eric Sandeen032eafe2012-07-28 17:48:36 -0400400#: e2fsck/message.c:160
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000401msgid "<The undelete directory inode>"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500402msgstr "<Inode della directory undelete>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000403
Eric Sandeen032eafe2012-07-28 17:48:36 -0400404#: e2fsck/message.c:161
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400405msgid "<The group descriptor inode>"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500406msgstr "<Inode del descrittore di gruppo>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400407
Eric Sandeen032eafe2012-07-28 17:48:36 -0400408#: e2fsck/message.c:162
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400409msgid "<The journal inode>"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500410msgstr "<Inode del journal>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400411
Eric Sandeen032eafe2012-07-28 17:48:36 -0400412#: e2fsck/message.c:163
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400413msgid "<Reserved inode 9>"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500414msgstr "<Inode riservato 9>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400415
Eric Sandeen032eafe2012-07-28 17:48:36 -0400416#: e2fsck/message.c:164
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400417msgid "<Reserved inode 10>"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500418msgstr "<Inode riservato 10>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400419
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400420#: e2fsck/message.c:334
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400421msgid "regular file"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400422msgstr "file regolare"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400423
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400424#: e2fsck/message.c:336
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400425msgid "directory"
426msgstr "ddirectory"
427
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400428#: e2fsck/message.c:338
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400429msgid "character device"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400430msgstr "device a caratteri"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400431
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400432#: e2fsck/message.c:340
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400433msgid "block device"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400434msgstr "device a blocchi"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400435
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400436#: e2fsck/message.c:342
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400437#, fuzzy
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400438msgid "named pipe"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400439msgstr "pipe con nome"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400440
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400441#: e2fsck/message.c:344
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400442msgid "symbolic link"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400443msgstr "collegamento simbolico"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400444
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400445#: e2fsck/message.c:346 misc/uuidd.c:161
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400446msgid "socket"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400447msgstr "socket"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400448
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400449#: e2fsck/message.c:348
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400450#, c-format
451msgid "unknown file type with mode 0%o"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400452msgstr "tipo di file sconosciuto con modalità 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400453
Eric Sandeen032eafe2012-07-28 17:48:36 -0400454#: e2fsck/message.c:423
Eric Sandeen032eafe2012-07-28 17:48:36 -0400455msgid "indirect block"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400456msgstr "blocco indiretto"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400457
458#: e2fsck/message.c:425
Eric Sandeen032eafe2012-07-28 17:48:36 -0400459msgid "double indirect block"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400460msgstr "blocco doppio indiretto"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400461
462#: e2fsck/message.c:427
Eric Sandeen032eafe2012-07-28 17:48:36 -0400463msgid "triple indirect block"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400464msgstr "blocco triplo indiretto"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400465
466#: e2fsck/message.c:429
Eric Sandeen032eafe2012-07-28 17:48:36 -0400467msgid "translator block"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400468msgstr "blocco traduttore"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400469
470#: e2fsck/message.c:431
Eric Sandeen032eafe2012-07-28 17:48:36 -0400471msgid "block #"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400472msgstr "blocco n° "
Eric Sandeen032eafe2012-07-28 17:48:36 -0400473
474#: e2fsck/pass1b.c:222
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000475msgid "multiply claimed inode map"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400476msgstr "mappa degli inode richiesta più volte"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000477
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400478#: e2fsck/pass1b.c:610 e2fsck/pass1b.c:730
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400479#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -0400480msgid "internal error: can't find dup_blk for %llu\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400481msgstr "errore interno: impossibile trovare dup_blk per %llu\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000482
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400483#: e2fsck/pass1b.c:821
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000484msgid "returned from clone_file_block"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500485msgstr "ritornato da clone_file_block"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000486
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400487#: e2fsck/pass1b.c:843
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400488#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -0400489msgid "internal error: couldn't lookup EA block record for %llu"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400490msgstr "Errore interno: impossibile trovare il blocco EA per %llu"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400491
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400492#: e2fsck/pass1b.c:855
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400493#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400494msgid "internal error: couldn't lookup EA inode record for %u"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400495msgstr "Errore interno: impossibile trovare l'inode EA per %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400496
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400497#: e2fsck/pass1.c:475 e2fsck/pass2.c:782
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400498msgid "reading directory block"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400499msgstr "lettura blocco directory"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400500
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400501#: e2fsck/pass1.c:598
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000502msgid "in-use inode map"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400503msgstr "mappa degli inode in uso"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000504
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400505#: e2fsck/pass1.c:609
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000506msgid "directory inode map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500507msgstr "mappa degli inode delle directory"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000508
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400509#: e2fsck/pass1.c:619
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000510msgid "regular file inode map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500511msgstr "mappa degli inode dei file regolari"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000512
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400513#: e2fsck/pass1.c:628 misc/e2image.c:1265
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000514msgid "in-use block map"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400515msgstr "mappa dei blocchi in uso"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000516
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400517#: e2fsck/pass1.c:693
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400518msgid "opening inode scan"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400519msgstr "inizio analisi inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000520
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400521#: e2fsck/pass1.c:727
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400522msgid "getting next inode from scan"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400523msgstr "recupero inode successivo dall'analisi"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400524
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400525#: e2fsck/pass1.c:1243
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000526msgid "Pass 1"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500527msgstr "Passo 1"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000528
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400529#: e2fsck/pass1.c:1300
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000530#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400531msgid "reading indirect blocks of inode %u"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500532msgstr "lettura dei blocchi indiretti dell'inode %u"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000533
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400534#: e2fsck/pass1.c:1350
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000535msgid "bad inode map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500536msgstr "mappa degli inode non valida"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000537
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400538#: e2fsck/pass1.c:1373
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000539msgid "inode in bad block map"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400540msgstr "inode nella mappa dei blocchi danneggiati"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000541
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400542#: e2fsck/pass1.c:1393
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000543msgid "imagic inode map"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500544msgstr "mappa degli inode imagic"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000545
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400546#: e2fsck/pass1.c:1420
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000547msgid "multiply claimed block map"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400548msgstr "mappa dei blocchi richiesta più volte"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000549
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400550#: e2fsck/pass1.c:1531
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400551msgid "ext attr block map"
552msgstr ""
553
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400554#: e2fsck/pass1.c:2315
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500555#, c-format
556msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
557msgstr ""
558
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400559#: e2fsck/pass1.c:2678
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000560msgid "block bitmap"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400561msgstr "bitmap del blocco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000562
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400563#: e2fsck/pass1.c:2684
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000564msgid "inode bitmap"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400565msgstr "bitmap dell'inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000566
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400567#: e2fsck/pass1.c:2690
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000568msgid "inode table"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400569msgstr "tabella dell'inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000570
Eric Sandeen032eafe2012-07-28 17:48:36 -0400571#: e2fsck/pass2.c:283
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500572msgid "Pass 2"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500573msgstr "Passo 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500574
Eric Sandeen032eafe2012-07-28 17:48:36 -0400575#: e2fsck/pass2.c:805
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500576msgid "Can not continue."
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400577msgstr "Impossibile continuare."
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500578
Eric Sandeen032eafe2012-07-28 17:48:36 -0400579#: e2fsck/pass3.c:77
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000580msgid "inode done bitmap"
581msgstr ""
582
Eric Sandeen032eafe2012-07-28 17:48:36 -0400583#: e2fsck/pass3.c:86
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000584msgid "Peak memory"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500585msgstr "Memoria di picco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000586
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400587#: e2fsck/pass3.c:137
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000588msgid "Pass 3"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500589msgstr "Passo 3"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000590
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400591#: e2fsck/pass3.c:323
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500592#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000593msgid "inode loop detection bitmap"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500594msgstr "mappa dei bit del ciclo di rilevamento inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000595
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400596#: e2fsck/pass4.c:196
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000597msgid "Pass 4"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500598msgstr "Passo 4"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000599
Eric Sandeen032eafe2012-07-28 17:48:36 -0400600#: e2fsck/pass5.c:74
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000601msgid "Pass 5"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500602msgstr "Passo 5"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000603
Eric Sandeen032eafe2012-07-28 17:48:36 -0400604#: e2fsck/problem.c:51
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000605msgid "(no prompt)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500606msgstr "(nessun prompt)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000607
Eric Sandeen032eafe2012-07-28 17:48:36 -0400608#: e2fsck/problem.c:52
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000609msgid "Fix"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400610msgstr "Correggi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000611
Eric Sandeen032eafe2012-07-28 17:48:36 -0400612#: e2fsck/problem.c:53
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000613msgid "Clear"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500614msgstr "Azzera"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000615
Eric Sandeen032eafe2012-07-28 17:48:36 -0400616#: e2fsck/problem.c:54
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000617msgid "Relocate"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400618msgstr "Ricolloca"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000619
Eric Sandeen032eafe2012-07-28 17:48:36 -0400620#: e2fsck/problem.c:55
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000621msgid "Allocate"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500622msgstr "Alloca"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000623
Eric Sandeen032eafe2012-07-28 17:48:36 -0400624#: e2fsck/problem.c:56
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000625msgid "Expand"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500626msgstr "Espandi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000627
Eric Sandeen032eafe2012-07-28 17:48:36 -0400628#: e2fsck/problem.c:57
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000629msgid "Connect to /lost+found"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500630msgstr "Collega a /lost+found"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000631
Eric Sandeen032eafe2012-07-28 17:48:36 -0400632#: e2fsck/problem.c:58
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000633msgid "Create"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500634msgstr "Crea"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000635
Eric Sandeen032eafe2012-07-28 17:48:36 -0400636#: e2fsck/problem.c:59
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000637msgid "Salvage"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400638msgstr "Recupera"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000639
Eric Sandeen032eafe2012-07-28 17:48:36 -0400640#: e2fsck/problem.c:60
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000641msgid "Truncate"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500642msgstr "Tronca"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000643
Eric Sandeen032eafe2012-07-28 17:48:36 -0400644#: e2fsck/problem.c:61
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000645msgid "Clear inode"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500646msgstr "Azzera inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000647
Eric Sandeen032eafe2012-07-28 17:48:36 -0400648#: e2fsck/problem.c:62
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000649msgid "Abort"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500650msgstr "Annulla"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000651
Eric Sandeen032eafe2012-07-28 17:48:36 -0400652#: e2fsck/problem.c:63
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000653msgid "Split"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500654msgstr "Dividi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000655
Eric Sandeen032eafe2012-07-28 17:48:36 -0400656#: e2fsck/problem.c:64
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000657msgid "Continue"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500658msgstr "Continua"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000659
Eric Sandeen032eafe2012-07-28 17:48:36 -0400660#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400661#, fuzzy
662msgid "Clone multiply-claimed blocks"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400663msgstr "mappa dei blocchi richiesta più volte"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000664
Eric Sandeen032eafe2012-07-28 17:48:36 -0400665#: e2fsck/problem.c:66
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000666msgid "Delete file"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400667msgstr "Elimina file"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000668
Eric Sandeen032eafe2012-07-28 17:48:36 -0400669#: e2fsck/problem.c:67
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000670msgid "Suppress messages"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500671msgstr "Sopprimi messaggi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000672
Eric Sandeen032eafe2012-07-28 17:48:36 -0400673#: e2fsck/problem.c:68
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000674msgid "Unlink"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400675msgstr "Scollega"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000676
Eric Sandeen032eafe2012-07-28 17:48:36 -0400677#: e2fsck/problem.c:69
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500678msgid "Clear HTree index"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500679msgstr "Azzera l'indice HTree"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500680
Eric Sandeen032eafe2012-07-28 17:48:36 -0400681#: e2fsck/problem.c:70
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500682msgid "Recreate"
683msgstr "Ricrea"
684
Eric Sandeen032eafe2012-07-28 17:48:36 -0400685#: e2fsck/problem.c:79
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000686msgid "(NONE)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500687msgstr "(NESSUNO)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000688
Eric Sandeen032eafe2012-07-28 17:48:36 -0400689#: e2fsck/problem.c:80
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000690msgid "FIXED"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400691msgstr "CORRETTO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000692
Eric Sandeen032eafe2012-07-28 17:48:36 -0400693#: e2fsck/problem.c:81
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000694msgid "CLEARED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500695msgstr "AZZERATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000696
Eric Sandeen032eafe2012-07-28 17:48:36 -0400697#: e2fsck/problem.c:82
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000698msgid "RELOCATED"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400699msgstr "RICOLLOCATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000700
Eric Sandeen032eafe2012-07-28 17:48:36 -0400701#: e2fsck/problem.c:83
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000702msgid "ALLOCATED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500703msgstr "ALLOCATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000704
Eric Sandeen032eafe2012-07-28 17:48:36 -0400705#: e2fsck/problem.c:84
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000706msgid "EXPANDED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500707msgstr "ESPANSO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000708
Eric Sandeen032eafe2012-07-28 17:48:36 -0400709#: e2fsck/problem.c:85
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000710msgid "RECONNECTED"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400711msgstr "RICOLLEGATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000712
Eric Sandeen032eafe2012-07-28 17:48:36 -0400713#: e2fsck/problem.c:86
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000714msgid "CREATED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500715msgstr "CREATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000716
Eric Sandeen032eafe2012-07-28 17:48:36 -0400717#: e2fsck/problem.c:87
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000718msgid "SALVAGED"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400719msgstr "RECUPERATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000720
Eric Sandeen032eafe2012-07-28 17:48:36 -0400721#: e2fsck/problem.c:88
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000722msgid "TRUNCATED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500723msgstr "TRONCATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000724
Eric Sandeen032eafe2012-07-28 17:48:36 -0400725#: e2fsck/problem.c:89
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000726msgid "INODE CLEARED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500727msgstr "INODE AZZERATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000728
Eric Sandeen032eafe2012-07-28 17:48:36 -0400729#: e2fsck/problem.c:90
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000730msgid "ABORTED"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500731msgstr "INTERROTTO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000732
Eric Sandeen032eafe2012-07-28 17:48:36 -0400733#: e2fsck/problem.c:91
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000734msgid "SPLIT"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500735msgstr "DIVISO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000736
Eric Sandeen032eafe2012-07-28 17:48:36 -0400737#: e2fsck/problem.c:92
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000738msgid "CONTINUING"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400739msgstr "CONTINUA"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000740
Eric Sandeen032eafe2012-07-28 17:48:36 -0400741#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400742#, fuzzy
743msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500744msgstr "CLONATI BLOCCHI DUPLICATI/NON VALIDI"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000745
Eric Sandeen032eafe2012-07-28 17:48:36 -0400746#: e2fsck/problem.c:94
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000747msgid "FILE DELETED"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400748msgstr "FILE ELIMINATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000749
Eric Sandeen032eafe2012-07-28 17:48:36 -0400750#: e2fsck/problem.c:95
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000751msgid "SUPPRESSED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500752msgstr "SOPPRESSO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000753
Eric Sandeen032eafe2012-07-28 17:48:36 -0400754#: e2fsck/problem.c:96
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000755msgid "UNLINKED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500756msgstr "SCOLLEGATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000757
Eric Sandeen032eafe2012-07-28 17:48:36 -0400758#: e2fsck/problem.c:97
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500759msgid "HTREE INDEX CLEARED"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400760msgstr "INDICE HTREE AZZERATO"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500761
Eric Sandeen032eafe2012-07-28 17:48:36 -0400762#: e2fsck/problem.c:98
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500763msgid "WILL RECREATE"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400764msgstr "RICREERÀ"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -0500765
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400766#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400767#: e2fsck/problem.c:107
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000768msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400769msgstr "@B del @b per il @g %g non è in @g. (@b %b)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000770
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400771#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400772#: e2fsck/problem.c:111
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000773msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400774msgstr "@B dell'@i per il @g %g non è in @g. (@b %b)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000775
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400776#. @-expanded: inode table for group %g is not in group. (block %b)\n
777#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400778#: e2fsck/problem.c:116
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000779msgid ""
780"@i table for @g %g is not in @g. (@b %b)\n"
781"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
782msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400783"La tavola degli @i per il @g %g non è in @g. (@b %b)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500784"ATTENZIONE: SONO POSSIBILI NOTEVOLI PERDITE DI DATI.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000785
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400786#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400787#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
788#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400789#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
790#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400791#. @-expanded: e2fsck -b 8193 <device>\n
792#. @-expanded: or\n
793#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400794#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400795#: e2fsck/problem.c:122
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400796#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000797msgid ""
798"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400799"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
800"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000801"@f (and not swap or ufs or something else), then the @S\n"
802"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400803" e2fsck -b 8193 <@v>\n"
804" or\n"
805" e2fsck -b 32768 <@v>\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000806"\n"
807msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500808"\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400809"Il @S è illeggibile, o non descrive un corretto @f ext2\n"
810"Se il @v è valido e contiene realmente un @f ext2\n"
811"(e non swap, ufs o altro), allora il @S è corrotto, e si potrebbe\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -0500812"provare ad eseguire e2fsck con un @S alternativo:\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500813" e2fsck -b %S <@v>\n"
814"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000815
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400816#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
817#. @-expanded: The physical size of the device is %c blocks\n
818#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400819#: e2fsck/problem.c:133
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000820msgid ""
821"The @f size (according to the @S) is %b @bs\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400822"The physical size of the @v is %c @bs\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000823"Either the @S or the partition table is likely to be corrupt!\n"
824msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400825"La dimensione del @f (secondo il @S) è %b @b(i)\n"
826"La dimensione fisica del @v è %c @b(i)\n"
827"È probabile che il @S o la tavola delle partizioni siano corrotti!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000828
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400829#. @-expanded: superblock block_size = %b, fragsize = %c.\n
830#. @-expanded: This version of e2fsck does not support fragment sizes different\n
831#. @-expanded: from the block size.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400832#: e2fsck/problem.c:140
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000833msgid ""
834"@S @b_size = %b, fragsize = %c.\n"
835"This version of e2fsck does not support fragment sizes different\n"
836"from the @b size.\n"
837msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500838"Dimensione del @b del @S = %b, dimensione frammento = %c.\n"
839"Questa versione di e2fsck non supporta dimensioni di frammento\n"
840"differenti dalla dimensione del @b.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000841
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400842#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400843#: e2fsck/problem.c:147
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000844msgid "@S @bs_per_group = %b, should have been %c\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500845msgstr "@S @b(i)_per_gruppo = %b, avrebbe dovuto essere %c\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000846
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400847#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400848#: e2fsck/problem.c:152
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500849#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000850msgid "@S first_data_@b = %b, should have been %c\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500851msgstr "Primo @b contenente dati del @S = %b, avrebbe dovuto essere %c\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000852
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400853#. @-expanded: filesystem did not have a UUID; generating one.\n
854#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400855#: e2fsck/problem.c:157
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000856msgid ""
857"@f did not have a UUID; generating one.\n"
858"\n"
859msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500860"il @f non aveva un UUID; generazione di un UUID.\n"
861"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000862
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400863#: e2fsck/problem.c:162
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500864#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000865msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400866"Note: if several inode or block bitmap blocks or part\n"
867"of the inode table require relocation, you may wish to try\n"
868"running e2fsck with the '-b %S' option first. The problem\n"
869"may lie only with the primary block group descriptors, and\n"
870"the backup block group descriptors may be OK.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000871"\n"
872msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500873"Nota: se molte mappe dei bit degli inode o dei blocchi\n"
874"richiedono il rilocamento, o una parte della tavola degli\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400875"inode deve essere spostata, si può prima provare ad eseguire\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500876"e2fsck con l'opzione '-b %S'. Il problema potrebbe risiedere\n"
877"nel descrittore di gruppo dei blocchi primario, ed il descrittore\n"
878"di gruppo dei blocchi potrebbe essere OK.\n"
879"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000880
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400881#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400882#: e2fsck/problem.c:171
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000883msgid "Corruption found in @S. (%s = %N).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500884msgstr "Trovata corruzione nel @S. (%s = %N).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000885
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400886#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400887#: e2fsck/problem.c:176
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000888#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400889msgid "Error determining size of the physical @v: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500890msgstr "Errore determinando la dimensione del @v fisico: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000891
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400892#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400893#: e2fsck/problem.c:181
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400894#, fuzzy
895msgid "@i count in @S is %i, @s %j.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400896msgstr "Il numero di @i in @S è %i, dovrebbe essere %j.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000897
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400898#: e2fsck/problem.c:185
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000899msgid "The Hurd does not support the filetype feature.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500900msgstr "Il kernel Hurd non supporta la caratteristica filetype.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +0000901
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500902#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400903#: e2fsck/problem.c:190
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400904#, fuzzy, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500905msgid "@S has an @n @j (@i %i).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500906msgstr "Il @S ha un @j ext3 non valido (@i %i).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400907
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400908#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400909#: e2fsck/problem.c:195
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400910msgid "External @j has multiple @f users (unsupported).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500911msgstr "Il @j esterno ha diversi utenti del @f (non supportato).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400912
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400913#. @-expanded: Can't find external journal\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400914#: e2fsck/problem.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400915msgid "Can't find external @j\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500916msgstr "Impossibile trovare il @j esterno\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400917
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400918#. @-expanded: External journal has bad superblock\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400919#: e2fsck/problem.c:205
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400920msgid "External @j has bad @S\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500921msgstr "Il @j esterno ha un @S non valido\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400922
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400923#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400924#: e2fsck/problem.c:210
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400925msgid "External @j does not support this @f\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500926msgstr "Il @j esterno non supporta questo @f\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400927
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500928#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400929#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
930#. @-expanded: format.\n
931#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400932#: e2fsck/problem.c:215
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500933#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400934msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500935"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400936"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
937"format.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400938"It is also possible the @j @S is corrupt.\n"
939msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400940"Il @S del @j ext3 è del tipo sconosciuto %N (non supportato).\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400941"E' probabile che questa copia di e2fsck sia vecchia e/o non supporti questo "
942"formato di @j.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500943"E' anche possibile che il @S del @j sia corrotto.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400944
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500945#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400946#: e2fsck/problem.c:223
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500947#, fuzzy
948msgid "@j @S is corrupt.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400949msgstr "Il @S del @j ext3 è corrotto.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400950
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400951#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400952#: e2fsck/problem.c:228
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400953#, fuzzy
954msgid "@S has_@j flag is clear, but a @j is present.\n"
955msgstr "Il @S ha il flag ext3 needs_recovery impostato, ma non ha @j.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400956
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500957#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400958#: e2fsck/problem.c:233
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500959#, fuzzy
960msgid "@S needs_recovery flag is set, but no @j is present.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500961msgstr "Il @S ha il flag ext3 needs_recovery impostato, ma non ha @j.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400962
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500963#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400964#: e2fsck/problem.c:238
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400965#, fuzzy
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500966msgid "@S needs_recovery flag is clear, but @j has data.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500967msgstr "flag del recupero ext3 pulito, ma il @j contiene ancora dati.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400968
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400969#. @-expanded: Clear journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400970#: e2fsck/problem.c:243
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500971msgid "Clear @j"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500972msgstr "Azzerare @j"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400973
Eric Sandeen032eafe2012-07-28 17:48:36 -0400974#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400975#: e2fsck/problem.c:248 e2fsck/problem.c:702
Eric Sandeen032eafe2012-07-28 17:48:36 -0400976msgid "@f has feature flag(s) set, but is a revision 0 @f. "
977msgstr ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500978
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400979#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400980#: e2fsck/problem.c:253
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400981msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400982msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, modalità=%Im, dimensione=%Is)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400983
Eric Sandeen032eafe2012-07-28 17:48:36 -0400984#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400985#: e2fsck/problem.c:258
Eric Sandeen032eafe2012-07-28 17:48:36 -0400986#, fuzzy
987msgid "@I %B (%b) found in @o @i %i.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -0500988msgstr "@b @I #%B (%b) trovato in un @i @o %i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400989
Eric Sandeen032eafe2012-07-28 17:48:36 -0400990#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400991#: e2fsck/problem.c:263
Eric Sandeen032eafe2012-07-28 17:48:36 -0400992#, fuzzy
993msgid "Already cleared %B (%b) found in @o @i %i.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -0400994msgstr "Già azzerato il @b #%B (%b) trovato in un @i @o %i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400995
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400996#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400997#: e2fsck/problem.c:268
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400998#, c-format
999msgid "@I @o @i %i in @S.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001000msgstr "@i @o @I %i nel @S.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001001
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001002#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001003#: e2fsck/problem.c:273
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001004#, c-format
1005msgid "@I @i %i in @o @i list.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001006msgstr "@i @I %i nella lista degli @i @o.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001007
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001008#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001009#: e2fsck/problem.c:278
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001010#, fuzzy
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001011msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001012msgstr ""
1013"Il @S del @j ext3 ha impostato il flag a sola lettura di una caratteristica "
1014"sconosciuta.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001015
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001016#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001017#: e2fsck/problem.c:283
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001018#, fuzzy
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001019msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001020msgstr ""
1021"Il @S del @j ext3 ha impostato il flag di una caratteristica non "
1022"compatibile.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001023
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001024#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001025#: e2fsck/problem.c:288
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001026msgid "@j version not supported by this e2fsck.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001027msgstr "Versione del @j non supportata da questo e2fsck.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001028
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001029#. @-expanded: Moving journal from /%s to hidden inode.\n
1030#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001031#: e2fsck/problem.c:293
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001032#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001033msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001034"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001035"\n"
1036msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001037"Spostamento di @j da /%s all'inode nascosto.\n"
1038"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001039
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001040#. @-expanded: Error moving journal: %m\n
1041#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001042#: e2fsck/problem.c:298
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001043#, c-format
1044msgid ""
1045"Error moving @j: %m\n"
1046"\n"
1047msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001048"Errore spostando @j: %m\n"
1049"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001050
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001051#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1052#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1053#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001054#: e2fsck/problem.c:303
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001055#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001056msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001057"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001058"Clearing fields beyond the V1 @j @S...\n"
1059"\n"
1060msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001061"Trovati dei campi V2 del @S del @j non validi (dal journal V1).\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001062"Pulitura dei campi al di là del @S del @j V1...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001063
Eric Sandeen032eafe2012-07-28 17:48:36 -04001064#. @-expanded: Run journal anyway
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001065#: e2fsck/problem.c:309
Eric Sandeen032eafe2012-07-28 17:48:36 -04001066msgid "Run @j anyway"
1067msgstr "Eseguire @j comunque"
1068
1069#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001070#: e2fsck/problem.c:314
Eric Sandeen032eafe2012-07-28 17:48:36 -04001071msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1072msgstr "Flag di recupero non impostato nel @S di backup, eseguo @j comunque.\n"
1073
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001074#. @-expanded: Backing up journal inode block information.\n
1075#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001076#: e2fsck/problem.c:319
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001077msgid ""
1078"Backing up @j @i @b information.\n"
1079"\n"
1080msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001081"Esecuzione del backup dell'informazione @j @i @b.\n"
1082"\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001083
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001084#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1085#. @-expanded: is %N; should be zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001086#: e2fsck/problem.c:324
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05001087msgid ""
1088"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1089"is %N; @s zero. "
1090msgstr ""
1091
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001092#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001093#: e2fsck/problem.c:330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001094msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05001095msgstr ""
1096
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001097#. @-expanded: Resize inode not valid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001098#: e2fsck/problem.c:335
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05001099#, fuzzy
1100msgid "Resize @i not valid. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001101msgstr "L'@r non è una @d. "
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05001102
Eric Sandeen032eafe2012-07-28 17:48:36 -04001103#. @-expanded: superblock last mount time (%t,\n
1104#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001105#: e2fsck/problem.c:340
Eric Sandeen032eafe2012-07-28 17:48:36 -04001106msgid ""
1107"@S last mount time (%t,\n"
1108"\tnow = %T) is in the future.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001109msgstr ""
1110
Eric Sandeen032eafe2012-07-28 17:48:36 -04001111#. @-expanded: superblock last write time (%t,\n
1112#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001113#: e2fsck/problem.c:345
Eric Sandeen032eafe2012-07-28 17:48:36 -04001114msgid ""
1115"@S last write time (%t,\n"
1116"\tnow = %T) is in the future.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001117msgstr ""
1118
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001119#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001120#: e2fsck/problem.c:349
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001121#, c-format
1122msgid "@S hint for external superblock @s %X. "
1123msgstr ""
1124
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001125#. @-expanded: Adding dirhash hint to filesystem.\n
1126#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001127#: e2fsck/problem.c:354
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001128msgid ""
1129"Adding dirhash hint to @f.\n"
1130"\n"
1131msgstr ""
1132
Eric Sandeen032eafe2012-07-28 17:48:36 -04001133#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001134#: e2fsck/problem.c:359
Eric Sandeen032eafe2012-07-28 17:48:36 -04001135msgid "@g descriptor %g checksum is %04x, should be %04y. "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001136msgstr ""
1137
1138#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001139#: e2fsck/problem.c:364
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001140#, c-format
1141msgid "@g descriptor %g marked uninitialized without feature set.\n"
1142msgstr ""
1143
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001144#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001145#: e2fsck/problem.c:369
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001146msgid "@g descriptor %g has invalid unused inodes count %b. "
1147msgstr ""
1148
1149#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001150#: e2fsck/problem.c:374
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001151msgid "Last @g @b @B uninitialized. "
1152msgstr ""
1153
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001154#: e2fsck/problem.c:379
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001155#, c-format
1156msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1157msgstr ""
1158
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001159#: e2fsck/problem.c:383
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001160msgid "The test_fs flag is set (and ext4 is available). "
1161msgstr ""
1162
Eric Sandeen032eafe2012-07-28 17:48:36 -04001163#. @-expanded: superblock last mount time is in the future.\n
1164#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1165#. @-expanded: set)
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001166#: e2fsck/problem.c:388
Eric Sandeen032eafe2012-07-28 17:48:36 -04001167msgid ""
1168"@S last mount time is in the future.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001169"\t(by less than a day, probably due to the hardware clock being incorrectly "
1170"set) "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001171msgstr ""
1172
1173#. @-expanded: superblock last write time is in the future.\n
1174#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1175#. @-expanded: set).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001176#: e2fsck/problem.c:394
Eric Sandeen032eafe2012-07-28 17:48:36 -04001177msgid ""
1178"@S last write time is in the future.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001179"\t(by less than a day, probably due to the hardware clock being incorrectly "
1180"set). "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001181msgstr ""
1182
1183#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001184#: e2fsck/problem.c:400
Eric Sandeen032eafe2012-07-28 17:48:36 -04001185msgid "One or more @b @g descriptor checksums are invalid. "
1186msgstr ""
1187
1188#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001189#: e2fsck/problem.c:405
Eric Sandeen032eafe2012-07-28 17:48:36 -04001190#, fuzzy
1191msgid "Setting free @is count to %j (was %i)\n"
1192msgstr "Impostazione del numero di blocchi riservati a %lu\n"
1193
1194#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001195#: e2fsck/problem.c:410
Eric Sandeen032eafe2012-07-28 17:48:36 -04001196#, fuzzy
1197msgid "Setting free @bs count to %c (was %b)\n"
1198msgstr "Impostazione del numero di blocchi riservati a %lu\n"
1199
1200#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001201#: e2fsck/problem.c:415
Eric Sandeen032eafe2012-07-28 17:48:36 -04001202msgid "Making @q @i %i (%Q) hidden.\n"
1203msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04001204
1205#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001206#: e2fsck/problem.c:420
Eric Sandeen032eafe2012-07-28 17:48:36 -04001207msgid "@S has invalid MMP block. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001208msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04001209
1210#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001211#: e2fsck/problem.c:425
Eric Sandeen032eafe2012-07-28 17:48:36 -04001212msgid "@S has invalid MMP magic. "
1213msgstr ""
1214
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001215#: e2fsck/problem.c:430
Eric Sandeen032eafe2012-07-28 17:48:36 -04001216#, c-format
1217msgid "ext2fs_open2: %m\n"
1218msgstr ""
1219
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001220#: e2fsck/problem.c:435
Eric Sandeen032eafe2012-07-28 17:48:36 -04001221#, c-format
1222msgid "ext2fs_check_desc: %m\n"
1223msgstr ""
1224
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001225#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001226#: e2fsck/problem.c:440
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001227msgid "@S 64bit filesystems needs extents to access the whole disk. "
1228msgstr ""
1229
1230#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1231#: e2fsck/problem.c:447
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001232msgid "Pass 1: Checking @is, @bs, and sizes\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001233msgstr "Passo 1: Controllo di @i, @b(i) e dimensioni\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001234
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001235#. @-expanded: root inode is not a directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001236#: e2fsck/problem.c:451
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001237msgid "@r is not a @d. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001238msgstr "L'@r non è una @d. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001239
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001240#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001241#: e2fsck/problem.c:456
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001242msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001243msgstr ""
1244"L'@r ha il dtime impostato (probabilmente a causa di un vecchio mke2fs)."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001245
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001246#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001247#: e2fsck/problem.c:461
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001248#, fuzzy
1249msgid "Reserved @i %i (%Q) has @n mode. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001250msgstr "L'@i riservato %i %Q ha una modalità errata. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001251
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001252#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001253#: e2fsck/problem.c:466
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001254#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001255msgid "@D @i %i has zero dtime. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001256msgstr "L'@i @D %i ha dtime zero. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001257
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001258#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001259#: e2fsck/problem.c:471
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001260#, fuzzy, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001261msgid "@i %i is in use, but has dtime set. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001262msgstr "L'@i %i è in uso, ma ha il dtime impostato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001263
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001264#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001265#: e2fsck/problem.c:476
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001266#, c-format
1267msgid "@i %i is a @z @d. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001268msgstr "L'@i %i è una @d a @z. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001269
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001270#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001271#: e2fsck/problem.c:481
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001272msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001273msgstr "La @B dei @b(i) del @g %g a %b @C.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001274
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001275#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001276#: e2fsck/problem.c:486
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001277msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001278msgstr "La @B degli @i del @g %g a %b @C.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001279
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001280#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001281#: e2fsck/problem.c:491
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001282msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001283msgstr "La tavola degli @i del @g %g a %b @C.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001284
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001285#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001286#: e2fsck/problem.c:496
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001287msgid "@g %g's @b @B (%b) is bad. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001288msgstr "La @B dei @b(i) del @g %g (%b) non è valida. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001289
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001290#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001291#: e2fsck/problem.c:501
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001292msgid "@g %g's @i @B (%b) is bad. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001293msgstr "La @B degli @i del @g %g (%b) non è valida. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001294
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001295#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001296#: e2fsck/problem.c:506
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001297msgid "@i %i, i_size is %Is, @s %N. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001298msgstr "@i %i, i_size è %Is, @s %N. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001299
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001300#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001301#: e2fsck/problem.c:511
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001302#, fuzzy
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001303msgid "@i %i, i_@bs is %Ib, @s %N. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001304msgstr "@i %i, i_blocks è %Ib, @s %N. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001305
Eric Sandeen032eafe2012-07-28 17:48:36 -04001306#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001307#: e2fsck/problem.c:516
Eric Sandeen032eafe2012-07-28 17:48:36 -04001308#, fuzzy
1309msgid "@I %B (%b) in @i %i. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001310msgstr "@b @I #%B (%b) nell'@i %i. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001311
Eric Sandeen032eafe2012-07-28 17:48:36 -04001312#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001313#: e2fsck/problem.c:521
Eric Sandeen032eafe2012-07-28 17:48:36 -04001314msgid "%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001315msgstr ""
1316
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001317#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001318#: e2fsck/problem.c:526
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001319#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001320msgid "@i %i has illegal @b(s). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001321msgstr "L'@i %i ha @b(i) illegali. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001322
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001323#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001324#: e2fsck/problem.c:531
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001325#, c-format
1326msgid "Too many illegal @bs in @i %i.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001327msgstr "Troppi @b(i) illegali in @i %i.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001328
Eric Sandeen032eafe2012-07-28 17:48:36 -04001329#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001330#: e2fsck/problem.c:536
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001331#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04001332msgid "@I %B (%b) in bad @b @i. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001333msgstr "@b @I #%B (%b) nell'@i del @b non valido. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001334
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001335#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001336#: e2fsck/problem.c:541
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001337#, fuzzy
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001338msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001339msgstr "L'@i del @b non valido ha @b(i) illegali. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001340
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001341#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001342#: e2fsck/problem.c:546
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001343msgid "Duplicate or bad @b in use!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001344msgstr "@b duplicato o non valido in uso!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001345
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001346#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001347#: e2fsck/problem.c:551
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001348#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001349msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001350msgstr "Il @b %b usa come @i del @b non valido un @b indiretto. "
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001351
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001352#. @-expanded: \n
1353#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1354#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1355#. @-expanded: in the filesystem.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001356#: e2fsck/problem.c:556
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001357msgid ""
1358"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001359"The bad @b @i has probably been corrupted. You probably\n"
1360"should stop now and run e2fsck -c to scan for bad blocks\n"
1361"in the @f.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001362msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001363"\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001364"L'@i del @b non valido è stato probabilmente corrotto. E' consigliabile\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001365"fermarsi ora ed eseguire e2fsck -c per cercare blocchi non validi\n"
1366"nel @f.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001367
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001368#. @-expanded: \n
1369#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001370#: e2fsck/problem.c:563
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001371msgid ""
1372"\n"
1373"If the @b is really bad, the @f can not be fixed.\n"
1374msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001375"\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001376"Se il @b è molto corrotto, il @f non può essere riparato.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001377
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001378#. @-expanded: You can remove this block from the bad block list and hope\n
1379#. @-expanded: that the block is really OK. But there are no guarantees.\n
1380#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001381#: e2fsck/problem.c:568
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001382#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001383msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001384"You can remove this @b from the bad @b list and hope\n"
1385"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001386"\n"
1387msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001388"E' possibile eliminare questo @b (e sperare il meglio) dalla\n"
1389"lista dei @b(i) non validi, e sperare che sia davvero a posto, ma\n"
1390"non ci sono garanzie.\n"
1391"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001392
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001393#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001394#: e2fsck/problem.c:574
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001395msgid "The primary @S (%b) is on the bad @b list.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001396msgstr "Il @S primario (%b) è nella listi dei @b(i) non validi.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001397
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001398#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001399#: e2fsck/problem.c:579
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001400msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001401msgstr ""
1402"Il blocco %b nei descrittori primari del @g è nella lista dei @b(i) non "
1403"validi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001404
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001405#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001406#: e2fsck/problem.c:585
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001407msgid "Warning: Group %g's @S (%b) is bad.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001408msgstr "Attenzione: Il @S (%b) del gruppo %g non è valido.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001409
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001410#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001411#: e2fsck/problem.c:590
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001412#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001413msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001414msgstr ""
1415"Attenzione: La copia dei descrittori di @g del gruppo %g ha un @b (%b) non "
1416"valido.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001417
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001418#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001419#: e2fsck/problem.c:596
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001420msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001421msgstr ""
1422"Errore di programmazione? @b #%b reclamato senza ragione in process_bad_@b.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001424#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001425#: e2fsck/problem.c:602
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001426#, fuzzy
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001427msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001428msgstr "@A %N @b(i) contigui nel @g di @b %g per %s: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001429
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001430#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001431#: e2fsck/problem.c:607
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001432#, c-format
1433msgid "@A @b buffer for relocating %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001434msgstr "@A il buffer @b per la rilocazione di %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001435
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001436#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001437#: e2fsck/problem.c:612
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001438msgid "Relocating @g %g's %s from %b to %c...\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001439msgstr "Rilocazione del %s del @g %g da %b a %c...\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001440
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001441#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001442#: e2fsck/problem.c:617
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001443#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001444msgid "Relocating @g %g's %s to %c...\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001445msgstr "Rilocazione del %s del @g %g in %c...\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001446
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001447#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001448#: e2fsck/problem.c:622
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001449msgid "Warning: could not read @b %b of %s: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001450msgstr "Attenzione: impossibile leggere @b %b di %s: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001451
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001452#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001453#: e2fsck/problem.c:627
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001454msgid "Warning: could not write @b %b for %s: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001455msgstr "Attenzione: impossibile scrivere @b %b per %s: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001456
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001457#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001458#: e2fsck/problem.c:632 e2fsck/problem.c:1481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001459msgid "@A @i @B (%N): %m\n"
1460msgstr "@A la @B dell'@i (%N): %m\n"
1461
1462#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001463#: e2fsck/problem.c:637
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001464#, fuzzy
1465msgid "@A @b @B (%N): %m\n"
1466msgstr "@A la @B dell'@i (%N): %m\n"
1467
1468#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001469#: e2fsck/problem.c:642
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001470#, fuzzy, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001471msgid "@A icount link information: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001472msgstr "@A le informazioni del collegamento icount: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001473
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001474#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001475#: e2fsck/problem.c:647
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001476#, fuzzy, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001477msgid "@A @d @b array: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001478msgstr "@A l'array dei @b di @d: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001480#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001481#: e2fsck/problem.c:652
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001482#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001483msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001484msgstr "Errore analizzando @is (%i): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001485
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001486#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001487#: e2fsck/problem.c:657
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001488#, c-format
1489msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001490msgstr "Errore scorrendo i @b(i) nell'@i %i: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001491
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001492#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001493#: e2fsck/problem.c:662
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001494msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001495msgstr ""
1496"Errore salvando le informazioni sul numero di @i (@i=%i, numero=%N): %m\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001497
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001498#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001499#: e2fsck/problem.c:667
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001500#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001501msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001502msgstr ""
1503"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 +00001504
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001505#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001506#: e2fsck/problem.c:673
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001507#, c-format
1508msgid "Error reading @i %i: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001509msgstr "Errore durante la lettura dell'@i %i: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001510
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001511#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001512#: e2fsck/problem.c:681
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001513#, c-format
1514msgid "@i %i has imagic flag set. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001515msgstr "L'@i %i ha il flag imagic impostato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001516
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001517#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1518#. @-expanded: or append-only flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001519#: e2fsck/problem.c:686
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001520#, c-format
1521msgid ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001522"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1523"or append-only flag set. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001524msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001525"Un file (@i %i) speciale (@v/socket/fifo/symlink) ha il flag\n"
1526"immutable o append-only impostato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001527
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001528#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001529#: e2fsck/problem.c:692
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001530#, c-format
1531msgid "@i %i has @cion flag set on @f without @cion support. "
1532msgstr ""
1533
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001534#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001535#: e2fsck/problem.c:697
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001536#, fuzzy, c-format
1537msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1538msgstr ""
1539"Un file (@i %i) speciale (@v/socket/fifo/symlink) ha il flag\n"
1540"immutable o append-only impostato. "
1541
1542#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001543#: e2fsck/problem.c:707
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001544#, fuzzy
1545msgid "@j @i is not in use, but contains data. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001546msgstr "L'@i %i è in uso, ma ha il dtime impostato. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001547
1548#. @-expanded: journal is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001549#: e2fsck/problem.c:712
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001550msgid "@j is not regular file. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001551msgstr "Il @j non è un file regolare. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001552
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001553#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001554#: e2fsck/problem.c:717
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001555#, fuzzy, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001556msgid "@i %i was part of the @o @i list. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001557msgstr "L'@i %i faceva parte della lista degli @i orfani. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001558
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001559#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001560#: e2fsck/problem.c:723
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001561#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001562msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001563msgstr ""
1564"trovati @i che facevano parte di una lista di orfani corrotti collegati. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001565
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001567#: e2fsck/problem.c:728
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001568#, fuzzy
1569msgid "@A refcount structure (%N): %m\n"
1570msgstr "@A la struttura icount: %m\n"
1571
1572#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001573#: e2fsck/problem.c:733
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001574#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001575msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001576msgstr "Errore leggendo l'@a di @b %b per l'@i %i. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001577
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001578#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001579#: e2fsck/problem.c:738
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001580#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001581msgid "@i %i has a bad @a @b %b. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001582msgstr "L'@i %i ha un @a di @b %b non valido. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001583
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001584#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001585#: e2fsck/problem.c:743
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001586#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001587msgid "Error reading @a @b %b (%m). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001588msgstr "Errore leggendo l'@a di @b %b (%m). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001589
Eric Sandeen032eafe2012-07-28 17:48:36 -04001590#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001591#: e2fsck/problem.c:748
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001592#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04001593msgid "@a @b %b has reference count %r, @s %N. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001594msgstr "L'@a di @b %b è contato come %b, dovrebbe essere %N. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001595
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001596#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001597#: e2fsck/problem.c:753
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001598#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001599msgid "Error writing @a @b %b (%m). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001600msgstr "Errore scrivendo l'@a @b %b (%m). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001601
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001602#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001603#: e2fsck/problem.c:758
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001604#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001605msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001606msgstr "L'@a @b %b ha il valore h_blocks > 1. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001607
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001608#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001609#: e2fsck/problem.c:763
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001610#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001611msgid "@A @a @b %b. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001612msgstr "L'@i %i ha un @a di @b %b non valido. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001613
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001614#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001615#: e2fsck/problem.c:768
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001616#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001617msgid "@a @b %b is corrupt (allocation collision). "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001618msgstr "L'@a di @b %b è corrotto (collisione di allocazione). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001619
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001620#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001621#: e2fsck/problem.c:773
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001622#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001623msgid "@a @b %b is corrupt (@n name). "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001624msgstr "L'@a di @b %b è corrotto (nome non valido). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001625
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001626#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001627#: e2fsck/problem.c:778
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001628#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001629msgid "@a @b %b is corrupt (@n value). "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001630msgstr "L'@a di @b %b è corrotto (valore non valido). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001631
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001632#. @-expanded: inode %i is too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001633#: e2fsck/problem.c:783
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001634#, c-format
1635msgid "@i %i is too big. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001636msgstr "L'@i %i è troppo grande. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001637
Eric Sandeen032eafe2012-07-28 17:48:36 -04001638#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001639#: e2fsck/problem.c:787
Eric Sandeen032eafe2012-07-28 17:48:36 -04001640#, fuzzy
1641msgid "%B (%b) causes @d to be too big. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001642msgstr "Il @b #%B (%b) fa diventare il @d troppo grande. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001643
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001644#: e2fsck/problem.c:792
Eric Sandeen032eafe2012-07-28 17:48:36 -04001645#, fuzzy
1646msgid "%B (%b) causes file to be too big. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001647msgstr "Il @b #%B (%b) fa diventare il file troppo grande. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001648
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001649#: e2fsck/problem.c:797
Eric Sandeen032eafe2012-07-28 17:48:36 -04001650#, fuzzy
1651msgid "%B (%b) causes symlink to be too big. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001652msgstr "Il @b #%B (%b) fa diventare il link simbolico troppo grande. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001653
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001654#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001655#: e2fsck/problem.c:802
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001656#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001657msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001658msgstr ""
1659"L'@i %i ga il flag INDEX_FL impostato nel @f senza il supporto htree.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001660
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001661#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001662#: e2fsck/problem.c:807
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001663#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001664msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001665msgstr "L'@i %i ha il flag INDEX_FL impostato, ma non è un @d.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001666
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001667#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001668#: e2fsck/problem.c:812
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001669#, fuzzy, c-format
1670msgid "@h %i has an @n root node.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001671msgstr "L'@h %i ha un nodo root non valido.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001672
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001673#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001674#: e2fsck/problem.c:817
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001675msgid "@h %i has an unsupported hash version (%N)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001676msgstr "L'@h %i ha una versione dell'hash non supportata (%N)\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001677
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001678#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001679#: e2fsck/problem.c:822
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001680#, c-format
1681msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001682msgstr "L'@h %i usa un flag di nodo htree di root non compatibile.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001683
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001684#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001685#: e2fsck/problem.c:827
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001686msgid "@h %i has a tree depth (%N) which is too big\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001687msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001688
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001689#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1690#. @-expanded: filesystem metadata.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001691#: e2fsck/problem.c:832
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001692msgid ""
1693"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1694"@f metadata. "
1695msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001696"L'@i del @b non valido ha un @b indiretto (%b) che entra in\n"
1697"conflitto con il metadata del @f. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001698
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001699#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001700#: e2fsck/problem.c:838
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05001701#, c-format
1702msgid "Resize @i (re)creation failed: %m."
1703msgstr ""
1704
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001705#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001706#: e2fsck/problem.c:843
Theodore Ts'obc759702005-05-09 20:40:55 -04001707#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001708msgid "@i %i has a extra size (%IS) which is @n\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001709msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001710
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001711#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001712#: e2fsck/problem.c:848
Theodore Ts'obc759702005-05-09 20:40:55 -04001713#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001714msgid "@a in @i %i has a namelen (%N) which is @n\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001715msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001716
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001717#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001718#: e2fsck/problem.c:853
Theodore Ts'obc759702005-05-09 20:40:55 -04001719#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001720msgid "@a in @i %i has a value offset (%N) which is @n\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001721msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001722
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001723#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001724#: e2fsck/problem.c:858
Theodore Ts'obc759702005-05-09 20:40:55 -04001725#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001726msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001727msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001728
Eric Sandeen032eafe2012-07-28 17:48:36 -04001729#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001730#: e2fsck/problem.c:863
Eric Sandeen032eafe2012-07-28 17:48:36 -04001731#, fuzzy
1732msgid "@a in @i %i has a value size (%N) which is @n\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001733msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001734
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001735#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001736#: e2fsck/problem.c:868
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001737#, fuzzy
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001738msgid "@a in @i %i has a hash (%N) which is @n\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001739msgstr "L'@h %i ha un livello di profondità (%N) troppo elevato\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001740
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001741#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001742#: e2fsck/problem.c:873
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001743msgid "@i %i is a %It but it looks like it is really a directory.\n"
1744msgstr ""
1745
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001746#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001747#: e2fsck/problem.c:878
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001748#, fuzzy, c-format
1749msgid "Error while reading over @x tree in @i %i: %m\n"
1750msgstr "Errore scorrendo i @b(i) nell'@i %i: %m\n"
1751
1752#. @-expanded: Failed to iterate extents in inode %i\n
1753#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001754#: e2fsck/problem.c:883
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001755msgid ""
1756"Failed to iterate extents in @i %i\n"
1757"\t(op %s, blk %b, lblk %c): %m\n"
1758msgstr ""
1759
1760#. @-expanded: inode %i has an invalid extent\n
1761#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001762#: e2fsck/problem.c:889
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001763msgid ""
1764"@i %i has an @n extent\n"
1765"\t(logical @b %c, @n physical @b %b, len %N)\n"
1766msgstr ""
1767
1768#. @-expanded: inode %i has an invalid extent\n
1769#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001770#: e2fsck/problem.c:894
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001771msgid ""
1772"@i %i has an @n extent\n"
1773"\t(logical @b %c, physical @b %b, @n len %N)\n"
1774msgstr ""
1775
1776#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001777#: e2fsck/problem.c:899
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001778#, fuzzy, c-format
1779msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001780msgstr ""
1781"L'@i %i ga il flag INDEX_FL impostato nel @f senza il supporto htree.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001782
1783#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001784#: e2fsck/problem.c:904
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001785#, c-format
1786msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1787msgstr ""
1788
1789#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001790#: e2fsck/problem.c:909
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001791#, c-format
1792msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1793msgstr ""
1794
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001795#: e2fsck/problem.c:914
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001796#, c-format
1797msgid "Fast symlink %i has EXTENT_FL set. "
1798msgstr ""
1799
1800#. @-expanded: inode %i has out of order extents\n
1801#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001802#: e2fsck/problem.c:919
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001803msgid ""
1804"@i %i has out of order extents\n"
1805"\t(@n logical @b %c, physical @b %b, len %N)\n"
1806msgstr ""
1807
1808#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001809#: e2fsck/problem.c:923
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001810#, fuzzy
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001811msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001812msgstr "L'@h %i ha un nodo root non valido.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001813
Eric Sandeen032eafe2012-07-28 17:48:36 -04001814#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001815#: e2fsck/problem.c:928
Eric Sandeen032eafe2012-07-28 17:48:36 -04001816#, fuzzy, c-format
1817msgid "Error converting subcluster @b @B: %m\n"
1818msgstr "Errore scorrendo i @b(i) delle @d: %m\n"
1819
1820#. @-expanded: quota inode is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001821#: e2fsck/problem.c:933
Eric Sandeen032eafe2012-07-28 17:48:36 -04001822#, fuzzy
1823msgid "@q @i is not regular file. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001824msgstr "Il @j non è un file regolare. "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001825
1826#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001827#: e2fsck/problem.c:938
Eric Sandeen032eafe2012-07-28 17:48:36 -04001828#, fuzzy
1829msgid "@q @i is not in use, but contains data. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001830msgstr "L'@i %i è in uso, ma ha il dtime impostato. "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001831
1832#. @-expanded: quota inode is visible to the user.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001833#: e2fsck/problem.c:943
Eric Sandeen032eafe2012-07-28 17:48:36 -04001834#, fuzzy
1835msgid "@q @i is visible to the user. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001836msgstr "L'@i %i è in uso, ma ha il dtime impostato. "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001837
1838#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001839#: e2fsck/problem.c:948
Eric Sandeen032eafe2012-07-28 17:48:36 -04001840#, fuzzy
1841msgid "The bad @b @i looks @n. "
1842msgstr "<Inode numero 1>"
1843
1844#. @-expanded: inode %i has zero length extent\n
1845#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001846#: e2fsck/problem.c:953
Eric Sandeen032eafe2012-07-28 17:48:36 -04001847msgid ""
1848"@i %i has zero length extent\n"
1849"\t(@n logical @b %c, physical @b %b)\n"
1850msgstr ""
1851
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001852#. @-expanded: Interior extent node level %N of inode %i:\n
1853#. @-expanded: Logical start %b does not match logical start %c at next level.
1854#: e2fsck/problem.c:960
1855msgid ""
1856"Interior @x node level %N of @i %i:\n"
1857"Logical start %b does not match logical start %c at next level. "
1858msgstr ""
1859
1860#. @-expanded: inode %i, end of extent exceeds allowed value\n
1861#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1862#: e2fsck/problem.c:966
1863msgid ""
1864"@i %i, end of extent exceeds allowed value\n"
1865"\t(logical @b %c, physical @b %b, len %N)\n"
1866msgstr ""
1867
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001868#. @-expanded: \n
1869#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1870#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001871#: e2fsck/problem.c:974
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001872msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001873"\n"
1874"Running additional passes to resolve @bs claimed by more than one @i...\n"
1875"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001876msgstr ""
1877
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001878#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001879#: e2fsck/problem.c:980
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001880#, fuzzy, c-format
1881msgid "@m @b(s) in @i %i:"
1882msgstr "@b @I #%B (%b) nell'@i %i. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001883
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001884#: e2fsck/problem.c:995
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001885#, c-format
1886msgid "Error while scanning inodes (%i): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001887msgstr "Errore analizzando gli inode (%i): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001888
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001889#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001890#: e2fsck/problem.c:1000
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001891#, fuzzy, c-format
1892msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001893msgstr "@A la @B degli @i (inode_dup_map): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001894
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001895#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001896#: e2fsck/problem.c:1005
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001897#, c-format
1898msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001899msgstr "Errore scorrendo i @b(i) nell'@i %i (%s): %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001900
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001901#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001902#: e2fsck/problem.c:1010 e2fsck/problem.c:1325
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001903#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001904msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001905msgstr ""
1906"Errore sistemando il conteggio dei riferimenti per il @b @a %b (@i %i): %m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001907
Theodore Ts'o6956f612005-12-31 16:46:15 -05001908#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001909#: e2fsck/problem.c:1015
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001910#, fuzzy
Theodore Ts'o6956f612005-12-31 16:46:15 -05001911msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001912msgstr ""
1913"Passo 1C: Analisi delle directory relativa agli @i con @b(i) duplicati.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001914
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001915#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001916#: e2fsck/problem.c:1021
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001917#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001918msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001919msgstr "Passo 1D: Riconciliamento del @b(i) duplicati\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001920
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001921#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001922#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001923#: e2fsck/problem.c:1026
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001924#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001925msgid ""
1926"File %Q (@i #%i, mod time %IM) \n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001927" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001928msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001929"Il file %Q (@i #%i, ultima modifica %IM) \n"
1930" ha %b @b(i) duplicati, condivisi con %N file:\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001931
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001932#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001933#: e2fsck/problem.c:1032
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001934msgid "\t%Q (@i #%i, mod time %IM)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001935msgstr "\t%Q (@i #%i, ultima modifica %IM)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001936
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001937#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001938#: e2fsck/problem.c:1037
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001939msgid "\t<@f metadata>\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001940msgstr "\t<metadata del @f>\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001941
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001942#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1943#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001944#: e2fsck/problem.c:1042
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001945#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001946msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001947"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001948"\n"
1949msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001950"(Ci sono %n @i contenenti @b(i) duplicato/non valido(i).)\n"
1951"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001952
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001953#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1954#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001955#: e2fsck/problem.c:1047
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001956#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001957msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001958"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001959"\n"
1960msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04001961"@b(i) duplicati già riassegnati o clonati.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001962"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001963
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001964#: e2fsck/problem.c:1060
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001965#, c-format
1966msgid "Couldn't clone file: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001967msgstr "Impossibile clonare il file: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001968
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001969#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001970#: e2fsck/problem.c:1066
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001971msgid "Pass 2: Checking @d structure\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001972msgstr "Passo 2: Analisi della struttura delle @d\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001973
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001974#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001975#: e2fsck/problem.c:1071
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001976#, fuzzy, c-format
1977msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001978msgstr "Numero di @i non valido per '.' nell'@i @d %i.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001979
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001980#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001981#: e2fsck/problem.c:1076
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001982#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001983msgid "@E has @n @i #: %Di.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001984msgstr "L'@E ha un @i non valido #: %Di.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001985
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001986#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001987#: e2fsck/problem.c:1081
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001988#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001989msgid "@E has @D/unused @i %Di. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001990msgstr "L'@E ha @i non utilizzato/@D %Di. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001991
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001992#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001993#: e2fsck/problem.c:1086
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001994msgid "@E @L to '.' "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05001995msgstr "L'@E @L a '.' "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001996
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001997#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001998#: e2fsck/problem.c:1091
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00001999msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002000msgstr "L'@E punta all'@i (%Di), posizionato in un @b non valido.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002001
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002002#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002003#: e2fsck/problem.c:1096
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002004msgid "@E @L to @d %P (%Di).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002005msgstr "L'@E @L alla @d %P (%Di).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002006
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002007#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002008#: e2fsck/problem.c:1101
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002009msgid "@E @L to the @r.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002010msgstr "L'@E @L all'@r.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002011
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002012#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002013#: e2fsck/problem.c:1106
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002014msgid "@E has illegal characters in its name.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002015msgstr "L'@E ha caratteri non validi nel suo nome.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002016
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002017#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002018#: e2fsck/problem.c:1111
Theodore Ts'o72933b92005-01-11 14:05:00 -05002019#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002020msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05002021msgstr "'.' mancante nell'@i %i della @d.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002022
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002023#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002024#: e2fsck/problem.c:1116
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002025#, c-format
2026msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05002027msgstr "'..' mancante nell'@i %i della @d.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002028
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002029#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002030#: e2fsck/problem.c:1121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002031#, fuzzy
2032msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002033msgstr "Il primo @e '%Dn' (inode=%Di) nell'@i %i della @d (%p) @s '.'\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002034
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002035#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002036#: e2fsck/problem.c:1126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002037#, fuzzy
2038msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002039msgstr "Il secondo @e '%Dn' (inode=%Di) nell'@i %i della @d (%p) @s '.'\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002040
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002041#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002042#: e2fsck/problem.c:1131
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002043#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002044msgid "i_faddr @F %IF, @s zero.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002045msgstr "i_faddr @F %IF @s zero.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002047#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002048#: e2fsck/problem.c:1136
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002049#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002050msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002051msgstr "i_file_acl @F %If @s zero.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002052
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002053#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002054#: e2fsck/problem.c:1141
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002055#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002056msgid "i_dir_acl @F %Id, @s zero.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002057msgstr "i_dir_acl @F %Id @s zero.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002058
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002059#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002060#: e2fsck/problem.c:1146
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002061#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002062msgid "i_frag @F %N, @s zero.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002063msgstr "i_frag @F %N @s zero.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002064
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002065#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002066#: e2fsck/problem.c:1151
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002067#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002068msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002069msgstr "i_fsize @F %N @s zero.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002070
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002071#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002072#: e2fsck/problem.c:1156
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002073#, fuzzy
2074msgid "@i %i (%Q) has @n mode (%Im).\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002075msgstr "L'@o %i (%Q) ha una modalità non valida (%Im).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002076
Eric Sandeen032eafe2012-07-28 17:48:36 -04002077#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002078#: e2fsck/problem.c:1161
Eric Sandeen032eafe2012-07-28 17:48:36 -04002079#, fuzzy
2080msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002081msgstr "@i %i della @d, offset %N: @d corrotta\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002082
Eric Sandeen032eafe2012-07-28 17:48:36 -04002083#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002084#: e2fsck/problem.c:1166
Eric Sandeen032eafe2012-07-28 17:48:36 -04002085#, fuzzy
2086msgid "@d @i %i, %B, offset %N: filename too long\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002087msgstr "@i %i della @d, offset %N: nome file troppo lungo\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002088
Eric Sandeen032eafe2012-07-28 17:48:36 -04002089#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002090#: e2fsck/problem.c:1171
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002091#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04002092msgid "@d @i %i has an unallocated %B. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002093msgstr "L'@i %i della @d ha un @b (#%B) non allocato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002095#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002096#: e2fsck/problem.c:1176
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002097#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002098msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002099msgstr "L'@e della @d '.' nell'@i %i della @d non è terminato da NULL\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002100
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002101#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002102#: e2fsck/problem.c:1181
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002103#, c-format
2104msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002105msgstr "L'@e della @d '..' nell'@i %i della @d non è terminato da NULL\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002106
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002107#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002108#: e2fsck/problem.c:1186
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002109msgid "@i %i (%Q) is an @I character @v.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002110msgstr "L'@i %i (%Q) è un @v a caratteri @I.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002111
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002112#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002113#: e2fsck/problem.c:1191
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002114msgid "@i %i (%Q) is an @I @b @v.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002115msgstr "L'@i %i (%Q) è un @v a @b(i) @I.\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002116
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002117#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002118#: e2fsck/problem.c:1196
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002119#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002120msgid "@E is duplicate '.' @e.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002121msgstr "L'@E è un duplicato dell'@e '.'.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002122
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002123#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002124#: e2fsck/problem.c:1201
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002125msgid "@E is duplicate '..' @e.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002126msgstr "L'@E è un duplicato dell'@e '..'.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002127
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002128#: e2fsck/problem.c:1206 e2fsck/problem.c:1506
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002129#, c-format
2130msgid "Internal error: couldn't find dir_info for %i.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002131msgstr "Errore interno: impossibile trovare dir_info per %i.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002132
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002133#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002134#: e2fsck/problem.c:1211
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002135#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002136msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002137msgstr "L'@E ha rec_len di %Dr, dovrebbe essere %N.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002138
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002139#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002140#: e2fsck/problem.c:1216
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002141#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002142msgid "@A icount structure: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002143msgstr "@A la struttura icount: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002144
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002145#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002146#: e2fsck/problem.c:1221
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002147#, c-format
2148msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002149msgstr "Errore scorrendo i @b(i) delle @d: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002150
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002151#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002152#: e2fsck/problem.c:1226
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002153msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002154msgstr "Errore leggendo il @b della @d %b (@i %i): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002155
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002156#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002157#: e2fsck/problem.c:1231
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002158msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002159msgstr "Errore scrivendo il @b della @d %b (@i %i): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002160
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002161#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002162#: e2fsck/problem.c:1236
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002163#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002164msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002165msgstr "@A un nuovo @b della @d per l'@i %i (%s): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002166
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002167#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002168#: e2fsck/problem.c:1241
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002169#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002170msgid "Error deallocating @i %i: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002171msgstr "Errore deallocando l'@i %i: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002172
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002173#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002174#: e2fsck/problem.c:1246
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002175#, fuzzy, c-format
2176msgid "@d @e for '.' in %p (%i) is big.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002177msgstr "L'@e della @d di '.' è grande. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002178
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002179#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002180#: e2fsck/problem.c:1251
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002181msgid "@i %i (%Q) is an @I FIFO.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002182msgstr "L'@i %i (%Q) è una FIFO @I.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002183
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002184#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002185#: e2fsck/problem.c:1256
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002186msgid "@i %i (%Q) is an @I socket.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002187msgstr "L'@i %i (%Q) è un socket @I.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002188
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002189#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002190#: e2fsck/problem.c:1261
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002191msgid "Setting filetype for @E to %N.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002192msgstr "Impostazione del tipo di file per l'@E a %N.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002193
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002194#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002195#: e2fsck/problem.c:1266
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002196#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002197msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002198msgstr "L'@E non è del giusto tipo di file (era %Dt, dovrebbe essere %N).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002200#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002201#: e2fsck/problem.c:1271
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002202msgid "@E has filetype set.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002203msgstr "E' impostato il tipo di file per l'@E.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002204
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002205#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002206#: e2fsck/problem.c:1276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002207#, fuzzy
2208msgid "@E has a @z name.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002209msgstr "Il nome dell'@E è di lunghezza nulla.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002210
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002211#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002212#: e2fsck/problem.c:1281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002213#, fuzzy
2214msgid "Symlink %Q (@i #%i) is @n.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002215msgstr "Il symlink %Q (@i #%i) non è valido.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002216
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002217#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002218#: e2fsck/problem.c:1286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002219msgid "@a @b @F @n (%If).\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002220msgstr ""
2221
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002222#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002223#: e2fsck/problem.c:1291
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002224msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002225msgstr ""
2226"Il @f contiene files di grandi dimensioni, ma nel @S non è specificato il "
2227"flag LARGE_FILE.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002228
Eric Sandeen032eafe2012-07-28 17:48:36 -04002229#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002230#: e2fsck/problem.c:1296
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002231#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04002232msgid "@p @h %d: %B not referenced\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002233msgstr "@p un @h (%d): nodo (%B) non referenziato\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002234
Eric Sandeen032eafe2012-07-28 17:48:36 -04002235#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002236#: e2fsck/problem.c:1301
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002237#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04002238msgid "@p @h %d: %B referenced twice\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002239msgstr "@p un @h (%d): nodo (%b) referenziato due volte\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002240
Eric Sandeen032eafe2012-07-28 17:48:36 -04002241#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002242#: e2fsck/problem.c:1306
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002243#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04002244msgid "@p @h %d: %B has bad min hash\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002245msgstr "@p un @h (%d): nodo (%B) con hash minimo non valido\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002246
Eric Sandeen032eafe2012-07-28 17:48:36 -04002247#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002248#: e2fsck/problem.c:1311
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002249#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04002250msgid "@p @h %d: %B has bad max hash\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002251msgstr "@p un @h (%d): nodo (%b) con hash massimo non valido\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002252
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002253#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002254#: e2fsck/problem.c:1316
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002255#, fuzzy
2256msgid "@n @h %d (%q). "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002257msgstr "@h %d non valido (%q). "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002258
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002259#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002260#: e2fsck/problem.c:1320
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002261msgid "@p @h %d (%q): bad @b number %b.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002262msgstr "@p un @h %d (%q): @b non valido numero %b.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002263
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002264#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002265#: e2fsck/problem.c:1330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002266#, fuzzy, c-format
2267msgid "@p @h %d: root node is @n\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002268msgstr "@p un @h (%d): nodo root non valido\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002269
Eric Sandeen032eafe2012-07-28 17:48:36 -04002270#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002271#: e2fsck/problem.c:1335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002272#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04002273msgid "@p @h %d: %B has @n limit (%N)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002274msgstr "@p un @h (%d): nodo (%B) con limite non valido (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002275
Eric Sandeen032eafe2012-07-28 17:48:36 -04002276#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002277#: e2fsck/problem.c:1340
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002278#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04002279msgid "@p @h %d: %B has @n count (%N)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002280msgstr "@p un @h (%d): numero (%N) di nodo (%B) non valido\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002281
Eric Sandeen032eafe2012-07-28 17:48:36 -04002282#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002283#: e2fsck/problem.c:1345
Eric Sandeen032eafe2012-07-28 17:48:36 -04002284#, fuzzy
2285msgid "@p @h %d: %B has an unordered hash table\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002286msgstr "@p un @h (%d): nodo (%B) con tabella hash non ordinata\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002287
Eric Sandeen032eafe2012-07-28 17:48:36 -04002288#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002289#: e2fsck/problem.c:1350
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002290#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04002291msgid "@p @h %d: %B has @n depth (%N)\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002292msgstr "@p un @h (%d): nodo (%B) con profondità non valida\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002293
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002294#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002295#: e2fsck/problem.c:1355
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002296msgid "Duplicate @E found. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002297msgstr "Trovato @E duplicato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002298
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002299#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2300#. @-expanded: Rename to %s
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002301#: e2fsck/problem.c:1360
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002302#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002303msgid ""
2304"@E has a non-unique filename.\n"
2305"Rename to %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002306msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002307"@E ha un nome file non univoco.\n"
2308"Cambiare il nome in %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002309
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002310#. @-expanded: Duplicate entry '%Dn' found.\n
2311#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2312#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002313#: e2fsck/problem.c:1365
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002314#, fuzzy
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002315msgid ""
2316"Duplicate @e '%Dn' found.\n"
2317"\tMarking %p (%i) to be rebuilt.\n"
2318"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002319msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002320"Trovato @e duplicato '%Dn'.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002321"\t%p (%i) è da ricostruire.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002322"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002323
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002324#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002325#: e2fsck/problem.c:1370
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002326#, fuzzy
2327msgid "i_blocks_hi @F %N, @s zero.\n"
2328msgstr "i_fsize @F %N @s zero.\n"
2329
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002330#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002331#: e2fsck/problem.c:1375
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002332msgid "Unexpected @b in @h %d (%q).\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002333msgstr ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002334
2335#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002336#: e2fsck/problem.c:1379
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002337msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2338msgstr ""
2339
2340#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002341#: e2fsck/problem.c:1384
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002342msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2343msgstr ""
2344
Eric Sandeen032eafe2012-07-28 17:48:36 -04002345#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002346#: e2fsck/problem.c:1389
Eric Sandeen032eafe2012-07-28 17:48:36 -04002347#, fuzzy
2348msgid "i_file_acl_hi @F %N, @s zero.\n"
2349msgstr "i_file_acl @F %If @s zero.\n"
2350
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002351#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002352#: e2fsck/problem.c:1396
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002353msgid "Pass 3: Checking @d connectivity\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002354msgstr "Passo 3: Controllo della connettività di @d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002355
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002356#. @-expanded: root inode not allocated.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002357#: e2fsck/problem.c:1401
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002358msgid "@r not allocated. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002359msgstr "@r non allocato."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002360
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002361#. @-expanded: No room in lost+found directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002362#: e2fsck/problem.c:1406
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002363msgid "No room in @l @d. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002364msgstr "Non c'è spazio nella @d @l"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002365
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002366#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002367#: e2fsck/problem.c:1411
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002368#, c-format
2369msgid "Unconnected @d @i %i (%p)\n"
2370msgstr ""
2371
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002372#. @-expanded: /lost+found not found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002373#: e2fsck/problem.c:1416
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002374msgid "/@l not found. "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002375msgstr "/@l non trovata. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002376
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002377#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002378#: e2fsck/problem.c:1421
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002379msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002380msgstr "'..' in %Q (%i) è %P (%j), @s %q (%d).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002381
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002382#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002383#: e2fsck/problem.c:1426
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002384#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002385msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002386msgstr "/@l non valida o inesistente. Impossibile riconnettere.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002387
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002388#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002389#: e2fsck/problem.c:1431
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002390#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002391msgid "Could not expand /@l: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002392msgstr "Impossibile espandere /@l: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002393
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002394#: e2fsck/problem.c:1436
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002395#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002396msgid "Could not reconnect %i: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002397msgstr "Impossibile riconnettere %i: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002398
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002399#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002400#: e2fsck/problem.c:1441
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002401#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002402msgid "Error while trying to find /@l: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002403msgstr "Errore cercando /@l: %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002404
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002405#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002406#: e2fsck/problem.c:1446
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002407#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002408msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002409msgstr "ext2fs_new_block: %m cercando di creare la @d /@l\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002410
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002411#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002412#: e2fsck/problem.c:1451
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002413#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002414msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002415msgstr "ext2fs_new_@i: %m cercando di creare la @d /@l\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002416
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002417#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002418#: e2fsck/problem.c:1456
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002419#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002420msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002421msgstr "ext2f_new_dir_block: %m creando un nuovo @b @d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002422
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002423#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002424#: e2fsck/problem.c:1461
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002425#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002426msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002427msgstr "ext2fs_write_dir_block: %m scrivendo il @b @d per /@l\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002428
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002429#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002430#: e2fsck/problem.c:1466
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002431#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002432msgid "Error while adjusting @i count on @i %i\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002433msgstr "Errore aggiustando il numero @i nell'@i %i\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002434
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002435#. @-expanded: Couldn't fix parent of inode %i: %m\n
2436#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002437#: e2fsck/problem.c:1471
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002438#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002439msgid ""
2440"Couldn't fix parent of @i %i: %m\n"
2441"\n"
2442msgstr ""
2443
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002444#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2445#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002446#: e2fsck/problem.c:1476
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002447#, c-format
2448msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002449"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002450"\n"
2451msgstr ""
2452
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002453#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002454#: e2fsck/problem.c:1486
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002455#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002456msgid "Error creating root @d (%s): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002457msgstr "Errore creando la @d root (%s): %m\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002458
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002459#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002460#: e2fsck/problem.c:1491
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002461#, c-format
2462msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002463msgstr "Errore creando la @d /@l (%s): %m\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002464
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002465#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002466#: e2fsck/problem.c:1496
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002467#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002468msgid "@r is not a @d; aborting.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002469msgstr "L'@r non è una @d; cancellazione.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002470
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002471#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002472#: e2fsck/problem.c:1501
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002473msgid "Cannot proceed without a @r.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002474msgstr "Impossibile procedere senza un @r.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002476#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002477#: e2fsck/problem.c:1511
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002478#, c-format
2479msgid "/@l is not a @d (ino=%i)\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002480msgstr "/@l non è una @d (ino=%i)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002481
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002482#: e2fsck/problem.c:1518
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002483msgid "Pass 3A: Optimizing directories\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002484msgstr "Passo 3A: Ottimizzazione delle directory\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002485
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002486#: e2fsck/problem.c:1523
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002487#, fuzzy, c-format
2488msgid "Failed to create dirs_to_hash iterator: %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002489msgstr "Impossibile creare un iteratore dirs_to_hash: %m"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002490
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002491#: e2fsck/problem.c:1528
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002492#, fuzzy
2493msgid "Failed to optimize directory %q (%d): %m\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002494msgstr "Impossibile ottimizzare la directory %q (%d): %m"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002495
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002496#: e2fsck/problem.c:1533
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002497msgid "Optimizing directories: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002498msgstr "Ottimizzazione delle directory: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002499
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002500#: e2fsck/problem.c:1550
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002501msgid "Pass 4: Checking reference counts\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002502msgstr "Pass 4: Controllo del numero dei riferimenti\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002503
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002504#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002505#: e2fsck/problem.c:1555
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002506#, fuzzy, c-format
2507msgid "@u @z @i %i. "
2508msgstr "@i @o @I %i nel @S.\n"
2509
2510#. @-expanded: unattached inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002511#: e2fsck/problem.c:1560
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002512#, c-format
2513msgid "@u @i %i\n"
2514msgstr ""
2515
2516#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002517#: e2fsck/problem.c:1565
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002518#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002519msgid "@i %i ref count is %Il, @s %N. "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002520msgstr "Il contatore riferimenti dell'@i %i è %Il, @s %N. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002521
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002522#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2523#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2524#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002525#: e2fsck/problem.c:1569
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002526msgid ""
2527"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2528"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002529"@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 +00002530msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002531"ATTENZIONE: ERRORE DI PROGRAMMAZIONE IN E2FSCK!\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002532"\tO QUALCHE TESTA VUOTA (TU) STA CONTROLLANDO UN FILE SYSTEM MONTATO "
2533"(LIVE).\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002534"@i_link_info[%i] è %N, @i.i_links_count è %Il. Dovrebbero essere identici!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002535
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002536#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002537#: e2fsck/problem.c:1579
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002538#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002539msgid "Pass 5: Checking @g summary information\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002540msgstr "Passo 5: Controllo del riepilogo delle informazioni del @g\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002541
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002542#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002543#: e2fsck/problem.c:1584
Theodore Ts'o72933b92005-01-11 14:05:00 -05002544#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002545msgid "Padding at end of @i @B is not set. "
Theodore Ts'o72933b92005-01-11 14:05:00 -05002546msgstr "Riempimento alla fine di @i @B non impostato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002547
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002548#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002549#: e2fsck/problem.c:1589
Theodore Ts'o72933b92005-01-11 14:05:00 -05002550#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002551msgid "Padding at end of @b @B is not set. "
Theodore Ts'o72933b92005-01-11 14:05:00 -05002552msgstr "Riempimento alla fine di @b @B non impostato. "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002553
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002554#. @-expanded: block bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002555#: e2fsck/problem.c:1594
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002556msgid "@b @B differences: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002557msgstr "Differenze nella @B dei @b: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002558
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002559#. @-expanded: inode bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002560#: e2fsck/problem.c:1614
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002561msgid "@i @B differences: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002562msgstr "Differenze nella @B degli @i: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002563
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002564#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002565#: e2fsck/problem.c:1634
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002566msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002567msgstr "Numero degli @i liberi errato per il @g #%g (%i, contati=%j).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002568
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002569#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002570#: e2fsck/problem.c:1639
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002571msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002572msgstr "Numero delle directory errato per il @g #%g (%i, contati=%j).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002573
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002574#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002575#: e2fsck/problem.c:1644
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002576msgid "Free @is count wrong (%i, counted=%j).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002577msgstr "Numero degli @i liberi errato (%i, contati=%j).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002578
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002579#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002580#: e2fsck/problem.c:1649
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002581msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002582msgstr "Numero dei @b(i) liberi errato per il @g #%g (%b, contati=%c).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002583
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002584#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002585#: e2fsck/problem.c:1654
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002586msgid "Free @bs count wrong (%b, counted=%c).\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002587msgstr "Numero dei @b(i) liberi errato (%b, contati=%c).\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002588
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002589#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2590#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002591#: e2fsck/problem.c:1659
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002592msgid ""
2593"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2594"endpoints (%i, %j)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002595msgstr ""
2596
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002597#: e2fsck/problem.c:1665
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002598#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002599msgid "Internal error: fudging end of bitmap (%N)\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002600msgstr ""
2601"Errore interno: impossibile individuare la fine della mappa di bit (%N)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002602
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002603#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002604#: e2fsck/problem.c:1670
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002605#, fuzzy, c-format
2606msgid "Error copying in replacement @i @B: %m\n"
2607msgstr "Errore durante la lettura dell'@i %i: %m\n"
2608
2609#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002610#: e2fsck/problem.c:1675
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002611#, c-format
2612msgid "Error copying in replacement @b @B: %m\n"
2613msgstr ""
2614
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002615#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002616#: e2fsck/problem.c:1700
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002617#, c-format
2618msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002619msgstr ""
2620
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002621#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002622#: e2fsck/problem.c:1705
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002623#, c-format
2624msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2625msgstr ""
2626
Eric Sandeen032eafe2012-07-28 17:48:36 -04002627#. @-expanded: Recreate journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002628#: e2fsck/problem.c:1712
Eric Sandeen032eafe2012-07-28 17:48:36 -04002629#, fuzzy
2630msgid "Recreate @j"
2631msgstr "Ricrea"
2632
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002633#: e2fsck/problem.c:1717
Eric Sandeen032eafe2012-07-28 17:48:36 -04002634msgid "Update quota info for quota type %N"
2635msgstr ""
2636
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002637#: e2fsck/problem.c:1836
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002638#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002639msgid "Unhandled error code (0x%x)!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002640msgstr "Codice errore non gestito (0x%x)!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002641
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002642#: e2fsck/problem.c:1961 e2fsck/problem.c:1965
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002643msgid "IGNORED"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002644msgstr "IGNORATO"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002645
Eric Sandeen032eafe2012-07-28 17:48:36 -04002646#: e2fsck/scantest.c:79
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002647#, c-format
2648msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002649msgstr "Memoria usata: %d, tempo rimasto: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002650
Eric Sandeen032eafe2012-07-28 17:48:36 -04002651#: e2fsck/scantest.c:98
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002652#, c-format
2653msgid "size of inode=%d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002654msgstr "dimensione di un inode=%d\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002655
Eric Sandeen032eafe2012-07-28 17:48:36 -04002656#: e2fsck/scantest.c:119
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002657msgid "while starting inode scan"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002658msgstr "iniziando la scansione degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002659
Eric Sandeen032eafe2012-07-28 17:48:36 -04002660#: e2fsck/scantest.c:130
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002661msgid "while doing inode scan"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002662msgstr "durante la scansione dell'inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002663
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002664#: e2fsck/super.c:190
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002665#, c-format
2666msgid "while calling ext2fs_block_iterate for inode %d"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002667msgstr "chiamando ext2fs_block_iterate per l'inode %d"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002668
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002669#: e2fsck/super.c:213
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002670#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002671msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002672msgstr "chiamando ext2fs_adjust_ea_refocunt per l'inode %d"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002673
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002674#: e2fsck/super.c:274
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002675msgid "Truncating"
2676msgstr ""
2677
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002678#: e2fsck/super.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002679msgid "Clearing"
2680msgstr ""
2681
Eric Sandeen032eafe2012-07-28 17:48:36 -04002682#: e2fsck/unix.c:74
Theodore Ts'o197abba2005-06-20 18:00:23 -04002683#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002684msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002685"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002686"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002687"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002688"\t\t[-E extended-options] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002689msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002690"Utilizzo: %s [-panyrcdfvstDFSV] [-b superblocco] [-B dimensione_blocco]\n"
2691"\t\t[-I blocchi_buffer_inode] [-P processa_dimensione_inode]\n"
2692"\t\t[-l|-L file_blocchi_non_validi] [-C fd] [-j ext-journal]\n"
2693"\t\t[-E opzioni-estese] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002694
Eric Sandeen032eafe2012-07-28 17:48:36 -04002695#: e2fsck/unix.c:80
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002696msgid ""
2697"\n"
2698"Emergency help:\n"
2699" -p Automatic repair (no questions)\n"
2700" -n Make no changes to the filesystem\n"
2701" -y Assume \"yes\" to all questions\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002702" -c Check for bad blocks and add them to the badblock "
2703"list\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002704" -f Force checking even if filesystem is marked clean\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002705msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002706"\n"
2707"Aiuto di emergenza:\n"
2708" -p Riparazione automatica (senza domande)\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002709" -n Non effettua modifiche nel file system\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002710" -y Risposta affermativa a tutte le domande\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002711" -c Cerca blocchi non validi e li aggiunge nell'apposito "
2712"elenco\n"
2713" -f Forza il controllo anche se il file system è segnato "
2714"come pulito\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002715
Eric Sandeen032eafe2012-07-28 17:48:36 -04002716#: e2fsck/unix.c:86
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002717#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002718msgid ""
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002719" -v Be verbose\n"
2720" -b superblock Use alternative superblock\n"
2721" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002722" -j external_journal Set location of the external journal\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002723" -l bad_blocks_file Add to badblocks list\n"
2724" -L bad_blocks_file Set badblocks list\n"
2725msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002726" -v Modalità prolissa\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002727" -b superblocco Usa un superblocco alternativo\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002728" -B dim_blocco Forza la dimensione dei blocchi durante la ricerca del "
2729"superblocco\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002730" -j journal-esterno Specifica la posizione del journal esterno\n"
2731" -l file_bad_blocks Aggiungi alla lista dei blocchi non validi\n"
2732" -L file_bad_blocks Imposta la lista dei blocchi non validi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002733
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002734#: e2fsck/unix.c:131
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002735#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002736msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002737msgstr "%s: %d/%d files (%0d.%d%% non contigui), %d/%d blocchi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002738
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002739#: e2fsck/unix.c:157
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002740#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002741msgid ""
2742"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002743"%12u inode used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002744msgid_plural ""
2745"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002746"%12u inodes used (%2.2f%%, out of %u)\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002747msgstr[0] ""
2748msgstr[1] ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04002749
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002750#: e2fsck/unix.c:161
Eric Sandeen032eafe2012-07-28 17:48:36 -04002751#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002752msgid "%12u non-contiguous file (%0d.%d%%)\n"
2753msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002754msgstr[0] ""
2755msgstr[1] ""
2756
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002757#: e2fsck/unix.c:166
Eric Sandeen032eafe2012-07-28 17:48:36 -04002758#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002759msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2760msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002761msgstr[0] ""
2762msgstr[1] ""
2763
2764#: e2fsck/unix.c:171
2765#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002766msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2767msgstr " # di inode con blocchi ind/dind/tind: %d/%d/%d\n"
2768
2769#: e2fsck/unix.c:179
2770msgid " Extent depth histogram: "
2771msgstr ""
2772
2773#: e2fsck/unix.c:188
2774#, c-format
2775msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2776msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2777msgstr[0] ""
2778msgstr[1] ""
2779
2780#: e2fsck/unix.c:192
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002781#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002782msgid "%12u bad block\n"
2783msgid_plural "%12u bad blocks\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002784msgstr[0] "%12u blocco danneggiato\n"
2785msgstr[1] "%12u blocchi danneggiati\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002786
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002787#: e2fsck/unix.c:194
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002788#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002789msgid "%12u large file\n"
2790msgid_plural "%12u large files\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002791msgstr[0] ""
2792msgstr[1] ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04002793
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002794#: e2fsck/unix.c:196
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002795#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002796msgid ""
2797"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002798"%12u regular file\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002799msgid_plural ""
2800"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002801"%12u regular files\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002802msgstr[0] ""
2803"\n"
2804"%12u file regolare\n"
2805msgstr[1] ""
2806"\n"
2807"%12u file regolari\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002808
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002809#: e2fsck/unix.c:198
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002810#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002811msgid "%12u directory\n"
2812msgid_plural "%12u directories\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002813msgstr[0] "%12u directory\n"
2814msgstr[1] "%12u directory\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002815
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002816#: e2fsck/unix.c:200
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002817#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002818msgid "%12u character device file\n"
2819msgid_plural "%12u character device files\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002820msgstr[0] ""
2821msgstr[1] ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04002822
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002823#: e2fsck/unix.c:203
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002824#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002825msgid "%12u block device file\n"
2826msgid_plural "%12u block device files\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002827msgstr[0] ""
2828msgstr[1] ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002829
2830#: e2fsck/unix.c:205
Eric Sandeen032eafe2012-07-28 17:48:36 -04002831#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002832msgid "%12u fifo\n"
2833msgid_plural "%12u fifos\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002834msgstr[0] "%12u fifo\n"
2835msgstr[1] "%12u fifo\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002836
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002837#: e2fsck/unix.c:207
Eric Sandeen032eafe2012-07-28 17:48:36 -04002838#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002839msgid "%12u link\n"
2840msgid_plural "%12u links\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002841msgstr[0] "%12u collegamento\n"
2842msgstr[1] "%12u collegamenti\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002843
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002844#: e2fsck/unix.c:209
Eric Sandeen032eafe2012-07-28 17:48:36 -04002845#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002846msgid "%12u symbolic link"
2847msgid_plural "%12u symbolic links"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002848msgstr[0] "%12u collegamento simbolico"
2849msgstr[1] "%12u collegamenti simbolici"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002850
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002851#: e2fsck/unix.c:211
Eric Sandeen032eafe2012-07-28 17:48:36 -04002852#, c-format
2853msgid " (%u fast symbolic link)\n"
2854msgid_plural " (%u fast symbolic links)\n"
2855msgstr[0] ""
2856msgstr[1] ""
2857
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002858#: e2fsck/unix.c:215
Eric Sandeen032eafe2012-07-28 17:48:36 -04002859#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002860msgid "%12u socket\n"
2861msgid_plural "%12u sockets\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002862msgstr[0] "%12u socket\n"
2863msgstr[1] "%12u socket\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002864
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002865#: e2fsck/unix.c:219
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002866#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002867msgid "%12u file\n"
2868msgid_plural "%12u files\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002869msgstr[0] "%12u file\n"
2870msgstr[1] "%12u file\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002871
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002872#: e2fsck/unix.c:232 misc/badblocks.c:988 misc/tune2fs.c:2023 misc/util.c:311
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002873#: resize/main.c:260
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002874#, c-format
2875msgid "while determining whether %s is mounted."
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002876msgstr "nel determinare se %s è montato."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002877
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002878#: e2fsck/unix.c:253
2879#, fuzzy, c-format
2880msgid "Warning! %s is mounted.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002881msgstr "Attenzione: %s è %s.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002882
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002883#: e2fsck/unix.c:256
2884#, fuzzy, c-format
2885msgid "Warning! %s is in use.\n"
2886msgstr "Attenzione: %s è %s.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002887
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002888#: e2fsck/unix.c:262
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002889#, fuzzy, c-format
2890msgid "%s is mounted.\n"
2891msgstr "%s è montato: "
2892
2893#: e2fsck/unix.c:264
2894#, fuzzy, c-format
2895msgid "%s is in use.\n"
2896msgstr "%s è %s.\n"
2897
2898#: e2fsck/unix.c:266
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002899msgid ""
2900"Cannot continue, aborting.\n"
2901"\n"
2902msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002903"Impossibile continuare, operazione annullata.\n"
2904"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002905
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002906#: e2fsck/unix.c:268
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002907msgid ""
2908"\n"
2909"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002910"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2911"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002912"\n"
2913msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002914"\n"
2915"\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002916"ATTENZIONE: il file system è montato. Continuando l'operazione\n"
2917"verranno causati seri danni al file system.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002918"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002919
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002920#: e2fsck/unix.c:273
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002921msgid "Do you really want to continue"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002922msgstr "Continuare"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002923
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002924#: e2fsck/unix.c:275
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002925msgid "check aborted.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002926msgstr "controllo annullato.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002927
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002928#: e2fsck/unix.c:368
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002929msgid " contains a file system with errors"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002930msgstr " contiene un file system con errori"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002931
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002932#: e2fsck/unix.c:370
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002933msgid " was not cleanly unmounted"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002934msgstr " non è stato smontato in maniera corretta"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002935
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002936#: e2fsck/unix.c:372
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002937msgid " primary superblock features different from backup"
2938msgstr ""
2939
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002940#: e2fsck/unix.c:376
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002941#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002942msgid " has been mounted %u times without being checked"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002943msgstr " è stato montato %u volte senza essere controllato"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002944
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002945#: e2fsck/unix.c:383
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002946msgid " has filesystem last checked time in the future"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002947msgstr " presenta orario di ultimo controllo del file system nel futuro"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002948
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002949#: e2fsck/unix.c:389
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002950#, c-format
2951msgid " has gone %u days without being checked"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04002952msgstr " non è stato controllato negli ultimi %u giorni"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002953
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002954#: e2fsck/unix.c:398
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002955msgid ", check forced.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002956msgstr ", controllo forzato.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002957
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002958#: e2fsck/unix.c:431
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002959#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002960msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002961msgstr "%s: a posto, %d/%d file, %d/%d blocchi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002962
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002963#: e2fsck/unix.c:451
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002964#, fuzzy
2965msgid " (check deferred; on battery)"
2966msgstr " (controllo dopo il prossimo mount)"
2967
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002968#: e2fsck/unix.c:454
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002969msgid " (check after next mount)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002970msgstr " (controllo dopo il prossimo mount)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002971
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002972#: e2fsck/unix.c:456
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002973#, c-format
2974msgid " (check in %ld mounts)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002975msgstr " (controllo tra %ld mount)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002976
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002977#: e2fsck/unix.c:606
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002978#, c-format
2979msgid "ERROR: Couldn't open /dev/null (%s)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002980msgstr "ERRORE: Impossibile aprire /dev/null (%s)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00002981
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002982#: e2fsck/unix.c:675
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002983msgid "Invalid EA version.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05002984msgstr "Versione EA non valida.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002985
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002986#: e2fsck/unix.c:702
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05002987#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002988msgid "Unknown extended option: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002989msgstr ""
2990
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002991#: e2fsck/unix.c:727
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002992#, c-format
2993msgid ""
2994"Syntax error in e2fsck config file (%s, line #%d)\n"
2995"\t%s\n"
2996msgstr ""
2997
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002998#: e2fsck/unix.c:797
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002999#, c-format
3000msgid "Error validating file descriptor %d: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003001msgstr "Errore convalidando il descrittore di file %d: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003002
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003003#: e2fsck/unix.c:801
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003004#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003005msgid "Invalid completion information file descriptor"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003006msgstr "Informazioni di completamento descrittore di file non valide"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003007
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003008#: e2fsck/unix.c:816
Theodore Ts'o6956f612005-12-31 16:46:15 -05003009#, fuzzy
3010msgid "Only one of the options -p/-a, -n or -y may be specified."
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003011msgstr "Solo una tra le opzioni -p/-a, -n o -y può essere specificata."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003012
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003013#: e2fsck/unix.c:837
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003014#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003015msgid "The -t option is not supported on this version of e2fsck.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003016msgstr "L'opzione -t non è supportata da questa versione di e2fsck.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003017
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003018#: e2fsck/unix.c:868 e2fsck/unix.c:942 misc/tune2fs.c:846 misc/tune2fs.c:1141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003019#: misc/tune2fs.c:1159
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003020#, c-format
3021msgid "Unable to resolve '%s'"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003022msgstr "Impossibile risolvere '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003023
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003024#: e2fsck/unix.c:921
Eric Sandeen032eafe2012-07-28 17:48:36 -04003025msgid "The -n and -D options are incompatible."
3026msgstr ""
3027
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003028#: e2fsck/unix.c:926
Eric Sandeen032eafe2012-07-28 17:48:36 -04003029msgid "The -n and -c options are incompatible."
3030msgstr ""
3031
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003032#: e2fsck/unix.c:931
Eric Sandeen032eafe2012-07-28 17:48:36 -04003033#, fuzzy
3034msgid "The -n and -l/-L options are incompatible."
3035msgstr "Le opzioni -c e -I/-L non possono essere usate contemporaneamente.\n"
3036
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003037#: e2fsck/unix.c:985
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003038msgid "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 -05003039msgstr "Le opzioni -c e -I/-L non possono essere usate contemporaneamente.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003040
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003041#: e2fsck/unix.c:1032
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003042#, c-format
3043msgid ""
3044"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3045"\n"
3046msgstr ""
3047
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003048#: e2fsck/unix.c:1041
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003049#, c-format
3050msgid ""
3051"\n"
3052"Invalid non-numeric argument to -%c (\"%s\")\n"
3053"\n"
3054msgstr ""
3055
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003056#: e2fsck/unix.c:1132
Eric Sandeen032eafe2012-07-28 17:48:36 -04003057#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003058msgid ""
3059"MMP interval is %u seconds and total wait time is %u seconds. Please "
3060"wait...\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003061msgstr ""
3062
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003063#: e2fsck/unix.c:1149 e2fsck/unix.c:1154
Eric Sandeen032eafe2012-07-28 17:48:36 -04003064#, fuzzy
3065msgid "while checking MMP block"
3066msgstr "impostando il superblocco"
3067
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003068#: e2fsck/unix.c:1156 misc/tune2fs.c:1950
Eric Sandeen032eafe2012-07-28 17:48:36 -04003069msgid ""
3070"If you are sure the filesystem is not in use on any node, run:\n"
3071"'tune2fs -f -E clear_mmp {device}'\n"
3072msgstr ""
3073
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003074#: e2fsck/unix.c:1207
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003075msgid "Error: ext2fs library version out of date!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003076msgstr "Errore: versione obsoleta della libreria ext2fs!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003077
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003078#: e2fsck/unix.c:1214
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003079msgid "while trying to initialize program"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003080msgstr "tentando di inizializzare il programma"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003081
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003082#: e2fsck/unix.c:1237
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003083#, c-format
3084msgid "\tUsing %s, %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003085msgstr "\tUtilizzando %s, %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003086
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003087#: e2fsck/unix.c:1249
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003088msgid "need terminal for interactive repairs"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003089msgstr "serve il terminale per il riparo interattivo"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003090
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003091#: e2fsck/unix.c:1303
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003092#, fuzzy, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003093msgid "%s: %s trying backup blocks...\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003094msgstr "%s cercando tra i blocchi di backup...\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003095
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003096#: e2fsck/unix.c:1305
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003097msgid "Superblock invalid,"
3098msgstr ""
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003099
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003100#: e2fsck/unix.c:1306
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003101msgid "Group descriptors look bad..."
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003102msgstr "I descrittori di gruppo sembrano non validi..."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003103
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003104#: e2fsck/unix.c:1316
Eric Sandeen032eafe2012-07-28 17:48:36 -04003105#, fuzzy, c-format
3106msgid "%s: %s while using the backup blocks"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003107msgstr "durante la lettura dell'inode numero 1"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003108
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003109#: e2fsck/unix.c:1320
Eric Sandeen032eafe2012-07-28 17:48:36 -04003110#, fuzzy, c-format
3111msgid "%s: going back to original superblock\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003112msgstr "%s: non è stato trovato un superblocco valido del journal\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003113
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003114#: e2fsck/unix.c:1349
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003115msgid ""
3116"The filesystem revision is apparently too high for this version of e2fsck.\n"
3117"(Or the filesystem superblock is corrupt)\n"
3118"\n"
3119msgstr ""
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003120"La revisione del file system sembra troppo alta per questa versione di "
3121"e2fsck.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003122"(O il super-blocco del file system è danneggiato)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003123"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003124
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003125#: e2fsck/unix.c:1356
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003126msgid "Could this be a zero-length partition?\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003127msgstr "E' possibile che questa sia una partizione di dimensione zero?\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003128
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003129#: e2fsck/unix.c:1358
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003130#, c-format
3131msgid "You must have %s access to the filesystem or be root\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003132msgstr "Serve accesso di tipo %s al file system o è necessario essere root\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003133
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003134#: e2fsck/unix.c:1364
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003135msgid "Possibly non-existent or swap device?\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003136msgstr "Device non esistente o di swap?\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003137
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003138#: e2fsck/unix.c:1366
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003139msgid "Filesystem mounted or opened exclusively by another program?\n"
3140msgstr ""
3141
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003142#: e2fsck/unix.c:1370
Eric Sandeen032eafe2012-07-28 17:48:36 -04003143#, fuzzy
3144msgid "Possibly non-existent device?\n"
3145msgstr "Device non esistente o di swap?\n"
3146
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003147#: e2fsck/unix.c:1373
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003148msgid ""
3149"Disk write-protected; use the -n option to do a read-only\n"
3150"check of the device.\n"
3151msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003152"Disco protetto da scrittura: usare l'opzione -n per controllare\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003153"in modalità sola lettura.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003154
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003155#: e2fsck/unix.c:1437
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003156msgid "Get a newer version of e2fsck!"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003157msgstr "Utilizzare una versione più nuova di e2fsck."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003158
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003159#: e2fsck/unix.c:1480
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003160#, c-format
3161msgid "while checking ext3 journal for %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003162msgstr "controllando il journal ext3 per %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003163
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003164#: e2fsck/unix.c:1492
3165msgid ""
3166"Warning: skipping journal recovery because doing a read-only filesystem "
3167"check.\n"
3168msgstr ""
3169"Attenzione: essendo un controllo a sola lettura, il journal non verrà "
3170"ripristinato.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003171
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003172# fuzzy
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003173#: e2fsck/unix.c:1504
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003174#, c-format
3175msgid "unable to set superblock flags on %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003176msgstr "impossibile impostarei i flag del superblocco a %s\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003177
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003178#: e2fsck/unix.c:1511
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003179#, c-format
3180msgid "while recovering ext3 journal of %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003181msgstr "ripristinando il journal ext3 di %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003182
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003183#: e2fsck/unix.c:1534
Theodore Ts'o8f741372008-02-28 21:47:05 -05003184#, fuzzy, c-format
3185msgid "%s has unsupported feature(s):"
3186msgstr "L'@h %i ha una versione dell'hash non supportata (%N)\n"
3187
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003188#: e2fsck/unix.c:1549
Eric Sandeen032eafe2012-07-28 17:48:36 -04003189#, fuzzy, c-format
3190msgid "%s: warning: compression support is experimental.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003191msgstr "Attenzione: il supporto per la compressione è sperimentale.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003192
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003193#: e2fsck/unix.c:1555
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003194#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003195msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04003196"%s: e2fsck not compiled with HTREE support,\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003197"\tbut filesystem %s has HTREE directories.\n"
3198msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003199"%s: e2fsck non è stato compilato con il supporto HTREE,\n"
3200"\tma il file system %s contiene directory HTREE.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003201
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003202#: e2fsck/unix.c:1607
Eric Sandeen032eafe2012-07-28 17:48:36 -04003203#, fuzzy, c-format
3204msgid "%s: %s while reading bad blocks inode\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003205msgstr "leggendo l'inode numero 1"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003206
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003207#: e2fsck/unix.c:1610
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003208msgid "This doesn't bode well, but we'll try to go on...\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003209msgstr "Questo non è un buon segno, ma si tenterà di continuare...\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003210
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003211#: e2fsck/unix.c:1651
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003212#, c-format
3213msgid "Creating journal (%d blocks): "
3214msgstr "Creazione del journal (%d blocchi): "
3215
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003216#: e2fsck/unix.c:1661
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003217msgid " Done.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003218msgstr ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003219
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003220#: e2fsck/unix.c:1663
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003221msgid ""
3222"\n"
3223"*** journal has been re-created - filesystem is now ext3 again ***\n"
3224msgstr ""
3225
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003226#: e2fsck/unix.c:1687
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003227msgid "Restarting e2fsck from the beginning...\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003228msgstr "Riavvio di e2fsck dall'inizio...\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003229
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003230#: e2fsck/unix.c:1691
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003231msgid "while resetting context"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003232msgstr "resettando il contesto"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003233
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003234#: e2fsck/unix.c:1698
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003235#, c-format
3236msgid "%s: e2fsck canceled.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003237msgstr "%s: e2fsck cancellato.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003238
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003239#: e2fsck/unix.c:1703
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003240msgid "aborted"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003241msgstr "annullato"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003242
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003243#: e2fsck/unix.c:1715 e2fsck/util.c:67
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003244#, c-format
3245msgid ""
3246"\n"
3247"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3248msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003249"\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003250"%s: ***** IL FILE SYSTEM È STATO MODIFICATO *****\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003251
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003252#: e2fsck/unix.c:1719
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003253#, c-format
3254msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003255msgstr "%s: ***** RIAVVIARE LINUX *****\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003256
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003257#: e2fsck/unix.c:1727 e2fsck/util.c:73
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003258#, c-format
3259msgid ""
3260"\n"
3261"%s: ********** WARNING: Filesystem still has errors **********\n"
3262"\n"
3263msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003264"\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003265"%s: ********** ATTENZIONE: Il file system contiene ancora errori "
3266"************\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003267"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003268
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003269#: e2fsck/unix.c:1767
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003270#, fuzzy
3271msgid "while setting block group checksum info"
3272msgstr "impostando l'inode del blocco difettoso"
3273
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003274#: e2fsck/util.c:190 misc/util.c:86
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003275msgid "yY"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003276msgstr "sS"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003277
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003278#: e2fsck/util.c:191
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003279msgid "nN"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003280msgstr "nN"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003281
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003282#: e2fsck/util.c:205
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003283msgid "<y>"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003284msgstr "<s>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003285
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003286#: e2fsck/util.c:207
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003287msgid "<n>"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003288msgstr "<n>"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003289
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003290#: e2fsck/util.c:209
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003291msgid " (y/n)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003292msgstr " (s/n)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003293
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003294#: e2fsck/util.c:223
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003295msgid "cancelled!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003296msgstr "cancellato!\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003297
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003298#: e2fsck/util.c:238
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003299msgid "yes\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003300msgstr "sì\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003301
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003302#: e2fsck/util.c:240
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003303msgid "no\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003304msgstr "no\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003305
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003306#: e2fsck/util.c:250
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003307#, c-format
3308msgid ""
3309"%s? no\n"
3310"\n"
3311msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003312"%s? no\n"
3313"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003314
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003315#: e2fsck/util.c:254
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003316#, c-format
3317msgid ""
3318"%s? yes\n"
3319"\n"
3320msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003321"%s? sì\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003322"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003323
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003324#: e2fsck/util.c:258
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003325msgid "yes"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003326msgstr "sì"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003327
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003328#: e2fsck/util.c:258
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003329msgid "no"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003330msgstr "no"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003331
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003332#: e2fsck/util.c:273
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003333#, c-format
3334msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3335msgstr ""
3336
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003337#: e2fsck/util.c:278
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003338msgid "reading inode and block bitmaps"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003339msgstr "lettura delle mappe di bit inode e blocco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003340
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003341#: e2fsck/util.c:286
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003342#, c-format
3343msgid "while retrying to read bitmaps for %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003344msgstr "riprovando a leggere le mappe di bit per %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003345
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003346#: e2fsck/util.c:298
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003347#, fuzzy
3348msgid "writing block and inode bitmaps"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003349msgstr "scrivendo le mappe di bit di blocco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003350
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003351#: e2fsck/util.c:303
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003352#, fuzzy, c-format
3353msgid "while rewriting block and inode bitmaps for %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003354msgstr "riprovando a scrivere le mappe di bit di inode per %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003355
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003356# fuzzy
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003357#: e2fsck/util.c:315
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003358#, c-format
3359msgid ""
3360"\n"
3361"\n"
3362"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3363"\t(i.e., without -a or -p options)\n"
3364msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003365"\n"
3366"\n"
3367"%s: INCONSISTENZA INASPETTATA: ESEGUIRE fsck MANUALMENTE.\n"
3368"\t(es., senza le opzioni -a o -p)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003369
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003370#: e2fsck/util.c:396
Eric Sandeen032eafe2012-07-28 17:48:36 -04003371#, fuzzy, c-format
3372msgid "Memory used: %luk/%luk (%luk/%luk), "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003373msgstr "Memoria usata: %dk/%dk (%dk/%dk), "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003374
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003375#: e2fsck/util.c:400
Eric Sandeen032eafe2012-07-28 17:48:36 -04003376#, fuzzy, c-format
3377msgid "Memory used: %lu, "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003378msgstr "Memoria usata: %d, "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003379
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003380#: e2fsck/util.c:407
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003381#, c-format
3382msgid "time: %5.2f/%5.2f/%5.2f\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003383msgstr "durata: %5.2f/%5.2f/%5.2f\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003384
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003385#: e2fsck/util.c:412
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003386#, c-format
3387msgid "elapsed time: %6.3f\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003388msgstr "tempo rimanente: %6.3f\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003389
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003390#: e2fsck/util.c:447 e2fsck/util.c:461
Eric Sandeen032eafe2012-07-28 17:48:36 -04003391#, fuzzy, c-format
3392msgid "while reading inode %lu in %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003393msgstr "leggendo l'inode %ld in %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003394
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003395#: e2fsck/util.c:475 e2fsck/util.c:488
Eric Sandeen032eafe2012-07-28 17:48:36 -04003396#, fuzzy, c-format
3397msgid "while writing inode %lu in %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003398msgstr "scrivendo l'inode %ld in %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003399
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003400#: e2fsck/util.c:637
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003401msgid "while allocating zeroizing buffer"
3402msgstr "allocando i buffer zeroizing"
3403
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003404#: e2fsck/util.c:785
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003405msgid ""
3406"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3407"running.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003408msgstr ""
3409
3410#: misc/badblocks.c:69
Theodore Ts'o6956f612005-12-31 16:46:15 -05003411#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04003412msgid "done \n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003413msgstr "fatto \n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003414
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003415#: misc/badblocks.c:92
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003416#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003417msgid ""
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003418"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003419" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3420"max_bad_blocks]\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003421" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3422" device [last_block [first_block]]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003423msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05003424"Uso: %s [-b dim_blocco] [-i file_di_input] [-o file_di_output] [-svwnf]\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003425" [-c blocks_at_once] [-p num_passi] [-t modello_di_prova [-t "
3426"modello_di_prova [...]]]\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003427" device [blocco_finale [blocco_iniziale]]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003428
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003429#: misc/badblocks.c:103
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003430#, c-format
3431msgid ""
3432"%s: The -n and -w options are mutually exclusive.\n"
3433"\n"
3434msgstr ""
3435
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003436#: misc/badblocks.c:218
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003437#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003438msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003439msgstr ""
3440
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003441#: misc/badblocks.c:323
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003442msgid "Testing with random pattern: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003443msgstr "Controllo con un modello casuale: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003444
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003445#: misc/badblocks.c:341
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003446msgid "Testing with pattern 0x"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003447msgstr "Controllo con modello 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003448
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003449#: misc/badblocks.c:373 misc/badblocks.c:446
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003450msgid "during seek"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003451msgstr "durante la ricerca"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003452
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003453#: misc/badblocks.c:384
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003454#, c-format
3455msgid "Weird value (%ld) in do_read\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003456msgstr "Valore strano (%ld) nella do_read\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003457
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003458#: misc/badblocks.c:471
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003459msgid "during ext2fs_sync_device"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003460msgstr "durante la ext2fs_sync_device"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003461
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003462#: misc/badblocks.c:491 misc/badblocks.c:753
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003463msgid "while beginning bad block list iteration"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003464msgstr "iniziando a scorrere la lista dei blocchi difettosi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003465
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003466#: misc/badblocks.c:506 misc/badblocks.c:606 misc/badblocks.c:764
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003467msgid "while allocating buffers"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003468msgstr "allocando i buffer"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003469
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003470#: misc/badblocks.c:510
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003471#, c-format
3472msgid "Checking blocks %lu to %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003473msgstr "Controllo dei blocchi da %lu a %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003474
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003475#: misc/badblocks.c:515
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003476msgid "Checking for bad blocks in read-only mode\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003477msgstr "Ricerca dei blocchi non validi in modalità sola lettura\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003478
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003479#: misc/badblocks.c:524
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003480msgid "Checking for bad blocks (read-only test): "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003481msgstr "Ricerca dei blocchi non validi (test a sola lettura): "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003482
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003483#: misc/badblocks.c:531 misc/badblocks.c:638 misc/badblocks.c:680
3484#: misc/badblocks.c:827
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003485msgid "Too many bad blocks, aborting test\n"
3486msgstr ""
3487
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003488#: misc/badblocks.c:613
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003489msgid "Checking for bad blocks in read-write mode\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003490msgstr "Ricerca dei blocchi non validi in modalità lettura-scrittura\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003491
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003492#: misc/badblocks.c:615 misc/badblocks.c:777
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003493#, c-format
3494msgid "From block %lu to %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003495msgstr "Dal blocco %lu al blocco %lu\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003496
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003497#: misc/badblocks.c:670
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003498msgid "Reading and comparing: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003499msgstr "Lettura e confronto: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003500
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003501#: misc/badblocks.c:776
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003502msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003503msgstr ""
3504"Ricerca dei blocchi non validi in modalità lettura-scrittura non "
3505"distruttiva\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003506
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003507#: misc/badblocks.c:782
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003508msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003509msgstr ""
3510"Ricerca dei blocchi non validi (test in moalità lettura-scrittura non "
3511"distruttiva)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003512
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003513#: misc/badblocks.c:789
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003514msgid ""
3515"\n"
3516"Interrupt caught, cleaning up\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003517msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003518"\n"
3519"Rilevato interrupt, pulizia in corso\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003520
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003521#: misc/badblocks.c:872
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003522#, c-format
3523msgid "during test data write, block %lu"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003524msgstr "durante la scrittura dei dati del test, blocco %lu"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003525
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003526#: misc/badblocks.c:993 misc/util.c:316
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003527#, c-format
3528msgid "%s is mounted; "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003529msgstr "%s è montato: "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003530
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003531#: misc/badblocks.c:995
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003532#, fuzzy
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003533msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003534msgstr "forzato comunque badblocks. Speriamo che /etc/mtab si errato.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003535
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003536#: misc/badblocks.c:1000
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003537msgid "it's not safe to run badblocks!\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003538msgstr "non è sicuro eseguire badblocks!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003539
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003540#: misc/badblocks.c:1005 misc/util.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003541#, c-format
3542msgid "%s is apparently in use by the system; "
3543msgstr ""
3544
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003545#: misc/badblocks.c:1008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003546#, fuzzy
3547msgid "badblocks forced anyway.\n"
3548msgstr "forzato comunque badblocks. Speriamo che /etc/mtab si errato.\n"
3549
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003550#: misc/badblocks.c:1028
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003551#, fuzzy, c-format
3552msgid "invalid %s - %s"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003553msgstr "intervallo non valido - %s"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003554
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003555#: misc/badblocks.c:1139
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003556#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003557msgid "can't allocate memory for test_pattern - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003558msgstr "impossibile allocare memoria per il modello di prova - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003559
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003560#: misc/badblocks.c:1169
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003561msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003562msgstr ""
3563"E' possibile specificare un solo modello di prova in modalità sola lettura"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003564
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003565#: misc/badblocks.c:1175
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003566msgid "Random test_pattern is not allowed in read-only mode"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003567msgstr "Modello di prova casuale non consentito in modalità sola lettura"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003568
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003569#: misc/badblocks.c:1189
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003570msgid ""
3571"Couldn't determine device size; you must specify\n"
3572"the size manually\n"
3573msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003574"Impossibile determinare la dimensione del device:\n"
3575"specificarla manualmente\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003576
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003577#: misc/badblocks.c:1195
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003578msgid "while trying to determine device size"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003579msgstr "tentando di determinare la dimensione del device"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003580
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003581#: misc/badblocks.c:1200
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003582#, fuzzy
3583msgid "last block"
3584msgstr "Rilocazione dei blocchi"
3585
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003586#: misc/badblocks.c:1206
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003587#, fuzzy
3588msgid "first block"
3589msgstr "Primo blocco dati=%u\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003590
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003591#: misc/badblocks.c:1209
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003592#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003593msgid "invalid starting block (%llu): must be less than %llu"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003594msgstr ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003595
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003596#: misc/badblocks.c:1216
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003597#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003598msgid "invalid end block (%llu): must be 32-bit value"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003599msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003600
3601#: misc/badblocks.c:1272
Theodore Ts'o197abba2005-06-20 18:00:23 -04003602#, fuzzy
3603msgid "while creating in-memory bad blocks list"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003604msgstr "creando la lista dei blocchi non validi in memoria"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003605
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003606#: misc/badblocks.c:1281
3607msgid "input file - bad format"
3608msgstr ""
3609
3610#: misc/badblocks.c:1289 misc/badblocks.c:1298
Theodore Ts'o197abba2005-06-20 18:00:23 -04003611#, fuzzy
3612msgid "while adding to in-memory bad block list"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003613msgstr "aggiungendo un elemento alla lista dei blocchi difettosi in memoria"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003614
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003615#: misc/badblocks.c:1323
Eric Sandeen032eafe2012-07-28 17:48:36 -04003616#, fuzzy, c-format
3617msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003618msgstr "Passo completato. %u blocchi non validi trovati.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003619
Eric Sandeen032eafe2012-07-28 17:48:36 -04003620#: misc/chattr.c:86
Theodore Ts'obc759702005-05-09 20:40:55 -04003621#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003622msgid "Usage: %s [-RVf] [-+=aAcCdDeijsStTu] [-v version] files...\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003623msgstr "uso: %s [-RV] [-+=AacDdijsSu] [-v versione] file...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003624
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003625#: misc/chattr.c:155
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003626#, c-format
3627msgid "bad version - %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003628msgstr "versione non valida - %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003629
Eric Sandeen032eafe2012-07-28 17:48:36 -04003630#: misc/chattr.c:201 misc/lsattr.c:116
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003631#, c-format
3632msgid "while trying to stat %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003633msgstr "tentando di fare lo stat di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003634
Eric Sandeen032eafe2012-07-28 17:48:36 -04003635#: misc/chattr.c:208
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003636#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003637msgid "while reading flags on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003638msgstr "leggendo i flag di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003639
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003640#: misc/chattr.c:213 misc/chattr.c:225
Eric Sandeen032eafe2012-07-28 17:48:36 -04003641#, c-format
3642msgid "Flags of %s set as "
3643msgstr "flag di %s impostati come"
3644
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003645#: misc/chattr.c:234
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003646#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003647msgid "while setting flags on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003648msgstr "impostando i flag di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003649
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003650#: misc/chattr.c:242
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003651#, c-format
3652msgid "Version of %s set as %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003653msgstr "Versione di %s impostata a %lu\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003654
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003655#: misc/chattr.c:246
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003656#, c-format
3657msgid "while setting version on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003658msgstr "impostando la versione a %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003659
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003660#: misc/chattr.c:267
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003661msgid "Couldn't allocate path variable in chattr_dir_proc"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003662msgstr "Impossibile allocare la variabile di percorso nella chattr_dir_proc"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003663
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003664#: misc/chattr.c:307
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003665msgid "= is incompatible with - and +\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003666msgstr "= è incompatibile con + e -\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003667
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003668#: misc/chattr.c:315
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003669msgid "Must use '-v', =, - or +\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003670msgstr "Si deve usare '-v', =, - o +\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003671
Eric Sandeen032eafe2012-07-28 17:48:36 -04003672#: misc/dumpe2fs.c:55
3673#, fuzzy, c-format
3674msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003675msgstr "Uso: %s [-bfhixV] [-ob superblocco] [-oB dim_blocco] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003676
Eric Sandeen032eafe2012-07-28 17:48:36 -04003677#: misc/dumpe2fs.c:159
3678#, fuzzy
3679msgid "blocks"
3680msgstr "bblocco"
3681
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003682#: misc/dumpe2fs.c:169
Eric Sandeen032eafe2012-07-28 17:48:36 -04003683msgid "clusters"
3684msgstr ""
3685
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003686#: misc/dumpe2fs.c:197
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003687#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003688msgid "Group %lu: (Blocks "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003689msgstr "Gruppo %lu: (Blocchi "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003690
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003691#: misc/dumpe2fs.c:205
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003692#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003693msgid " Checksum 0x%04x"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003694msgstr ""
3695
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003696#: misc/dumpe2fs.c:207
Eric Sandeen032eafe2012-07-28 17:48:36 -04003697#, c-format
3698msgid " (EXPECTED 0x%04x)"
3699msgstr ""
3700
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003701#: misc/dumpe2fs.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003702#, fuzzy, c-format
3703msgid ", unused inodes %u\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003704msgstr "mappa degli inode in utilizzo"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003705
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003706#: misc/dumpe2fs.c:213
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003707#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003708msgid " %s superblock at "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003709msgstr " superblocco %s a "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003710
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003711#: misc/dumpe2fs.c:214
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003712msgid "Primary"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003713msgstr "Primario"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003714
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003715#: misc/dumpe2fs.c:214
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003716msgid "Backup"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003717msgstr "Backup"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003718
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003719#: misc/dumpe2fs.c:218
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003720msgid ", Group descriptors at "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003721msgstr ", Descrittori di gruppo a "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003722
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003723#: misc/dumpe2fs.c:222
3724#, fuzzy
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003725msgid ""
3726"\n"
3727" Reserved GDT blocks at "
3728msgstr "blocchi riservati"
3729
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003730#: misc/dumpe2fs.c:229
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003731msgid " Group descriptor at "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003732msgstr " Descrittori di gruppo a"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003733
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003734#: misc/dumpe2fs.c:235
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003735msgid " Block bitmap at "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003736msgstr " Mappa dei bit di blocco a "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003737
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003738#: misc/dumpe2fs.c:239
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003739msgid ", Inode bitmap at "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003740msgstr ", mappa dei bit inode a "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003741
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003742#: misc/dumpe2fs.c:243
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003743msgid ""
3744"\n"
3745" Inode table at "
3746msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003747"\n"
3748" Tavola degli inode a "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003749
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003750#: misc/dumpe2fs.c:249
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003751#, fuzzy, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003752msgid ""
3753"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003754" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003755msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003756"\n"
3757" %d blocchi liberi, %d inode liberi, %d directory\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003758
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003759#: misc/dumpe2fs.c:256
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003760#, c-format
3761msgid ", %u unused inodes\n"
3762msgstr ""
3763
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003764#: misc/dumpe2fs.c:259
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003765msgid " Free blocks: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003766msgstr " Blocchi liberi: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003767
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003768#: misc/dumpe2fs.c:274
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003769msgid " Free inodes: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003770msgstr " Inode liberi: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003771
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003772#: misc/dumpe2fs.c:310
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003773msgid "while printing bad block list"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003774msgstr "stampando la lista dei blocchi difettosi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003775
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003776#: misc/dumpe2fs.c:316
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003777#, fuzzy, c-format
3778msgid "Bad blocks: %u"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003779msgstr "Blocchi non validi: %d"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003780
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003781#: misc/dumpe2fs.c:345 misc/tune2fs.c:314
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003782msgid "while reading journal inode"
3783msgstr "leggendo l'inode del journal"
3784
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003785#: misc/dumpe2fs.c:351
Eric Sandeen032eafe2012-07-28 17:48:36 -04003786#, fuzzy
3787msgid "while opening journal inode"
3788msgstr "leggendo l'inode del journal"
3789
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003790#: misc/dumpe2fs.c:357
Eric Sandeen032eafe2012-07-28 17:48:36 -04003791#, fuzzy
3792msgid "while reading journal super block"
3793msgstr "leggendo il superblocco del journal"
3794
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003795#: misc/dumpe2fs.c:364
3796#, fuzzy
3797msgid "Journal superblock magic number invalid!\n"
3798msgstr "Superblocco del journal non trovato!\n"
3799
3800#: misc/dumpe2fs.c:367
Eric Sandeen032eafe2012-07-28 17:48:36 -04003801msgid "Journal features: "
3802msgstr ""
3803
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003804#: misc/dumpe2fs.c:380
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003805msgid "Journal size: "
3806msgstr ""
3807
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003808#: misc/dumpe2fs.c:391
Eric Sandeen032eafe2012-07-28 17:48:36 -04003809#, fuzzy, c-format
3810msgid ""
3811"Journal length: %u\n"
3812"Journal sequence: 0x%08x\n"
3813"Journal start: %u\n"
3814msgstr ""
3815"\n"
3816"Dimensione dei blocchi del journal: %d\n"
3817"Dimensione del journal: %d\n"
3818"Primo blocco del journal: %d\n"
3819"Sequenza del journal: ox%08x\n"
3820"Inizio del journal: %d\n"
3821"Numero di utenti del journal: %d\n"
3822
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003823#: misc/dumpe2fs.c:398
Eric Sandeen032eafe2012-07-28 17:48:36 -04003824#, c-format
3825msgid "Journal errno: %d\n"
3826msgstr ""
3827
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003828#: misc/dumpe2fs.c:415 misc/tune2fs.c:230
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003829msgid "while reading journal superblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003830msgstr "leggendo il superblocco del journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003831
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003832#: misc/dumpe2fs.c:423
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003833msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003834msgstr "Impossibile trovare i magic numbers del superblocco del journal"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003835
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003836#: misc/dumpe2fs.c:427
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003837#, fuzzy, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003838msgid ""
3839"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003840"Journal block size: %u\n"
3841"Journal length: %u\n"
3842"Journal first block: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003843"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003844"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003845"Journal number of users: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003846msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003847"\n"
3848"Dimensione dei blocchi del journal: %d\n"
3849"Dimensione del journal: %d\n"
3850"Primo blocco del journal: %d\n"
3851"Sequenza del journal: ox%08x\n"
3852"Inizio del journal: %d\n"
3853"Numero di utenti del journal: %d\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003854
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003855#: misc/dumpe2fs.c:440
Theodore Ts'o197abba2005-06-20 18:00:23 -04003856#, c-format
3857msgid "Journal users: %s\n"
3858msgstr ""
3859
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003860#: misc/dumpe2fs.c:456 misc/mke2fs.c:743 misc/tune2fs.c:1178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003861#, fuzzy
Theodore Ts'o8f741372008-02-28 21:47:05 -05003862msgid "Couldn't allocate memory to parse options!\n"
3863msgstr "Impossibile allocare memoria per fare il parsing delle opzioni raid!\n"
3864
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003865#: misc/dumpe2fs.c:482
Theodore Ts'o8f741372008-02-28 21:47:05 -05003866#, fuzzy, c-format
3867msgid "Invalid superblock parameter: %s\n"
3868msgstr "Parametro di stride non valido.\n"
3869
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003870#: misc/dumpe2fs.c:497
Theodore Ts'o8f741372008-02-28 21:47:05 -05003871#, fuzzy, c-format
3872msgid "Invalid blocksize parameter: %s\n"
3873msgstr "Parametro di stride non valido.\n"
3874
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003875#: misc/dumpe2fs.c:508
Theodore Ts'o8f741372008-02-28 21:47:05 -05003876#, fuzzy, c-format
3877msgid ""
3878"\n"
3879"Bad extended option(s) specified: %s\n"
3880"\n"
3881"Extended options are separated by commas, and may take an argument which\n"
3882"\tis set off by an equals ('=') sign.\n"
3883"\n"
3884"Valid extended options are:\n"
3885"\tsuperblock=<superblock number>\n"
3886"\tblocksize=<blocksize>\n"
3887msgstr ""
3888"\n"
3889"Opzioni raid non valide.\n"
3890"\n"
3891"Le opzioni raid sono separte da virgole, e possono avere un parametro, che\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003892"\tè passato da un segno di uguale ('=').\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003893"\n"
3894"Le opzioni raid valide sono:\n"
3895"\tstride=lunghezza stride in blocchi>\n"
3896"\n"
3897
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003898#: misc/dumpe2fs.c:568 misc/mke2fs.c:1734
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003899#, c-format
3900msgid "\tUsing %s\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003901msgstr "\tUsando %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003902
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003903#: misc/dumpe2fs.c:604 misc/e2image.c:1582 misc/tune2fs.c:1961
3904#: resize/main.c:318
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003905msgid "Couldn't find valid filesystem superblock.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003906msgstr "Impossibile trovare un valido super-blocco per il file system.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003907
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003908#: misc/dumpe2fs.c:632
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003909#, c-format
3910msgid ""
3911"\n"
3912"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003913msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05003914"\n"
3915"%s: %s: errore leggendo le mappe di bit: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00003916
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003917#: misc/e2image.c:101
Theodore Ts'obc759702005-05-09 20:40:55 -04003918#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003919msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05003920msgstr "Uso: %s [-r] dispositivo file_immagine\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003921
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003922#: misc/e2image.c:103
3923#, fuzzy, c-format
3924msgid " %s -I device image-file\n"
3925msgstr "Uso: %s [-r] dispositivo file_immagine\n"
3926
3927#: misc/e2image.c:104
Eric Sandeen032eafe2012-07-28 17:48:36 -04003928#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003929msgid ""
3930" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
3931"[ dest_fs ]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003932msgstr ""
3933
3934#: misc/e2image.c:169 misc/e2image.c:576 misc/e2image.c:582
3935#: misc/e2image.c:1178
3936#, fuzzy
3937msgid "while allocating buffer"
3938msgstr "allocando i buffer"
3939
3940#: misc/e2image.c:174
3941#, fuzzy, c-format
3942msgid "Writing block %llu\n"
3943msgstr "Controllo dei blocchi da %lu a %lu\n"
3944
3945#: misc/e2image.c:188
3946#, fuzzy, c-format
3947msgid "error writing block %llu"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003948msgstr "Errore nello scrivere il blocco %lu (%s). "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003949
3950#: misc/e2image.c:191
3951msgid "error in generic_write()"
3952msgstr ""
3953
3954#: misc/e2image.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003955msgid "Error: header size is bigger than wrt_size\n"
3956msgstr ""
3957
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003958#: misc/e2image.c:213
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003959msgid "Couldn't allocate header buffer\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003960msgstr "Impossibile allocare il buffer d'intestazione\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003961
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003962#: misc/e2image.c:241
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003963msgid "while writing superblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003964msgstr "scrivendo il superblocco"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003965
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003966#: misc/e2image.c:250
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003967msgid "while writing inode table"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05003968msgstr "scrivendo la tavola degli inode"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003969
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003970#: misc/e2image.c:258
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003971msgid "while writing block bitmap"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003972msgstr "scrivendo la mappa dei bit del blocco"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003973
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003974#: misc/e2image.c:266
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003975msgid "while writing inode bitmap"
Theodore Ts'o72933b92005-01-11 14:05:00 -05003976msgstr "scrivendo la mappa dei bit dell'inode"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003977
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003978#: misc/e2image.c:502
3979#, fuzzy, c-format
3980msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003981msgstr "Blocco directory %u (#%d) vuoto nell'inode %u\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003982
3983#: misc/e2image.c:514
3984#, fuzzy, c-format
3985msgid "Corrupt directory block %llu: bad name_len (%d)\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04003986msgstr "Blocco directory %u (#%d) vuoto nell'inode %u\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003987
3988#: misc/e2image.c:555
3989#, fuzzy, c-format
3990msgid "%llu / %llu blocks (%d%%)"
3991msgstr "%u inode, %u blocchi\n"
3992
3993#: misc/e2image.c:586 misc/e2image.c:626
3994msgid "Copying "
3995msgstr ""
3996
3997#: misc/e2image.c:623
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003998msgid ""
3999"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004000msgstr ""
4001
4002#: misc/e2image.c:649
4003#, c-format
4004msgid " %s remaining at %.2f MB/s"
4005msgstr ""
4006
4007#: misc/e2image.c:661 misc/e2image.c:1188
4008#, fuzzy, c-format
4009msgid "error reading block %llu"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004010msgstr "Errore nel leggere il blocco %lu (%s). "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004011
4012#: misc/e2image.c:715
4013#, c-format
4014msgid "Copied %llu / %llu blocks (%d%%) in %s "
4015msgstr ""
4016
4017#: misc/e2image.c:719
4018#, c-format
4019msgid "at %.2f MB/s"
4020msgstr ""
4021
4022#: misc/e2image.c:755
4023#, fuzzy
4024msgid "while allocating l1 table"
4025msgstr "allocando i buffer"
4026
4027#: misc/e2image.c:800
4028#, fuzzy
4029msgid "while allocating l2 cache"
4030msgstr "allocando i buffer"
4031
4032#: misc/e2image.c:823
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004033msgid ""
4034"Warning: There are still tables in the cache while putting the cache, data "
4035"will be lost so the image may not be valid.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004036msgstr ""
4037
4038#: misc/e2image.c:1145
4039#, fuzzy
4040msgid "while allocating ext2_qcow2_image"
4041msgstr "chiamando ext2fs_block_iterate"
4042
4043#: misc/e2image.c:1152
4044#, fuzzy
4045msgid "while initializing ext2_qcow2_image"
4046msgstr "chiamando ext2fs_block_iterate"
4047
4048#: misc/e2image.c:1211 misc/e2image.c:1229
4049msgid "Programming error: multiple sequential refcount blocks created!\n"
4050msgstr ""
4051
4052#: misc/e2image.c:1269
4053#, fuzzy
4054msgid "while allocating block bitmap"
4055msgstr "scrivendo la mappa dei bit del blocco"
4056
4057#: misc/e2image.c:1278
4058#, fuzzy
4059msgid "while allocating scramble block bitmap"
4060msgstr "scrivendo la mappa dei bit del blocco"
4061
4062#: misc/e2image.c:1285
4063#, fuzzy
4064msgid "Scanning inodes...\n"
4065msgstr "Scansione della tavola degli inode"
4066
4067#: misc/e2image.c:1297
4068#, fuzzy
4069msgid "Can't allocate block buffer"
4070msgstr "Impossibile allocare il buffer blocco (dimensione=%d)\n"
4071
4072#: misc/e2image.c:1336 misc/e2image.c:1350
4073#, fuzzy, c-format
4074msgid "while iterating over inode %u"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004075msgstr "nel recuperare l'inode successivo"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004076
4077#: misc/e2image.c:1381
4078msgid "Raw and qcow2 images cannot be installed"
4079msgstr ""
4080
4081#: misc/e2image.c:1403
4082#, fuzzy
4083msgid "error reading bitmaps"
4084msgstr "leggendo le mappe dei bit"
4085
4086#: misc/e2image.c:1415
4087#, fuzzy
4088msgid "while opening device file"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004089msgstr "nell'avviare l'analisi degli inode"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004090
4091#: misc/e2image.c:1426
4092#, fuzzy
4093msgid "while restoring the image table"
4094msgstr "scrivendo la tavola degli inode"
4095
4096#: misc/e2image.c:1523
4097msgid "-a option can only be used with raw or QCOW2 images."
4098msgstr ""
4099
4100#: misc/e2image.c:1529
4101msgid "Offsets are only allowed with raw images."
4102msgstr ""
4103
4104#: misc/e2image.c:1534
4105msgid "Move mode is only allowed with raw images."
4106msgstr ""
4107
4108#: misc/e2image.c:1539
4109msgid "Move mode requires all data mode."
4110msgstr ""
4111
4112#: misc/e2image.c:1549
4113#, fuzzy
4114msgid "checking if mounted"
4115msgstr " (controllo tra %ld mount)"
4116
4117#: misc/e2image.c:1556
4118msgid ""
4119"\n"
4120"Running e2image on a R/W mounted filesystem can result in an\n"
4121"inconsistent image which will not be useful for debugging purposes.\n"
4122"Use -f option if you really want to do that.\n"
4123msgstr ""
4124
4125#: misc/e2image.c:1608
4126msgid "QCOW2 image can not be written to the stdout!\n"
4127msgstr ""
4128
4129#: misc/e2image.c:1614
4130msgid "Can not stat output\n"
4131msgstr ""
4132
4133#: misc/e2image.c:1624
4134#, c-format
4135msgid "Image (%s) is compressed\n"
4136msgstr ""
4137
4138#: misc/e2image.c:1627
4139#, c-format
4140msgid "Image (%s) is encrypted\n"
4141msgstr ""
4142
4143#: misc/e2image.c:1630
Eric Sandeen032eafe2012-07-28 17:48:36 -04004144#, c-format
4145msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4146msgstr ""
4147
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004148#: misc/e2image.c:1639
4149#, fuzzy
4150msgid "The -c option only supported in raw mode\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004151msgstr "L'opzione -t non è supportata da questa versione di e2fsck.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004152
4153#: misc/e2image.c:1644
4154#, fuzzy
4155msgid "The -c option not supported when writing to stdout\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004156msgstr "L'opzione -t non è supportata da questa versione di e2fsck.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004157
4158#: misc/e2image.c:1651
4159#, fuzzy
4160msgid "while allocating check_buf"
4161msgstr "allocando i buffer"
4162
4163#: misc/e2image.c:1657
4164#, fuzzy
4165msgid "The -p option only supported in raw mode\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004166msgstr "L'opzione -t non è supportata da questa versione di e2fsck.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004167
4168#: misc/e2image.c:1667
4169#, c-format
4170msgid "%d blocks already contained the data to be copied\n"
4171msgstr ""
4172
Eric Sandeen032eafe2012-07-28 17:48:36 -04004173#: misc/e2label.c:58
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004174#, c-format
4175msgid "e2label: cannot open %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004176msgstr "e2label: impossibile aprire %s\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004177
Eric Sandeen032eafe2012-07-28 17:48:36 -04004178#: misc/e2label.c:63
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004179#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004180msgid "e2label: cannot seek to superblock\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004181msgstr "e2label: impossibile raggiungere il superblocco\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004182
Eric Sandeen032eafe2012-07-28 17:48:36 -04004183#: misc/e2label.c:68
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004184#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004185msgid "e2label: error reading superblock\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004186msgstr "e2label: errore durante la lettura del superblocco\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004187
Eric Sandeen032eafe2012-07-28 17:48:36 -04004188#: misc/e2label.c:72
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004189#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004190msgid "e2label: not an ext2 filesystem\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004191msgstr "e2label: non è un fil esystem ext2\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004192
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004193#: misc/e2label.c:97 misc/tune2fs.c:2126
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004194#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004195msgid "Warning: label too long, truncating.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004196msgstr "Attenzione: troncamento dell'etichetta, troppo lunga.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004197
Eric Sandeen032eafe2012-07-28 17:48:36 -04004198#: misc/e2label.c:100
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004199#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004200msgid "e2label: cannot seek to superblock again\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004201msgstr "e2label: impossibile spostarsi nuovamente sul superblocco\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004202
Eric Sandeen032eafe2012-07-28 17:48:36 -04004203#: misc/e2label.c:105
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004204#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004205msgid "e2label: error writing superblock\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004206msgstr "e2label: errore durante la scrittura del superblocco\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004207
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004208#: misc/e2label.c:117 misc/tune2fs.c:838
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004209#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004210msgid "Usage: e2label device [newlabel]\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05004211msgstr "Uso: e2label device [nuova_etichetta]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004212
Eric Sandeen032eafe2012-07-28 17:48:36 -04004213#: misc/e2undo.c:36
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004214#, c-format
4215msgid "Usage: %s <transaction file> <filesystem>\n"
4216msgstr ""
4217
4218#: misc/e2undo.c:52
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004219msgid "Failed to read the file system data \n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004220msgstr "Lettura dei dati del file system non riuscita\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004221
Eric Sandeen032eafe2012-07-28 17:48:36 -04004222#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004223#, c-format
4224msgid "Failed tdb_fetch %s\n"
4225msgstr ""
4226
4227#: misc/e2undo.c:70
4228#, c-format
4229msgid "The file system Mount time didn't match %u\n"
4230msgstr ""
4231
4232#: misc/e2undo.c:89
4233msgid "The file system UUID didn't match \n"
4234msgstr ""
4235
Eric Sandeen032eafe2012-07-28 17:48:36 -04004236#: misc/e2undo.c:163
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004237#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004238msgid "Failed tdb_open %s\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004239msgstr ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004240
Eric Sandeen032eafe2012-07-28 17:48:36 -04004241#: misc/e2undo.c:169
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004242#, fuzzy, c-format
4243msgid "Error while determining whether %s is mounted.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004244msgstr "determinando se %s è montato."
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004245
Eric Sandeen032eafe2012-07-28 17:48:36 -04004246#: misc/e2undo.c:175
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004247msgid "e2undo should only be run on unmounted file system\n"
4248msgstr ""
4249
Eric Sandeen032eafe2012-07-28 17:48:36 -04004250#: misc/e2undo.c:184
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004251#, fuzzy, c-format
4252msgid "Failed to open %s\n"
4253msgstr "durante l'apertura di %s"
4254
Eric Sandeen032eafe2012-07-28 17:48:36 -04004255#: misc/e2undo.c:210
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004256#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004257msgid "Replayed transaction of size %zd at location %llu\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004258msgstr ""
4259
Eric Sandeen032eafe2012-07-28 17:48:36 -04004260#: misc/e2undo.c:216
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004261#, c-format
4262msgid "Failed write %s\n"
4263msgstr ""
4264
Eric Sandeen032eafe2012-07-28 17:48:36 -04004265#: misc/fsck.c:343
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004266#, c-format
4267msgid "WARNING: couldn't open %s: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004268msgstr "ATTENZIONE: impossibile aprire %s: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004269
Eric Sandeen032eafe2012-07-28 17:48:36 -04004270#: misc/fsck.c:353
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004271#, c-format
4272msgid "WARNING: bad format on line %d of %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004273msgstr "ATTENZIONE: formato non valido alla linea %d di %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004274
Eric Sandeen032eafe2012-07-28 17:48:36 -04004275#: misc/fsck.c:370
4276#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004277msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004278"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004279"\tfield. I will kludge around things for you, but you\n"
4280"\tshould fix your /etc/fstab file as soon as you can.\n"
4281"\n"
4282msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004283"ATTENZIONE: Il file /etc/fstab non contiene il campo fsck\n"
4284"\tpassn. L'errore verrà ignorato, ma il file /etc/fstab dovrebbe\n"
4285"\tessere sistemato al più presto.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004286"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004287
Eric Sandeen032eafe2012-07-28 17:48:36 -04004288#: misc/fsck.c:478
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004289#, c-format
4290msgid "fsck: %s: not found\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004291msgstr "fsck: %s: non trovato\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004292
Eric Sandeen032eafe2012-07-28 17:48:36 -04004293#: misc/fsck.c:594
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004294#, c-format
4295msgid "%s: wait: No more child process?!?\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004296msgstr "%s: aspetta: Non ci sono processi figli?!?\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004297
Eric Sandeen032eafe2012-07-28 17:48:36 -04004298#: misc/fsck.c:616
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004299#, c-format
4300msgid "Warning... %s for device %s exited with signal %d.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004301msgstr "Attenzione... %s per il device %s è uscito con il segnale %d.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004302
Eric Sandeen032eafe2012-07-28 17:48:36 -04004303#: misc/fsck.c:622
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004304#, c-format
4305msgid "%s %s: status is %x, should never happen.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004306msgstr "%s %s: lo stato è %x, non dovrebbe avvenire mai.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004307
Eric Sandeen032eafe2012-07-28 17:48:36 -04004308#: misc/fsck.c:661
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004309#, c-format
4310msgid "Finished with %s (exit status %d)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004311msgstr "Terminato con %s (stato di uscita %d)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004312
Eric Sandeen032eafe2012-07-28 17:48:36 -04004313#: misc/fsck.c:721
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004314#, c-format
4315msgid "%s: Error %d while executing fsck.%s for %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004316msgstr "%s: Errore %d eseguendo fsck. %s per %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004317
Eric Sandeen032eafe2012-07-28 17:48:36 -04004318#: misc/fsck.c:742
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004319msgid ""
4320"Either all or none of the filesystem types passed to -t must be prefixed\n"
4321"with 'no' or '!'.\n"
4322msgstr ""
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004323"Tutti, o nessuno, i tipi di file system passati con l'opzione -t devono "
4324"essere preceduti\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004325"da \"no\" o \"!\".\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004326
Eric Sandeen032eafe2012-07-28 17:48:36 -04004327#: misc/fsck.c:761
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004328msgid "Couldn't allocate memory for filesystem types\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004329msgstr "Impossibile allocare memoria per i tipi di file system\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004330
Eric Sandeen032eafe2012-07-28 17:48:36 -04004331#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004332#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004333msgid ""
4334"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4335"number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004336msgstr ""
4337
Eric Sandeen032eafe2012-07-28 17:48:36 -04004338#: misc/fsck.c:911
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004339#, c-format
4340msgid "fsck: cannot check %s: fsck.%s not found\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004341msgstr "fsck: impossibile controllare %s: fsck.%s non trovato\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004342
Eric Sandeen032eafe2012-07-28 17:48:36 -04004343#: misc/fsck.c:967
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004344msgid "Checking all file systems.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004345msgstr "Controllo di tutti i file system.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004346
Eric Sandeen032eafe2012-07-28 17:48:36 -04004347#: misc/fsck.c:1058
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004348#, c-format
4349msgid "--waiting-- (pass %d)\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05004350msgstr "--attesa-- (passo %d)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004351
Eric Sandeen032eafe2012-07-28 17:48:36 -04004352#: misc/fsck.c:1078
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004353#, fuzzy
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004354msgid ""
4355"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05004356msgstr "Uso: fsck [-ACNPRTV] [-t tipofs] [opzioni-fs] [filesys ...]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004357
Eric Sandeen032eafe2012-07-28 17:48:36 -04004358#: misc/fsck.c:1120
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004359#, c-format
4360msgid "%s: too many devices\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05004361msgstr "%s: troppi device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004362
Eric Sandeen032eafe2012-07-28 17:48:36 -04004363#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004364#, c-format
4365msgid "%s: too many arguments\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004366msgstr "%s: troppi parametri\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004367
Eric Sandeen032eafe2012-07-28 17:48:36 -04004368#: misc/lsattr.c:74
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004369#, c-format
4370msgid "Usage: %s [-RVadlv] [files...]\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05004371msgstr "Uso: %s [RVadlv] [file ...]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004372
Eric Sandeen032eafe2012-07-28 17:48:36 -04004373#: misc/lsattr.c:84
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004374#, c-format
4375msgid "While reading flags on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004376msgstr "Durante la lettura dei flag di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004377
Eric Sandeen032eafe2012-07-28 17:48:36 -04004378#: misc/lsattr.c:91
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004379#, c-format
4380msgid "While reading version on %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004381msgstr "Durante la lettura della versione di %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004382
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004383#: misc/mke2fs.c:123
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004384#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004385msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004386"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004387"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004388"\t[-G flex-group-size] [-N number-of-inodes]\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004389"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004390"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004391"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004392"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
4393"count]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004394msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05004395"Uso: %s [-c|-t|-l nomefile] [-b dim_blocchi] [-f dim_frammento]\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004396"\t[-i byte-per-inode] [-j] [-J opzioni-journal] [-N numero-di-inode]\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004397"\t[-m percentuale-blocchi-riservati] [-o os-origine] [-g blocchi-per-"
4398"gruppo]\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004399"\t[-L etichetta-volume] [-M ultima-dir-montata] [-O caratteristica[,...]]\n"
4400"\t[-r revisione-fs] [-R opz_raid] [-qvSV] device [numero-blocchi]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004401
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004402#: misc/mke2fs.c:252
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004403#, c-format
4404msgid "Running command: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004405msgstr "Esecuzione del comando: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004406
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004407#: misc/mke2fs.c:256
Theodore Ts'obc759702005-05-09 20:40:55 -04004408#, fuzzy, c-format
4409msgid "while trying to run '%s'"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004410msgstr "provando a caricare '%s'"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004411
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004412#: misc/mke2fs.c:263
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004413msgid "while processing list of bad blocks from program"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004414msgstr "analizzando una lista di blocchi non validi dal programma"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004415
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004416#: misc/mke2fs.c:290
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004417#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004418msgid "Block %d in primary superblock/group descriptor area bad.\n"
4419msgstr ""
4420"Blocco %d non valido nel superblocco primario/area del descrittore di "
4421"gruppo.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004422
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004423#: misc/mke2fs.c:292
4424#, c-format
4425msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4426msgstr ""
4427"I blocchi da %u a %u devono essere validi per costruire un file system.\n"
4428
4429#: misc/mke2fs.c:295
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004430msgid "Aborting....\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004431msgstr "Annullamento....\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004432
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004433#: misc/mke2fs.c:315
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004434#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004435msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004436"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004437"\tbad blocks.\n"
4438"\n"
4439msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004440"Attenzione: il superblocco di backup/descrittori di gruppo ai blocchi %d\n"
4441"\tcontengono blocchi non validi.\n"
4442"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004443
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004444#: misc/mke2fs.c:334
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004445msgid "while marking bad blocks as used"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004446msgstr "contrassegnando i blocchi non validi come utilizzati"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004447
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004448#: misc/mke2fs.c:386
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004449msgid "Writing inode tables: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004450msgstr "Scrittura delle tavole degli inode: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004451
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004452#: misc/mke2fs.c:407
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004453#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004454msgid ""
4455"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004456"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004457msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004458"\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004459"Impossibile scrivere %d blocchi nella tavola degli inode iniziando da %d: "
4460"%s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004461
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004462#: misc/mke2fs.c:421 misc/mke2fs.c:2477 misc/mke2fs.c:2762
Eric Sandeen032eafe2012-07-28 17:48:36 -04004463msgid "done \n"
4464msgstr "fatto \n"
4465
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004466#: misc/mke2fs.c:432
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004467msgid "while creating root dir"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004468msgstr "creando la directory root"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004469
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004470#: misc/mke2fs.c:439
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004471msgid "while reading root inode"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004472msgstr "creando l'inode root"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004473
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004474#: misc/mke2fs.c:451
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004475msgid "while setting root inode ownership"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004476msgstr "impostando i permessi dell'inode root"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004477
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004478#: misc/mke2fs.c:469
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004479msgid "while creating /lost+found"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004480msgstr "creando /lost+found"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004481
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004482#: misc/mke2fs.c:476
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004483msgid "while looking up /lost+found"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004484msgstr "cercando /lost+found"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004485
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004486#: misc/mke2fs.c:489
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004487msgid "while expanding /lost+found"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004488msgstr "espandendo /lost+found"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004489
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004490#: misc/mke2fs.c:504
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004491msgid "while setting bad block inode"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004492msgstr "impostando l'inode del blocco difettoso"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004493
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004494#: misc/mke2fs.c:531
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004495#, c-format
4496msgid "Out of memory erasing sectors %d-%d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004497msgstr "Fine memoria cancellando i settori %d-%d\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004498
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004499#: misc/mke2fs.c:541
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004500#, c-format
4501msgid "Warning: could not read block 0: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004502msgstr "Attenzione: impossibile leggere il blocco 0: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004503
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004504#: misc/mke2fs.c:557
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004505#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004506msgid "Warning: could not erase sector %d: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004507msgstr "Attenzione: impossibile cancellare il settore %d: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004508
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004509#: misc/mke2fs.c:573
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004510msgid "while initializing journal superblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004511msgstr "inizializzando il superblocco del journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004512
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004513#: misc/mke2fs.c:581
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004514msgid "Zeroing journal device: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004515msgstr "Azzeramento del device di journaling: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004516
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004517#: misc/mke2fs.c:593
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004518#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004519msgid "while zeroing journal device (block %llu, count %d)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004520msgstr "azzerando il device di journaling (blocco %u, numero %d)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004521
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004522#: misc/mke2fs.c:611
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004523msgid "while writing journal superblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004524msgstr "scrivendo il superblocco del journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004525
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004526#: misc/mke2fs.c:626
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004527#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004528msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004529msgstr "Creazione del file system con %llu %dk blocchi e %u inode\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004530
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004531#: misc/mke2fs.c:634
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004532#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004533msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004534"warning: %llu blocks unused.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004535"\n"
4536msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004537"attenzione: %d blocchi inutilizzati.\n"
4538"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004539
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004540#: misc/mke2fs.c:639
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004541#, c-format
4542msgid "Filesystem label=%s\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004543msgstr "Etichetta del file system=%s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004544
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004545#: misc/mke2fs.c:642
Eric Sandeen032eafe2012-07-28 17:48:36 -04004546#, fuzzy, c-format
4547msgid "OS type: %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004548msgstr "Tipo SO: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004549
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004550#: misc/mke2fs.c:644
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004551#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004552msgid "Block size=%u (log=%u)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004553msgstr "Dimensione blocco=%u (log=%u)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004554
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004555#: misc/mke2fs.c:648
Eric Sandeen032eafe2012-07-28 17:48:36 -04004556#, fuzzy, c-format
4557msgid "Cluster size=%u (log=%u)\n"
4558msgstr "Dimensione blocco=%u (log=%u)\n"
4559
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004560#: misc/mke2fs.c:652
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004561#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004562msgid "Fragment size=%u (log=%u)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004563msgstr "Dimensione frammento=%u (log=%u)\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004564
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004565#: misc/mke2fs.c:654
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004566#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004567msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4568msgstr ""
4569
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004570#: misc/mke2fs.c:656
Eric Sandeen032eafe2012-07-28 17:48:36 -04004571#, fuzzy, c-format
4572msgid "%u inodes, %llu blocks\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004573msgstr "%u inode, %u blocchi\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004574
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004575#: misc/mke2fs.c:658
Eric Sandeen032eafe2012-07-28 17:48:36 -04004576#, fuzzy, c-format
4577msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004578msgstr "%u blocchi (%2.2f%%) riservati per l'utente root\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004579
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004580#: misc/mke2fs.c:661
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004581#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004582msgid "First data block=%u\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004583msgstr "Primo blocco dati=%u\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004584
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004585#: misc/mke2fs.c:663
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004586#, c-format
4587msgid "Root directory owner=%u:%u\n"
4588msgstr ""
4589
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004590#: misc/mke2fs.c:665
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004591#, c-format
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004592msgid "Maximum filesystem blocks=%lu\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004593msgstr "Blocchi massimi nel file system=%lu\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004594
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004595#: misc/mke2fs.c:669
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004596#, c-format
4597msgid "%u block groups\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004598msgstr "%u gruppi di blocchi\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004599
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004600#: misc/mke2fs.c:671
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004601#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004602msgid "%u block group\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004603msgstr "%u gruppo di blocchi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004604
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004605#: misc/mke2fs.c:674
Eric Sandeen032eafe2012-07-28 17:48:36 -04004606#, fuzzy, c-format
4607msgid "%u blocks per group, %u clusters per group\n"
4608msgstr "%u blocchi per gruppo, %u frammenti per gruppo\n"
4609
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004610#: misc/mke2fs.c:677
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004611#, c-format
4612msgid "%u blocks per group, %u fragments per group\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004613msgstr "%u blocchi per gruppo, %u frammenti per gruppo\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004614
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004615#: misc/mke2fs.c:679
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004616#, c-format
4617msgid "%u inodes per group\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004618msgstr "%u inode per gruppo\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004619
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004620#: misc/mke2fs.c:688
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004621#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004622msgid "Filesystem UUID: %s\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004623msgstr "Etichetta del file system=%s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004624
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004625#: misc/mke2fs.c:689
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004626msgid "Superblock backups stored on blocks: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004627msgstr "Backup del superblocco salvati nei blocchi: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004628
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004629#: misc/mke2fs.c:766
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004630#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004631msgid "%s requires '-O 64bit'\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004632msgstr ""
4633
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004634#: misc/mke2fs.c:772
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004635#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004636msgid "'%s' must be before 'resize=%u'\n"
4637msgstr ""
4638
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004639#: misc/mke2fs.c:785
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004640#, fuzzy, c-format
4641msgid "Invalid desc_size: '%s'\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004642msgstr "Parametro di stride non valido.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004643
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004644#: misc/mke2fs.c:798
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004645#, fuzzy, c-format
4646msgid "Invalid offset: %s\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004647msgstr "Parametro di stride non valido.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004648
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004649#: misc/mke2fs.c:812 misc/tune2fs.c:1206
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004650#, fuzzy, c-format
4651msgid "Invalid mmp_update_interval: %s\n"
4652msgstr "modello di prova non valido: %s\n"
4653
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004654#: misc/mke2fs.c:826
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004655#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004656msgid "Invalid # of backup superblocks: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004657msgstr "Parametro di stride non valido.\n"
4658
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004659#: misc/mke2fs.c:848
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004660#, fuzzy, c-format
4661msgid "Invalid stride parameter: %s\n"
4662msgstr "Parametro di stride non valido.\n"
4663
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004664#: misc/mke2fs.c:863
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004665#, fuzzy, c-format
4666msgid "Invalid stripe-width parameter: %s\n"
4667msgstr "Parametro di stride non valido.\n"
4668
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004669#: misc/mke2fs.c:886
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004670#, fuzzy, c-format
4671msgid "Invalid resize parameter: %s\n"
4672msgstr "Parametro di stride non valido.\n"
4673
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004674#: misc/mke2fs.c:893
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004675msgid "The resize maximum must be greater than the filesystem size.\n"
4676msgstr ""
4677
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004678#: misc/mke2fs.c:917
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004679msgid "On-line resizing not supported with revision 0 filesystems\n"
4680msgstr ""
4681
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004682#: misc/mke2fs.c:944 misc/mke2fs.c:953
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004683#, fuzzy, c-format
4684msgid "Invalid root_owner: '%s'\n"
4685msgstr "Insieme di opzioni di mount non valido: %s\n"
4686
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004687#: misc/mke2fs.c:978
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004688#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004689msgid "Invalid quotatype parameter: %s\n"
4690msgstr "Parametro di stride non valido.\n"
4691
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004692#: misc/mke2fs.c:989
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004693#, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004694msgid ""
4695"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004696"Bad option(s) specified: %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004697"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004698"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004699"\tis set off by an equals ('=') sign.\n"
4700"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004701"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004702"\tmmp_update_interval=<interval>\n"
4703"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004704"\tstride=<RAID per-disk data chunk in blocks>\n"
4705"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004706"\toffset=<offset to create the file system>\n"
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05004707"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004708"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004709"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004710"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004711"\troot_uid=<uid of root directory>\n"
4712"\troot_gid=<gid of root directory>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004713"\ttest_fs\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004714"\tdiscard\n"
4715"\tnodiscard\n"
4716"\tquotatype=<usr OR grp>\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004717"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004718msgstr ""
4719
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004720#: misc/mke2fs.c:1015
Theodore Ts'o8f741372008-02-28 21:47:05 -05004721#, c-format
4722msgid ""
4723"\n"
4724"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4725"\n"
4726msgstr ""
4727
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004728#: misc/mke2fs.c:1055
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004729#, c-format
4730msgid ""
4731"Syntax error in mke2fs config file (%s, line #%d)\n"
4732"\t%s\n"
4733msgstr ""
4734
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004735#: misc/mke2fs.c:1068 misc/tune2fs.c:416
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004736#, c-format
4737msgid "Invalid filesystem option set: %s\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004738msgstr "Set di opzioni del file system non valido: %s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004739
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004740#: misc/mke2fs.c:1080 misc/tune2fs.c:357
Eric Sandeen032eafe2012-07-28 17:48:36 -04004741#, c-format
4742msgid "Invalid mount option set: %s\n"
4743msgstr "Insieme di opzioni di mount non valido: %s\n"
4744
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004745#: misc/mke2fs.c:1220
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004746#, c-format
4747msgid ""
4748"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004749"Your mke2fs.conf file does not define the %s filesystem type.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004750msgstr ""
4751
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004752#: misc/mke2fs.c:1224
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004753msgid ""
4754"You probably need to install an updated mke2fs.conf file.\n"
4755"\n"
4756msgstr ""
4757
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004758#: misc/mke2fs.c:1228
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004759#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04004760msgid "Aborting...\n"
4761msgstr "Annullamento....\n"
4762
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004763#: misc/mke2fs.c:1269
Eric Sandeen032eafe2012-07-28 17:48:36 -04004764#, c-format
4765msgid ""
4766"\n"
4767"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4768"\n"
4769msgstr ""
4770
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004771#: misc/mke2fs.c:1449
Eric Sandeen032eafe2012-07-28 17:48:36 -04004772msgid "Couldn't allocate memory for new PATH.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004773msgstr "Impossibile allocare memoria per i tipi di file system\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004774
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004775#: misc/mke2fs.c:1490
Eric Sandeen032eafe2012-07-28 17:48:36 -04004776#, c-format
4777msgid "Couldn't init profile successfully (error: %ld).\n"
4778msgstr ""
4779
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004780#: misc/mke2fs.c:1523
Theodore Ts'obc759702005-05-09 20:40:55 -04004781#, fuzzy, c-format
4782msgid "invalid block size - %s"
4783msgstr "dimensione del blocco difettoso - %s"
4784
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004785#: misc/mke2fs.c:1527
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004786#, c-format
4787msgid "Warning: blocksize %d not usable on most systems.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004788msgstr ""
4789"Attenzione: la dimensione di blocco %d non è utilizzabile su molti sistemi.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004790
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004791#: misc/mke2fs.c:1543
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004792#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004793msgid "invalid cluster size - %s"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004794msgstr "dimensione file system non valida - %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004795
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004796#: misc/mke2fs.c:1553
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004797msgid "'-R' is deprecated, use '-E' instead"
4798msgstr ""
4799
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004800#: misc/mke2fs.c:1565
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004801msgid "Illegal number for blocks per group"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004802msgstr "Numero di blocchi per gruppo non valido"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004803
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004804#: misc/mke2fs.c:1570
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004805msgid "blocks per group must be multiple of 8"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004806msgstr "i blocchi per gruppo devono essere multipli di 8"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004807
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004808#: misc/mke2fs.c:1578
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004809#, fuzzy
4810msgid "Illegal number for flex_bg size"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004811msgstr "Numero di blocchi per gruppo non valido"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004812
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004813#: misc/mke2fs.c:1584
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004814msgid "flex_bg size must be a power of 2"
4815msgstr ""
4816
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004817#: misc/mke2fs.c:1589
4818#, c-format
4819msgid "flex_bg size (%lu) must be less than or equal to 2^31"
4820msgstr ""
4821
4822#: misc/mke2fs.c:1600
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004823#, fuzzy, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004824msgid "invalid inode ratio %s (min %d/max %d)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004825msgstr "tasso di inode non valido %s (min %d/max %d)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004826
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004827#: misc/mke2fs.c:1610
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004828#, fuzzy, c-format
4829msgid "invalid inode size - %s"
4830msgstr "dimensione inode non valida - %s"
4831
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004832#: misc/mke2fs.c:1623
4833msgid ""
4834"Warning: -K option is deprecated and should not be used anymore. Use '-E "
4835"nodiscard' extended option instead!\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004836msgstr ""
4837
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004838#: misc/mke2fs.c:1634
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004839msgid "in malloc for bad_blocks_filename"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004840msgstr "nella malloc per bad_blocks_filename"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004841
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004842#: misc/mke2fs.c:1647
Theodore Ts'o197abba2005-06-20 18:00:23 -04004843#, fuzzy, c-format
4844msgid "invalid reserved blocks percent - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004845msgstr "percentuale di blocchi riservati non valida - %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004846
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004847#: misc/mke2fs.c:1662
Theodore Ts'o6956f612005-12-31 16:46:15 -05004848#, fuzzy, c-format
4849msgid "bad num inodes - %s"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004850msgstr "dimensione inode non valida - %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004851
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004852#: misc/mke2fs.c:1679
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004853#, fuzzy, c-format
4854msgid "bad revision level - %s"
4855msgstr "versione non valida - %s\n"
4856
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004857#: misc/mke2fs.c:1684
4858#, fuzzy, c-format
4859msgid "while trying to create revision %d"
4860msgstr ""
4861"\n"
4862"\tcercando di creare il journal"
4863
4864#: misc/mke2fs.c:1698
Eric Sandeen032eafe2012-07-28 17:48:36 -04004865#, fuzzy
4866msgid "The -t option may only be used once"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004867msgstr "-o può essere specificata solo una volta"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004868
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004869#: misc/mke2fs.c:1706
Eric Sandeen032eafe2012-07-28 17:48:36 -04004870#, fuzzy
4871msgid "The -T option may only be used once"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004872msgstr "-o può essere specificata solo una volta"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004873
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004874#: misc/mke2fs.c:1759 misc/mke2fs.c:2843
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004875#, c-format
4876msgid "while trying to open journal device %s\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004877msgstr "durante l'apertura del dispositivo di journaling %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004878
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004879#: misc/mke2fs.c:1765
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004880#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004881msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004882msgstr ""
4883"Dimensione dei blocchi del device di journaling (%d) minore della dim minima "
4884"dei blocchi %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004885
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004886#: misc/mke2fs.c:1771
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004887#, fuzzy, c-format
4888msgid "Using journal device's blocksize: %d\n"
4889msgstr "Aggiunta del journal al device %s: "
4890
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004891#: misc/mke2fs.c:1782
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004892#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004893msgid "invalid blocks '%s' on device '%s'"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004894msgstr ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004895
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004896#: misc/mke2fs.c:1802
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004897msgid "filesystem"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004898msgstr "file system"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004899
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004900#: misc/mke2fs.c:1815 resize/main.c:372
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004901msgid "while trying to determine filesystem size"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004902msgstr "tentando di determinare la dimensione del file system"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004903
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004904#: misc/mke2fs.c:1821
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004905msgid ""
4906"Couldn't determine device size; you must specify\n"
4907"the size of the filesystem\n"
4908msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004909"Impossibile determinare la dimensione del device: bisogna\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004910"specificare la dimensione del file system\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004911
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004912#: misc/mke2fs.c:1828
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004913msgid ""
4914"Device size reported to be zero. Invalid partition specified, or\n"
4915"\tpartition table wasn't reread after running fdisk, due to\n"
4916"\ta modified partition being busy and in use. You may need to reboot\n"
4917"\tto re-read your partition table.\n"
4918msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004919"Sembra che la dimensione del device sia zero. Specificata partizione non\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004920"\tvalida o la tabella delle partizioni non è stata riletta dopo "
4921"l'esecuzione\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004922"\tdi fdisk, poiché una partizione modificata era occupata. Potrebbe essere\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05004923"\tnecessario riavviare per rileggere la tabella delle partizioni.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004924
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004925#: misc/mke2fs.c:1845
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004926msgid "Filesystem larger than apparent device size."
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004927msgstr "Il file system è più grande della dimensione apparente del device."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00004928
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004929#: misc/mke2fs.c:1865
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004930msgid "Failed to parse fs types list\n"
4931msgstr ""
4932
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004933#: misc/mke2fs.c:1906
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004934msgid "while trying to determine hardware sector size"
4935msgstr "provando a determinare la dimensione del settore hardware"
4936
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004937#: misc/mke2fs.c:1912
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004938#, fuzzy
4939msgid "while trying to determine physical sector size"
4940msgstr "provando a determinare la dimensione del settore hardware"
4941
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004942#: misc/mke2fs.c:1944
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004943#, fuzzy
4944msgid "while setting blocksize; too small for device\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004945msgstr "leggendo l'inode dei blocchi non validi"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004946
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004947#: misc/mke2fs.c:1949
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004948#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004949msgid ""
4950"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004951msgstr ""
4952
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004953#: misc/mke2fs.c:1973
Eric Sandeen032eafe2012-07-28 17:48:36 -04004954#, c-format
4955msgid ""
4956"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4957"\tin 32 bits using a blocksize of %d.\n"
4958msgstr ""
4959
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004960#: misc/mke2fs.c:1989
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004961msgid "fs_types for mke2fs.conf resolution: "
4962msgstr ""
4963
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004964#: misc/mke2fs.c:1996
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004965msgid "Filesystem features not supported with revision 0 filesystems\n"
4966msgstr ""
4967
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004968#: misc/mke2fs.c:2004
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004969msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4970msgstr ""
4971
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004972#: misc/mke2fs.c:2016
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004973msgid "Journals not supported with revision 0 filesystems\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04004974msgstr "Journal non supportati con il numero di revisione 0 del file system\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004975
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004976#: misc/mke2fs.c:2030
Eric Sandeen032eafe2012-07-28 17:48:36 -04004977#, fuzzy, c-format
4978msgid "invalid reserved blocks percent - %lf"
4979msgstr "percentuale di blocchi riservati non valida - %s"
4980
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004981#: misc/mke2fs.c:2047
4982msgid ""
4983"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
4984"rectify.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004985msgstr ""
4986
4987#: misc/mke2fs.c:2067
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004988msgid "The cluster size may not be smaller than the block size.\n"
4989msgstr ""
4990
4991#: misc/mke2fs.c:2073
4992msgid "specifying a cluster size requires the bigalloc feature"
4993msgstr ""
4994
4995#: misc/mke2fs.c:2092
Eric Sandeen032eafe2012-07-28 17:48:36 -04004996#, c-format
4997msgid "warning: Unable to get device geometry for %s\n"
4998msgstr ""
4999
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005000#: misc/mke2fs.c:2095
Eric Sandeen032eafe2012-07-28 17:48:36 -04005001#, c-format
5002msgid "%s alignment is offset by %lu bytes.\n"
5003msgstr ""
5004
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005005#: misc/mke2fs.c:2097
Eric Sandeen032eafe2012-07-28 17:48:36 -04005006#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005007msgid ""
5008"This may result in very poor performance, (re)-partitioning suggested.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005009msgstr ""
5010
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005011#: misc/mke2fs.c:2118
Eric Sandeen032eafe2012-07-28 17:48:36 -04005012#, c-format
5013msgid "%d-byte blocks too big for system (max %d)"
5014msgstr "blocchi di %d byte troppo grandi per il sistema (max %d)"
5015
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005016#: misc/mke2fs.c:2122
Eric Sandeen032eafe2012-07-28 17:48:36 -04005017#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005018msgid ""
5019"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5020msgstr ""
5021"Attenzione: blocchi di %d bytes troppo grandi per il sistema (max %d), "
5022"continuo comunque\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005023
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005024#: misc/mke2fs.c:2178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005025msgid "Can't support bigalloc feature without extents feature"
5026msgstr ""
5027
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005028#: misc/mke2fs.c:2185
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005029msgid ""
5030"The resize_inode and meta_bg features are not compatible.\n"
5031"They can not be both enabled simultaneously.\n"
5032msgstr ""
5033
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005034#: misc/mke2fs.c:2194
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005035msgid ""
5036"\n"
5037"Warning: the bigalloc feature is still under development\n"
5038"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5039"\n"
5040msgstr ""
5041
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005042#: misc/mke2fs.c:2205
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05005043msgid "reserved online resize blocks not supported on non-sparse filesystem"
5044msgstr ""
5045
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005046#: misc/mke2fs.c:2214
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005047msgid "blocks per group count out of range"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005048msgstr "conteggio dei blocchi per gruppo fuori dall'intervallo"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005049
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005050#: misc/mke2fs.c:2238
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005051msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005052msgstr ""
5053
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005054#: misc/mke2fs.c:2250
Theodore Ts'o197abba2005-06-20 18:00:23 -04005055#, fuzzy, c-format
5056msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005057msgstr "dimensione dell'inode non valida: %d (min %d/max %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005058
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005059#: misc/mke2fs.c:2268
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005060#, c-format
5061msgid "too many inodes (%llu), raise inode ratio?"
5062msgstr ""
5063
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005064#: misc/mke2fs.c:2275
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005065#, c-format
5066msgid "too many inodes (%llu), specify < 2^32 inodes"
5067msgstr ""
5068
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005069#: misc/mke2fs.c:2289
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005070#, c-format
5071msgid ""
5072"inode_size (%u) * inodes_count (%u) too big for a\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005073"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005074"\tor lower inode count (-N).\n"
5075msgstr ""
5076
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005077#: misc/mke2fs.c:2416
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005078#, c-format
5079msgid ""
5080"Overwriting existing filesystem; this can be undone using the command:\n"
5081" e2undo %s %s\n"
5082"\n"
5083msgstr ""
5084
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005085#: misc/mke2fs.c:2430
Eric Sandeen032eafe2012-07-28 17:48:36 -04005086#, fuzzy
5087msgid "while trying to setup undo file\n"
5088msgstr ""
5089"\n"
5090"\tcercando di creare il file di journal"
5091
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005092#: misc/mke2fs.c:2456
Eric Sandeen032eafe2012-07-28 17:48:36 -04005093msgid "Discarding device blocks: "
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005094msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005095
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005096#: misc/mke2fs.c:2472
Eric Sandeen032eafe2012-07-28 17:48:36 -04005097msgid "failed - "
5098msgstr ""
5099
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005100#: misc/mke2fs.c:2594
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005101#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005102msgid "while setting up superblock"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005103msgstr "impostando il superblocco"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005104
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005105#: misc/mke2fs.c:2610
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005106msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005107msgstr ""
5108
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005109#: misc/mke2fs.c:2698
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005110#, c-format
5111msgid "unknown os - %s"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005112msgstr "SO sconosciuto - %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005113
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005114#: misc/mke2fs.c:2750
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005115#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005116msgid "Allocating group tables: "
5117msgstr "Scrittura delle tavole degli inode: "
5118
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005119#: misc/mke2fs.c:2758
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005120msgid "while trying to allocate filesystem tables"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005121msgstr "tentando di allocare le tabelle del file system"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005122
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005123#: misc/mke2fs.c:2767
Eric Sandeen032eafe2012-07-28 17:48:36 -04005124#, fuzzy
5125msgid ""
5126"\n"
5127"\twhile converting subcluster bitmap"
5128msgstr "scrivendo la mappa dei bit del blocco"
5129
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005130#: misc/mke2fs.c:2810
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005131#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005132msgid "while zeroing block %llu at end of filesystem"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005133msgstr "nell'azzerare il blocco %llu alla fine del file system"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005134
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005135#: misc/mke2fs.c:2824
Theodore Ts'oc2b13a42005-01-19 00:31:46 -05005136#, fuzzy
5137msgid "while reserving blocks for online resize"
5138msgstr "leggendo l'inode dei blocchi non validi"
5139
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005140#: misc/mke2fs.c:2836 misc/tune2fs.c:679
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005141msgid "journal"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005142msgstr "journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005143
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005144#: misc/mke2fs.c:2848
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005145#, c-format
5146msgid "Adding journal to device %s: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005147msgstr "Aggiunta del journal al device %s: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005148
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005149#: misc/mke2fs.c:2855
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005150#, c-format
5151msgid ""
5152"\n"
5153"\twhile trying to add journal to device %s"
5154msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005155"\n"
5156"\tcercando di agigungere il journal al device %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005157
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005158#: misc/mke2fs.c:2860 misc/mke2fs.c:2891 misc/tune2fs.c:708 misc/tune2fs.c:727
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005159msgid "done\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005160msgstr "fatto\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005161
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005162#: misc/mke2fs.c:2867
Eric Sandeen032eafe2012-07-28 17:48:36 -04005163msgid "Skipping journal creation in super-only mode\n"
5164msgstr ""
5165
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005166#: misc/mke2fs.c:2878
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005167#, fuzzy, c-format
5168msgid "Creating journal (%u blocks): "
5169msgstr "Creazione del journal (%d blocchi): "
5170
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005171#: misc/mke2fs.c:2887
Eric Sandeen032eafe2012-07-28 17:48:36 -04005172msgid ""
5173"\n"
5174"\twhile trying to create journal"
5175msgstr ""
5176"\n"
5177"\tcercando di creare il journal"
5178
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005179#: misc/mke2fs.c:2899 misc/tune2fs.c:483
Eric Sandeen032eafe2012-07-28 17:48:36 -04005180msgid ""
5181"\n"
5182"Error while enabling multiple mount protection feature."
5183msgstr ""
5184
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005185#: misc/mke2fs.c:2904
Eric Sandeen032eafe2012-07-28 17:48:36 -04005186#, c-format
5187msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5188msgstr ""
5189
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005190#: misc/mke2fs.c:2921
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005191msgid "Writing superblocks and filesystem accounting information: "
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005192msgstr ""
5193"Scrittura delle informazioni dei super-blocchi e dell'accounting del file "
5194"system: "
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005195
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005196#: misc/mke2fs.c:2928
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005197msgid ""
5198"\n"
5199"Warning, had trouble writing out superblocks."
5200msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005201"\n"
5202"Attenzione, problemi durante la scrittura dei superblocchi."
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005203
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005204#: misc/mke2fs.c:2930
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005205msgid ""
5206"done\n"
5207"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005208msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005209"fatto\n"
5210"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005211
Eric Sandeen032eafe2012-07-28 17:48:36 -04005212#: misc/mklost+found.c:50
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005213msgid "Usage: mklost+found\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05005214msgstr "Uso: mklost+found\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005215
Eric Sandeen032eafe2012-07-28 17:48:36 -04005216#: misc/partinfo.c:41
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005217#, fuzzy, c-format
5218msgid ""
5219"Usage: %s device...\n"
5220"\n"
5221"Prints out the partition information for each given device.\n"
5222"For example: %s /dev/hda\n"
5223"\n"
5224msgstr ""
5225"Uso: %s <dev1> <dev2> <dev3>\n"
5226"\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005227"Questo programma stampa le informazioni di partizione per un insieme di "
5228"device\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005229"Un utilizzo comune di questo programma è:\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005230"\n"
5231"\t%s /dev/hda?\n"
5232"\n"
5233
Eric Sandeen032eafe2012-07-28 17:48:36 -04005234#: misc/partinfo.c:51
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005235#, fuzzy, c-format
5236msgid "Cannot open %s: %s"
5237msgstr "e2label: impossibile aprire %s\n"
5238
Eric Sandeen032eafe2012-07-28 17:48:36 -04005239#: misc/partinfo.c:57
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005240#, c-format
5241msgid "Cannot get geometry of %s: %s"
5242msgstr ""
5243
Eric Sandeen032eafe2012-07-28 17:48:36 -04005244#: misc/partinfo.c:65
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005245#, c-format
5246msgid "Cannot get size of %s: %s"
5247msgstr ""
5248
Eric Sandeen032eafe2012-07-28 17:48:36 -04005249#: misc/partinfo.c:71
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005250#, c-format
5251msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5252msgstr ""
5253
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005254#: misc/tune2fs.c:112
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005255msgid "Please run e2fsck on the filesystem.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005256msgstr "Eseguire e2fsck sul file system.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005257
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005258#: misc/tune2fs.c:121
Theodore Ts'o197abba2005-06-20 18:00:23 -04005259#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005260msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04005261"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005262"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005263"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
5264"mmp_update_interval]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005265"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005266"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005267"\t[-Q quota_options]\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005268"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5269"\t[ -I new_inode_size ] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005270msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05005271"Uso: %s [-c max-numero-mount] [-e comportamento-errori] [-g gruppo]\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005272"\t[-i intervallo[d|m|w]] [-j] [-J opzioni-journal]\n"
5273"\t[-l] [-s flag-sparse] [-m percentuale-blocchi-riservati]\n"
5274"\t[-o [^]opzioni-mount[,...]] [-r numero-blocchi-riservati]\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005275"\t[-u utente] [-C numero-mount] [-L etichetta-volume] [-M ultima-dir-"
5276"montata]\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005277"\t[-O [^]caratteristica[,...]] [-T ultimo-controllo] [-U UUID] device\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005278
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005279#: misc/tune2fs.c:217
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005280msgid "while trying to open external journal"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005281msgstr "cercando di aprire il journal esterno"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005282
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005283#: misc/tune2fs.c:222
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005284#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005285msgid "%s is not a journal device.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005286msgstr "%s non è un dispositivo di journaling.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005287
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005288#: misc/tune2fs.c:237
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005289msgid "Journal superblock not found!\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005290msgstr "Superblocco del journal non trovato!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005291
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005292#: misc/tune2fs.c:248
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005293msgid "Filesystem's UUID not found on journal device.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005294msgstr "UUID del file system non trovato sul dispositivo di journaling.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005295
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005296#: misc/tune2fs.c:269
Eric Sandeen032eafe2012-07-28 17:48:36 -04005297msgid ""
5298"Cannot locate journal device. It was NOT removed\n"
5299"Use -f option to remove missing journal device.\n"
5300msgstr ""
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005301
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005302#: misc/tune2fs.c:277
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005303msgid "Journal removed\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005304msgstr "Journal rimosso\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005305
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005306#: misc/tune2fs.c:321
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005307msgid "while reading bitmaps"
Theodore Ts'o72933b92005-01-11 14:05:00 -05005308msgstr "leggendo le mappe dei bit"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005309
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005310#: misc/tune2fs.c:329
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005311msgid "while clearing journal inode"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005312msgstr "azzerando l'inode del journal"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005313
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005314#: misc/tune2fs.c:340
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005315msgid "while writing journal inode"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005316msgstr "scrivendo l'inode del journal"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005317
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005318#: misc/tune2fs.c:372 misc/tune2fs.c:385
Eric Sandeen032eafe2012-07-28 17:48:36 -04005319msgid "(and reboot afterwards!)\n"
5320msgstr ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005321
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005322#: misc/tune2fs.c:419
Theodore Ts'o8f741372008-02-28 21:47:05 -05005323#, c-format
5324msgid "Clearing filesystem feature '%s' not supported.\n"
5325msgstr ""
5326
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005327#: misc/tune2fs.c:425
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005328#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005329msgid "Setting filesystem feature '%s' not supported.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005330msgstr ""
5331"Impostazione di data ed ora dell'ultimo controllo del file system a %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005332
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005333#: misc/tune2fs.c:434
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005334msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005335"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005336"unmounted or mounted read-only.\n"
5337msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005338"Il flag has_journal può essere azzerato quando il file system non\n"
5339"è montato o è montato solo in lettura.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005340
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005341#: misc/tune2fs.c:443
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005342msgid ""
5343"The needs_recovery flag is set. Please run e2fsck before clearing\n"
5344"the has_journal flag.\n"
5345msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005346"Il flag needs_recovery è impostato. Eseguire e2fsck prima di azzerare\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005347"il flag has_journal.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005348
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005349#: misc/tune2fs.c:462
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005350msgid ""
5351"Setting filesystem feature 'sparse_super' not supported\n"
5352"for filesystems with the meta_bg feature enabled.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005353msgstr ""
5354"Impostazione di data ed ora dell'ultimo controllo del file system a %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005355
5356#: misc/tune2fs.c:475
Eric Sandeen032eafe2012-07-28 17:48:36 -04005357msgid ""
5358"The multiple mount protection feature can't\n"
5359"be set if the filesystem is mounted or\n"
5360"read-only.\n"
5361msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005362"Il flag has_journal può essere azzerato quando il file system non\n"
5363"è montato o è montato solo in lettura.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005364
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005365#: misc/tune2fs.c:493
Eric Sandeen032eafe2012-07-28 17:48:36 -04005366#, c-format
5367msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5368msgstr ""
5369
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005370#: misc/tune2fs.c:502
Eric Sandeen032eafe2012-07-28 17:48:36 -04005371msgid ""
5372"The multiple mount protection feature cannot\n"
5373"be disabled if the filesystem is readonly.\n"
5374msgstr ""
5375
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005376#: misc/tune2fs.c:510
Eric Sandeen032eafe2012-07-28 17:48:36 -04005377#, fuzzy
5378msgid "Error while reading bitmaps\n"
5379msgstr "leggendo le mappe dei bit"
5380
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005381#: misc/tune2fs.c:519
Eric Sandeen032eafe2012-07-28 17:48:36 -04005382#, c-format
5383msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5384msgstr ""
5385
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005386#: misc/tune2fs.c:524
Eric Sandeen032eafe2012-07-28 17:48:36 -04005387#, fuzzy
5388msgid "while reading MMP block."
5389msgstr "leggendo l'inode numero 1"
5390
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005391#: misc/tune2fs.c:556
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005392msgid ""
5393"Clearing the flex_bg flag would cause the the filesystem to be\n"
5394"inconsistent.\n"
5395msgstr ""
5396
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005397#: misc/tune2fs.c:567
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005398msgid ""
5399"The huge_file feature may only be cleared when the filesystem is\n"
5400"unmounted or mounted read-only.\n"
5401msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005402"Il flag has_journal può essere azzerato quando il file system non\n"
5403"è montato o è montato solo in lettura.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005404
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005405#: misc/tune2fs.c:627
Eric Sandeen032eafe2012-07-28 17:48:36 -04005406msgid ""
5407"\n"
5408"Warning: '^quota' option overrides '-Q'arguments.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005409msgstr ""
5410
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005411#: misc/tune2fs.c:672
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005412msgid "The filesystem already has a journal.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005413msgstr "Il file system ha già un journal.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005414
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005415#: misc/tune2fs.c:692
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005416#, c-format
5417msgid ""
5418"\n"
5419"\twhile trying to open journal on %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005420msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005421"\n"
5422"\ttentando di aprire il journal in %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005423
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005424#: misc/tune2fs.c:696
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005425#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005426msgid "Creating journal on device %s: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005427msgstr "Creando il journal per il device %s: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005428
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005429#: misc/tune2fs.c:704
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005430#, c-format
5431msgid "while adding filesystem to journal on %s"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005432msgstr "aggiungendo un file system al journal in %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005433
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005434#: misc/tune2fs.c:710
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005435msgid "Creating journal inode: "
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005436msgstr "Creazione dell'inode del journal: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005437
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005438#: misc/tune2fs.c:724
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005439msgid ""
5440"\n"
5441"\twhile trying to create journal file"
5442msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005443"\n"
5444"\tcercando di creare il file di journal"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005445
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005446#: misc/tune2fs.c:799
Eric Sandeen032eafe2012-07-28 17:48:36 -04005447#, fuzzy
5448msgid "Couldn't allocate memory to parse quota options!\n"
5449msgstr "Impossibile allocare memoria per fare il parsing delle opzioni raid!\n"
5450
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005451#: misc/tune2fs.c:821
Eric Sandeen032eafe2012-07-28 17:48:36 -04005452msgid ""
5453"\n"
5454"Bad quota options specified.\n"
5455"\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005456"Following valid quota options are available (pass by separating with "
5457"comma):\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005458"\t[^]usrquota\n"
5459"\t[^]grpquota\n"
5460"\n"
5461"\n"
5462msgstr ""
5463
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005464#: misc/tune2fs.c:881
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005465#, c-format
5466msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o72933b92005-01-11 14:05:00 -05005467msgstr "Impossibile comprendere il formato di data/ora: %s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005468
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005469#: misc/tune2fs.c:909 misc/tune2fs.c:922
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005470#, c-format
5471msgid "bad mounts count - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005472msgstr "numero di mount non validi - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005473
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005474#: misc/tune2fs.c:938
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005475#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005476msgid "bad error behavior - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005477msgstr "comportamento relativo ad un errore non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005478
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005479#: misc/tune2fs.c:965
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005480#, c-format
5481msgid "bad gid/group name - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005482msgstr "gid/nome gruppo non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005483
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005484#: misc/tune2fs.c:998
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005485#, c-format
5486msgid "bad interval - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005487msgstr "intervallo non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005488
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005489#: misc/tune2fs.c:1027
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005490#, c-format
5491msgid "bad reserved block ratio - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005492msgstr "percentuale di blocchi riservati non valida - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005493
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005494#: misc/tune2fs.c:1042
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005495msgid "-o may only be specified once"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005496msgstr "-o può essere specificata solo una volta"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005497
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005498#: misc/tune2fs.c:1051
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005499msgid "-O may only be specified once"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005500msgstr "-O può essere specificata solo una volta"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005501
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005502#: misc/tune2fs.c:1068
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005503#, c-format
5504msgid "bad reserved blocks count - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005505msgstr "numero di blocchi riservati non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005506
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005507#: misc/tune2fs.c:1097
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005508#, c-format
5509msgid "bad uid/user name - %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005510msgstr "uid/nome utente non valido - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005511
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005512#: misc/tune2fs.c:1114
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005513#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005514msgid "bad inode size - %s"
5515msgstr "dimensione inode non valida - %s"
5516
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005517#: misc/tune2fs.c:1121
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005518#, c-format
5519msgid "Inode size must be a power of two- %s"
5520msgstr ""
5521
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005522#: misc/tune2fs.c:1215
Eric Sandeen032eafe2012-07-28 17:48:36 -04005523#, c-format
5524msgid "mmp_update_interval too big: %lu\n"
5525msgstr ""
5526
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005527#: misc/tune2fs.c:1220
Eric Sandeen032eafe2012-07-28 17:48:36 -04005528#, fuzzy, c-format
5529msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005530msgid_plural ""
5531"Setting multiple mount protection update interval to %lu seconds\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005532msgstr[0] "Impostazione del numero massimo di mount a %d\n"
5533msgstr[1] "Impostazione del numero massimo di mount a %d\n"
5534
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005535#: misc/tune2fs.c:1243
Theodore Ts'o8f741372008-02-28 21:47:05 -05005536#, fuzzy, c-format
5537msgid "Invalid RAID stride: %s\n"
5538msgstr "Insieme di opzioni di mount non valido: %s\n"
5539
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005540#: misc/tune2fs.c:1258
Theodore Ts'o8f741372008-02-28 21:47:05 -05005541#, fuzzy, c-format
5542msgid "Invalid RAID stripe-width: %s\n"
5543msgstr "Parametro di stride non valido.\n"
5544
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005545#: misc/tune2fs.c:1273
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005546#, fuzzy, c-format
5547msgid "Invalid hash algorithm: %s\n"
5548msgstr "Parametro di stride non valido.\n"
5549
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005550#: misc/tune2fs.c:1279
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005551#, c-format
5552msgid "Setting default hash algorithm to %s (%d)\n"
5553msgstr ""
5554
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005555#: misc/tune2fs.c:1298
5556#, fuzzy
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005557msgid ""
5558"\n"
5559"Bad options specified.\n"
5560"\n"
5561"Extended options are separated by commas, and may take an argument which\n"
5562"\tis set off by an equals ('=') sign.\n"
5563"\n"
5564"Valid extended options are:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005565"\tclear_mmp\n"
5566"\thash_alg=<hash algorithm>\n"
5567"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005568"\tstride=<RAID per-disk chunk size in blocks>\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005569"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005570"\ttest_fs\n"
5571"\t^test_fs\n"
5572msgstr ""
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005573"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005574"Opzioni raid non valide.\n"
5575"\n"
5576"Le opzioni raid sono separte da virgole, e possono avere un parametro, che\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005577"\tè passato da un segno di uguale ('=').\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005578"\n"
5579"Le opzioni raid valide sono:\n"
5580"\tstride=lunghezza stride in blocchi>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005581"\n"
5582
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005583#: misc/tune2fs.c:1764
Eric Sandeen032eafe2012-07-28 17:48:36 -04005584#, fuzzy
5585msgid "Failed to read inode bitmap\n"
5586msgstr "leggendo le mappe dei bit"
5587
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005588#: misc/tune2fs.c:1769
Eric Sandeen032eafe2012-07-28 17:48:36 -04005589#, fuzzy
5590msgid "Failed to read block bitmap\n"
5591msgstr "lettura delle mappe di bit inode e blocco"
5592
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005593#: misc/tune2fs.c:1786 resize/resize2fs.c:925
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005594msgid "blocks to be moved"
5595msgstr "blocchi da spostare"
5596
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005597#: misc/tune2fs.c:1789
Eric Sandeen032eafe2012-07-28 17:48:36 -04005598msgid "Failed to allocate block bitmap when increasing inode size\n"
5599msgstr ""
5600
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005601#: misc/tune2fs.c:1795
Eric Sandeen032eafe2012-07-28 17:48:36 -04005602msgid "Not enough space to increase inode size \n"
5603msgstr ""
5604
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005605#: misc/tune2fs.c:1800
Eric Sandeen032eafe2012-07-28 17:48:36 -04005606#, fuzzy
5607msgid "Failed to relocate blocks during inode resize \n"
5608msgstr "leggendo l'inode dei blocchi non validi"
5609
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005610#: misc/tune2fs.c:1832
Eric Sandeen032eafe2012-07-28 17:48:36 -04005611msgid ""
5612"Error in resizing the inode size.\n"
5613"Run e2undo to undo the file system changes. \n"
5614msgstr ""
5615
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005616#: misc/tune2fs.c:1859
Eric Sandeen032eafe2012-07-28 17:48:36 -04005617msgid "Couldn't allocate memory for tdb filename\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005618msgstr "Impossibile allocare memoria per i tipi di file system\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005619
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005620#: misc/tune2fs.c:1880
Eric Sandeen032eafe2012-07-28 17:48:36 -04005621#, fuzzy, c-format
5622msgid "while trying to delete %s"
5623msgstr "provando a ridimensionare %s"
5624
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005625#: misc/tune2fs.c:1888
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005626#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005627msgid ""
5628"To undo the tune2fs operation please run the command\n"
5629" e2undo %s %s\n"
5630"\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005631msgstr ""
5632
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005633#: misc/tune2fs.c:1957
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005634#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005635msgid ""
5636"MMP block magic is bad. Try to fix it by running:\n"
5637"'e2fsck -f %s'\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005638msgstr ""
5639
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005640#: misc/tune2fs.c:1975
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005641#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005642msgid "The inode size is already %lu\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005643msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005644
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005645#: misc/tune2fs.c:1982
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005646msgid "Shrinking inode size is not supported\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005647msgstr ""
5648"Impostazione di data ed ora dell'ultimo controllo del file system a %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005649
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005650#: misc/tune2fs.c:1987
5651#, fuzzy, c-format
5652msgid "Invalid inode size %lu (max %d)\n"
5653msgstr "dimensione dell'inode non valida: %d (min %d/max %d)"
5654
5655#: misc/tune2fs.c:2034
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005656#, c-format
5657msgid "Setting maximal mount count to %d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005658msgstr "Impostazione del numero massimo di mount a %d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005659
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005660#: misc/tune2fs.c:2040
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005661#, c-format
5662msgid "Setting current mount count to %d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005663msgstr "Impostazione del numero attuale di mount a %d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005664
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005665#: misc/tune2fs.c:2045
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005666#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005667msgid "Setting error behavior to %d\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005668msgstr "Impostazione del comportamento da errore a %d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005669
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005670#: misc/tune2fs.c:2050
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005671#, c-format
5672msgid "Setting reserved blocks gid to %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005673msgstr "Impostazione del gid dei blocchi riservati a %lu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005674
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005675#: misc/tune2fs.c:2055
Eric Sandeen032eafe2012-07-28 17:48:36 -04005676#, fuzzy, c-format
5677msgid "interval between checks is too big (%lu)"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005678msgstr "il numero di blocchi riservati è troppo alto (%lu)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005679
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005680#: misc/tune2fs.c:2062
Theodore Ts'obc759702005-05-09 20:40:55 -04005681#, fuzzy, c-format
5682msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005683msgstr "Impostazione dell'intervallo tra i controlli a %lu secondi\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005684
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005685#: misc/tune2fs.c:2069
Theodore Ts'o6956f612005-12-31 16:46:15 -05005686#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005687msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005688msgstr ""
5689"Impostazione della percentuale di blocchi riservati a %lu (%u blocchi)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005690
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005691#: misc/tune2fs.c:2075
Eric Sandeen032eafe2012-07-28 17:48:36 -04005692#, fuzzy, c-format
5693msgid "reserved blocks count is too big (%llu)"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005694msgstr "il numero di blocchi riservati è troppo alto (%lu)"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005695
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005696#: misc/tune2fs.c:2082
Eric Sandeen032eafe2012-07-28 17:48:36 -04005697#, fuzzy, c-format
5698msgid "Setting reserved blocks count to %llu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005699msgstr "Impostazione del numero di blocchi riservati a %lu\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005700
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005701#: misc/tune2fs.c:2088
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005702msgid ""
5703"\n"
5704"The filesystem already has sparse superblocks.\n"
5705msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05005706"\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005707"Il file system ha già dei super-blocchi sparsi.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005708
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005709#: misc/tune2fs.c:2092
5710msgid ""
5711"\n"
5712"Setting the sparse superblock flag not supported\n"
5713"for filesystems with the meta_bg feature enabled.\n"
5714msgstr ""
5715
5716#: misc/tune2fs.c:2103
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005717#, c-format
5718msgid ""
5719"\n"
5720"Sparse superblock flag set. %s"
5721msgstr ""
5722
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005723# fuzzy
5724#: misc/tune2fs.c:2108
5725#, fuzzy
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005726msgid ""
5727"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005728"Clearing the sparse superblock flag not supported.\n"
5729msgstr "impossibile impostarei i flag del superblocco a %s\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005730
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005731#: misc/tune2fs.c:2116
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005732#, c-format
5733msgid "Setting time filesystem last checked to %s\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005734msgstr ""
5735"Impostazione di data e ora dell'ultimo controllo del file system a %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005736
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005737#: misc/tune2fs.c:2122
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005738#, c-format
5739msgid "Setting reserved blocks uid to %lu\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005740msgstr "Impostazione dell'uid dei blocchi riservati a %lu\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005741
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005742#: misc/tune2fs.c:2154
Eric Sandeen032eafe2012-07-28 17:48:36 -04005743msgid "Error in using clear_mmp. It must be used with -f\n"
5744msgstr ""
5745
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005746#: misc/tune2fs.c:2172
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005747msgid ""
5748"The quota feature may only be changed when the filesystem is unmounted.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005749msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005750"Il flag has_journal può essere azzerato quando il file system non\n"
5751"è montato o è montato solo in lettura.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005752
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005753#: misc/tune2fs.c:2191
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005754msgid "The UUID may only be changed when the filesystem is unmounted.\n"
5755msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005756"Il flag has_journal può essere azzerato quando il file system non\n"
5757"è montato o è montato solo in lettura.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005758
5759#: misc/tune2fs.c:2219
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005760msgid "Invalid UUID format\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005761msgstr "Formato UUID non valido\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00005762
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005763#: misc/tune2fs.c:2232
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005764msgid "The inode size may only be changed when the filesystem is unmounted.\n"
5765msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005766"Il flag has_journal può essere azzerato quando il file system non\n"
5767"è montato o è montato solo in lettura.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005768
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005769#: misc/tune2fs.c:2240
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005770msgid ""
5771"Changing the inode size not supported for filesystems with the flex_bg\n"
5772"feature enabled.\n"
5773msgstr ""
5774
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005775#: misc/tune2fs.c:2253
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005776#, fuzzy, c-format
5777msgid "Setting inode size %lu\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005778msgstr "dimensione inode non valida - %s"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005779
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005780#: misc/tune2fs.c:2256
5781#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005782msgid "Failed to change inode size\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005783msgstr "iniziando la scansione degli inode"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005784
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005785#: misc/tune2fs.c:2267
Theodore Ts'o8f741372008-02-28 21:47:05 -05005786#, fuzzy, c-format
5787msgid "Setting stride size to %d\n"
5788msgstr "Impostazione del gid dei blocchi riservati a %lu\n"
5789
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005790#: misc/tune2fs.c:2272
Theodore Ts'o8f741372008-02-28 21:47:05 -05005791#, fuzzy, c-format
5792msgid "Setting stripe width to %d\n"
5793msgstr "Impostazione del gid dei blocchi riservati a %lu\n"
5794
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005795#: misc/tune2fs.c:2279
Eric Sandeen032eafe2012-07-28 17:48:36 -04005796#, fuzzy, c-format
5797msgid "Setting extended default mount options to '%s'\n"
5798msgstr "Impostazione del numero attuale di mount a %d\n"
5799
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005800#: misc/util.c:93
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005801msgid "<proceeding>\n"
5802msgstr ""
5803
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005804#: misc/util.c:97
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005805#, fuzzy, c-format
5806msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
5807msgstr "Procedere comunque? (s,n) "
5808
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005809#: misc/util.c:101
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005810msgid "Proceed anyway? (y,n) "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005811msgstr "Procedere comunque? (s,n) "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005812
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005813#: misc/util.c:132
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005814#, fuzzy, c-format
5815msgid "\tlast mounted on %s on %s"
5816msgstr "numero di mount non validi - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005817
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005818#: misc/util.c:135
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005819#, fuzzy, c-format
5820msgid "\tlast mounted on %s"
5821msgstr "numero di mount non validi - %s"
5822
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005823#: misc/util.c:138
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005824#, c-format
5825msgid "\tcreated on %s"
5826msgstr ""
5827
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005828#: misc/util.c:141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005829#, c-format
5830msgid "\tlast modified on %s"
5831msgstr ""
5832
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005833#: misc/util.c:175
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005834#, c-format
5835msgid "Found a %s partition table in %s\n"
5836msgstr ""
5837
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005838#: misc/util.c:205
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005839#, fuzzy, c-format
5840msgid "Creating regular file %s\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005841msgstr "file regolare"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005842
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005843#: misc/util.c:208
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005844#, fuzzy, c-format
5845msgid "Could not open %s: %s\n"
5846msgstr "e2label: impossibile aprire %s\n"
5847
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005848#: misc/util.c:211
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005849msgid ""
5850"\n"
5851"The device apparently does not exist; did you specify it correctly?\n"
5852msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005853"\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005854"Sembra che il dispositivo non esista; è stato specificato correttamente?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005855
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005856#: misc/util.c:233
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005857#, c-format
5858msgid "%s is not a block special device.\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005859msgstr "%s non è un device speciale a blocchi.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005860
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005861#: misc/util.c:255
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005862#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005863msgid "%s contains a %s file system labelled '%s'\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005864msgstr "%s contiene un file system %s con etichetta \"%s\"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005865
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005866#: misc/util.c:258
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005867#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005868msgid "%s contains a %s file system\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005869msgstr "%s contiene un file system %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005870
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005871#: misc/util.c:295
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005872#, c-format
5873msgid "%s is entire device, not just one partition!\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005874msgstr "%s è un device intero, non solo una partizione.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005875
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005876#: misc/util.c:318
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005877msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005878msgstr ""
5879"mke2fs è stato forzato comunque. Si spera che /etc/mtab sia sbagliato.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005880
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005881#: misc/util.c:323
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005882#, c-format
5883msgid "will not make a %s here!\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005884msgstr "non farò un %s qui!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005885
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005886#: misc/util.c:330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005887msgid "mke2fs forced anyway.\n"
5888msgstr ""
5889
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005890#: misc/util.c:346
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005891msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005892msgstr ""
5893"Impossibile allocare memoria per fare il parsing delle opzioni del journal!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005894
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005895#: misc/util.c:371
Eric Sandeen032eafe2012-07-28 17:48:36 -04005896#, fuzzy, c-format
5897msgid ""
5898"\n"
5899"Could not find journal device matching %s\n"
5900msgstr "Impossibile trovare i magic numbers del superblocco del journal"
5901
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005902#: misc/util.c:398
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005903#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005904msgid ""
5905"\n"
5906"Bad journal options specified.\n"
5907"\n"
5908"Journal options are separated by commas, and may take an argument which\n"
5909"\tis set off by an equals ('=') sign.\n"
5910"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04005911"Valid journal options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005912"\tsize=<journal size in megabytes>\n"
5913"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005914"\tlocation=<journal location>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005915"\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005916"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005917"\n"
5918msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005919"\n"
5920"Sono state specificate opzioni non valide per il journal.\n"
5921"\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005922"Le opzioni per il journal sono separate da virgole, e possono avere un "
5923"parametro,\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005924"\tpassato da un segno di uguale ('=').\n"
5925"\n"
5926"Opzioni valide per il journal sono:\n"
5927"\tsize=<dimensione del journal in MB>\n"
5928"\tdevice=<dispositivo di journal>\n"
5929"\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005930"La dimensione del journal dev'essere compreso tra 1024 e 102400 blocchi del "
5931"filesystem.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005932"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005933
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005934#: misc/util.c:429
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005935msgid ""
5936"\n"
5937"Filesystem too small for a journal\n"
5938msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005939"\n"
5940"Filesystem troppo piccolo per un journal\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005941
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005942#: misc/util.c:436
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005943#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005944msgid ""
5945"\n"
5946"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005947"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005948msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005949"\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005950"La dimensione specificata del journal è di %d blocchi, ma essa\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005951"dev'essere compresa tra 1024 e 102400 blocchi. Operazione annullata.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005952
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005953#: misc/util.c:444
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005954msgid ""
5955"\n"
5956"Journal size too big for filesystem.\n"
5957msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05005958"\n"
5959"Dimensione del journal troppo grande per il filesystem.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005960
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005961#: misc/util.c:458
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005962#, c-format
5963msgid ""
5964"This filesystem will be automatically checked every %d mounts or\n"
5965"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5966msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005967"Questo filesystem verrà automaticamente controllato ogni %d mount, o\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005968"%g giorni, a seconda di quale venga prima. Usare tune2fs -c o -i per "
5969"cambiare.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005970
Eric Sandeen032eafe2012-07-28 17:48:36 -04005971#: misc/uuidd.c:48
5972#, c-format
5973msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5974msgstr ""
5975
5976#: misc/uuidd.c:50
5977#, c-format
5978msgid " %s [-r|t] [-n num] [-s socketpath]\n"
5979msgstr ""
5980
5981#: misc/uuidd.c:52
5982#, c-format
5983msgid " %s -k\n"
5984msgstr ""
5985
5986#: misc/uuidd.c:154
5987#, fuzzy
5988msgid "bad arguments"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04005989msgstr "dimensione del frammento non valida - %s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005990
5991#: misc/uuidd.c:172
5992msgid "connect"
5993msgstr ""
5994
5995#: misc/uuidd.c:191
5996msgid "write"
5997msgstr ""
5998
5999#: misc/uuidd.c:199
6000msgid "read count"
6001msgstr ""
6002
6003#: misc/uuidd.c:205
Eric Sandeen032eafe2012-07-28 17:48:36 -04006004msgid "bad response length"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006005msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006006
6007#: misc/uuidd.c:270
6008#, c-format
6009msgid "uuidd daemon already running at pid %s\n"
6010msgstr ""
6011
6012#: misc/uuidd.c:278
6013#, fuzzy, c-format
6014msgid "Couldn't create unix stream socket: %s"
6015msgstr "Impossibile comprendere il formato di data/ora: %s"
6016
6017#: misc/uuidd.c:307
6018#, fuzzy, c-format
6019msgid "Couldn't bind unix socket %s: %s\n"
6020msgstr "Impossibile trovare il superblocco ext2"
6021
6022#: misc/uuidd.c:315
6023#, fuzzy, c-format
6024msgid "Couldn't listen on unix socket %s: %s\n"
6025msgstr "Impossibile riconnettere %i: %m\n"
6026
6027#: misc/uuidd.c:353
6028#, fuzzy, c-format
6029msgid "Error reading from client, len = %d\n"
6030msgstr "Errore durante la lettura dell'@i %i: %m\n"
6031
6032#: misc/uuidd.c:361
6033#, c-format
6034msgid "operation %d, incoming num = %d\n"
6035msgstr ""
6036
6037#: misc/uuidd.c:380
6038#, c-format
6039msgid "Generated time UUID: %s\n"
6040msgstr ""
6041
6042#: misc/uuidd.c:390
6043#, c-format
6044msgid "Generated random UUID: %s\n"
6045msgstr ""
6046
6047#: misc/uuidd.c:399
6048#, c-format
6049msgid "Generated time UUID %s and subsequent UUID\n"
6050msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6051msgstr[0] ""
6052msgstr[1] ""
6053
6054#: misc/uuidd.c:420
6055#, c-format
6056msgid "Generated %d UUID's:\n"
6057msgstr ""
6058
6059#: misc/uuidd.c:432
6060#, fuzzy, c-format
6061msgid "Invalid operation %d\n"
6062msgstr "Versione EA non valida.\n"
6063
6064#: misc/uuidd.c:476 misc/uuidd.c:498
6065#, c-format
6066msgid "Bad number: %s\n"
6067msgstr ""
6068
6069#: misc/uuidd.c:533 misc/uuidd.c:562
6070#, fuzzy, c-format
6071msgid "Error calling uuidd daemon (%s): %s\n"
6072msgstr "Errore creando la @d /@l (%s): %m\n"
6073
6074#: misc/uuidd.c:543
6075#, c-format
6076msgid "%s and subsequent UUID\n"
6077msgid_plural "%s and subsequent %d UUIDs\n"
6078msgstr[0] ""
6079msgstr[1] ""
6080
6081#: misc/uuidd.c:547
Eric Sandeen032eafe2012-07-28 17:48:36 -04006082msgid "List of UUID's:\n"
6083msgstr ""
6084
6085#: misc/uuidd.c:568
6086#, c-format
6087msgid "Unexpected reply length from server %d\n"
6088msgstr ""
6089
6090#: misc/uuidd.c:585
6091#, c-format
6092msgid "Couldn't kill uuidd running at pid %d: %s\n"
6093msgstr ""
6094
6095#: misc/uuidd.c:591
6096#, c-format
6097msgid "Killed uuidd running at pid %d\n"
6098msgstr ""
6099
6100#: misc/uuidgen.c:32
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006101#, c-format
6102msgid "Usage: %s [-r] [-t]\n"
Theodore Ts'o72933b92005-01-11 14:05:00 -05006103msgstr "Uso: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006104
Eric Sandeen032eafe2012-07-28 17:48:36 -04006105#: resize/extent.c:202
Theodore Ts'ofefbd262004-11-09 12:02:53 -05006106#, fuzzy
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006107msgid "# Extent dump:\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05006108msgstr "# Dump esteso:\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006109
Eric Sandeen032eafe2012-07-28 17:48:36 -04006110#: resize/extent.c:203
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006111#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006112msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006113msgstr ""
6114
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006115#: resize/main.c:44
Theodore Ts'obc759702005-05-09 20:40:55 -04006116#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006117msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006118"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006119"\n"
6120msgstr ""
Theodore Ts'o72933b92005-01-11 14:05:00 -05006121"Uso: %s [-d flag_di_debug] [-f] [-F] [-p] device [nuova-dimensione]\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05006122"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006123
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006124#: resize/main.c:66
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006125msgid "Extending the inode table"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05006126msgstr "Estensione della tavola degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006127
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006128#: resize/main.c:69
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006129msgid "Relocating blocks"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05006130msgstr "Rilocazione dei blocchi"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006131
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006132#: resize/main.c:72
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006133msgid "Scanning inode table"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05006134msgstr "Scansione della tavola degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006135
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006136#: resize/main.c:75
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006137msgid "Updating inode references"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05006138msgstr "Aggiornamento dei riferimenti degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006139
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006140#: resize/main.c:78
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006141msgid "Moving inode table"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05006142msgstr "Spostamento della tavola degli inode"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006143
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006144#: resize/main.c:81
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006145msgid "Unknown pass?!?"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05006146msgstr "Passo sconosciuto?!?"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006147
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006148#: resize/main.c:84
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006149#, c-format
6150msgid "Begin pass %d (max = %lu)\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05006151msgstr "Inizio del passo %d (max = %lu)\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006152
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006153#: resize/main.c:155
6154msgid ""
6155"\n"
6156"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6157"your own risk! Use the force option if you want to go ahead anyway.\n"
6158"\n"
6159msgstr ""
6160
6161#: resize/main.c:272
Theodore Ts'o6956f612005-12-31 16:46:15 -05006162#, fuzzy, c-format
6163msgid "while opening %s"
6164msgstr "avviando la scansione degli inode"
6165
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006166#: resize/main.c:280
Theodore Ts'o6956f612005-12-31 16:46:15 -05006167#, fuzzy, c-format
6168msgid "while getting stat information for %s"
6169msgstr "impostando la versione a %s"
6170
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006171#: resize/main.c:327
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006172#, c-format
6173msgid ""
6174"Please run 'e2fsck -f %s' first.\n"
6175"\n"
6176msgstr ""
Theodore Ts'ofefbd262004-11-09 12:02:53 -05006177"Eseguire prima 'e2fsck -f %s'.\n"
6178"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006179
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006180#: resize/main.c:346
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006181#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006182msgid "Estimated minimum size of the filesystem: %llu\n"
6183msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006184
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006185#: resize/main.c:382
Eric Sandeen032eafe2012-07-28 17:48:36 -04006186#, fuzzy, c-format
6187msgid "Invalid new size: %s\n"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006188msgstr "Parametro di stride non valido.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006189
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006190#: resize/main.c:398
Eric Sandeen032eafe2012-07-28 17:48:36 -04006191msgid "New size too large to be expressed in 32 bits\n"
6192msgstr ""
6193
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006194#: resize/main.c:406
Eric Sandeen032eafe2012-07-28 17:48:36 -04006195#, fuzzy, c-format
6196msgid "New size smaller than minimum (%llu)\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006197msgstr ""
6198"Dimensione dei blocchi del device di journaling (%d) minore della dim minima "
6199"dei blocchi %d\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006200
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006201#: resize/main.c:412
Eric Sandeen032eafe2012-07-28 17:48:36 -04006202#, fuzzy
6203msgid "Invalid stride length"
6204msgstr "Parametro di stride non valido.\n"
6205
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006206#: resize/main.c:436
Eric Sandeen032eafe2012-07-28 17:48:36 -04006207#, fuzzy, c-format
6208msgid ""
6209"The containing partition (or device) is only %llu (%dk) blocks.\n"
6210"You requested a new size of %llu blocks.\n"
6211"\n"
6212msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006213"La partizione (o device) contenente è solo di %d (%dk) blocchi.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006214"E' stata richiesta una nuova dimensione di %d blocchi.\n"
6215"\n"
6216
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006217#: resize/main.c:443
Eric Sandeen032eafe2012-07-28 17:48:36 -04006218#, fuzzy, c-format
6219msgid ""
6220"The filesystem is already %llu blocks long. Nothing to do!\n"
6221"\n"
6222msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006223"Il filesystem è già lungo %d blocchi. Nulla da fare!\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006224"\n"
6225
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006226#: resize/main.c:452
Eric Sandeen032eafe2012-07-28 17:48:36 -04006227#, fuzzy, c-format
6228msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6229msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006230"Il filesystem su %s è ora lungo %d blocchi.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006231"\n"
6232
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006233#: resize/main.c:461
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006234#, c-format
6235msgid "while trying to resize %s"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05006236msgstr "provando a ridimensionare %s"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006237
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006238#: resize/main.c:464
Eric Sandeen032eafe2012-07-28 17:48:36 -04006239#, c-format
6240msgid ""
6241"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6242"after the aborted resize operation.\n"
6243msgstr ""
6244
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006245#: resize/main.c:470
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05006246#, fuzzy, c-format
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006247msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006248"The filesystem on %s is now %llu blocks long.\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006249"\n"
6250msgstr ""
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006251"Il filesystem su %s è ora lungo %d blocchi.\n"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05006252"\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006253
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006254#: resize/main.c:485
Eric Sandeen032eafe2012-07-28 17:48:36 -04006255#, fuzzy, c-format
6256msgid "while trying to truncate %s"
6257msgstr "tentando di fare lo stat di %s"
6258
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006259#: resize/online.c:82
6260#, fuzzy
6261msgid "kernel does not support online resize with sparse_super2"
6262msgstr "Il @j esterno non supporta questo @f\n"
6263
6264#: resize/online.c:87
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006265#, c-format
6266msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6267msgstr ""
6268
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006269#: resize/online.c:91
Eric Sandeen032eafe2012-07-28 17:48:36 -04006270msgid "On-line shrinking not supported"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006271msgstr ""
6272
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006273#: resize/online.c:116
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006274msgid "Filesystem does not support online resizing"
6275msgstr ""
6276
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006277#: resize/online.c:125
6278#, fuzzy
6279msgid "Not enough reserved gdt blocks for resizing"
6280msgstr "leggendo l'inode dei blocchi non validi"
6281
6282#: resize/online.c:132
6283#, fuzzy
6284msgid "Kernel does not support resizing a file system this large"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006285msgstr "Il kernel Hurd non supporta la caratteristica filetype.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006286
6287#: resize/online.c:140
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006288#, fuzzy, c-format
6289msgid "while trying to open mountpoint %s"
6290msgstr ""
6291"\n"
6292"\ttentando di aprire il journal in %s\n"
6293
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006294#: resize/online.c:145
6295#, c-format
6296msgid "Old resize interface requested.\n"
6297msgstr ""
6298
6299#: resize/online.c:164 resize/online.c:181
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006300msgid "Permission denied to resize filesystem"
6301msgstr ""
6302
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006303#: resize/online.c:167 resize/online.c:187
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006304#, fuzzy
6305msgid "While checking for on-line resizing support"
6306msgstr "leggendo l'inode dei blocchi non validi"
6307
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006308#: resize/online.c:184
Eric Sandeen032eafe2012-07-28 17:48:36 -04006309#, fuzzy
6310msgid "Kernel does not support online resizing"
6311msgstr "Il @j esterno non supporta questo @f\n"
6312
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006313#: resize/online.c:223
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006314#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006315msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006316msgstr ""
6317
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006318#: resize/online.c:233
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006319#, fuzzy
6320msgid "While trying to extend the last group"
6321msgstr "cercando di aprire il journal esterno"
6322
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006323#: resize/online.c:287
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006324#, fuzzy, c-format
6325msgid "While trying to add group #%d"
6326msgstr "durante l'apertura di %s"
6327
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006328#: resize/online.c:298
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006329#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006330msgid ""
6331"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6332"this system.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006333msgstr ""
6334
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006335#: resize/resize2fs.c:402
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006336#, c-format
6337msgid "inodes (%llu) must be less than %u"
6338msgstr ""
6339
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006340#: resize/resize2fs.c:685
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006341msgid "reserved blocks"
Theodore Ts'ofefbd262004-11-09 12:02:53 -05006342msgstr "blocchi riservati"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006343
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006344#: resize/resize2fs.c:930
Theodore Ts'obc759702005-05-09 20:40:55 -04006345msgid "meta-data blocks"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006346msgstr "blocchi di meta-dati"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006347
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006348#: resize/resize2fs.c:1031 resize/resize2fs.c:1828
6349#, fuzzy
6350msgid "new meta blocks"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006351msgstr "blocchi di meta-dati"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006352
6353#: resize/resize2fs.c:2046
6354msgid "Should never happen! No sb in last super_sparse bg?\n"
6355msgstr ""
6356
6357#: resize/resize2fs.c:2051
6358msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6359msgstr ""
6360
6361#: resize/resize2fs.c:2129
Theodore Ts'obc759702005-05-09 20:40:55 -04006362msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'oa3ee70f2000-06-12 22:40:09 +00006363msgstr ""
6364
Eric Sandeen032eafe2012-07-28 17:48:36 -04006365#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o9ed8d782014-07-09 23:30:49 -04006366msgid "EXT2FS Library version 1.42.11"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006367msgstr ""
6368
6369#: lib/ext2fs/ext2_err.c:12
6370msgid "Wrong magic number for ext2_filsys structure"
6371msgstr ""
6372
6373#: lib/ext2fs/ext2_err.c:13
6374msgid "Wrong magic number for badblocks_list structure"
6375msgstr ""
6376
6377#: lib/ext2fs/ext2_err.c:14
6378msgid "Wrong magic number for badblocks_iterate structure"
6379msgstr ""
6380
6381#: lib/ext2fs/ext2_err.c:15
6382msgid "Wrong magic number for inode_scan structure"
6383msgstr ""
6384
6385#: lib/ext2fs/ext2_err.c:16
6386msgid "Wrong magic number for io_channel structure"
6387msgstr ""
6388
6389#: lib/ext2fs/ext2_err.c:17
6390msgid "Wrong magic number for unix io_channel structure"
6391msgstr ""
6392
6393#: lib/ext2fs/ext2_err.c:18
6394msgid "Wrong magic number for io_manager structure"
6395msgstr ""
6396
6397#: lib/ext2fs/ext2_err.c:19
6398msgid "Wrong magic number for block_bitmap structure"
6399msgstr ""
6400
6401#: lib/ext2fs/ext2_err.c:20
6402msgid "Wrong magic number for inode_bitmap structure"
6403msgstr ""
6404
6405#: lib/ext2fs/ext2_err.c:21
6406msgid "Wrong magic number for generic_bitmap structure"
6407msgstr ""
6408
6409#: lib/ext2fs/ext2_err.c:22
6410msgid "Wrong magic number for test io_channel structure"
6411msgstr ""
6412
6413#: lib/ext2fs/ext2_err.c:23
6414msgid "Wrong magic number for directory block list structure"
6415msgstr ""
6416
6417#: lib/ext2fs/ext2_err.c:24
6418msgid "Wrong magic number for icount structure"
6419msgstr ""
6420
6421#: lib/ext2fs/ext2_err.c:25
6422msgid "Wrong magic number for Powerquest io_channel structure"
6423msgstr ""
6424
6425#: lib/ext2fs/ext2_err.c:26
6426msgid "Wrong magic number for ext2 file structure"
6427msgstr ""
6428
6429#: lib/ext2fs/ext2_err.c:27
6430msgid "Wrong magic number for Ext2 Image Header"
6431msgstr ""
6432
6433#: lib/ext2fs/ext2_err.c:28
6434msgid "Wrong magic number for inode io_channel structure"
6435msgstr ""
6436
6437#: lib/ext2fs/ext2_err.c:29
6438msgid "Wrong magic number for ext4 extent handle"
6439msgstr ""
6440
6441#: lib/ext2fs/ext2_err.c:30
Eric Sandeen032eafe2012-07-28 17:48:36 -04006442msgid "Bad magic number in super-block"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006443msgstr "Valore magic non corretto nel super-blocco"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006444
6445#: lib/ext2fs/ext2_err.c:31
6446msgid "Filesystem revision too high"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006447msgstr "Numero di revisione del filesystem troppo elevato"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006448
6449#: lib/ext2fs/ext2_err.c:32
6450msgid "Attempt to write to filesystem opened read-only"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006451msgstr "Tentativo di scrivere su un filesystem aperto in sola lettura"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006452
6453#: lib/ext2fs/ext2_err.c:33
6454#, fuzzy
6455msgid "Can't read group descriptors"
6456msgstr ", Descrittori di gruppo a "
6457
6458#: lib/ext2fs/ext2_err.c:34
6459#, fuzzy
6460msgid "Can't write group descriptors"
6461msgstr ", Descrittori di gruppo a "
6462
6463#: lib/ext2fs/ext2_err.c:35
6464msgid "Corrupt group descriptor: bad block for block bitmap"
6465msgstr ""
6466
6467#: lib/ext2fs/ext2_err.c:36
6468msgid "Corrupt group descriptor: bad block for inode bitmap"
6469msgstr ""
6470
6471#: lib/ext2fs/ext2_err.c:37
6472msgid "Corrupt group descriptor: bad block for inode table"
6473msgstr ""
6474
6475#: lib/ext2fs/ext2_err.c:38
6476#, fuzzy
6477msgid "Can't write an inode bitmap"
6478msgstr "scrivendo le mappe di bit di inode"
6479
6480#: lib/ext2fs/ext2_err.c:39
6481#, fuzzy
6482msgid "Can't read an inode bitmap"
6483msgstr "scrivendo le mappe di bit di inode"
6484
6485#: lib/ext2fs/ext2_err.c:40
6486#, fuzzy
Darrick J. Wong580d8a02013-10-07 09:20:28 -04006487msgid "Can't write a block bitmap"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006488msgstr "scrivendo le mappe di bit di blocco"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006489
6490#: lib/ext2fs/ext2_err.c:41
6491#, fuzzy
Darrick J. Wongba0230f2013-12-12 12:41:58 -05006492msgid "Can't read a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006493msgstr "lettura delle mappe di bit inode e blocco"
6494
6495#: lib/ext2fs/ext2_err.c:42
6496#, fuzzy
6497msgid "Can't write an inode table"
6498msgstr "scrivendo la tavola degli inode"
6499
6500#: lib/ext2fs/ext2_err.c:43
6501#, fuzzy
6502msgid "Can't read an inode table"
6503msgstr "Scansione della tavola degli inode"
6504
6505#: lib/ext2fs/ext2_err.c:44
6506msgid "Can't read next inode"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006507msgstr "Impossibile leggere l'inode successivo"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006508
6509#: lib/ext2fs/ext2_err.c:45
Eric Sandeen032eafe2012-07-28 17:48:36 -04006510msgid "Filesystem has unexpected block size"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006511msgstr "Il filesystem ha una dimensione del blocco non attesa"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006512
6513#: lib/ext2fs/ext2_err.c:46
6514msgid "EXT2 directory corrupted"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006515msgstr "Directory EXT2 danneggiata"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006516
6517#: lib/ext2fs/ext2_err.c:47
6518msgid "Attempt to read block from filesystem resulted in short read"
6519msgstr ""
6520
6521#: lib/ext2fs/ext2_err.c:48
6522msgid "Attempt to write block to filesystem resulted in short write"
6523msgstr ""
6524
6525#: lib/ext2fs/ext2_err.c:49
6526msgid "No free space in the directory"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006527msgstr "Spazio non sufficiente nella directory"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006528
6529#: lib/ext2fs/ext2_err.c:50
Eric Sandeen032eafe2012-07-28 17:48:36 -04006530msgid "Inode bitmap not loaded"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006531msgstr "Bitmap degli inode non caricata"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006532
6533#: lib/ext2fs/ext2_err.c:51
Eric Sandeen032eafe2012-07-28 17:48:36 -04006534msgid "Block bitmap not loaded"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006535msgstr "Bitmap dei blocchi non caricata"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006536
6537#: lib/ext2fs/ext2_err.c:52
Eric Sandeen032eafe2012-07-28 17:48:36 -04006538msgid "Illegal inode number"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006539msgstr "Numero di inode non valido"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006540
6541#: lib/ext2fs/ext2_err.c:53
Eric Sandeen032eafe2012-07-28 17:48:36 -04006542msgid "Illegal block number"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006543msgstr "Numero di blocchi non valido"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006544
6545#: lib/ext2fs/ext2_err.c:54
6546msgid "Internal error in ext2fs_expand_dir"
6547msgstr ""
6548
6549#: lib/ext2fs/ext2_err.c:55
6550msgid "Not enough space to build proposed filesystem"
6551msgstr ""
6552
6553#: lib/ext2fs/ext2_err.c:56
6554msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6555msgstr ""
6556
6557#: lib/ext2fs/ext2_err.c:57
6558msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
6559msgstr ""
6560
6561#: lib/ext2fs/ext2_err.c:58
6562msgid "Illegal block number passed to ext2fs_test_block_bitmap"
6563msgstr ""
6564
6565#: lib/ext2fs/ext2_err.c:59
6566msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
6567msgstr ""
6568
6569#: lib/ext2fs/ext2_err.c:60
6570msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
6571msgstr ""
6572
6573#: lib/ext2fs/ext2_err.c:61
6574msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
6575msgstr ""
6576
6577#: lib/ext2fs/ext2_err.c:62
6578msgid "Attempt to fudge end of block bitmap past the real end"
6579msgstr ""
6580
6581#: lib/ext2fs/ext2_err.c:63
6582msgid "Attempt to fudge end of inode bitmap past the real end"
6583msgstr ""
6584
6585#: lib/ext2fs/ext2_err.c:64
6586#, fuzzy
6587msgid "Illegal indirect block found"
6588msgstr "lettura dei blocchi indiretti dell'inode %u"
6589
6590#: lib/ext2fs/ext2_err.c:65
6591#, fuzzy
6592msgid "Illegal doubly indirect block found"
6593msgstr "lettura dei blocchi indiretti dell'inode %u"
6594
6595#: lib/ext2fs/ext2_err.c:66
6596#, fuzzy
6597msgid "Illegal triply indirect block found"
6598msgstr "lettura dei blocchi indiretti dell'inode %u"
6599
6600#: lib/ext2fs/ext2_err.c:67
6601#, fuzzy
6602msgid "Block bitmaps are not the same"
6603msgstr " Mappa dei bit di blocco a "
6604
6605#: lib/ext2fs/ext2_err.c:68
6606#, fuzzy
6607msgid "Inode bitmaps are not the same"
6608msgstr ", mappa dei bit inode a "
6609
6610#: lib/ext2fs/ext2_err.c:69
6611msgid "Illegal or malformed device name"
6612msgstr ""
6613
6614#: lib/ext2fs/ext2_err.c:70
6615msgid "A block group is missing an inode table"
6616msgstr ""
6617
6618#: lib/ext2fs/ext2_err.c:71
6619msgid "The ext2 superblock is corrupt"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006620msgstr "Il super-blocco ext2 è danneggiato"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006621
6622#: lib/ext2fs/ext2_err.c:72
6623msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
6624msgstr ""
6625
6626#: lib/ext2fs/ext2_err.c:73
6627msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
6628msgstr ""
6629
6630#: lib/ext2fs/ext2_err.c:74
6631msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
6632msgstr ""
6633
6634#: lib/ext2fs/ext2_err.c:75
6635msgid "Too many symbolic links encountered."
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006636msgstr "Trovati troppi collegamenti simbolici."
Eric Sandeen032eafe2012-07-28 17:48:36 -04006637
6638#: lib/ext2fs/ext2_err.c:76
6639msgid "The callback function will not handle this case"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006640msgstr "La funzione di callback non gestirà questo caso"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006641
6642#: lib/ext2fs/ext2_err.c:77
6643msgid "The inode is from a bad block in the inode table"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006644msgstr "L'inode arriva da un blocco danneggiato nella tabella degli inode"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006645
6646#: lib/ext2fs/ext2_err.c:78
Eric Sandeen032eafe2012-07-28 17:48:36 -04006647msgid "Filesystem has unsupported feature(s)"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006648msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006649
6650#: lib/ext2fs/ext2_err.c:79
Eric Sandeen032eafe2012-07-28 17:48:36 -04006651msgid "Filesystem has unsupported read-only feature(s)"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006652msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006653
6654#: lib/ext2fs/ext2_err.c:80
6655msgid "IO Channel failed to seek on read or write"
6656msgstr ""
6657
6658#: lib/ext2fs/ext2_err.c:81
Eric Sandeen032eafe2012-07-28 17:48:36 -04006659msgid "Memory allocation failed"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006660msgstr "Allocazione di memoria non riuscita"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006661
6662#: lib/ext2fs/ext2_err.c:82
6663msgid "Invalid argument passed to ext2 library"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006664msgstr "Argomento non valido passato alla libreria ext2"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006665
6666#: lib/ext2fs/ext2_err.c:83
6667#, fuzzy
6668msgid "Could not allocate block in ext2 filesystem"
6669msgstr "Impossibile allocare memoria per i tipi di filesystem\n"
6670
6671#: lib/ext2fs/ext2_err.c:84
6672#, fuzzy
6673msgid "Could not allocate inode in ext2 filesystem"
6674msgstr "Impossibile allocare memoria per i tipi di filesystem\n"
6675
6676#: lib/ext2fs/ext2_err.c:85
6677msgid "Ext2 inode is not a directory"
6678msgstr ""
6679
6680#: lib/ext2fs/ext2_err.c:86
6681msgid "Too many references in table"
6682msgstr ""
6683
6684#: lib/ext2fs/ext2_err.c:87
6685msgid "File not found by ext2_lookup"
6686msgstr ""
6687
6688#: lib/ext2fs/ext2_err.c:88
6689msgid "File open read-only"
6690msgstr ""
6691
6692#: lib/ext2fs/ext2_err.c:89
6693#, fuzzy
6694msgid "Ext2 directory block not found"
6695msgstr "Blocco directory %d (#%d) vuoto nell'inode %d\n"
6696
6697#: lib/ext2fs/ext2_err.c:90
6698msgid "Ext2 directory already exists"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006699msgstr "La directory Ext2 esiste già"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006700
6701#: lib/ext2fs/ext2_err.c:91
6702msgid "Unimplemented ext2 library function"
6703msgstr ""
6704
6705#: lib/ext2fs/ext2_err.c:92
6706msgid "User cancel requested"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006707msgstr "L'utente ha annullato la richiesta"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006708
6709#: lib/ext2fs/ext2_err.c:93
6710msgid "Ext2 file too big"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006711msgstr "File Ext2 troppo grande"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006712
6713#: lib/ext2fs/ext2_err.c:94
Eric Sandeen032eafe2012-07-28 17:48:36 -04006714msgid "Supplied journal device not a block device"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006715msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006716
6717#: lib/ext2fs/ext2_err.c:95
6718#, fuzzy
6719msgid "Journal superblock not found"
6720msgstr "Superblocco del journal non trovato!\n"
6721
6722#: lib/ext2fs/ext2_err.c:96
6723msgid "Journal must be at least 1024 blocks"
6724msgstr ""
6725
6726#: lib/ext2fs/ext2_err.c:97
6727msgid "Unsupported journal version"
6728msgstr ""
6729
6730#: lib/ext2fs/ext2_err.c:98
6731#, fuzzy
6732msgid "Error loading external journal"
6733msgstr "cercando di aprire il journal esterno"
6734
6735#: lib/ext2fs/ext2_err.c:99
6736#, fuzzy
6737msgid "Journal not found"
6738msgstr "Superblocco del journal non trovato!\n"
6739
6740#: lib/ext2fs/ext2_err.c:100
6741msgid "Directory hash unsupported"
6742msgstr ""
6743
6744#: lib/ext2fs/ext2_err.c:101
6745#, fuzzy
6746msgid "Illegal extended attribute block number"
6747msgstr "aattributo esteso"
6748
6749#: lib/ext2fs/ext2_err.c:102
6750msgid "Cannot create filesystem with requested number of inodes"
6751msgstr ""
6752
6753#: lib/ext2fs/ext2_err.c:103
6754msgid "E2image snapshot not in use"
6755msgstr ""
6756
6757#: lib/ext2fs/ext2_err.c:104
6758#, fuzzy
6759msgid "Too many reserved group descriptor blocks"
6760msgstr "<Inode del descrittore di gruppo>"
6761
6762#: lib/ext2fs/ext2_err.c:105
6763msgid "Resize inode is corrupt"
6764msgstr ""
6765
6766#: lib/ext2fs/ext2_err.c:106
6767msgid "Tried to set block bmap with missing indirect block"
6768msgstr ""
6769
6770#: lib/ext2fs/ext2_err.c:107
6771msgid "TDB: Success"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006772msgstr "TDB: successo"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006773
6774#: lib/ext2fs/ext2_err.c:108
6775msgid "TDB: Corrupt database"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006776msgstr "TDB: database danneggiato"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006777
6778#: lib/ext2fs/ext2_err.c:109
6779msgid "TDB: IO Error"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006780msgstr "TDB: errore I/O"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006781
6782#: lib/ext2fs/ext2_err.c:110
6783msgid "TDB: Locking error"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006784msgstr "TDB: errore nell'ottenere il blocco"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006785
6786#: lib/ext2fs/ext2_err.c:111
6787msgid "TDB: Out of memory"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006788msgstr "TDB: memoria esaurita"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006789
6790#: lib/ext2fs/ext2_err.c:112
6791msgid "TDB: Record exists"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006792msgstr "TDB: il record esiste"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006793
6794#: lib/ext2fs/ext2_err.c:113
6795msgid "TDB: Lock exists on other keys"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006796msgstr "TDB: blocco esistente su altre chiavi"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006797
6798#: lib/ext2fs/ext2_err.c:114
Eric Sandeen032eafe2012-07-28 17:48:36 -04006799msgid "TDB: Invalid parameter"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006800msgstr "TDB: parametro non valido"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006801
6802#: lib/ext2fs/ext2_err.c:115
6803msgid "TDB: Record does not exist"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006804msgstr "TDB: il record non esiste"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006805
6806#: lib/ext2fs/ext2_err.c:116
6807msgid "TDB: Write not permitted"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006808msgstr "TDB: scrittura non consentita"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006809
6810#: lib/ext2fs/ext2_err.c:117
6811msgid "Ext2fs directory block list is empty"
6812msgstr ""
6813
6814#: lib/ext2fs/ext2_err.c:118
6815msgid "Attempt to modify a block mapping via a read-only block iterator"
6816msgstr ""
6817
6818#: lib/ext2fs/ext2_err.c:119
6819msgid "Wrong magic number for ext4 extent saved path"
6820msgstr ""
6821
6822#: lib/ext2fs/ext2_err.c:120
6823msgid "Wrong magic number for 64-bit generic bitmap"
6824msgstr ""
6825
6826#: lib/ext2fs/ext2_err.c:121
6827msgid "Wrong magic number for 64-bit block bitmap"
6828msgstr ""
6829
6830#: lib/ext2fs/ext2_err.c:122
6831msgid "Wrong magic number for 64-bit inode bitmap"
6832msgstr ""
6833
6834#: lib/ext2fs/ext2_err.c:123
6835msgid "Wrong magic number --- RESERVED_13"
6836msgstr ""
6837
6838#: lib/ext2fs/ext2_err.c:124
6839msgid "Wrong magic number --- RESERVED_14"
6840msgstr ""
6841
6842#: lib/ext2fs/ext2_err.c:125
6843msgid "Wrong magic number --- RESERVED_15"
6844msgstr ""
6845
6846#: lib/ext2fs/ext2_err.c:126
6847msgid "Wrong magic number --- RESERVED_16"
6848msgstr ""
6849
6850#: lib/ext2fs/ext2_err.c:127
6851msgid "Wrong magic number --- RESERVED_17"
6852msgstr ""
6853
6854#: lib/ext2fs/ext2_err.c:128
6855msgid "Wrong magic number --- RESERVED_18"
6856msgstr ""
6857
6858#: lib/ext2fs/ext2_err.c:129
6859msgid "Wrong magic number --- RESERVED_19"
6860msgstr ""
6861
6862#: lib/ext2fs/ext2_err.c:130
6863msgid "Corrupt extent header"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006864msgstr "Extent intestazione danneggiato"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006865
6866#: lib/ext2fs/ext2_err.c:131
6867msgid "Corrupt extent index"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006868msgstr "Extent indice danneggiato"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006869
6870#: lib/ext2fs/ext2_err.c:132
6871msgid "Corrupt extent"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006872msgstr "Extent danneggiato"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006873
6874#: lib/ext2fs/ext2_err.c:133
6875msgid "No free space in extent map"
6876msgstr ""
6877
6878#: lib/ext2fs/ext2_err.c:134
6879msgid "Inode does not use extents"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006880msgstr "L'inode non usa gli extent"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006881
6882#: lib/ext2fs/ext2_err.c:135
Eric Sandeen032eafe2012-07-28 17:48:36 -04006883msgid "No 'next' extent"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006884msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006885
6886#: lib/ext2fs/ext2_err.c:136
6887msgid "No 'previous' extent"
6888msgstr ""
6889
6890#: lib/ext2fs/ext2_err.c:137
6891msgid "No 'up' extent"
6892msgstr ""
6893
6894#: lib/ext2fs/ext2_err.c:138
6895msgid "No 'down' extent"
6896msgstr ""
6897
6898#: lib/ext2fs/ext2_err.c:139
6899msgid "No current node"
6900msgstr ""
6901
6902#: lib/ext2fs/ext2_err.c:140
6903msgid "Ext2fs operation not supported"
6904msgstr ""
6905
6906#: lib/ext2fs/ext2_err.c:141
6907msgid "No room to insert extent in node"
6908msgstr ""
6909
6910#: lib/ext2fs/ext2_err.c:142
6911msgid "Splitting would result in empty node"
6912msgstr ""
6913
6914#: lib/ext2fs/ext2_err.c:143
Eric Sandeen032eafe2012-07-28 17:48:36 -04006915msgid "Extent not found"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006916msgstr "Extent non trovato"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006917
6918#: lib/ext2fs/ext2_err.c:144
6919msgid "Operation not supported for inodes containing extents"
6920msgstr ""
6921
6922#: lib/ext2fs/ext2_err.c:145
6923msgid "Extent length is invalid"
6924msgstr ""
6925
6926#: lib/ext2fs/ext2_err.c:146
6927msgid "I/O Channel does not support 64-bit block numbers"
6928msgstr ""
6929
6930#: lib/ext2fs/ext2_err.c:147
6931msgid "Can't check if filesystem is mounted due to missing mtab file"
6932msgstr ""
6933
6934#: lib/ext2fs/ext2_err.c:148
6935msgid "Filesystem too large to use legacy bitmaps"
6936msgstr ""
6937
6938#: lib/ext2fs/ext2_err.c:149
6939msgid "MMP: invalid magic number"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006940msgstr "MMP: numero magic non valido"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006941
6942#: lib/ext2fs/ext2_err.c:150
6943msgid "MMP: device currently active"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006944msgstr "MMP: device attivo"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006945
6946#: lib/ext2fs/ext2_err.c:151
6947msgid "MMP: fsck being run"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006948msgstr "MMP: fsck in esecuzione"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006949
6950#: lib/ext2fs/ext2_err.c:152
6951msgid "MMP: block number beyond filesystem range"
6952msgstr ""
6953
6954#: lib/ext2fs/ext2_err.c:153
6955msgid "MMP: undergoing an unknown operation"
6956msgstr ""
6957
6958#: lib/ext2fs/ext2_err.c:154
6959#, fuzzy
6960msgid "MMP: filesystem still in use"
6961msgstr "dimensione filesystem non valida - %s"
6962
6963#: lib/ext2fs/ext2_err.c:155
6964msgid "MMP: open with O_DIRECT failed"
6965msgstr ""
6966
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006967#: lib/ext2fs/ext2_err.c:156
6968#, fuzzy
6969msgid "Block group descriptor size incorrect"
6970msgstr "<Inode del descrittore di gruppo>"
6971
6972#: lib/ext2fs/ext2_err.c:157
6973msgid "Inode checksum does not match inode"
6974msgstr ""
6975
6976#: lib/ext2fs/ext2_err.c:158
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006977msgid "Inode bitmap checksum does not match bitmap"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006978msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006979
6980#: lib/ext2fs/ext2_err.c:159
6981msgid "Extent block checksum does not match extent block"
6982msgstr ""
6983
6984#: lib/ext2fs/ext2_err.c:160
6985msgid "Directory block does not have space for checksum"
6986msgstr ""
6987
6988#: lib/ext2fs/ext2_err.c:161
6989msgid "Directory block checksum does not match directory block"
6990msgstr ""
6991
6992#: lib/ext2fs/ext2_err.c:162
6993msgid "Extended attribute block checksum does not match block"
6994msgstr ""
6995
6996#: lib/ext2fs/ext2_err.c:163
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006997msgid "Superblock checksum does not match superblock"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04006998msgstr "Il checksum del super-blocco non corrisponde al super-blocco"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006999
7000#: lib/ext2fs/ext2_err.c:164
7001msgid "Unknown checksum algorithm"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007002msgstr "Algoritmo di checksum sconosciuto"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007003
7004#: lib/ext2fs/ext2_err.c:165
7005msgid "MMP block checksum does not match MMP block"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007006msgstr "Il checksum del blocco MMP non corrisponde al blocco MMP"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007007
7008#: lib/ext2fs/ext2_err.c:166
7009msgid "Ext2 file already exists"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007010msgstr "Il file Ext2 esiste già"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007011
Eric Sandeen032eafe2012-07-28 17:48:36 -04007012#: e2fsck/prof_err.c:11
7013msgid "Profile version 0.0"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007014msgstr "Profilo versione 0.0"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007015
7016#: e2fsck/prof_err.c:12
7017msgid "Bad magic value in profile_node"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007018msgstr "Valore magic non corretto in profile_node"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007019
7020#: e2fsck/prof_err.c:13
Eric Sandeen032eafe2012-07-28 17:48:36 -04007021msgid "Profile section not found"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007022msgstr "Sezione del profilo non trovata"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007023
7024#: e2fsck/prof_err.c:14
Eric Sandeen032eafe2012-07-28 17:48:36 -04007025msgid "Profile relation not found"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007026msgstr "Relazione del profile non trovata"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007027
7028#: e2fsck/prof_err.c:15
7029msgid "Attempt to add a relation to node which is not a section"
7030msgstr ""
7031
7032#: e2fsck/prof_err.c:16
7033msgid "A profile section header has a non-zero value"
7034msgstr ""
7035
7036#: e2fsck/prof_err.c:17
7037msgid "Bad linked list in profile structures"
7038msgstr ""
7039
7040#: e2fsck/prof_err.c:18
7041msgid "Bad group level in profile structures"
7042msgstr ""
7043
7044#: e2fsck/prof_err.c:19
7045msgid "Bad parent pointer in profile structures"
7046msgstr ""
7047
7048#: e2fsck/prof_err.c:20
7049msgid "Bad magic value in profile iterator"
7050msgstr ""
7051
7052#: e2fsck/prof_err.c:21
7053msgid "Can't set value on section node"
7054msgstr ""
7055
7056#: e2fsck/prof_err.c:22
7057msgid "Invalid argument passed to profile library"
7058msgstr ""
7059
7060#: e2fsck/prof_err.c:23
7061msgid "Attempt to modify read-only profile"
7062msgstr ""
7063
7064#: e2fsck/prof_err.c:24
7065msgid "Profile section header not at top level"
7066msgstr ""
7067
7068#: e2fsck/prof_err.c:25
7069msgid "Syntax error in profile section header"
7070msgstr ""
7071
7072#: e2fsck/prof_err.c:26
7073msgid "Syntax error in profile relation"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007074msgstr "Errore di sintassi nella relazione del profilo"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007075
7076#: e2fsck/prof_err.c:27
7077msgid "Extra closing brace in profile"
7078msgstr ""
7079
7080#: e2fsck/prof_err.c:28
7081msgid "Missing open brace in profile"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007082msgstr "Parentesi di apertura mancante nel profilo"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007083
7084#: e2fsck/prof_err.c:29
7085msgid "Bad magic value in profile_t"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007086msgstr "Valore magic non corretto in profile_t"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007087
7088#: e2fsck/prof_err.c:30
7089msgid "Bad magic value in profile_section_t"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007090msgstr "Valore magic non corretto in profile_section_t"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007091
7092#: e2fsck/prof_err.c:31
7093msgid "Iteration through all top level section not supported"
7094msgstr ""
7095
7096#: e2fsck/prof_err.c:32
Eric Sandeen032eafe2012-07-28 17:48:36 -04007097msgid "Invalid profile_section object"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007098msgstr "Oggetto profile_section non valido"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007099
7100#: e2fsck/prof_err.c:33
7101msgid "No more sections"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007102msgstr "Sezioni esaurite"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007103
7104#: e2fsck/prof_err.c:34
7105msgid "Bad nameset passed to query routine"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007106msgstr "Nameset errato passato alla routine di interrogazione"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007107
7108#: e2fsck/prof_err.c:35
7109msgid "No profile file open"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007110msgstr "Nessun file di profilo da aprire"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007111
7112#: e2fsck/prof_err.c:36
7113msgid "Bad magic value in profile_file_t"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007114msgstr "Valore magic non corretto in profile_file_t"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007115
7116#: e2fsck/prof_err.c:37
Eric Sandeen032eafe2012-07-28 17:48:36 -04007117msgid "Couldn't open profile file"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007118msgstr "Impossibile aprire il file del profilo"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007119
7120#: e2fsck/prof_err.c:38
7121msgid "Section already exists"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007122msgstr "La sezione esiste già"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007123
7124#: e2fsck/prof_err.c:39
7125msgid "Invalid boolean value"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007126msgstr "Valore booleano non valido"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007127
7128#: e2fsck/prof_err.c:40
Eric Sandeen032eafe2012-07-28 17:48:36 -04007129msgid "Invalid integer value"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007130msgstr "Valore intero non valido"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007131
7132#: e2fsck/prof_err.c:41
7133msgid "Bad magic value in profile_file_data_t"
Milo Casagrandeffbe17c2014-07-05 23:18:04 -04007134msgstr "Valore magic non corretto in profile_file_data_t"