blob: f47480bb95b38d869c8ecb90df9aeb364efaf0a7 [file] [log] [blame]
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001# Mensajes en español para GNU e2fsprogs.
2# Copyright (C) 2008 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
4#
5# Max de Mendizábal <max@upn.mx>, 2003, 2005.
6# Benno Schulenberg <benno@vertaalt.nl>, 2008.
7#
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05008#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04009#. The strings in e2fsck's problem.c can be very hard to translate,
10#. since the strings are expanded in two different ways. First of all,
11#. there is an @-expansion, where strings like "@i" are expanded to
12#. "inode", and so on. In order to make it easier for translators, the
13#. e2fsprogs po template file has been enhanced with comments that show
14#. the @-expansion, for the strings in the problem.c file.
15#.
16#. Translators are free to use the @-expansion facility if they so
17#. choose, by providing translations for strings in e2fsck/message.c.
18#. These translation can completely replace an expansion; for example,
19#. if "bblock" (which indicated that "@b" would be expanded to "block")
20#. is translated as "ddatenverlust", then "@d" will be expanded to
21#. "datenverlust". Alternatively, translators can simply not use the
22#. @-expansion facility at all.
23#.
24#. The second expansion which is done for e2fsck's problem.c messages is
25#. a dynamic %-expansion, which expands %i as an inode number, and so
26#. on. A table of these expansions can be found below. Note that
27#. %-expressions that begin with "%D" and "%I" are two-character
28#. expansions; so for example, "%Iu" expands to the inode's user id
29#. ownership field (inode->i_uid).
Benno Schulenbergd6408f12008-06-21 14:06:00 -040030#.
Theodore Ts'o7ae19832005-06-19 09:45:36 -040031#. %b <blk> block number
32#. %B <blkcount> integer
33#. %c <blk2> block number
34#. %Di <dirent> -> ino inode number
35#. %Dn <dirent> -> name string
36#. %Dr <dirent> -> rec_len
37#. %Dl <dirent> -> name_len
38#. %Dt <dirent> -> filetype
39#. %d <dir> inode number
40#. %g <group> integer
41#. %i <ino> inode number
42#. %Is <inode> -> i_size
43#. %IS <inode> -> i_extra_isize
44#. %Ib <inode> -> i_blocks
45#. %Il <inode> -> i_links_count
46#. %Im <inode> -> i_mode
47#. %IM <inode> -> i_mtime
48#. %IF <inode> -> i_faddr
49#. %If <inode> -> i_file_acl
50#. %Id <inode> -> i_dir_acl
51#. %Iu <inode> -> i_uid
52#. %Ig <inode> -> i_gid
53#. %j <ino2> inode number
54#. %m <com_err error message>
55#. %N <num>
56#. %p ext2fs_get_pathname of directory <ino>
57#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
58#. the containing directory. (If dirent is NULL
59#. then return the pathname of directory <ino2>)
60#. %q ext2fs_get_pathname of directory <dir>
61#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
62#. the containing directory.
63#. %s <str> miscellaneous string
64#. %S backup superblock
65#. %X <num> hexadecimal format
66#.
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050067msgid ""
68msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040069"Project-Id-Version: e2fsprogs-1.40.8\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050070"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -040071"POT-Creation-Date: 2012-06-12 14:40-0400\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040072"PO-Revision-Date: 2008-06-01 23:56+0200\n"
73"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050074"Language-Team: Spanish <es@li.org>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -040075"Language: es\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050076"MIME-Version: 1.0\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040077"Content-Type: text/plain; charset=UTF-8\n"
78"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050079"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040080"X-Generator: KBabel 1.11.4\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050081
Theodore Ts'o7527ef12007-12-05 19:35:20 -050082# Ojo: "To ignore" no es ignorar sino "no tener en cuenta",
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040083# "pasar por alto", etc. Ya sé que "ignorar" se entiende, pero sólo
84# porque su mal uso está muy extendido. sv
85# ¿Qué tal "se descarta"? Me gustaría saber si hay algún glosario de
86# frases para traducir programas GNU, son cosas que deberían ser
87# estándar. mm
Eric Sandeen032eafe2012-07-28 17:48:36 -040088#: e2fsck/badblocks.c:23 misc/mke2fs.c:176
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050089#, c-format
90msgid "Bad block %u out of range; ignored.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040091msgstr "El bloque dañado %u está fuera del intervalo; se descarta.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050092
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040093# En el K&R se habla de nodo-i. ¿Cuáles son las razones a favor y en contra
Theodore Ts'o7527ef12007-12-05 19:35:20 -050094# de "nodo i" sobre "nodo-i"? sv
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040095# El plural. Pero está bien, adopto la convención K&R. mm
Eric Sandeen032eafe2012-07-28 17:48:36 -040096#: e2fsck/badblocks.c:46
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050097msgid "while sanity checking the bad blocks inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040098msgstr "mientras se revisaba la salud del nodo-i de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050099
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400100# Yo pondría mejor "el nodo i de bloques dañados". No sé mucho sobre el
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500101# formato ext2, pero creo que es muy posible que haya un nodo-i especial
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400102# cuya tarea sea precisamente la de recordar cuáles son los bloques
103# dañados. Investigarlo en caso de duda. sv
Eric Sandeen032eafe2012-07-28 17:48:36 -0400104#: e2fsck/badblocks.c:58
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500105msgid "while reading the bad blocks inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400106msgstr "mientras se leía el nodo-i de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500107
Eric Sandeen032eafe2012-07-28 17:48:36 -0400108#: e2fsck/badblocks.c:72 e2fsck/iscan.c:110 e2fsck/scantest.c:107
109#: e2fsck/unix.c:1298 e2fsck/unix.c:1386 misc/badblocks.c:1214
110#: misc/badblocks.c:1222 misc/badblocks.c:1236 misc/badblocks.c:1248
111#: misc/dumpe2fs.c:588 misc/e2image.c:1189 misc/e2image.c:1307
112#: misc/e2image.c:1320 misc/mke2fs.c:192 misc/tune2fs.c:1907 resize/main.c:303
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500113#, c-format
114msgid "while trying to open %s"
115msgstr "mientras se intentaba abrir %s"
116
Eric Sandeen032eafe2012-07-28 17:48:36 -0400117#: e2fsck/badblocks.c:83
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500118#, c-format
119msgid "while trying popen '%s'"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400120msgstr "mientras se intentaba abrir una tubería a '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500121
Eric Sandeen032eafe2012-07-28 17:48:36 -0400122#: e2fsck/badblocks.c:94 misc/mke2fs.c:199
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500123msgid "while reading in list of bad blocks from file"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400124msgstr "mientras se leía una lista de bloques dañados desde un fichero"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500125
Eric Sandeen032eafe2012-07-28 17:48:36 -0400126#: e2fsck/badblocks.c:105
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500127msgid "while updating bad block inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400128msgstr "mientras se actualizaba el nodo-i de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500129
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400130# Solemos traducir Warning por Atención. sv
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500131# Ok, uniformizo. mm
Eric Sandeen032eafe2012-07-28 17:48:36 -0400132#: e2fsck/badblocks.c:131
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500133#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400134msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400135msgstr ""
136"Atención: se encontró un bloque ilegal %u en el nodo-i de bloques dañados. "
137"Limpiado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500138
Eric Sandeen032eafe2012-07-28 17:48:36 -0400139#: e2fsck/ehandler.c:55
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500140#, c-format
141msgid "Error reading block %lu (%s) while %s. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500142msgstr "Error al leer el bloque %lu (%s) mientras %s. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500143
Eric Sandeen032eafe2012-07-28 17:48:36 -0400144#: e2fsck/ehandler.c:58
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500145#, c-format
146msgid "Error reading block %lu (%s). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400147msgstr "Error al leer el bloque %lu (%s). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500148
Eric Sandeen032eafe2012-07-28 17:48:36 -0400149#: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500150msgid "Ignore error"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500151msgstr "Se descarta el error"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500152
Eric Sandeen032eafe2012-07-28 17:48:36 -0400153#: e2fsck/ehandler.c:62
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500154msgid "Force rewrite"
155msgstr "Se fuerza la reescritura"
156
Eric Sandeen032eafe2012-07-28 17:48:36 -0400157#: e2fsck/ehandler.c:104
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500158#, c-format
159msgid "Error writing block %lu (%s) while %s. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500160msgstr "Error al escribir el bloque %lu (%s) mientras %s. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500161
Eric Sandeen032eafe2012-07-28 17:48:36 -0400162#: e2fsck/ehandler.c:107
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500163#, c-format
164msgid "Error writing block %lu (%s). "
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500165msgstr "Error al escribir el bloque %lu (%s). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500166
Eric Sandeen032eafe2012-07-28 17:48:36 -0400167#: e2fsck/emptydir.c:57
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500168msgid "empty dirblocks"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400169msgstr "bloques de directorio vacíos"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500170
Eric Sandeen032eafe2012-07-28 17:48:36 -0400171#: e2fsck/emptydir.c:62
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500172msgid "empty dir map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400173msgstr "mapa de directorios vacío"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500174
Eric Sandeen032eafe2012-07-28 17:48:36 -0400175#: e2fsck/emptydir.c:98
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400176#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400177msgid "Empty directory block %u (#%d) in inode %u\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400178msgstr "El bloque del directorio %u (#%d) está vacío en el nodo-i %u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500179
Eric Sandeen032eafe2012-07-28 17:48:36 -0400180#: e2fsck/extend.c:22
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500181#, c-format
182msgid "%s: %s filename nblocks blocksize\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400183msgstr "%s: %s fichero númerodebloques tamañodelbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500184
Eric Sandeen032eafe2012-07-28 17:48:36 -0400185#: e2fsck/extend.c:44
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500186#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500187msgid "Illegal number of blocks!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400188msgstr "¡Número inválido de bloques!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500189
Eric Sandeen032eafe2012-07-28 17:48:36 -0400190#: e2fsck/extend.c:50
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500191#, c-format
192msgid "Couldn't allocate block buffer (size=%d)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400193msgstr "No se puede reservar el bloque del búfer (tamaño=%d)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500194
Eric Sandeen032eafe2012-07-28 17:48:36 -0400195#: e2fsck/flushb.c:35
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500196#, c-format
197msgid "Usage: %s disk\n"
198msgstr "Modo de empleo: %s disco\n"
199
Eric Sandeen032eafe2012-07-28 17:48:36 -0400200#: e2fsck/flushb.c:64
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500201#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500202msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400203msgstr ""
204"¡No está implementado el control de entrada/salida del BLKFLSBUF! No se "
205"pueden vaciar los búfers.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500206
Eric Sandeen032eafe2012-07-28 17:48:36 -0400207#: e2fsck/iscan.c:44
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500208#, c-format
209msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400210msgstr ""
211"Modo de empleo: %s [-F] [-I bloques_del_búfer_del_nodo_i] dispositivo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500212
Eric Sandeen032eafe2012-07-28 17:48:36 -0400213#: e2fsck/iscan.c:81 e2fsck/unix.c:930
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500214#, c-format
215msgid "while opening %s for flushing"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400216msgstr "mientras se abría %s para su vaciado"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500217
Eric Sandeen032eafe2012-07-28 17:48:36 -0400218#: e2fsck/iscan.c:86 e2fsck/unix.c:936 resize/main.c:276
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500219#, c-format
220msgid "while trying to flush %s"
221msgstr "mientras se intentaba vaciar %s"
222
Eric Sandeen032eafe2012-07-28 17:48:36 -0400223#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1084
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500224msgid "while opening inode scan"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400225msgstr "mientras se iniciaba la exploración de los nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500226
Eric Sandeen032eafe2012-07-28 17:48:36 -0400227#: e2fsck/iscan.c:127 misc/e2image.c:1102
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500228msgid "while getting next inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400229msgstr "mientras se obtenía el nodo-i siguiente"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500230
Eric Sandeen032eafe2012-07-28 17:48:36 -0400231#: e2fsck/iscan.c:136
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400232#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400233msgid "%u inodes scanned.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400234msgstr "%u nodos-i explorados.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500235
Eric Sandeen032eafe2012-07-28 17:48:36 -0400236#: e2fsck/journal.c:512
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500237msgid "reading journal superblock\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500238msgstr "leyendo el superbloque del fichero de transacciones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500239
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500240# Ojo: No es que se haya encontrado un superbloque que resulta que no es
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400241# válido, sino que no se ha encontrado ningún superbloque que sea válido,
242# que es distinto (a lo mejor no se ha encontrado ningún superbloque
243# en absoluto). Creo que la traducción debería cambiarse. sv
244# En efecto, tienes toda la razón. Corregido. mm
Eric Sandeen032eafe2012-07-28 17:48:36 -0400245#: e2fsck/journal.c:569
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500246#, c-format
247msgid "%s: no valid journal superblock found\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400248msgstr ""
249"%s: no se encontró un superbloque válido en el fichero de transacciones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500250
Eric Sandeen032eafe2012-07-28 17:48:36 -0400251#: e2fsck/journal.c:578
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500252#, c-format
253msgid "%s: journal too short\n"
254msgstr "%s: el fichero de transacciones es demasiado corto\n"
255
Eric Sandeen032eafe2012-07-28 17:48:36 -0400256#: e2fsck/journal.c:870
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500257#, c-format
258msgid "%s: recovering journal\n"
259msgstr "%s: recuperando el fichero de transacciones\n"
260
Eric Sandeen032eafe2012-07-28 17:48:36 -0400261#: e2fsck/journal.c:872
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500262#, c-format
263msgid "%s: won't do journal recovery while read-only\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400264msgstr ""
265"%s: no se puede hacer la recuperación del fichero de transacciones en modo "
266"de sólo lectura\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500267
Eric Sandeen032eafe2012-07-28 17:48:36 -0400268#: e2fsck/journal.c:899
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500269#, c-format
270msgid "while trying to re-open %s"
271msgstr "mientras se intentaba reabrir %s"
272
Eric Sandeen032eafe2012-07-28 17:48:36 -0400273#: e2fsck/message.c:113
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500274msgid "aextended attribute"
275msgstr "aatributo extendido"
276
Eric Sandeen032eafe2012-07-28 17:48:36 -0400277#: e2fsck/message.c:114
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500278msgid "Aerror allocating"
279msgstr "Aerror en la reserva"
280
Eric Sandeen032eafe2012-07-28 17:48:36 -0400281#: e2fsck/message.c:115
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500282msgid "bblock"
283msgstr "bbloque"
284
Eric Sandeen032eafe2012-07-28 17:48:36 -0400285#: e2fsck/message.c:116
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500286msgid "Bbitmap"
287msgstr "Bmapa de bits"
288
Eric Sandeen032eafe2012-07-28 17:48:36 -0400289#: e2fsck/message.c:117
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500290msgid "ccompress"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400291msgstr "ccompresión"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500292
Eric Sandeen032eafe2012-07-28 17:48:36 -0400293#: e2fsck/message.c:118
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500294msgid "Cconflicts with some other fs @b"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400295msgstr "CEntra en conflicto con algún otro sistema de ficheros @b"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500296
Eric Sandeen032eafe2012-07-28 17:48:36 -0400297#: e2fsck/message.c:119
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500298msgid "iinode"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500299msgstr "inodo-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500300
Eric Sandeen032eafe2012-07-28 17:48:36 -0400301#: e2fsck/message.c:120
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500302msgid "Iillegal"
303msgstr "Iilegal"
304
Eric Sandeen032eafe2012-07-28 17:48:36 -0400305#: e2fsck/message.c:121
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500306msgid "jjournal"
307msgstr "jfichero de transacciones"
308
Eric Sandeen032eafe2012-07-28 17:48:36 -0400309#: e2fsck/message.c:122
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500310msgid "Ddeleted"
311msgstr "Dborrado"
312
Eric Sandeen032eafe2012-07-28 17:48:36 -0400313#: e2fsck/message.c:123
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500314msgid "ddirectory"
315msgstr "ddirectorio"
316
Eric Sandeen032eafe2012-07-28 17:48:36 -0400317#: e2fsck/message.c:124
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500318msgid "eentry"
319msgstr "eentrada"
320
Eric Sandeen032eafe2012-07-28 17:48:36 -0400321#: e2fsck/message.c:125
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500322msgid "E@e '%Dn' in %p (%i)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400323msgstr "ELa @e '%Dn' que está en %p (%i)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500324
Eric Sandeen032eafe2012-07-28 17:48:36 -0400325#: e2fsck/message.c:126
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500326msgid "ffilesystem"
327msgstr "fsistema de ficheros"
328
Eric Sandeen032eafe2012-07-28 17:48:36 -0400329#: e2fsck/message.c:127
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500330msgid "Ffor @i %i (%Q) is"
331msgstr "Fpara el @i %i (%Q) es"
332
Eric Sandeen032eafe2012-07-28 17:48:36 -0400333#: e2fsck/message.c:128
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500334msgid "ggroup"
335msgstr "ggrupo"
336
Eric Sandeen032eafe2012-07-28 17:48:36 -0400337#: e2fsck/message.c:129
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500338msgid "hHTREE @d @i"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400339msgstr "hEl ÁRBOL-H del @i del @d"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500340
Eric Sandeen032eafe2012-07-28 17:48:36 -0400341#: e2fsck/message.c:130
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500342msgid "llost+found"
343msgstr "llost+found"
344
Eric Sandeen032eafe2012-07-28 17:48:36 -0400345#: e2fsck/message.c:131
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500346msgid "Lis a link"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500347msgstr "Les un enlace"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500348
Eric Sandeen032eafe2012-07-28 17:48:36 -0400349#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400350msgid "mmultiply-claimed"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400351msgstr "mreclamado en múltiples ocasiones"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400352
Eric Sandeen032eafe2012-07-28 17:48:36 -0400353#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400354msgid "ninvalid"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400355msgstr "ninválido"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400356
Eric Sandeen032eafe2012-07-28 17:48:36 -0400357#: e2fsck/message.c:134
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500358msgid "oorphaned"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400359msgstr "ohuérfano"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500360
Eric Sandeen032eafe2012-07-28 17:48:36 -0400361#: e2fsck/message.c:135
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500362msgid "pproblem in"
363msgstr "pproblema en"
364
Eric Sandeen032eafe2012-07-28 17:48:36 -0400365#: e2fsck/message.c:136
366msgid "qquota"
367msgstr ""
368
369#: e2fsck/message.c:137
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500370msgid "rroot @i"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400371msgstr "r@i raíz"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500372
Eric Sandeen032eafe2012-07-28 17:48:36 -0400373#: e2fsck/message.c:138
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500374msgid "sshould be"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400375msgstr "sdebería ser"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500376
Eric Sandeen032eafe2012-07-28 17:48:36 -0400377#: e2fsck/message.c:139
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500378msgid "Ssuper@b"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500379msgstr "Ssuper@b"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500380
Eric Sandeen032eafe2012-07-28 17:48:36 -0400381#: e2fsck/message.c:140
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500382msgid "uunattached"
383msgstr "udesacoplado"
384
Eric Sandeen032eafe2012-07-28 17:48:36 -0400385#: e2fsck/message.c:141
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500386msgid "vdevice"
387msgstr "vdispositivo"
388
Eric Sandeen032eafe2012-07-28 17:48:36 -0400389#: e2fsck/message.c:142
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400390#, fuzzy
391msgid "xextent"
392msgstr "eentrada"
393
Eric Sandeen032eafe2012-07-28 17:48:36 -0400394#: e2fsck/message.c:143
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500395msgid "zzero-length"
396msgstr "zlongitud cero"
397
Eric Sandeen032eafe2012-07-28 17:48:36 -0400398#: e2fsck/message.c:154
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500399msgid "<The NULL inode>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500400msgstr "<El nodo-i NULO>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500401
Eric Sandeen032eafe2012-07-28 17:48:36 -0400402#: e2fsck/message.c:155
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500403msgid "<The bad blocks inode>"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400404msgstr "<El nodo-i de bloques dañados>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500405
Eric Sandeen032eafe2012-07-28 17:48:36 -0400406#: e2fsck/message.c:157
407#, fuzzy
408msgid "<The user quota inode>"
409msgstr "<El nodo-i del fichero de transacciones>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500410
Eric Sandeen032eafe2012-07-28 17:48:36 -0400411#: e2fsck/message.c:158
412#, fuzzy
413msgid "<The group quota inode>"
414msgstr "<El nodo-i descriptor del grupo>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500415
Eric Sandeen032eafe2012-07-28 17:48:36 -0400416#: e2fsck/message.c:159
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500417msgid "<The boot loader inode>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500418msgstr "<El nodo-i del cargador de arranque>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500419
Eric Sandeen032eafe2012-07-28 17:48:36 -0400420#: e2fsck/message.c:160
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500421msgid "<The undelete directory inode>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500422msgstr "<El nodo-i del directorio de desborrado>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500423
Eric Sandeen032eafe2012-07-28 17:48:36 -0400424#: e2fsck/message.c:161
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500425msgid "<The group descriptor inode>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500426msgstr "<El nodo-i descriptor del grupo>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500427
Eric Sandeen032eafe2012-07-28 17:48:36 -0400428#: e2fsck/message.c:162
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500429msgid "<The journal inode>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500430msgstr "<El nodo-i del fichero de transacciones>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500431
Eric Sandeen032eafe2012-07-28 17:48:36 -0400432#: e2fsck/message.c:163
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500433msgid "<Reserved inode 9>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500434msgstr "<Se ha reservado el nodo-i 9>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500435
Eric Sandeen032eafe2012-07-28 17:48:36 -0400436#: e2fsck/message.c:164
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500437msgid "<Reserved inode 10>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500438msgstr "<Se ha reservado el nodo-i 10>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500439
Eric Sandeen032eafe2012-07-28 17:48:36 -0400440#: e2fsck/message.c:333
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400441msgid "regular file"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400442msgstr "fichero regular"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400443
Eric Sandeen032eafe2012-07-28 17:48:36 -0400444#: e2fsck/message.c:335
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400445msgid "directory"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400446msgstr "directorio"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400447
Eric Sandeen032eafe2012-07-28 17:48:36 -0400448#: e2fsck/message.c:337
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400449msgid "character device"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400450msgstr "dispositivo de caracteres"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400451
Eric Sandeen032eafe2012-07-28 17:48:36 -0400452#: e2fsck/message.c:339
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400453msgid "block device"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400454msgstr "dispositivo de bloque"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400455
Eric Sandeen032eafe2012-07-28 17:48:36 -0400456#: e2fsck/message.c:341
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400457msgid "named pipe"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400458msgstr "tubería designada"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400459
Eric Sandeen032eafe2012-07-28 17:48:36 -0400460#: e2fsck/message.c:343
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400461msgid "symbolic link"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400462msgstr "enlace simbólico"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400463
Eric Sandeen032eafe2012-07-28 17:48:36 -0400464#: e2fsck/message.c:345 misc/uuidd.c:161
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400465msgid "socket"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400466msgstr "zócalo"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400467
Eric Sandeen032eafe2012-07-28 17:48:36 -0400468#: e2fsck/message.c:347
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400469#, c-format
470msgid "unknown file type with mode 0%o"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400471msgstr "tipo de fichero desconocido con modo 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400472
Eric Sandeen032eafe2012-07-28 17:48:36 -0400473#: e2fsck/message.c:423
474#, fuzzy
475msgid "indirect block"
476msgstr "leyendo bloque de directorio"
477
478#: e2fsck/message.c:425
479#, fuzzy
480msgid "double indirect block"
481msgstr "leyendo bloque de directorio"
482
483#: e2fsck/message.c:427
484#, fuzzy
485msgid "triple indirect block"
486msgstr "leyendo bloque de directorio"
487
488#: e2fsck/message.c:429
489#, fuzzy
490msgid "translator block"
491msgstr "Reubicando bloques"
492
493#: e2fsck/message.c:431
494#, fuzzy
495msgid "block #"
496msgstr "bbloque"
497
498#: e2fsck/pass1b.c:222
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500499msgid "multiply claimed inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400500msgstr "mapa de nodos-i reclamados en múltiples ocasiones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500501
Eric Sandeen032eafe2012-07-28 17:48:36 -0400502#: e2fsck/pass1b.c:610 e2fsck/pass1b.c:729
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400503#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -0400504msgid "internal error: can't find dup_blk for %llu\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400505msgstr "error interno: no se encontró el dup_blk para %u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500506
Eric Sandeen032eafe2012-07-28 17:48:36 -0400507#: e2fsck/pass1b.c:820
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500508msgid "returned from clone_file_block"
509msgstr "regresado del clone_file_block"
510
Eric Sandeen032eafe2012-07-28 17:48:36 -0400511#: e2fsck/pass1b.c:842
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400512#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -0400513msgid "internal error: couldn't lookup EA block record for %llu"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500514msgstr "Error interno: no se puede encontrar el dir_info para %i.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400515
Eric Sandeen032eafe2012-07-28 17:48:36 -0400516#: e2fsck/pass1b.c:854
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400517#, fuzzy, c-format
518msgid "internal error: couldn't lookup EA inode record for %u"
519msgstr "Error interno: no se puede encontrar el dir_info para %i.\n"
520
Eric Sandeen032eafe2012-07-28 17:48:36 -0400521#: e2fsck/pass1.c:476 e2fsck/pass2.c:782
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400522msgid "reading directory block"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400523msgstr "leyendo bloque de directorio"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400524
Eric Sandeen032eafe2012-07-28 17:48:36 -0400525#: e2fsck/pass1.c:599
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500526msgid "in-use inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400527msgstr "mapa de nodos-i usados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500528
Eric Sandeen032eafe2012-07-28 17:48:36 -0400529#: e2fsck/pass1.c:610
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500530msgid "directory inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400531msgstr "mapa de nodos-i de directorio"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500532
Eric Sandeen032eafe2012-07-28 17:48:36 -0400533#: e2fsck/pass1.c:620
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500534msgid "regular file inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400535msgstr "mapa de nodos-i de ficheros normales"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500536
Eric Sandeen032eafe2012-07-28 17:48:36 -0400537#: e2fsck/pass1.c:629
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500538msgid "in-use block map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400539msgstr "mapa de bloques usados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500540
Eric Sandeen032eafe2012-07-28 17:48:36 -0400541#: e2fsck/pass1.c:696
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400542msgid "opening inode scan"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400543msgstr "iniciando la exploración de los nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500544
Eric Sandeen032eafe2012-07-28 17:48:36 -0400545#: e2fsck/pass1.c:730
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400546msgid "getting next inode from scan"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400547msgstr "obteniendo el siguiente nodo-i para examinar"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400548
Eric Sandeen032eafe2012-07-28 17:48:36 -0400549#: e2fsck/pass1.c:1240
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500550msgid "Pass 1"
551msgstr "Paso 1"
552
Eric Sandeen032eafe2012-07-28 17:48:36 -0400553#: e2fsck/pass1.c:1297
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500554#, c-format
555msgid "reading indirect blocks of inode %u"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500556msgstr "leyendo bloques indirectos del nodo-i %u"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500557
Eric Sandeen032eafe2012-07-28 17:48:36 -0400558#: e2fsck/pass1.c:1347
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500559msgid "bad inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400560msgstr "mapa de nodos-i dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500561
Eric Sandeen032eafe2012-07-28 17:48:36 -0400562#: e2fsck/pass1.c:1370
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500563msgid "inode in bad block map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400564msgstr "el nodo-i está en el mapa de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500565
Eric Sandeen032eafe2012-07-28 17:48:36 -0400566#: e2fsck/pass1.c:1390
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500567msgid "imagic inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400568msgstr "mapa de nodos-i con 'imagic'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500569
Eric Sandeen032eafe2012-07-28 17:48:36 -0400570#: e2fsck/pass1.c:1417
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500571msgid "multiply claimed block map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400572msgstr "mapa de bloques reclamados en múltiples ocasiones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500573
Eric Sandeen032eafe2012-07-28 17:48:36 -0400574#: e2fsck/pass1.c:1518
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500575msgid "ext attr block map"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500576msgstr "mapa de bloques de atributos extendidos"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500577
Eric Sandeen032eafe2012-07-28 17:48:36 -0400578#: e2fsck/pass1.c:2266
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500579#, c-format
580msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
581msgstr ""
582
Eric Sandeen032eafe2012-07-28 17:48:36 -0400583#: e2fsck/pass1.c:2627
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500584msgid "block bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400585msgstr "mapa de bits de bloques"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500586
Eric Sandeen032eafe2012-07-28 17:48:36 -0400587#: e2fsck/pass1.c:2633
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500588msgid "inode bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400589msgstr "mapa de bits de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500590
Eric Sandeen032eafe2012-07-28 17:48:36 -0400591#: e2fsck/pass1.c:2639
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500592msgid "inode table"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400593msgstr "tabla de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500594
Eric Sandeen032eafe2012-07-28 17:48:36 -0400595#: e2fsck/pass2.c:283
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500596msgid "Pass 2"
597msgstr "Paso 2"
598
Eric Sandeen032eafe2012-07-28 17:48:36 -0400599#: e2fsck/pass2.c:805
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400600#, fuzzy
601msgid "Can not continue."
602msgstr ""
603"No se puede continuar, se finaliza.\n"
604"\n"
605
Eric Sandeen032eafe2012-07-28 17:48:36 -0400606#: e2fsck/pass3.c:77
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500607msgid "inode done bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400608msgstr "mapa de bits de nodos-i pasados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500609
Eric Sandeen032eafe2012-07-28 17:48:36 -0400610#: e2fsck/pass3.c:86
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500611msgid "Peak memory"
612msgstr "Memoria pico"
613
Eric Sandeen032eafe2012-07-28 17:48:36 -0400614#: e2fsck/pass3.c:136
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500615msgid "Pass 3"
616msgstr "Paso 3"
617
Eric Sandeen032eafe2012-07-28 17:48:36 -0400618#: e2fsck/pass3.c:322
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500619msgid "inode loop detection bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400620msgstr "mapa de bits de detección de ciclos de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500621
Eric Sandeen032eafe2012-07-28 17:48:36 -0400622#: e2fsck/pass4.c:195
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500623msgid "Pass 4"
624msgstr "Paso 4"
625
Eric Sandeen032eafe2012-07-28 17:48:36 -0400626#: e2fsck/pass5.c:74
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500627msgid "Pass 5"
628msgstr "Paso 5"
629
Eric Sandeen032eafe2012-07-28 17:48:36 -0400630#: e2fsck/problem.c:51
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500631msgid "(no prompt)"
632msgstr "(no hay cursor)"
633
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400634# Yo pondría mejor "Arreglar", ya que es una pregunta que hace que quedaría
635# mejor en forma impersonal. Fíjate que todos los demás verbos que siguen
636# están en infinitivo.
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500637# Cierto. mm
Eric Sandeen032eafe2012-07-28 17:48:36 -0400638#: e2fsck/problem.c:52
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500639msgid "Fix"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500640msgstr "Arreglar"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500641
Eric Sandeen032eafe2012-07-28 17:48:36 -0400642#: e2fsck/problem.c:53
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500643msgid "Clear"
644msgstr "Borrar"
645
Eric Sandeen032eafe2012-07-28 17:48:36 -0400646#: e2fsck/problem.c:54
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500647msgid "Relocate"
648msgstr "Reubicar"
649
Eric Sandeen032eafe2012-07-28 17:48:36 -0400650#: e2fsck/problem.c:55
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500651msgid "Allocate"
652msgstr "Reservar"
653
Eric Sandeen032eafe2012-07-28 17:48:36 -0400654#: e2fsck/problem.c:56
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500655msgid "Expand"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500656msgstr "Expandir"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500657
Eric Sandeen032eafe2012-07-28 17:48:36 -0400658#: e2fsck/problem.c:57
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500659msgid "Connect to /lost+found"
660msgstr "Conectar a /lost+found"
661
Eric Sandeen032eafe2012-07-28 17:48:36 -0400662#: e2fsck/problem.c:58
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500663msgid "Create"
664msgstr "Crear"
665
Eric Sandeen032eafe2012-07-28 17:48:36 -0400666#: e2fsck/problem.c:59
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500667msgid "Salvage"
668msgstr "Recuperar"
669
Eric Sandeen032eafe2012-07-28 17:48:36 -0400670#: e2fsck/problem.c:60
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500671msgid "Truncate"
672msgstr "Truncar"
673
Eric Sandeen032eafe2012-07-28 17:48:36 -0400674#: e2fsck/problem.c:61
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500675msgid "Clear inode"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500676msgstr "Borrar nodo-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500677
Eric Sandeen032eafe2012-07-28 17:48:36 -0400678#: e2fsck/problem.c:62
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500679msgid "Abort"
680msgstr "Interrumpir"
681
Eric Sandeen032eafe2012-07-28 17:48:36 -0400682#: e2fsck/problem.c:63
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500683msgid "Split"
684msgstr "Dividir"
685
Eric Sandeen032eafe2012-07-28 17:48:36 -0400686#: e2fsck/problem.c:64
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500687msgid "Continue"
688msgstr "Continuar"
689
Eric Sandeen032eafe2012-07-28 17:48:36 -0400690#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400691msgid "Clone multiply-claimed blocks"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400692msgstr "Clonar los bloques reclamados en múltiples ocasiones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500693
Eric Sandeen032eafe2012-07-28 17:48:36 -0400694#: e2fsck/problem.c:66
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500695msgid "Delete file"
696msgstr "Borrar fichero"
697
Eric Sandeen032eafe2012-07-28 17:48:36 -0400698#: e2fsck/problem.c:67
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500699msgid "Suppress messages"
700msgstr "Eliminar mensajes"
701
Eric Sandeen032eafe2012-07-28 17:48:36 -0400702#: e2fsck/problem.c:68
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500703msgid "Unlink"
704msgstr "Desvincular"
705
Eric Sandeen032eafe2012-07-28 17:48:36 -0400706#: e2fsck/problem.c:69
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500707msgid "Clear HTree index"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400708msgstr "Borrar el índice del árbol-H"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500709
Eric Sandeen032eafe2012-07-28 17:48:36 -0400710#: e2fsck/problem.c:70
Theodore Ts'obc759702005-05-09 20:40:55 -0400711msgid "Recreate"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500712msgstr "Recrear"
Theodore Ts'obc759702005-05-09 20:40:55 -0400713
Eric Sandeen032eafe2012-07-28 17:48:36 -0400714#: e2fsck/problem.c:79
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500715msgid "(NONE)"
716msgstr "(NINGUNO)"
717
Eric Sandeen032eafe2012-07-28 17:48:36 -0400718#: e2fsck/problem.c:80
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500719msgid "FIXED"
720msgstr "ARREGLADO"
721
Eric Sandeen032eafe2012-07-28 17:48:36 -0400722#: e2fsck/problem.c:81
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500723msgid "CLEARED"
724msgstr "BORRADO"
725
Eric Sandeen032eafe2012-07-28 17:48:36 -0400726#: e2fsck/problem.c:82
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500727msgid "RELOCATED"
728msgstr "REUBICADO"
729
Eric Sandeen032eafe2012-07-28 17:48:36 -0400730#: e2fsck/problem.c:83
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500731msgid "ALLOCATED"
732msgstr "RESERVADO"
733
Eric Sandeen032eafe2012-07-28 17:48:36 -0400734#: e2fsck/problem.c:84
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500735msgid "EXPANDED"
736msgstr "EXPANDIDO"
737
Eric Sandeen032eafe2012-07-28 17:48:36 -0400738#: e2fsck/problem.c:85
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500739msgid "RECONNECTED"
740msgstr "RECONECTADO"
741
Eric Sandeen032eafe2012-07-28 17:48:36 -0400742#: e2fsck/problem.c:86
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500743msgid "CREATED"
744msgstr "CREADO"
745
Eric Sandeen032eafe2012-07-28 17:48:36 -0400746#: e2fsck/problem.c:87
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500747msgid "SALVAGED"
748msgstr "RECUPERADO"
749
Eric Sandeen032eafe2012-07-28 17:48:36 -0400750#: e2fsck/problem.c:88
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500751msgid "TRUNCATED"
752msgstr "TRUNCADO"
753
Eric Sandeen032eafe2012-07-28 17:48:36 -0400754#: e2fsck/problem.c:89
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500755msgid "INODE CLEARED"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400756msgstr "NODO-I BORRADO"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500757
Eric Sandeen032eafe2012-07-28 17:48:36 -0400758#: e2fsck/problem.c:90
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500759msgid "ABORTED"
760msgstr "INTERRUMPIDO"
761
Eric Sandeen032eafe2012-07-28 17:48:36 -0400762#: e2fsck/problem.c:91
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500763msgid "SPLIT"
764msgstr "DIVIDIDO"
765
Eric Sandeen032eafe2012-07-28 17:48:36 -0400766#: e2fsck/problem.c:92
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500767msgid "CONTINUING"
768msgstr "CONTINUANDO"
769
Eric Sandeen032eafe2012-07-28 17:48:36 -0400770#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400771msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400772msgstr "SE CLONARON LOS BLOQUES RECLAMADOS EN MÚLTIPLES OCASIONES"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500773
Eric Sandeen032eafe2012-07-28 17:48:36 -0400774#: e2fsck/problem.c:94
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500775msgid "FILE DELETED"
776msgstr "FICHERO BORRADO"
777
Eric Sandeen032eafe2012-07-28 17:48:36 -0400778#: e2fsck/problem.c:95
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500779msgid "SUPPRESSED"
780msgstr "SUPRIMIDO"
781
Eric Sandeen032eafe2012-07-28 17:48:36 -0400782#: e2fsck/problem.c:96
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500783msgid "UNLINKED"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500784msgstr "DESVINCULADO"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500785
Eric Sandeen032eafe2012-07-28 17:48:36 -0400786#: e2fsck/problem.c:97
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500787msgid "HTREE INDEX CLEARED"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400788msgstr "SE BORRÓ EL ÍNDICE DEL ÁRBOL-H"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500789
Eric Sandeen032eafe2012-07-28 17:48:36 -0400790#: e2fsck/problem.c:98
Theodore Ts'obc759702005-05-09 20:40:55 -0400791msgid "WILL RECREATE"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400792msgstr "SE RECREARÁ"
Theodore Ts'obc759702005-05-09 20:40:55 -0400793
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400794#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400795#: e2fsck/problem.c:107
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500796msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400797msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -0400798"El mapa de bits de bloques para el grupo %g no está en el grupo. (bloque "
799"%b)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500800
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400801#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400802#: e2fsck/problem.c:111
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500803msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400804msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -0400805"El mapa de bits de nodos-i para el grupo %g no está en el grupo. (bloque "
806"%b)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500807
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400808#. @-expanded: inode table for group %g is not in group. (block %b)\n
809#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400810#: e2fsck/problem.c:116
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500811msgid ""
812"@i table for @g %g is not in @g. (@b %b)\n"
813"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
814msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400815"La tabla de nodos-i para el @g %g no está en el @g. (@b %b)\n"
816"ATENCIÓN: ES POSIBLE QUE HAYA UNA PÉRDIDA DE DATOS SEVERA.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500817
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400818#. @-expanded: \n
819#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
820#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
821#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
822#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
823#. @-expanded: e2fsck -b %S <device>\n
824#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400825#: e2fsck/problem.c:122
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500826#, c-format
827msgid ""
828"\n"
829"The @S could not be read or does not describe a correct ext2\n"
830"@f. If the @v is valid and it really contains an ext2\n"
831"@f (and not swap or ufs or something else), then the @S\n"
832"is corrupt, and you might try running e2fsck with an alternate @S:\n"
833" e2fsck -b %S <@v>\n"
834"\n"
835msgstr ""
836"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400837"El @S podría no ser leido o no describe un @f ext2 correcto.\n"
838"Si el @v es válido y en verdad contiene un @f ext2 (y no uno \n"
839"de intercambio, ufs o algo más), entonces el @S está corrompido\n"
840"y podría intentarse ejecutar el e2fsck con un @S alternativo:\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500841" e2fsck -b %S <@v>\n"
842"\n"
843
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400844#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
845#. @-expanded: The physical size of the device is %c blocks\n
846#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400847#: e2fsck/problem.c:131
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500848msgid ""
849"The @f size (according to the @S) is %b @bs\n"
850"The physical size of the @v is %c @bs\n"
851"Either the @S or the partition table is likely to be corrupt!\n"
852msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400853"El tamaño del @f (de acuerdo con el @S) es de %b @bs\n"
854"El tamaño físico del @v es de %c @bs\n"
855"¡Puede ser que el @S, o la tabla de particiones, estén corruptos!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500856
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400857#. @-expanded: superblock block_size = %b, fragsize = %c.\n
858#. @-expanded: This version of e2fsck does not support fragment sizes different\n
859#. @-expanded: from the block size.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400860#: e2fsck/problem.c:138
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500861msgid ""
862"@S @b_size = %b, fragsize = %c.\n"
863"This version of e2fsck does not support fragment sizes different\n"
864"from the @b size.\n"
865msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400866"El tamaño_del_@b del @S es %b, el tamaño del fragmento = %c.\n"
867"Esta versión de e2fsck no tiene implementado el manejo de\n"
868"tamaños de fragmento distintos al del @b.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500869
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400870#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400871#: e2fsck/problem.c:145
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500872msgid "@S @bs_per_group = %b, should have been %c\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400873msgstr "El @bs_per_group del @S = %b y debería haber sido %c\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500874
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400875#. @-expanded: superblock first_data_block = %b, should have been %c\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400876#: e2fsck/problem.c:150
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500877msgid "@S first_data_@b = %b, should have been %c\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400878msgstr "El first_data_@b del @S = %b y debería haber sido %c\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500879
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400880#. @-expanded: filesystem did not have a UUID; generating one.\n
881#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400882#: e2fsck/problem.c:155
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500883msgid ""
884"@f did not have a UUID; generating one.\n"
885"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400886msgstr "El @f no tiene un UUID; se generará uno.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500887
Eric Sandeen032eafe2012-07-28 17:48:36 -0400888#: e2fsck/problem.c:160
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500889#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500890msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400891"Note: if several inode or block bitmap blocks or part\n"
892"of the inode table require relocation, you may wish to try\n"
893"running e2fsck with the '-b %S' option first. The problem\n"
894"may lie only with the primary block group descriptors, and\n"
895"the backup block group descriptors may be OK.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500896"\n"
897msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400898"Nota: si varios bloques de mapas de bits (de nodos-i o de bloques)\n"
899"o parte de la tabla de nodos-i necesitan reubicación,\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500900"es posible que primero se quiera intentar ejecutar e2fsck con\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400901"la opción '-b %S'. El problema podría estar únicamente en el\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500902"descriptor primario del grupo de bloques y posiblemente el\n"
903"descriptor del grupo de bloques de respaldo pudiera estar bien.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500904"\n"
905
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400906#. @-expanded: Corruption found in superblock. (%s = %N).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400907#: e2fsck/problem.c:169
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500908msgid "Corruption found in @S. (%s = %N).\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400909msgstr "El @S está corrupto. (%s = %N).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500910
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400911#. @-expanded: Error determining size of the physical device: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400912#: e2fsck/problem.c:174
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500913#, c-format
914msgid "Error determining size of the physical @v: %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400915msgstr "Error al determinar el tamaño del @v físico: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500916
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400917#. @-expanded: inode count in superblock is %i, should be %j.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400918#: e2fsck/problem.c:179
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400919msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500920msgstr "La cuenta @i en el @S es %i, @s %j.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500921
Eric Sandeen032eafe2012-07-28 17:48:36 -0400922#: e2fsck/problem.c:183
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500923msgid "The Hurd does not support the filetype feature.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400924msgstr "El Hurd no tiene implementada la opción de tipos de fichero.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500925
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500926#. @-expanded: superblock has an invalid journal (inode %i).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400927#: e2fsck/problem.c:188
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500928#, fuzzy, c-format
929msgid "@S has an @n @j (@i %i).\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500930msgstr "@S tiene un @j ext3 @n (@i %i).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500931
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400932#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400933#: e2fsck/problem.c:193
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500934msgid "External @j has multiple @f users (unsupported).\n"
935msgstr "El @j externo tiene varios usuarios del @f (no implementado).\n"
936
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400937#. @-expanded: Can't find external journal\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400938#: e2fsck/problem.c:198
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500939msgid "Can't find external @j\n"
940msgstr "No puedo encontrar un @j externo\n"
941
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400942#. @-expanded: External journal has bad superblock\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400943#: e2fsck/problem.c:203
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500944msgid "External @j has bad @S\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400945msgstr "El @j externo tiene un @S dañado\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500946
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400947#. @-expanded: External journal does not support this filesystem\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400948#: e2fsck/problem.c:208
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500949msgid "External @j does not support this @f\n"
950msgstr "El @j externo no tiene implementado este @f\n"
951
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500952#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400953#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400954#. @-expanded: format.\n
955#. @-expanded: It is also possible the journal superblock is corrupt.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400956#: e2fsck/problem.c:213
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500957#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500958msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500959"@f @j @S is unknown type %N (unsupported).\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400960"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
961"format.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500962"It is also possible the @j @S is corrupt.\n"
963msgstr ""
964"El @S del @j ext3 es de un tipo desconocido %N (no implementado).\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400965"Es posible que su copia de e2fsck sea muy antigua y/o no tenga implementado\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500966"este formato de @j.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400967"También es posible que el @S del @j esté corrupto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500968
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500969#. @-expanded: journal superblock is corrupt.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400970#: e2fsck/problem.c:221
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500971#, fuzzy
972msgid "@j @S is corrupt.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400973msgstr "El @S del @j ext3 está corrupto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500974
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500975#. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400976#: e2fsck/problem.c:226
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500977#, fuzzy, c-format
978msgid "@S has_@j flag is clear, but a @j %s is present.\n"
979msgstr ""
980"La bandera de recuperación del ext3 está limpia, pero el @j\n"
981"contiene información.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500982
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500983#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400984#: e2fsck/problem.c:231
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500985#, fuzzy
986msgid "@S needs_recovery flag is set, but no @j is present.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400987msgstr ""
988"El @S tiene ext3 y la bandera need_recovery está activada, pero no hay @j.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500989
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500990#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400991#: e2fsck/problem.c:236
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500992#, fuzzy
993msgid "@S needs_recovery flag is clear, but @j has data.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500994msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400995"La bandera de recuperación del ext3 está limpia, pero el @j\n"
996"contiene información.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500997
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400998#. @-expanded: Clear journal
Eric Sandeen032eafe2012-07-28 17:48:36 -0400999#: e2fsck/problem.c:241
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001000msgid "Clear @j"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001001msgstr "Borrar el @j"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001002
Eric Sandeen032eafe2012-07-28 17:48:36 -04001003#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
1004#: e2fsck/problem.c:246 e2fsck/problem.c:695
1005msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001006msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04001007"El @f tiene una(s) bandera(s) especial(es), pero es una revisión 0 del @f. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001009#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001010#: e2fsck/problem.c:251
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001011msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001012msgstr "%s @i @o %i (uid=%Iu, gid=%Ig, modo=%Im, tamaño=%Is)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001013
Eric Sandeen032eafe2012-07-28 17:48:36 -04001014#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
1015#: e2fsck/problem.c:256
1016#, fuzzy
1017msgid "@I %B (%b) found in @o @i %i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001018msgstr "@b @I #%B (%b) encontrado en un @i @o %i.\n"
1019
Eric Sandeen032eafe2012-07-28 17:48:36 -04001020#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
1021#: e2fsck/problem.c:261
1022#, fuzzy
1023msgid "Already cleared %B (%b) found in @o @i %i.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001024msgstr "Ya se borró el @b #%B (%b) encontrado en el @i @o %i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001025
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001026#. @-expanded: illegal orphaned inode %i in superblock.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001027#: e2fsck/problem.c:266
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001028#, c-format
1029msgid "@I @o @i %i in @S.\n"
1030msgstr "@i @o @I %i en el @S.\n"
1031
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001032#. @-expanded: illegal inode %i in orphaned inode list.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001033#: e2fsck/problem.c:271
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001034#, c-format
1035msgid "@I @i %i in @o @i list.\n"
1036msgstr "@i @I %i en la lista de @i @o.\n"
1037
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001038#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001039#: e2fsck/problem.c:276
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001040#, fuzzy
1041msgid "@j @S has an unknown read-only feature flag set.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001042msgstr ""
1043"El @S del @j ext3 tiene puesta una bandera desconocida en una característica "
1044"de sólo lectura.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001045
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001046#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001047#: e2fsck/problem.c:281
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001048#, fuzzy
1049msgid "@j @S has an unknown incompatible feature flag set.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001050msgstr ""
1051"El @S del @j ext3 tiene puesta una bandera desconocida en una característica "
1052"incompatible.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001053
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001054#. @-expanded: journal version not supported by this e2fsck.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001055#: e2fsck/problem.c:286
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001056msgid "@j version not supported by this e2fsck.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001057msgstr "La versión del @j no está implementada en este e2fsck.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001058
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001059#. @-expanded: Moving journal from /%s to hidden inode.\n
1060#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001061#: e2fsck/problem.c:291
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001062#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001063msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001064"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001065"\n"
1066msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001067"Moviendo el @j de /%s a un nodo-i oculto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001068"\n"
1069
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001070#. @-expanded: Error moving journal: %m\n
1071#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001072#: e2fsck/problem.c:296
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001073#, c-format
1074msgid ""
1075"Error moving @j: %m\n"
1076"\n"
1077msgstr ""
1078"Error moviendo el @j: %m\n"
1079"\n"
1080
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001081#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1082#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1083#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001084#: e2fsck/problem.c:301
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001085msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001086"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001087"Clearing fields beyond the V1 @j @S...\n"
1088"\n"
1089msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001090"Se encontraron campos V2 no válidos en el @j del @S\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001091"(del V1 del @j).\n"
1092"Borrando los campos que exceden la V1 del @j del @S...\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001093"\n"
1094
Eric Sandeen032eafe2012-07-28 17:48:36 -04001095#. @-expanded: Run journal anyway
1096#: e2fsck/problem.c:307
1097msgid "Run @j anyway"
1098msgstr "Ejecutar el @j de todas formas"
1099
1100#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1101#: e2fsck/problem.c:312
1102msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1103msgstr ""
1104"La bandera de recuperación no está activada en el @S de respaldo,\n"
1105"por eso se ejecutará de todas maneras el @j.\n"
1106
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001107#. @-expanded: Backing up journal inode block information.\n
1108#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001109#: e2fsck/problem.c:317
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001110msgid ""
1111"Backing up @j @i @b information.\n"
1112"\n"
1113msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001114"Respaldando la información del @j, el @i y el @b.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001115"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001116
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001117#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001118#. @-expanded: is %N; should be zero.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001119#: e2fsck/problem.c:322
Theodore Ts'obc759702005-05-09 20:40:55 -04001120msgid ""
1121"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1122"is %N; @s zero. "
1123msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001124"El @f no tiene 'resize_inode' habilitado, pero 's_reserved_gdt_blocks'\n"
1125"es %N; debería ser cero. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001126
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001127#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001128#: e2fsck/problem.c:328
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001129msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001130msgstr ""
1131"El 'resize_inode' no está habilitado, pero el nodo-i de cambio del tamaño no "
1132"es cero. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001133
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001134#. @-expanded: Resize inode not valid.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001135#: e2fsck/problem.c:333
Theodore Ts'obc759702005-05-09 20:40:55 -04001136msgid "Resize @i not valid. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001137msgstr "El nodo-i de cambio del tamaño no es válido. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001138
Eric Sandeen032eafe2012-07-28 17:48:36 -04001139#. @-expanded: superblock last mount time (%t,\n
1140#. @-expanded: \tnow = %T) is in the future.\n
1141#: e2fsck/problem.c:338
1142#, fuzzy
1143msgid ""
1144"@S last mount time (%t,\n"
1145"\tnow = %T) is in the future.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001146msgstr "La última vez que se montó el superbloque es en el futuro. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001147
Eric Sandeen032eafe2012-07-28 17:48:36 -04001148#. @-expanded: superblock last write time (%t,\n
1149#. @-expanded: \tnow = %T) is in the future.\n
1150#: e2fsck/problem.c:343
1151#, fuzzy
1152msgid ""
1153"@S last write time (%t,\n"
1154"\tnow = %T) is in the future.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001155msgstr "La última vez que se escribió en el superbloque es en el futuro. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001156
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001157#. @-expanded: superblock hint for external superblock should be %X.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001158#: e2fsck/problem.c:347
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001159#, c-format
1160msgid "@S hint for external superblock @s %X. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001161msgstr "La pista de superbloque para un superbloque externo debería ser %X. "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001162
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001163#. @-expanded: Adding dirhash hint to filesystem.\n
1164#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001165#: e2fsck/problem.c:352
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001166msgid ""
1167"Adding dirhash hint to @f.\n"
1168"\n"
1169msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001170"Agregando la pista dirhash al sistema de ficheros\n"
1171"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001172
Eric Sandeen032eafe2012-07-28 17:48:36 -04001173#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1174#: e2fsck/problem.c:357
1175msgid "@g descriptor %g checksum is %04x, should be %04y. "
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001176msgstr ""
1177
1178#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001179#: e2fsck/problem.c:362
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001180#, c-format
1181msgid "@g descriptor %g marked uninitialized without feature set.\n"
1182msgstr ""
1183
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001184#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001185#: e2fsck/problem.c:367
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001186msgid "@g descriptor %g has invalid unused inodes count %b. "
1187msgstr ""
1188
1189#. @-expanded: Last group block bitmap uninitialized.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001190#: e2fsck/problem.c:372
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001191msgid "Last @g @b @B uninitialized. "
1192msgstr ""
1193
Eric Sandeen032eafe2012-07-28 17:48:36 -04001194#: e2fsck/problem.c:377
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001195#, c-format
1196msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1197msgstr ""
1198
Eric Sandeen032eafe2012-07-28 17:48:36 -04001199#: e2fsck/problem.c:381
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001200msgid "The test_fs flag is set (and ext4 is available). "
1201msgstr ""
1202
Eric Sandeen032eafe2012-07-28 17:48:36 -04001203#. @-expanded: superblock last mount time is in the future.\n
1204#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1205#. @-expanded: set)
1206#: e2fsck/problem.c:386
1207msgid ""
1208"@S last mount time is in the future.\n"
1209"\t(by less than a day, probably due to the hardware clock being incorrectly "
1210"set) "
1211msgstr ""
1212
1213#. @-expanded: superblock last write time is in the future.\n
1214#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1215#. @-expanded: set).
1216#: e2fsck/problem.c:392
1217msgid ""
1218"@S last write time is in the future.\n"
1219"\t(by less than a day, probably due to the hardware clock being incorrectly "
1220"set). "
1221msgstr ""
1222
1223#. @-expanded: One or more block group descriptor checksums are invalid.
1224#: e2fsck/problem.c:398
1225msgid "One or more @b @g descriptor checksums are invalid. "
1226msgstr ""
1227
1228#. @-expanded: Setting free inodes count to %j (was %i)\n
1229#: e2fsck/problem.c:403
1230#, fuzzy
1231msgid "Setting free @is count to %j (was %i)\n"
1232msgstr "Se pone la cantidad de bloques reservados a %lu\n"
1233
1234#. @-expanded: Setting free blocks count to %c (was %b)\n
1235#: e2fsck/problem.c:408
1236#, fuzzy
1237msgid "Setting free @bs count to %c (was %b)\n"
1238msgstr "Se pone la cantidad de bloques reservados a %lu\n"
1239
1240#. @-expanded: Making quota inode %i (%Q) hidden.\n
1241#: e2fsck/problem.c:413
1242#, fuzzy
1243msgid "Making @q @i %i (%Q) hidden.\n"
1244msgstr ""
1245"Moviendo el @j de /%s a un nodo-i oculto.\n"
1246"\n"
1247
1248#. @-expanded: superblock has invalid MMP block.
1249#: e2fsck/problem.c:418
1250#, fuzzy
1251msgid "@S has invalid MMP block. "
1252msgstr "tamaño del bloque inválido - %s"
1253
1254#. @-expanded: superblock has invalid MMP magic.
1255#: e2fsck/problem.c:423
1256msgid "@S has invalid MMP magic. "
1257msgstr ""
1258
1259#: e2fsck/problem.c:428
1260#, c-format
1261msgid "ext2fs_open2: %m\n"
1262msgstr ""
1263
1264#: e2fsck/problem.c:433
1265#, c-format
1266msgid "ext2fs_check_desc: %m\n"
1267msgstr ""
1268
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001269# Prefiero el infinitivo, pero hay ocasiones en que el gerundio es
1270# indispensable, como por ejemplo "verificando", "revisando", en donde
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001271# da la impresión de que en ese momento se están haciendo las cosas.
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001272# En este caso en particular, creo que es conveniente el gerundio. mm
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001273#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001274#: e2fsck/problem.c:440
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001275msgid "Pass 1: Checking @is, @bs, and sizes\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001276msgstr "Paso 1: Verificando nodos-i, @bs y tamaños\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001277
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001278#. @-expanded: root inode is not a directory.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001279#: e2fsck/problem.c:444
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001280msgid "@r is not a @d. "
1281msgstr "el @r no es un @d. "
1282
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001283#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001284#: e2fsck/problem.c:449
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001285msgid "@r has dtime set (probably due to old mke2fs). "
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001286msgstr ""
1287"el @r tiene puesto el dtime (probablemente debido a una versión antigua del "
1288"mke2fs). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001289
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001290#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001291#: e2fsck/problem.c:454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001292msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001293msgstr "El @i reservado %i %Q tiene un modo incorrecto. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001294
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001295#. @-expanded: deleted inode %i has zero dtime.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001296#: e2fsck/problem.c:459
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001297#, c-format
1298msgid "@D @i %i has zero dtime. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001299msgstr "@i %i @D, tiene un dtime cero. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001300
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001301#. @-expanded: inode %i is in use, but has dtime set.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001302#: e2fsck/problem.c:464
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001303#, c-format
1304msgid "@i %i is in use, but has dtime set. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001305msgstr "@i %i está en uso, pero tiene puesto dtime. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001306
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001307#. @-expanded: inode %i is a zero-length directory.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001308#: e2fsck/problem.c:469
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001309#, c-format
1310msgid "@i %i is a @z @d. "
1311msgstr "@i %i es un @d con @z. "
1312
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001313#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001314#: e2fsck/problem.c:474
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001315msgid "@g %g's @b @B at %b @C.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001316msgstr "@b del @B del @g %g @C está en %b.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001317
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001318#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001319#: e2fsck/problem.c:479
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001320msgid "@g %g's @i @B at %b @C.\n"
1321msgstr "El @i del @B del @g %g @C en %b.\n"
1322
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001323#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001324#: e2fsck/problem.c:484
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001325msgid "@g %g's @i table at %b @C.\n"
1326msgstr "La tabla de @i del @g %g @C en %b.\n"
1327
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001328#. @-expanded: group %g's block bitmap (%b) is bad.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001329#: e2fsck/problem.c:489
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001330msgid "@g %g's @b @B (%b) is bad. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001331msgstr "El @b del @B (%B) del @g %g está dañado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001332
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001333#. @-expanded: group %g's inode bitmap (%b) is bad.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001334#: e2fsck/problem.c:494
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001335msgid "@g %g's @i @B (%b) is bad. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001336msgstr "El @i del @B (%B) del @g %g está dañado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001337
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001338#. @-expanded: inode %i, i_size is %Is, should be %N.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001339#: e2fsck/problem.c:499
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001340msgid "@i %i, i_size is %Is, @s %N. "
1341msgstr "@i %i, i_size es %Is, @s %N. "
1342
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001343#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001344#: e2fsck/problem.c:504
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001345msgid "@i %i, i_@bs is %Ib, @s %N. "
1346msgstr "@i %i, i_@bs es %Ib, @s %N. "
1347
Eric Sandeen032eafe2012-07-28 17:48:36 -04001348#. @-expanded: illegal %B (%b) in inode %i.
1349#: e2fsck/problem.c:509
1350#, fuzzy
1351msgid "@I %B (%b) in @i %i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001352msgstr "@I @b #%B (%b) en @i %i. "
1353
Eric Sandeen032eafe2012-07-28 17:48:36 -04001354#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1355#: e2fsck/problem.c:514
1356#, fuzzy
1357msgid "%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001358msgstr "@b #%B (%b) se encima con los metadatos del @f en el @i %i. "
1359
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001360#. @-expanded: inode %i has illegal block(s).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001361#: e2fsck/problem.c:519
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001362#, c-format
1363msgid "@i %i has illegal @b(s). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001364msgstr "@i %i tiene @b(s) inválido(s). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001365
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001366#. @-expanded: Too many illegal blocks in inode %i.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001367#: e2fsck/problem.c:524
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001368#, c-format
1369msgid "Too many illegal @bs in @i %i.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001370msgstr "Demasiados @bs inválidos en el @i %i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001371
Eric Sandeen032eafe2012-07-28 17:48:36 -04001372#. @-expanded: illegal %B (%b) in bad block inode.
1373#: e2fsck/problem.c:529
1374#, fuzzy
1375msgid "@I %B (%b) in bad @b @i. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001376msgstr "@b @I #%B (%b) en el @b del @i dañado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001377
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001378#. @-expanded: Bad block inode has illegal block(s).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001379#: e2fsck/problem.c:534
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001380msgid "Bad @b @i has illegal @b(s). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001381msgstr "@b del @i dañado tiene @b(s) inválido(s). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001382
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001383#. @-expanded: Duplicate or bad block in use!\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001384#: e2fsck/problem.c:539
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001385msgid "Duplicate or bad @b in use!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001386msgstr "¡@b duplicado o dañado está en uso!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001387
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001388#. @-expanded: Bad block %b used as bad block inode indirect block.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001389#: e2fsck/problem.c:544
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001390msgid "Bad @b %b used as bad @b @i indirect @b. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001391msgstr "El @b %b dañado se usa de forma indirecta como @b del @i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001392
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001393#. @-expanded: \n
1394#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1395#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1396#. @-expanded: in the filesystem.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001397#: e2fsck/problem.c:549
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001398msgid ""
1399"\n"
1400"The bad @b @i has probably been corrupted. You probably\n"
1401"should stop now and run e2fsck -c to scan for bad blocks\n"
1402"in the @f.\n"
1403msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001404"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001405"El nodo-i de bloques dañados probablemente haya sido corrompido.\n"
1406"Probablemente se debería detener ahora el programa y ejecutar\n"
1407"e2fsck -c para buscar bloques dañados en el @f.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001408
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001409# Muchas oraciones en pasiva en inglés quedan mejor en forma reflexiva
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001410# cuando se traducen.
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001411#. @-expanded: \n
1412#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001413#: e2fsck/problem.c:556
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001414msgid ""
1415"\n"
1416"If the @b is really bad, the @f can not be fixed.\n"
1417msgstr ""
1418"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001419"Si el @b está realmente dañado, el @f no se puede arreglar.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001420
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001421#. @-expanded: You can remove this block from the bad block list and hope\n
1422#. @-expanded: that the block is really OK. But there are no guarantees.\n
1423#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001424#: e2fsck/problem.c:561
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001425msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001426"You can remove this @b from the bad @b list and hope\n"
1427"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001428"\n"
1429msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001430"Se puede borrar este @b de la lista de @bs y esperar\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001431"que el @b esté correcto. Pero no hay ninguna garantía.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001432"\n"
1433
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001434#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001435#: e2fsck/problem.c:567
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001436msgid "The primary @S (%b) is on the bad @b list.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001437msgstr "El @S primario (%b) está en la lista de @bs dañados.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001438
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001439#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001440#: e2fsck/problem.c:572
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001441msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001442msgstr ""
1443"El bloque %b en los descriptores primarios del @g está en la lista de @bs "
1444"dañados\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001445
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001446#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001447#: e2fsck/problem.c:578
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001448msgid "Warning: Group %g's @S (%b) is bad.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001449msgstr "Atención: el @S (%B) del grupo %g está dañado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001450
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001451#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001452#: e2fsck/problem.c:583
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001453msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001454msgstr ""
1455"Atención: la copia de los descriptores del @g %g tiene un @b (%b) dañado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001456
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001457#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001458#: e2fsck/problem.c:589
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001459msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001460msgstr ""
1461"¿Será un error de programación? El @b #%b se reclama sin razón en el "
1462"process_bad_block.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001463
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001464#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001465#: e2fsck/problem.c:595
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001466msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001467msgstr "@A %N, es contigua a los @bs en el @b del @g %g para %s: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001468
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001469#. @-expanded: error allocating block buffer for relocating %s\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001470#: e2fsck/problem.c:600
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001471#, c-format
1472msgid "@A @b buffer for relocating %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001473msgstr "@A del búfer del @b por reubicar %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001475#. @-expanded: Relocating group %g's %s from %b to %c...\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001476#: e2fsck/problem.c:605
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001477msgid "Relocating @g %g's %s from %b to %c...\n"
1478msgstr "Reubicando %s del @g %g de %b a %c...\n"
1479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001480#. @-expanded: Relocating group %g's %s to %c...\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001481#: e2fsck/problem.c:610
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001482#, c-format
1483msgid "Relocating @g %g's %s to %c...\n"
1484msgstr "Reubicando el @g %g de %s hacia %c...\n"
1485
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001486#. @-expanded: Warning: could not read block %b of %s: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001487#: e2fsck/problem.c:615
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001488msgid "Warning: could not read @b %b of %s: %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001489msgstr "Atención: no se puede leer el @b %b de %s: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001490
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001491#. @-expanded: Warning: could not write block %b for %s: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001492#: e2fsck/problem.c:620
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001493msgid "Warning: could not write @b %b for %s: %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001494msgstr "Atención: no se puede escribir el @b %b para %s: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001495
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001496#. @-expanded: error allocating inode bitmap (%N): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001497#: e2fsck/problem.c:625 e2fsck/problem.c:1460
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001498msgid "@A @i @B (%N): %m\n"
1499msgstr "Hay un @A del @B del @i (%N): %m\n"
1500
1501#. @-expanded: error allocating block bitmap (%N): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001502#: e2fsck/problem.c:630
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001503msgid "@A @b @B (%N): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001504msgstr "Hay un @A del @b del @B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001505
1506#. @-expanded: error allocating icount link information: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001507#: e2fsck/problem.c:635
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001508#, c-format
1509msgid "@A icount link information: %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001510msgstr "@A en la cuenta-i de la información del enlace: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001511
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001512# array -> matriz
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001513#. @-expanded: error allocating directory block array: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001514#: e2fsck/problem.c:640
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001515#, c-format
1516msgid "@A @d @b array: %m\n"
1517msgstr "@A el arreglo del @b de @ds: %m\n"
1518
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001519#. @-expanded: Error while scanning inodes (%i): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001520#: e2fsck/problem.c:645
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001521#, c-format
1522msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001523msgstr "Error mientras se exploraba el @i (%i): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001524
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001525#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001526#: e2fsck/problem.c:650
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001527#, c-format
1528msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001529msgstr "Error mientras se iteraba sobre los @bs en el @i %i: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001530
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001531#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001532#: e2fsck/problem.c:655
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001533msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001534msgstr ""
1535"Error al guardar la información de la cuenta del @i (@i=%i, cuenta=%N): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001536
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001537#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001538#: e2fsck/problem.c:660
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001539msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001540msgstr ""
1541"Error al guardar la información del @b de @ds (@i=%i, @b=%b, núm=%N): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001542
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001543#. @-expanded: Error reading inode %i: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001544#: e2fsck/problem.c:666
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001545#, c-format
1546msgid "Error reading @i %i: %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001547msgstr "Error al leer el @i %i: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001548
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001549#. @-expanded: inode %i has imagic flag set.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001550#: e2fsck/problem.c:674
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001551#, c-format
1552msgid "@i %i has imagic flag set. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001553msgstr "@i %i tiene puesta la bandera imagic. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001554
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001555#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001556#. @-expanded: or append-only flag set.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001557#: e2fsck/problem.c:679
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001558#, c-format
1559msgid ""
1560"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1561"or append-only flag set. "
1562msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001563"El fichero especial (dispositivo/zócalo/fifo/enlace símbolico) (@i %i)\n"
1564"no es modificable o tiene la bandera 'append-only' (sólo añadir). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001565
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001566#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001567#: e2fsck/problem.c:685
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001568#, c-format
1569msgid "@i %i has @cion flag set on @f without @cion support. "
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001570msgstr ""
1571"el @i %i tiene la bandera de @c puesta en el @f sin que la @c esté "
1572"implementada. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001573
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001574#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001575#: e2fsck/problem.c:690
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001576#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001577msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1578msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001579"El fichero especial (dispositivo/zócalo/fifo) (@i %i)\n"
1580"tiene un tamaño distinto de cero. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001581
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001582#. @-expanded: journal inode is not in use, but contains data.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001583#: e2fsck/problem.c:700
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001584msgid "@j @i is not in use, but contains data. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001585msgstr "El @i del @j no está en uso, pero contiene información. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001586
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001587#. @-expanded: journal is not regular file.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001588#: e2fsck/problem.c:705
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001589msgid "@j is not regular file. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001590msgstr "el @j no es un fichero regular. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001591
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001592#. @-expanded: inode %i was part of the orphaned inode list.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001593#: e2fsck/problem.c:710
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001594#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001595msgid "@i %i was part of the @o @i list. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001596msgstr "el @i %i era parte de la lista de nodos-i @os. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001597
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001598#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001599#: e2fsck/problem.c:716
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001600msgid "@is that were part of a corrupted orphan linked list found. "
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001601msgstr ""
1602"Los nodos-i fueron parte de una lista enlazada que estaba huérfana y "
1603"dañada. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001604
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001605#. @-expanded: error allocating refcount structure (%N): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001606#: e2fsck/problem.c:721
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001607msgid "@A refcount structure (%N): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001608msgstr "@A de la estructura refcount (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001609
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001610#. @-expanded: Error reading extended attribute block %b for inode %i.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001611#: e2fsck/problem.c:726
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001612msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001613msgstr "Error al leer el @b del @a %b para el @i %i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001614
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001615#. @-expanded: inode %i has a bad extended attribute block %b.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001616#: e2fsck/problem.c:731
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001617msgid "@i %i has a bad @a @b %b. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001618msgstr "@i %i tiene un @b del @a %b dañado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001619
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001620#. @-expanded: Error reading extended attribute block %b (%m).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001621#: e2fsck/problem.c:736
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001622msgid "Error reading @a @b %b (%m). "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001623msgstr "Error al leer el @b del @a %b (%m). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001624
Eric Sandeen032eafe2012-07-28 17:48:36 -04001625#. @-expanded: extended attribute block %b has reference count %r, should be %N.
1626#: e2fsck/problem.c:741
1627#, fuzzy
1628msgid "@a @b %b has reference count %r, @s %N. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001629msgstr "El @b del @a %b tiene una cuenta de referencia %B y @s %N. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001630
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001631#. @-expanded: Error writing extended attribute block %b (%m).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001632#: e2fsck/problem.c:746
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001633msgid "Error writing @a @b %b (%m). "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001634msgstr "Error al escribir el @b de @a %b (%m). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001635
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001636#. @-expanded: extended attribute block %b has h_blocks > 1.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001637#: e2fsck/problem.c:751
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001638msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001639msgstr "El @b del @a %b tiene h_@bs > 1. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001640
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001641#. @-expanded: error allocating extended attribute block %b.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001642#: e2fsck/problem.c:756
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001643msgid "@A @a @b %b. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001644msgstr "@A de @a @b %b. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001645
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001646#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001647#: e2fsck/problem.c:761
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001648msgid "@a @b %b is corrupt (allocation collision). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001649msgstr "el @b del @a %b está dañado (hubo una colisión en la reserva). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001650
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001651#. @-expanded: extended attribute block %b is corrupt (invalid name).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001652#: e2fsck/problem.c:766
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001653msgid "@a @b %b is corrupt (@n name). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001654msgstr "el @b del @a %b está dañado (nombre no válido). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001655
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001656#. @-expanded: extended attribute block %b is corrupt (invalid value).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001657#: e2fsck/problem.c:771
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001658msgid "@a @b %b is corrupt (@n value). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001659msgstr "el @b del @a %b está dañado (valor no válido). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001660
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001661#. @-expanded: inode %i is too big.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001662#: e2fsck/problem.c:776
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001663#, c-format
1664msgid "@i %i is too big. "
1665msgstr "el @i %i es muy grande. "
1666
Eric Sandeen032eafe2012-07-28 17:48:36 -04001667#. @-expanded: %B (%b) causes directory to be too big.
1668#: e2fsck/problem.c:780
1669#, fuzzy
1670msgid "%B (%b) causes @d to be too big. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001671msgstr "el @b #%B (%b) causa que el @d sea muy grande. "
1672
Eric Sandeen032eafe2012-07-28 17:48:36 -04001673#: e2fsck/problem.c:785
1674#, fuzzy
1675msgid "%B (%b) causes file to be too big. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001676msgstr "el @b #%B (%b) causa que el fichero sea muy grande. "
1677
Eric Sandeen032eafe2012-07-28 17:48:36 -04001678#: e2fsck/problem.c:790
1679#, fuzzy
1680msgid "%B (%b) causes symlink to be too big. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001681msgstr "el @b #%B (%b) causa que el enlace simbólico sea muy grande. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001682
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001683#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001684#: e2fsck/problem.c:795
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001685#, c-format
1686msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001687msgstr ""
1688"el @i %i tiene la bandera INDEX_FL puesta en el @f sin el árbol-h "
1689"implementado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001690
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001691#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001692#: e2fsck/problem.c:800
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001693#, c-format
1694msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001695msgstr "@i %i tiene puesta la bandera INDEX_FL pero no es un @d.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001696
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001697#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001698#: e2fsck/problem.c:805
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001699#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001700msgid "@h %i has an @n root node.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001701msgstr "El @h %i tiene un nodo raíz no válido.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001702
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001703#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001704#: e2fsck/problem.c:810
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001705msgid "@h %i has an unsupported hash version (%N)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001706msgstr "El @h %i tiene una versión de hash no implementada (%N)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001707
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001708#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001709#: e2fsck/problem.c:815
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001710#, c-format
1711msgid "@h %i uses an incompatible htree root node flag.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001712msgstr ""
1713"El @h %i utiliza una bandera incompatible para el nodo raíz del árbol h.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001714
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001715#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001716#: e2fsck/problem.c:820
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001717msgid "@h %i has a tree depth (%N) which is too big\n"
1718msgstr "El @h %i tiene una profundidad (%N) muy grande\n"
1719
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001720#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001721#. @-expanded: filesystem metadata.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001722#: e2fsck/problem.c:825
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001723msgid ""
1724"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1725"@f metadata. "
1726msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001727"El @i del @b está dañado y tiene un @b indirecto (%b) que\n"
1728"entra en conflicto con la metainformación del @f. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001729
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001730#. @-expanded: Resize inode (re)creation failed: %m.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001731#: e2fsck/problem.c:831
Theodore Ts'obc759702005-05-09 20:40:55 -04001732#, c-format
1733msgid "Resize @i (re)creation failed: %m."
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001734msgstr "Falló la (re)creación del nodo-i de cambio de tamaño: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001735
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001736#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001737#: e2fsck/problem.c:836
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001738msgid "@i %i has a extra size (%IS) which is @n\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001739msgstr "El @i %i tiene un tamaño adicional (%IS) que es @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001740
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001741#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001742#: e2fsck/problem.c:841
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001743msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001744msgstr "El @a en el @i %i tiene una longitud de nombre (%N) que es @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001745
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001746#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001747#: e2fsck/problem.c:846
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001748msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001749msgstr "El @a en @i %i tiene un valor de desplazamiento (%N) que es @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001750
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001751#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001752#: e2fsck/problem.c:851
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001753msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001754msgstr "El @a en el @i %i tiene un valor de @b (%N) que es @n (debe ser 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001755
Eric Sandeen032eafe2012-07-28 17:48:36 -04001756#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1757#: e2fsck/problem.c:856
1758msgid "@a in @i %i has a value size (%N) which is @n\n"
1759msgstr "El @a en el @i %i tiene un valor de tamaño (%N) que es @n\n"
1760
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001761#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001762#: e2fsck/problem.c:861
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001763#, fuzzy
1764msgid "@a in @i %i has a hash (%N) which is @n\n"
1765msgstr "El @a en el @i %i tiene una longitud de nombre (%N) que es @n\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001766
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001767#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001768#: e2fsck/problem.c:866
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001769msgid "@i %i is a %It but it looks like it is really a directory.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001770msgstr "Nodo-i %i está marcado como un %It pero parece ser un directorio.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001771
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001772#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001773#: e2fsck/problem.c:871
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001774#, fuzzy, c-format
1775msgid "Error while reading over @x tree in @i %i: %m\n"
1776msgstr "Error mientras se iteraba sobre los @bs en el @i %i: %m\n"
1777
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001778#. @-expanded: Failed to iterate extents in inode %i\n
1779#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001780#: e2fsck/problem.c:876
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001781msgid ""
1782"Failed to iterate extents in @i %i\n"
1783"\t(op %s, blk %b, lblk %c): %m\n"
1784msgstr ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001785
1786#. @-expanded: inode %i has an invalid extent\n
1787#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001788#: e2fsck/problem.c:882
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001789msgid ""
1790"@i %i has an @n extent\n"
1791"\t(logical @b %c, @n physical @b %b, len %N)\n"
1792msgstr ""
1793
1794#. @-expanded: inode %i has an invalid extent\n
1795#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001796#: e2fsck/problem.c:887
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001797msgid ""
1798"@i %i has an @n extent\n"
1799"\t(logical @b %c, physical @b %b, @n len %N)\n"
1800msgstr ""
1801
1802#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001803#: e2fsck/problem.c:892
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001804#, fuzzy, c-format
1805msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1806msgstr ""
1807"el @i %i tiene la bandera INDEX_FL puesta en el @f sin el árbol-h "
1808"implementado.\n"
1809
1810#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001811#: e2fsck/problem.c:897
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001812#, c-format
1813msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1814msgstr ""
1815
1816#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001817#: e2fsck/problem.c:902
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001818#, c-format
1819msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1820msgstr ""
1821
Eric Sandeen032eafe2012-07-28 17:48:36 -04001822#: e2fsck/problem.c:907
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001823#, c-format
1824msgid "Fast symlink %i has EXTENT_FL set. "
1825msgstr ""
1826
1827#. @-expanded: inode %i has out of order extents\n
1828#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001829#: e2fsck/problem.c:912
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001830msgid ""
1831"@i %i has out of order extents\n"
1832"\t(@n logical @b %c, physical @b %b, len %N)\n"
1833msgstr ""
1834
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001835#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001836#: e2fsck/problem.c:916
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001837msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1838msgstr ""
1839
Eric Sandeen032eafe2012-07-28 17:48:36 -04001840#. @-expanded: Error converting subcluster block bitmap: %m\n
1841#: e2fsck/problem.c:921
1842#, fuzzy, c-format
1843msgid "Error converting subcluster @b @B: %m\n"
1844msgstr "Error al iterar sobre los @bs del @d: %m\n"
1845
1846#. @-expanded: quota inode is not regular file.
1847#: e2fsck/problem.c:926
1848#, fuzzy
1849msgid "@q @i is not regular file. "
1850msgstr "el @j no es un fichero regular. "
1851
1852#. @-expanded: quota inode is not in use, but contains data.
1853#: e2fsck/problem.c:931
1854#, fuzzy
1855msgid "@q @i is not in use, but contains data. "
1856msgstr "El @i del @j no está en uso, pero contiene información. "
1857
1858#. @-expanded: quota inode is visible to the user.
1859#: e2fsck/problem.c:936
1860#, fuzzy
1861msgid "@q @i is visible to the user. "
1862msgstr "@i %i está en uso, pero tiene puesto dtime. "
1863
1864#. @-expanded: The bad block inode looks invalid.
1865#: e2fsck/problem.c:941
1866#, fuzzy
1867msgid "The bad @b @i looks @n. "
1868msgstr "<El nodo-i de bloques dañados>"
1869
1870#. @-expanded: inode %i has zero length extent\n
1871#. @-expanded: \t(invalid logical block %c, physical block %b)\n
1872#: e2fsck/problem.c:946
1873msgid ""
1874"@i %i has zero length extent\n"
1875"\t(@n logical @b %c, physical @b %b)\n"
1876msgstr ""
1877
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001878#. @-expanded: \n
1879#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1880#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001881#: e2fsck/problem.c:953
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001882msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001883"\n"
1884"Running additional passes to resolve @bs claimed by more than one @i...\n"
1885"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001886msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001887"\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001888"Se ejecutan pasos adicionales para resolver los @bs reclamados por más de un "
1889"@i...\n"
1890"Paso 1B: Se vuelven a explorar para los @bs reclamados en múltiples "
1891"ocasiones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001892
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001893#. @-expanded: multiply-claimed block(s) in inode %i:
Eric Sandeen032eafe2012-07-28 17:48:36 -04001894#: e2fsck/problem.c:959
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001895#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001896msgid "@m @b(s) in @i %i:"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001897msgstr "Bloque(s) reclamado(s) en múltiples ocasiones en nodo- %i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001898
Eric Sandeen032eafe2012-07-28 17:48:36 -04001899#: e2fsck/problem.c:974
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001900#, c-format
1901msgid "Error while scanning inodes (%i): %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001902msgstr "Error mientras se exploraban los nodos-i (%i): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001903
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001904#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001905#: e2fsck/problem.c:979
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001906#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001907msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001908msgstr "@A del @B del @i (@i_dup_map): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001909
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001910#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001911#: e2fsck/problem.c:984
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001912#, c-format
1913msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1914msgstr "Error mientras se iteraba sobre los @bs en el @i %i (%s): %m\n"
1915
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001916#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001917#: e2fsck/problem.c:989 e2fsck/problem.c:1304
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001918msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001919msgstr ""
1920"Error al ajustar la cuenta de referencia para el @b del @a %b (@i %i): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001921
Theodore Ts'o6956f612005-12-31 16:46:15 -05001922#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001923#: e2fsck/problem.c:994
Theodore Ts'o6956f612005-12-31 16:46:15 -05001924msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001925msgstr ""
1926"Paso 1C: Explorando los directorios para buscar nodos-i con @bs reclamados "
1927"en múltiples ocasiones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001928
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001929#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001930#: e2fsck/problem.c:1000
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001931msgid "Pass 1D: Reconciling @m @bs\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001932msgstr "Paso 1D: Reconciliando los @bs reclamados en múltiples ocasiones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001933
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001934#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001935#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
1936#: e2fsck/problem.c:1005
1937#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001938msgid ""
1939"File %Q (@i #%i, mod time %IM) \n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001940" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001941msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001942"El fichero %Q (@i #%i, fecha de modificación %IM)\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001943"tiene %B @b(s) reclamado(s) en múltiples ocasiones, compartido(s) con %N "
1944"fichero(s):\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001945
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001946#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001947#: e2fsck/problem.c:1011
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001948msgid "\t%Q (@i #%i, mod time %IM)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001949msgstr "\t%Q (@i #%i, fecha de modificación %IM)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001950
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001951#. @-expanded: \t<filesystem metadata>\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001952#: e2fsck/problem.c:1016
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001953msgid "\t<@f metadata>\n"
1954msgstr "\t<metadatos del @f>\n"
1955
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001956#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1957#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001958#: e2fsck/problem.c:1021
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001959msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001960"(There are %N @is containing @m @bs.)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001961"\n"
1962msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001963"(Hay %N nodos-i que contienen @bs reclamados en múltiples ocasiones.)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001964"\n"
1965
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001966#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1967#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001968#: e2fsck/problem.c:1026
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001969msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001970"@m @bs already reassigned or cloned.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001971"\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001972msgstr ""
1973"Los @bs reclamados en múltiples ocasiones ya se reasignaron o se clonaron.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001974
Eric Sandeen032eafe2012-07-28 17:48:36 -04001975#: e2fsck/problem.c:1039
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001976#, c-format
1977msgid "Couldn't clone file: %m\n"
1978msgstr "No se puede clonar el fichero: %m\n"
1979
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001980#. @-expanded: Pass 2: Checking directory structure\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001981#: e2fsck/problem.c:1045
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001982msgid "Pass 2: Checking @d structure\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001983msgstr "Paso 2: Verificando la estructura de @ds\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001984
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001985#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001986#: e2fsck/problem.c:1050
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001987#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001988msgid "@n @i number for '.' in @d @i %i.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001989msgstr "Número @n del @i para '.' en el @i del @d %i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001990
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001991#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001992#: e2fsck/problem.c:1055
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001993msgid "@E has @n @i #: %Di.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001994msgstr "@E tiene un @i @n #: %Di.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001995
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001996#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001997#: e2fsck/problem.c:1060
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001998msgid "@E has @D/unused @i %Di. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001999msgstr "@E tiene un @i %Di @D/no utilizado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002000
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002001#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Eric Sandeen032eafe2012-07-28 17:48:36 -04002002#: e2fsck/problem.c:1065
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002003msgid "@E @L to '.' "
2004msgstr "@E @L a '.' "
2005
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002006#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002007#: e2fsck/problem.c:1070
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002008msgid "@E points to @i (%Di) located in a bad @b.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002009msgstr "@E apunta al @i (%Di) ubicado en un @b dañado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002010
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002011#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002012#: e2fsck/problem.c:1075
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002013msgid "@E @L to @d %P (%Di).\n"
2014msgstr "@E @L al @d %P (%Di).\n"
2015
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002016#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002017#: e2fsck/problem.c:1080
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002018msgid "@E @L to the @r.\n"
2019msgstr "@E @L al @r.\n"
2020
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002021#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002022#: e2fsck/problem.c:1085
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002023msgid "@E has illegal characters in its name.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002024msgstr "La @E contiene caracteres no válidos en el nombre.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002025
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002026#. @-expanded: Missing '.' in directory inode %i.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002027#: e2fsck/problem.c:1090
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002028#, c-format
2029msgid "Missing '.' in @d @i %i.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002030msgstr "Falta '.' en el @d @i %i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002031
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002032#. @-expanded: Missing '..' in directory inode %i.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002033#: e2fsck/problem.c:1095
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002034#, c-format
2035msgid "Missing '..' in @d @i %i.\n"
2036msgstr "Falta '..' en el @i del @d %i.\n"
2037
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002038#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002039#: e2fsck/problem.c:1100
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002040msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002041msgstr "La primera @e '%Dn' (@i=%Di) en el @i del @d %i (%p) @s '.'\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002042
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002043#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002044#: e2fsck/problem.c:1105
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002045msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002046msgstr "La segunda @e '%Dn' (@i=%Di) en el @i del @d %i @s '..'\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002047
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002048#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002049#: e2fsck/problem.c:1110
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002050msgid "i_faddr @F %IF, @s zero.\n"
2051msgstr "El i_faddr @F %IF, @s cero.\n"
2052
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002053#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002054#: e2fsck/problem.c:1115
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002055msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002056msgstr "El i_file_acl @F %If, @s cero.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002057
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002058#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002059#: e2fsck/problem.c:1120
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002060msgid "i_dir_acl @F %Id, @s zero.\n"
2061msgstr "El i_dir_acl @F %Id, @s cero.\n"
2062
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002063#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002064#: e2fsck/problem.c:1125
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002065msgid "i_frag @F %N, @s zero.\n"
2066msgstr "El i_frag @F %N, @s cero.\n"
2067
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002068#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002069#: e2fsck/problem.c:1130
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002070msgid "i_fsize @F %N, @s zero.\n"
2071msgstr "El i_fsize @F %N, @s cero.\n"
2072
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002073#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002074#: e2fsck/problem.c:1135
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002075msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002076msgstr "El @i %i (%Q) tiene un modo @n (%Im).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002077
Eric Sandeen032eafe2012-07-28 17:48:36 -04002078#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
2079#: e2fsck/problem.c:1140
2080#, fuzzy
2081msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002082msgstr "El @i del @d %i, @b %B, desplazamiento %N: el @d está dañado\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002083
Eric Sandeen032eafe2012-07-28 17:48:36 -04002084#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
2085#: e2fsck/problem.c:1145
2086#, fuzzy
2087msgid "@d @i %i, %B, offset %N: filename too long\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002088msgstr ""
2089"El @i del @d %i, @b %B, desplazamiento %N: el nombre del fichero es muy "
2090"largo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002091
Eric Sandeen032eafe2012-07-28 17:48:36 -04002092#. @-expanded: directory inode %i has an unallocated %B.
2093#: e2fsck/problem.c:1150
2094#, fuzzy
2095msgid "@d @i %i has an unallocated %B. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002096msgstr "El @i %i del @d tiene un @b #%B que no está reservado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002097
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002098#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002099#: e2fsck/problem.c:1155
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002100#, c-format
2101msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002102msgstr "La @e en el @d '.' en el @i del @d %i no está terminada con NULL\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002103
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002104#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002105#: e2fsck/problem.c:1160
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002106#, c-format
2107msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002108msgstr "La @e al @d '..' en el @i %i del @d no está terminada con NULL\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002110#. @-expanded: inode %i (%Q) is an illegal character device.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002111#: e2fsck/problem.c:1165
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002112msgid "@i %i (%Q) is an @I character @v.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002113msgstr "El @i %i (%Q) es un @v de carácter @I.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002114
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002115#. @-expanded: inode %i (%Q) is an illegal block device.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002116#: e2fsck/problem.c:1170
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002117msgid "@i %i (%Q) is an @I @b @v.\n"
2118msgstr "El @i %i (%Q) es un @v de @b @I.\n"
2119
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002120#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002121#: e2fsck/problem.c:1175
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002122msgid "@E is duplicate '.' @e.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002123msgstr "La @E está duplicada en la @e '.'.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002124
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002125#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002126#: e2fsck/problem.c:1180
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002127msgid "@E is duplicate '..' @e.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002128msgstr "La @E está duplicada en la @e '..'.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002129
Eric Sandeen032eafe2012-07-28 17:48:36 -04002130#: e2fsck/problem.c:1185 e2fsck/problem.c:1485
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002131#, c-format
2132msgid "Internal error: couldn't find dir_info for %i.\n"
2133msgstr "Error interno: no se puede encontrar el dir_info para %i.\n"
2134
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002135#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002136#: e2fsck/problem.c:1190
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002137msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002138msgstr "La @E tiene un rec_len de %Dr y @s %N.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002139
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002140#. @-expanded: error allocating icount structure: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002141#: e2fsck/problem.c:1195
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002142#, c-format
2143msgid "@A icount structure: %m\n"
2144msgstr "@A de la estructura icount: %m\n"
2145
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002146#. @-expanded: Error iterating over directory blocks: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002147#: e2fsck/problem.c:1200
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002148#, c-format
2149msgid "Error iterating over @d @bs: %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002150msgstr "Error al iterar sobre los @bs del @d: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002151
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002152#. @-expanded: Error reading directory block %b (inode %i): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002153#: e2fsck/problem.c:1205
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002154msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002155msgstr "Error al leer el @b %b del @d (@i %i): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002156
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002157#. @-expanded: Error writing directory block %b (inode %i): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002158#: e2fsck/problem.c:1210
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002159msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002160msgstr "Error al escribir el @b %b del @d (@i %i): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002161
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002162#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002163#: e2fsck/problem.c:1215
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002164#, c-format
2165msgid "@A new @d @b for @i %i (%s): %m\n"
2166msgstr "@A del @b del @d para el @i %i (%s): %m\n"
2167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002168#. @-expanded: Error deallocating inode %i: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002169#: e2fsck/problem.c:1220
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002170#, c-format
2171msgid "Error deallocating @i %i: %m\n"
2172msgstr "Error al liberar el @i %i: %m\n"
2173
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002174#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002175#: e2fsck/problem.c:1225
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002176#, fuzzy, c-format
2177msgid "@d @e for '.' in %p (%i) is big.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002178msgstr "La @e del @d para '.' es grande. "
2179
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002180#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002181#: e2fsck/problem.c:1230
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002182msgid "@i %i (%Q) is an @I FIFO.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002183msgstr "El @i %i (%Q) es un FIFO @I.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002185#. @-expanded: inode %i (%Q) is an illegal socket.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002186#: e2fsck/problem.c:1235
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002187msgid "@i %i (%Q) is an @I socket.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002188msgstr "El @i %i (%Q) es un sócket @I.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002189
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002190#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002191#: e2fsck/problem.c:1240
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002192msgid "Setting filetype for @E to %N.\n"
2193msgstr "Se pone el tipo de fichero para la @E a %N.\n"
2194
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002195#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002196#: e2fsck/problem.c:1245
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002197msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002198msgstr "La @E tiene un tipo de fichero incorrecto (era %Dt y @s %N).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002200#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002201#: e2fsck/problem.c:1250
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002202msgid "@E has filetype set.\n"
2203msgstr "La @E tiene puesto el tipo de fichero.\n"
2204
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002205#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002206#: e2fsck/problem.c:1255
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002207msgid "@E has a @z name.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002208msgstr "La @E tiene un nombre de @z.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002210#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002211#: e2fsck/problem.c:1260
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002212msgid "Symlink %Q (@i #%i) is @n.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002213msgstr "El enlace simbólico %Q (@i #%i) es @n.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002214
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002215#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002216#: e2fsck/problem.c:1265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002217msgid "@a @b @F @n (%If).\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002218msgstr "El @b del @a @F es @n (%If).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002219
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002220#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002221#: e2fsck/problem.c:1270
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002222msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002223msgstr ""
2224"El @f contiene ficheros muy grandes, pero no tiene la bandera LARGE_FILE en "
2225"el @S.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002226
Eric Sandeen032eafe2012-07-28 17:48:36 -04002227#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2228#: e2fsck/problem.c:1275
2229#, fuzzy
2230msgid "@p @h %d: %B not referenced\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002231msgstr "Hay un @p en el @h %d: el nodo (%B) no ha sido referenciado.\n"
2232
Eric Sandeen032eafe2012-07-28 17:48:36 -04002233#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2234#: e2fsck/problem.c:1280
2235#, fuzzy
2236msgid "@p @h %d: %B referenced twice\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002237msgstr "Hay un @p en el @h %d: el nodo (%B) ha sido referenciado dos veces.\n"
2238
Eric Sandeen032eafe2012-07-28 17:48:36 -04002239#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2240#: e2fsck/problem.c:1285
2241#, fuzzy
2242msgid "@p @h %d: %B has bad min hash\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002243msgstr "Hay un @p en el @h %d: el nodo (%B) tiene un hash mínimo incorrecto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002244
Eric Sandeen032eafe2012-07-28 17:48:36 -04002245#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2246#: e2fsck/problem.c:1290
2247#, fuzzy
2248msgid "@p @h %d: %B has bad max hash\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002249msgstr "Hay un @p en el @h %d: el nodo (%B) tiene un hash máximo incorrecto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002250
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002251#. @-expanded: invalid HTREE directory inode %d (%q).
Eric Sandeen032eafe2012-07-28 17:48:36 -04002252#: e2fsck/problem.c:1295
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002253msgid "@n @h %d (%q). "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002254msgstr "El @h %d es @n (%q). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002255
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002256#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002257#: e2fsck/problem.c:1299
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002258msgid "@p @h %d (%q): bad @b number %b.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002259msgstr "Hay un @p en el @h %d (%q): el número del @b %b es incorrecto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002260
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002261#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002262#: e2fsck/problem.c:1309
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002263#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002264msgid "@p @h %d: root node is @n\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002265msgstr "Hay un @p en el @h %d: el nodo raíz es @n.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002266
Eric Sandeen032eafe2012-07-28 17:48:36 -04002267#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2268#: e2fsck/problem.c:1314
2269#, fuzzy
2270msgid "@p @h %d: %B has @n limit (%N)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002271msgstr "Hay un @p en el @h %d: el nodo (%B) tiene un límite @n (%N).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002272
Eric Sandeen032eafe2012-07-28 17:48:36 -04002273#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2274#: e2fsck/problem.c:1319
2275#, fuzzy
2276msgid "@p @h %d: %B has @n count (%N)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002277msgstr "Hay un @p en el @h %d: el nodo (%B) tiene una cuenta @n (%N).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002278
Eric Sandeen032eafe2012-07-28 17:48:36 -04002279#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2280#: e2fsck/problem.c:1324
2281#, fuzzy
2282msgid "@p @h %d: %B has an unordered hash table\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002283msgstr ""
2284"Hay un @p en el @h %d: el nodo (%B) tiene una tabla de hash no ordenada.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002285
Eric Sandeen032eafe2012-07-28 17:48:36 -04002286#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2287#: e2fsck/problem.c:1329
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002288#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04002289msgid "@p @h %d: %B has @n depth (%N)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002290msgstr "Hay un @p en el @h %d: el nodo (%B) su profundidad es @n.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002291
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002292#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002293#: e2fsck/problem.c:1334
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002294msgid "Duplicate @E found. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002295msgstr "@E está duplicada. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002296
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002297#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2298#. @-expanded: Rename to %s
Eric Sandeen032eafe2012-07-28 17:48:36 -04002299#: e2fsck/problem.c:1339
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002300#, no-c-format
2301msgid ""
2302"@E has a non-unique filename.\n"
2303"Rename to %s"
2304msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002305"La @E tiene un nombre de fichero no único.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002306"Se cambia el nombre a %s"
2307
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002308#. @-expanded: Duplicate entry '%Dn' found.\n
2309#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2310#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002311#: e2fsck/problem.c:1344
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002312msgid ""
2313"Duplicate @e '%Dn' found.\n"
2314"\tMarking %p (%i) to be rebuilt.\n"
2315"\n"
2316msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002317"Se encontró una @e duplicada '%Dn'.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002318"\tSe marca %p (%i) para ser reconstruido.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002319"\n"
2320
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002321#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002322#: e2fsck/problem.c:1349
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002323msgid "i_blocks_hi @F %N, @s zero.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002324msgstr "El i_blocks_hi @F %N, @s cero.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002325
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002326#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002327#: e2fsck/problem.c:1354
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002328#, fuzzy
2329msgid "Unexpected @b in @h %d (%q).\n"
2330msgstr "El @d del @i %i (%p) está desconectado\n"
2331
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002332#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002333#: e2fsck/problem.c:1358
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002334msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002335msgstr ""
2336
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002337#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002338#: e2fsck/problem.c:1363
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002339msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002340msgstr ""
2341
Eric Sandeen032eafe2012-07-28 17:48:36 -04002342#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2343#: e2fsck/problem.c:1368
2344#, fuzzy
2345msgid "i_file_acl_hi @F %N, @s zero.\n"
2346msgstr "El i_file_acl @F %If, @s cero.\n"
2347
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002348#. @-expanded: Pass 3: Checking directory connectivity\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002349#: e2fsck/problem.c:1375
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002350msgid "Pass 3: Checking @d connectivity\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002351msgstr "Paso 3: Revisando la conectividad de directorios\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002352
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002353#. @-expanded: root inode not allocated.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002354#: e2fsck/problem.c:1380
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002355msgid "@r not allocated. "
2356msgstr "El @r no ha sido reservado. "
2357
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002358#. @-expanded: No room in lost+found directory.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002359#: e2fsck/problem.c:1385
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002360msgid "No room in @l @d. "
2361msgstr "No hay espacio en el @d @l. "
2362
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002363#. @-expanded: Unconnected directory inode %i (%p)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002364#: e2fsck/problem.c:1390
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002365#, c-format
2366msgid "Unconnected @d @i %i (%p)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002367msgstr "El @d del @i %i (%p) está desconectado\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002368
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002369#. @-expanded: /lost+found not found.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002370#: e2fsck/problem.c:1395
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002371msgid "/@l not found. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002372msgstr "No se encontró /@l. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002373
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002374#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002375#: e2fsck/problem.c:1400
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002376msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002377msgstr "'..' en %Q (i) es %P (%j) y debería ser %q (%d).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002378
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002379#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002380#: e2fsck/problem.c:1405
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002381msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002382msgstr "El /@l no existe o está dañado. No se puede reconectar.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002383
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002384#. @-expanded: Could not expand /lost+found: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002385#: e2fsck/problem.c:1410
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002386#, c-format
2387msgid "Could not expand /@l: %m\n"
2388msgstr "No se puede expandir /@l: %m\n"
2389
Eric Sandeen032eafe2012-07-28 17:48:36 -04002390#: e2fsck/problem.c:1415
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002391#, c-format
2392msgid "Could not reconnect %i: %m\n"
2393msgstr "No se puede reconectar %i: %m\n"
2394
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002395#. @-expanded: Error while trying to find /lost+found: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002396#: e2fsck/problem.c:1420
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002397#, c-format
2398msgid "Error while trying to find /@l: %m\n"
2399msgstr "Error mientras se intentaba encontrar /@l: %m\n"
2400
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002401#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002402#: e2fsck/problem.c:1425
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002403#, c-format
2404msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2405msgstr "ext2fs_new_block: %m mientras se intentaba crear el @d /@l.\n"
2406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002407#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002408#: e2fsck/problem.c:1430
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002409#, c-format
2410msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2411msgstr "ext2fs_new_inode: %m cuando se intentaba crear el @d /@l.\n"
2412
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002413#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002414#: e2fsck/problem.c:1435
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002415#, c-format
2416msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2417msgstr "ext2fs_new_dir_block: %m mientras se creaba un nuevo @b de @d.\n"
2418
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002419#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002420#: e2fsck/problem.c:1440
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002421#, c-format
2422msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002423msgstr "ext2fs_write_dir_block: %m mientras se escribía el @b de @d para /@l\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002424
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002425#. @-expanded: Error while adjusting inode count on inode %i\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002426#: e2fsck/problem.c:1445
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002427#, c-format
2428msgid "Error while adjusting @i count on @i %i\n"
2429msgstr "Error mientras se ajustaba la cuenta del @i en el @i %i\n"
2430
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002431#. @-expanded: Couldn't fix parent of inode %i: %m\n
2432#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002433#: e2fsck/problem.c:1450
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002434#, c-format
2435msgid ""
2436"Couldn't fix parent of @i %i: %m\n"
2437"\n"
2438msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002439"No se puede corregir al padre del @i %i: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002440"\n"
2441
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002442# el padre
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002443# Perdón, no entiendo, se intenta arreglar AL padre, no EL padre de un directorio.
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002444# Hay alguna regla que se me escape? mm
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002445#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2446#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002447#: e2fsck/problem.c:1455
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002448#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002449msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002450"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002451"\n"
2452msgstr ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002453"No se puede arreglar al padre del @i %i: no se puede encontrar la @e al @d "
2454"padre\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002455"\n"
2456
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002457#. @-expanded: Error creating root directory (%s): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002458#: e2fsck/problem.c:1465
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002459#, c-format
2460msgid "Error creating root @d (%s): %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002461msgstr "Error al crear el @d raíz (%s): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002462
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002463#. @-expanded: Error creating /lost+found directory (%s): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002464#: e2fsck/problem.c:1470
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002465#, c-format
2466msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002467msgstr "Error al crear el @d /@l (%s): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002468
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002469#. @-expanded: root inode is not a directory; aborting.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002470#: e2fsck/problem.c:1475
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002471msgid "@r is not a @d; aborting.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002472msgstr "El @r no es un @d; se finaliza la operación.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002473
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002474#. @-expanded: Cannot proceed without a root inode.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002475#: e2fsck/problem.c:1480
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002476msgid "Cannot proceed without a @r.\n"
2477msgstr "No se puede proceder sin un @r.\n"
2478
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002479#. @-expanded: /lost+found is not a directory (ino=%i)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002480#: e2fsck/problem.c:1490
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002481#, c-format
2482msgid "/@l is not a @d (ino=%i)\n"
2483msgstr "El /@l no es un @d (ino=%i)\n"
2484
Eric Sandeen032eafe2012-07-28 17:48:36 -04002485#: e2fsck/problem.c:1497
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002486msgid "Pass 3A: Optimizing directories\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002487msgstr "Paso 3A: Optimizando directorios\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002488
Eric Sandeen032eafe2012-07-28 17:48:36 -04002489#: e2fsck/problem.c:1502
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002490#, fuzzy, c-format
2491msgid "Failed to create dirs_to_hash iterator: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002492msgstr "Falla al crear el iterador dirs_to_hash: %m"
2493
Eric Sandeen032eafe2012-07-28 17:48:36 -04002494#: e2fsck/problem.c:1507
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002495#, fuzzy
2496msgid "Failed to optimize directory %q (%d): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002497msgstr "Fallo al optimizar el directorio %q (%d): %m"
2498
Eric Sandeen032eafe2012-07-28 17:48:36 -04002499#: e2fsck/problem.c:1512
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002500msgid "Optimizing directories: "
2501msgstr "Optimizando directorios: "
2502
Eric Sandeen032eafe2012-07-28 17:48:36 -04002503#: e2fsck/problem.c:1529
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002504msgid "Pass 4: Checking reference counts\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002505msgstr "Paso 4: Revisando las cuentas de referencia\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002506
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002507#. @-expanded: unattached zero-length inode %i.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002508#: e2fsck/problem.c:1534
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002509#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002510msgid "@u @z @i %i. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002511msgstr "@i %i que tiene @z está @u. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002512
2513#. @-expanded: unattached inode %i\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002514#: e2fsck/problem.c:1539
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002515#, c-format
2516msgid "@u @i %i\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002517msgstr "el @i %i está @u\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002518
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002519#. @-expanded: inode %i ref count is %Il, should be %N.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002520#: e2fsck/problem.c:1544
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002521msgid "@i %i ref count is %Il, @s %N. "
2522msgstr "La cuenta de referencia del @i %i es %Il, y @s %N. "
2523
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002524#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2525#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2526#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002527#: e2fsck/problem.c:1548
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002528msgid ""
2529"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2530"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002531"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002532msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002533"¡ATENCIÓN: ERROR DE PROGRAMACIÓN EN E2FSCK!\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002534"\tO ALGÚN TARADO (USTED) ESTÁ REVISANDO UN SISTEMA DE FICHEROS MONTADO "
2535"(VIVO).\n"
2536"inode_link_info[%i] es %N, inode.i_links_count es %Il. ¡Y deberían ser el "
2537"mismo!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002538
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002539#. @-expanded: Pass 5: Checking group summary information\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002540#: e2fsck/problem.c:1558
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002541msgid "Pass 5: Checking @g summary information\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002542msgstr "Paso 5: Revisando el resumen de información de grupos\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002543
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002544#. @-expanded: Padding at end of inode bitmap is not set.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002545#: e2fsck/problem.c:1563
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002546msgid "Padding at end of @i @B is not set. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002547msgstr "No está puesto el relleno al final del @B del @i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002548
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002549#. @-expanded: Padding at end of block bitmap is not set.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002550#: e2fsck/problem.c:1568
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002551msgid "Padding at end of @b @B is not set. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002552msgstr "No está puesto el relleno al final del @B del @b. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002553
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002554#. @-expanded: block bitmap differences:
Eric Sandeen032eafe2012-07-28 17:48:36 -04002555#: e2fsck/problem.c:1573
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002556msgid "@b @B differences: "
2557msgstr "Diferencias del @B del @b: "
2558
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002559#. @-expanded: inode bitmap differences:
Eric Sandeen032eafe2012-07-28 17:48:36 -04002560#: e2fsck/problem.c:1593
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002561msgid "@i @B differences: "
2562msgstr "Diferencias del @B del @i: "
2563
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002564#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002565#: e2fsck/problem.c:1613
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002566msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002567msgstr ""
2568"La cuenta de nodos-i libres es incorrecta para el @g #%g (%i, contados=%j).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002569
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002570#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002571#: e2fsck/problem.c:1618
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002572msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002573msgstr ""
2574"La cuenta de directorios es incorrecta para @g #%g (%i, contados=%j).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002575
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002576#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002577#: e2fsck/problem.c:1623
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002578msgid "Free @is count wrong (%i, counted=%j).\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002579msgstr "La cuenta de nodos-i libres es incorrecta (%i, contados=%j).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002580
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002581#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002582#: e2fsck/problem.c:1628
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002583msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002584msgstr ""
2585"La cuenta de @bs libres es incorrecta para el @g #%g (%b, contados=%c).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002586
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002587#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002588#: e2fsck/problem.c:1633
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002589msgid "Free @bs count wrong (%b, counted=%c).\n"
2590msgstr "La cuenta de @bs libres es incorrecta (%b, contados=%c).\n"
2591
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002592#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002593#. @-expanded: endpoints (%i, %j)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002594#: e2fsck/problem.c:1638
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002595msgid ""
2596"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2597"endpoints (%i, %j)\n"
2598msgstr ""
2599"ERROR DE PROGRAMACIÓN: el @f (#%N) los puntos finales del %B (%b, %c) no "
2600"coinciden con los puntos finales del @B calculados (%i, %j)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002601
Eric Sandeen032eafe2012-07-28 17:48:36 -04002602#: e2fsck/problem.c:1644
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002603msgid "Internal error: fudging end of bitmap (%N)\n"
2604msgstr "Error interno: el final del bitmap no tiene sentido (%N)\n"
2605
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002606#. @-expanded: Error copying in replacement inode bitmap: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002607#: e2fsck/problem.c:1649
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002608#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002609msgid "Error copying in replacement @i @B: %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002610msgstr "Error al copiar el reemplazo del @i @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002611
2612#. @-expanded: Error copying in replacement block bitmap: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002613#: e2fsck/problem.c:1654
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002614#, c-format
2615msgid "Error copying in replacement @b @B: %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002616msgstr "Error al copiar el reemplazo del @b @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002617
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002618#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002619#: e2fsck/problem.c:1679
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002620#, c-format
2621msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2622msgstr ""
2623
2624#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002625#: e2fsck/problem.c:1684
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002626#, c-format
2627msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2628msgstr ""
2629
Eric Sandeen032eafe2012-07-28 17:48:36 -04002630#. @-expanded: Recreate journal
2631#: e2fsck/problem.c:1691
2632#, fuzzy
2633msgid "Recreate @j"
2634msgstr "Recrear"
2635
2636#: e2fsck/problem.c:1696
2637msgid "Update quota info for quota type %N"
2638msgstr ""
2639
2640#: e2fsck/problem.c:1815
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002641#, c-format
2642msgid "Unhandled error code (0x%x)!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002643msgstr "¡Código de error no previsto (0x%x)!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002644
Eric Sandeen032eafe2012-07-28 17:48:36 -04002645#: e2fsck/problem.c:1940 e2fsck/problem.c:1944
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002646msgid "IGNORED"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002647msgstr "SE IGNORA"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002648
Eric Sandeen032eafe2012-07-28 17:48:36 -04002649#: e2fsck/scantest.c:79
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002650#, c-format
2651msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2652msgstr "Memoria utilizada: %d, tiempo transcurrido: %6.3f/%6.3f/%6.3f\n"
2653
Eric Sandeen032eafe2012-07-28 17:48:36 -04002654#: e2fsck/scantest.c:98
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002655#, c-format
2656msgid "size of inode=%d\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002657msgstr "tamaño del nodo-i=%d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002658
Eric Sandeen032eafe2012-07-28 17:48:36 -04002659#: e2fsck/scantest.c:119
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002660msgid "while starting inode scan"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002661msgstr "mientras se comenzaba a explorar los nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002662
Eric Sandeen032eafe2012-07-28 17:48:36 -04002663#: e2fsck/scantest.c:130
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002664msgid "while doing inode scan"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002665msgstr "mientras se exploraba los nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002666
Eric Sandeen032eafe2012-07-28 17:48:36 -04002667#: e2fsck/super.c:188
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002668#, c-format
2669msgid "while calling ext2fs_block_iterate for inode %d"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002670msgstr "mientras se llamaba a ext2fs_block_iterate para el nodo-i %d"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002671
Eric Sandeen032eafe2012-07-28 17:48:36 -04002672#: e2fsck/super.c:211
2673#, fuzzy, c-format
2674msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002675msgstr "mientras se llamaba a ext2fs_adjust_ea_refcount para el nodo-i %d"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002676
Eric Sandeen032eafe2012-07-28 17:48:36 -04002677#: e2fsck/super.c:272
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002678msgid "Truncating"
2679msgstr "Truncando"
2680
Eric Sandeen032eafe2012-07-28 17:48:36 -04002681#: e2fsck/super.c:273
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002682msgid "Clearing"
2683msgstr "Borrando"
2684
Eric Sandeen032eafe2012-07-28 17:48:36 -04002685#: e2fsck/unix.c:74
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002686#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002687msgid ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002688"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002689"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002690"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002691"\t\t[-E extended-options] device\n"
2692msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002693"Modo de empleo: %s [-panyrcdfvstDFSV] [-b superbloque] [-B tamañodelbloque]\n"
2694"\t\t[-I bloques_del_búfer_del_nodo-i] [-P tamaño_del_proceso_del_nodo-i]\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002695"\t\t[-l|-L fichero_de_bloques_dañados] [-C fd] [-j fichero-de-transacciones-"
2696"externo]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002697"\t\t[-E opciones-extendidas] dispositivo\n"
2698
Eric Sandeen032eafe2012-07-28 17:48:36 -04002699#: e2fsck/unix.c:80
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002700#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002701msgid ""
2702"\n"
2703"Emergency help:\n"
2704" -p Automatic repair (no questions)\n"
2705" -n Make no changes to the filesystem\n"
2706" -y Assume \"yes\" to all questions\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002707" -c Check for bad blocks and add them to the badblock "
2708"list\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002709" -f Force checking even if filesystem is marked clean\n"
2710msgstr ""
2711"\n"
2712"Ayuda de emergencia:\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002713" -p Reparación automática (sin hacer preguntas)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002714" -n No se hacen cambios al sistema de ficheros\n"
2715" -y Contestar \"si\" a todas las preguntas\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002716" -c Busca los bloques dañados y los agrega a la\n"
2717" lista de bloques dañados\n"
2718" -f Fuerza la revisión aún si el sistema de ficheros\n"
2719" está etiquetado como limpio\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002720
Eric Sandeen032eafe2012-07-28 17:48:36 -04002721#: e2fsck/unix.c:86
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002722#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002723msgid ""
2724" -v Be verbose\n"
2725" -b superblock Use alternative superblock\n"
2726" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002727" -j external_journal Set location of the external journal\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002728" -l bad_blocks_file Add to badblocks list\n"
2729" -L bad_blocks_file Set badblocks list\n"
2730msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002731" -v Genera más mensajes de diagnóstico\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002732" -b superbloque Utiliza el superbloque alternativo\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002733" -B tamañodelbloque Fuerza el tamañodelbloque cuando busca "
2734"al superbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002735" -j fichero-de-transacciones-externo \n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002736" Indica el lugar en donde está el fichero\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002737" de transacciones externo\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002738" -l fichero_de_bloques_dañados \n"
2739" Agrega a la lista de bloques dañados\n"
2740" -L fichero_de_bloques_dañados \n"
2741" Pone la lista de bloques dañados\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002742
Eric Sandeen032eafe2012-07-28 17:48:36 -04002743#: e2fsck/unix.c:130
2744#, fuzzy, c-format
2745msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002746msgstr "%s: %u/%u ficheros (%0d.%d%% no contiguos), %u/%u bloques\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002747
Eric Sandeen032eafe2012-07-28 17:48:36 -04002748#: e2fsck/unix.c:137
2749#, fuzzy, c-format
2750msgid ""
2751"\n"
2752"%8u inode used (%2.2f%%)\n"
2753msgid_plural ""
2754"\n"
2755"%8u inodes used (%2.2f%%)\n"
2756msgstr[0] ""
2757"\n"
2758"%8d nodo-i utilizado (%d%%)\n"
2759msgstr[1] ""
2760"\n"
2761"%8d nodos i utilizados (%d%%)\n"
2762
2763#: e2fsck/unix.c:141
2764#, fuzzy, c-format
2765msgid "%8u non-contiguous file (%0d.%d%%)\n"
2766msgid_plural "%8u non-contiguous files (%0d.%d%%)\n"
2767msgstr[0] "%8d nodo-i no contiguo (%0d.%d%%)\n"
2768msgstr[1] "%8d nodos i no contiguos (%0d.%d%%)\n"
2769
2770#: e2fsck/unix.c:146
2771#, fuzzy, c-format
2772msgid "%8u non-contiguous directory (%0d.%d%%)\n"
2773msgid_plural "%8u non-contiguous directories (%0d.%d%%)\n"
2774msgstr[0] "%8d nodo-i no contiguo (%0d.%d%%)\n"
2775msgstr[1] "%8d nodos i no contiguos (%0d.%d%%)\n"
2776
2777#: e2fsck/unix.c:151
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002778#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002779msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002780msgstr " # de nodos-i con bloques ind/dind/tind: %u/%u/%u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002781
Eric Sandeen032eafe2012-07-28 17:48:36 -04002782#: e2fsck/unix.c:159
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002783msgid " Extent depth histogram: "
2784msgstr ""
2785
Eric Sandeen032eafe2012-07-28 17:48:36 -04002786#: e2fsck/unix.c:168
2787#, fuzzy, c-format
2788msgid "%8llu block used (%2.2f%%)\n"
2789msgid_plural "%8llu blocks used (%2.2f%%)\n"
2790msgstr[0] "%8d bloque usado (%d%%)\n"
2791msgstr[1] "%d bloques usados (%d%%)\n"
2792
2793#: e2fsck/unix.c:171
2794#, fuzzy, c-format
2795msgid "%8u bad block\n"
2796msgid_plural "%8u bad blocks\n"
2797msgstr[0] "%8d bloque dañado\n"
2798msgstr[1] "%8d bloques dañados\n"
2799
2800#: e2fsck/unix.c:173
2801#, fuzzy, c-format
2802msgid "%8u large file\n"
2803msgid_plural "%8u large files\n"
2804msgstr[0] "%8d fichero grande\n"
2805msgstr[1] "%8d ficheros grandes\n"
2806
2807#: e2fsck/unix.c:175
2808#, fuzzy, c-format
2809msgid ""
2810"\n"
2811"%8u regular file\n"
2812msgid_plural ""
2813"\n"
2814"%8u regular files\n"
2815msgstr[0] "fichero regular"
2816msgstr[1] "fichero regular"
2817
2818#: e2fsck/unix.c:177
2819#, fuzzy, c-format
2820msgid "%8u directory\n"
2821msgid_plural "%8u directories\n"
2822msgstr[0] "%8d directorio\n"
2823msgstr[1] "%8d directorios\n"
2824
2825#: e2fsck/unix.c:179
2826#, fuzzy, c-format
2827msgid "%8u character device file\n"
2828msgid_plural "%8u character device files\n"
2829msgstr[0] "dispositivo de caracteres"
2830msgstr[1] "dispositivo de caracteres"
2831
2832#: e2fsck/unix.c:182
2833#, fuzzy, c-format
2834msgid "%8u block device file\n"
2835msgid_plural "%8u block device files\n"
2836msgstr[0] "dispositivo de bloque"
2837msgstr[1] "dispositivo de bloque"
2838
2839#: e2fsck/unix.c:184
2840#, fuzzy, c-format
2841msgid "%8u fifo\n"
2842msgid_plural "%8u fifos\n"
2843msgstr[0] "%8d fifo\n"
2844msgstr[1] "%8d fifos\n"
2845
2846#: e2fsck/unix.c:186
2847#, fuzzy, c-format
2848msgid "%8u link\n"
2849msgid_plural "%8u links\n"
2850msgstr[0] "%8d vínculo\n"
2851msgstr[1] "%8d vínculos\n"
2852
2853#: e2fsck/unix.c:189
2854#, fuzzy, c-format
2855msgid "%8u symbolic link"
2856msgid_plural "%8u symbolic links"
2857msgstr[0] "enlace simbólico"
2858msgstr[1] "enlace simbólico"
2859
2860#: e2fsck/unix.c:191
2861#, fuzzy, c-format
2862msgid " (%u fast symbolic link)\n"
2863msgid_plural " (%u fast symbolic links)\n"
2864msgstr[0] "(%d vínculo simbólico rápido)\n"
2865msgstr[1] "(%d vínculos simbólicos rápidos)\n"
2866
2867#: e2fsck/unix.c:195
2868#, fuzzy, c-format
2869msgid "%8u socket\n"
2870msgid_plural "%8u sockets\n"
2871msgstr[0] "zócalo"
2872msgstr[1] "zócalo"
2873
2874#: e2fsck/unix.c:198
2875#, fuzzy, c-format
2876msgid "%8u file\n"
2877msgid_plural "%8u files\n"
2878msgstr[0] "%8d fichero\n"
2879msgstr[1] "%8d ficheros\n"
2880
2881#: e2fsck/unix.c:212 misc/badblocks.c:983 misc/tune2fs.c:1979 misc/util.c:147
2882#: resize/main.c:247
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002883#, c-format
2884msgid "while determining whether %s is mounted."
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002885msgstr "mientras se determinaba si %s está montado."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002886
Eric Sandeen032eafe2012-07-28 17:48:36 -04002887#: e2fsck/unix.c:230
2888#, fuzzy, c-format
2889msgid "Warning! %s is %s.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002890msgstr "¡Atención! %s está montado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002891
Eric Sandeen032eafe2012-07-28 17:48:36 -04002892#: e2fsck/unix.c:237
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002893#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002894msgid "%s is %s.\n"
2895msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002896
Eric Sandeen032eafe2012-07-28 17:48:36 -04002897#: e2fsck/unix.c:240
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002898msgid ""
2899"Cannot continue, aborting.\n"
2900"\n"
2901msgstr ""
2902"No se puede continuar, se finaliza.\n"
2903"\n"
2904
Eric Sandeen032eafe2012-07-28 17:48:36 -04002905#: e2fsck/unix.c:242
2906#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002907msgid ""
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'o7a1b3322003-12-24 14:24:02 -05002912"\n"
2913msgstr ""
2914"\n"
2915"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002916"\a\a\a\a¡¡ATENCIÓN!! Ejecutar e2fsck en un sistema de ficheros montado\n"
2917"puede causar GRAVES daños al sistema de ficheros.\a\a\a\n"
2918"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002919
Eric Sandeen032eafe2012-07-28 17:48:36 -04002920#: e2fsck/unix.c:247
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002921msgid "Do you really want to continue"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002922msgstr "¿De verdad quiere continuar?"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002923
Eric Sandeen032eafe2012-07-28 17:48:36 -04002924#: e2fsck/unix.c:249
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002925#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002926msgid "check aborted.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002927msgstr "revisión terminada.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002928
Eric Sandeen032eafe2012-07-28 17:48:36 -04002929#: e2fsck/unix.c:339
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002930msgid " contains a file system with errors"
2931msgstr " contiene un sistema de ficheros con errores"
2932
Eric Sandeen032eafe2012-07-28 17:48:36 -04002933#: e2fsck/unix.c:341
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002934msgid " was not cleanly unmounted"
2935msgstr " no fue desmontado limpiamente"
2936
Eric Sandeen032eafe2012-07-28 17:48:36 -04002937#: e2fsck/unix.c:343
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002938msgid " primary superblock features different from backup"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002939msgstr ""
2940" las características del superbloque primario difieren de las de la copia de "
2941"seguridad"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002942
Eric Sandeen032eafe2012-07-28 17:48:36 -04002943#: e2fsck/unix.c:347
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002944#, c-format
2945msgid " has been mounted %u times without being checked"
2946msgstr " ha sido montado %u veces sin ser revisado"
2947
Eric Sandeen032eafe2012-07-28 17:48:36 -04002948#: e2fsck/unix.c:354
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002949#, fuzzy
2950msgid " has filesystem last checked time in the future"
2951msgstr "Se pone la hora de la última revisión al sistema de ficheros a %s\n"
2952
Eric Sandeen032eafe2012-07-28 17:48:36 -04002953#: e2fsck/unix.c:360
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002954#, c-format
2955msgid " has gone %u days without being checked"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002956msgstr " ya lleva %u días sin ser revisado"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002957
Eric Sandeen032eafe2012-07-28 17:48:36 -04002958#: e2fsck/unix.c:369
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002959msgid ", check forced.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002960msgstr ", se fuerza la revisión.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002961
Eric Sandeen032eafe2012-07-28 17:48:36 -04002962#: e2fsck/unix.c:402
2963#, fuzzy, c-format
2964msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002965msgstr "%s: limpio, %u/%u ficheros, %u/%u bloques"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002966
Eric Sandeen032eafe2012-07-28 17:48:36 -04002967#: e2fsck/unix.c:421
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002968msgid " (check deferred; on battery)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002969msgstr " (comprobación aplazada; con baterías)"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002970
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002971# O "revisión después del siguiente montaje".
Eric Sandeen032eafe2012-07-28 17:48:36 -04002972#: e2fsck/unix.c:424
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002973msgid " (check after next mount)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002974msgstr " (comprobación en el siguiente montaje)"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002975
Eric Sandeen032eafe2012-07-28 17:48:36 -04002976#: e2fsck/unix.c:426
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002977#, c-format
2978msgid " (check in %ld mounts)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002979msgstr " (comprobación después de %ld montajes)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002980
Eric Sandeen032eafe2012-07-28 17:48:36 -04002981#: e2fsck/unix.c:576
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002982#, c-format
2983msgid "ERROR: Couldn't open /dev/null (%s)\n"
2984msgstr "ERROR: no se puede abrir /dev/null (%s)\n"
2985
Eric Sandeen032eafe2012-07-28 17:48:36 -04002986#: e2fsck/unix.c:645
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002987#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002988msgid "Invalid EA version.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002989msgstr "Versión de EA no válida.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002990
Eric Sandeen032eafe2012-07-28 17:48:36 -04002991#: e2fsck/unix.c:672
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002992#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002993msgid "Unknown extended option: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002994msgstr "Opción extendida desconocida: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002995
Eric Sandeen032eafe2012-07-28 17:48:36 -04002996#: e2fsck/unix.c:697
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002997#, c-format
2998msgid ""
2999"Syntax error in e2fsck config file (%s, line #%d)\n"
3000"\t%s\n"
3001msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003002"Error de sintaxis en el fichero de configuración de e2fsck (%s, línea #%d)\n"
3003"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003004
Eric Sandeen032eafe2012-07-28 17:48:36 -04003005#: e2fsck/unix.c:766
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003006#, c-format
3007msgid "Error validating file descriptor %d: %s\n"
3008msgstr "Error al validar el descriptor de ficheros %d: %s\n"
3009
Eric Sandeen032eafe2012-07-28 17:48:36 -04003010#: e2fsck/unix.c:770
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003011msgid "Invalid completion information file descriptor"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003012msgstr "Información de consistencia no válida en el descriptor de ficheros"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003013
Eric Sandeen032eafe2012-07-28 17:48:36 -04003014#: e2fsck/unix.c:785
Theodore Ts'o6956f612005-12-31 16:46:15 -05003015msgid "Only one of the options -p/-a, -n or -y may be specified."
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003016msgstr "Sólo se puede especificar una de las opciones -p/-a, -n o -y."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003017
Eric Sandeen032eafe2012-07-28 17:48:36 -04003018#: e2fsck/unix.c:806
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003019#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003020msgid "The -t option is not supported on this version of e2fsck.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003021msgstr "La opción -t no está implementada en esta versión de e2fsck.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003022
Eric Sandeen032eafe2012-07-28 17:48:36 -04003023#: e2fsck/unix.c:837 e2fsck/unix.c:909 misc/tune2fs.c:811 misc/tune2fs.c:1100
3024#: misc/tune2fs.c:1118
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003025#, c-format
3026msgid "Unable to resolve '%s'"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003027msgstr "No es posible resolver '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003028
Eric Sandeen032eafe2012-07-28 17:48:36 -04003029#: e2fsck/unix.c:888
3030#, fuzzy
3031msgid "The -n and -D options are incompatible."
3032msgstr ""
3033"%s: Las opciones -n y -w se excluyen mutuamente.\n"
3034"\n"
3035
3036#: e2fsck/unix.c:893
3037#, fuzzy
3038msgid "The -n and -c options are incompatible."
3039msgstr ""
3040"%s: Las opciones -n y -w se excluyen mutuamente.\n"
3041"\n"
3042
3043#: e2fsck/unix.c:898
3044#, fuzzy
3045msgid "The -n and -l/-L options are incompatible."
3046msgstr ""
3047"%s: Las opciones -n y -w se excluyen mutuamente.\n"
3048"\n"
3049
3050#: e2fsck/unix.c:943
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003051#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003052msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003053msgstr "Las opciones -c y -l/-L no pueden ser utilizadas simultáneamente.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003054
Eric Sandeen032eafe2012-07-28 17:48:36 -04003055#: e2fsck/unix.c:991
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003056#, c-format
3057msgid ""
3058"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3059"\n"
3060msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003061"E2FSCK_JBD_DEBUG \"%s\" no es un entero\n"
3062"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003063
Eric Sandeen032eafe2012-07-28 17:48:36 -04003064#: e2fsck/unix.c:1000
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003065#, c-format
3066msgid ""
3067"\n"
3068"Invalid non-numeric argument to -%c (\"%s\")\n"
3069"\n"
3070msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003071"\n"
3072"Argumento no numérico inválido para -%c (\"%s\")\n"
3073"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003074
Eric Sandeen032eafe2012-07-28 17:48:36 -04003075#: e2fsck/unix.c:1089
3076#, c-format
3077msgid ""
3078"MMP interval is %u seconds and total wait time is %u seconds. Please "
3079"wait...\n"
3080msgstr ""
3081
3082#: e2fsck/unix.c:1106 e2fsck/unix.c:1111
3083#, fuzzy
3084msgid "while checking MMP block"
3085msgstr "mientras se ajustaba el superbloque"
3086
3087#: e2fsck/unix.c:1113 misc/tune2fs.c:1912
3088msgid ""
3089"If you are sure the filesystem is not in use on any node, run:\n"
3090"'tune2fs -f -E clear_mmp {device}'\n"
3091msgstr ""
3092
3093#: e2fsck/unix.c:1163
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003094#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003095msgid "Error: ext2fs library version out of date!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003096msgstr "¡Error: la versión de la biblioteca ext2fs está caduca!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003097
Eric Sandeen032eafe2012-07-28 17:48:36 -04003098#: e2fsck/unix.c:1171
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003099msgid "while trying to initialize program"
3100msgstr "mientras se intentaba inicializar el programa"
3101
Eric Sandeen032eafe2012-07-28 17:48:36 -04003102#: e2fsck/unix.c:1194
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003103#, c-format
3104msgid "\tUsing %s, %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003105msgstr "\tAl emplear %s, %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003106
Eric Sandeen032eafe2012-07-28 17:48:36 -04003107#: e2fsck/unix.c:1206
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003108msgid "need terminal for interactive repairs"
3109msgstr "se necesita una terminal para hacer las reparaciones interactivas"
3110
Eric Sandeen032eafe2012-07-28 17:48:36 -04003111#: e2fsck/unix.c:1256
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003112#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003113msgid "%s: %s trying backup blocks...\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003114msgstr "%s: %s intentando los bloques de respaldo...\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003115
Eric Sandeen032eafe2012-07-28 17:48:36 -04003116#: e2fsck/unix.c:1258
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003117msgid "Superblock invalid,"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003118msgstr "Superbloque es inválido,"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003119
Eric Sandeen032eafe2012-07-28 17:48:36 -04003120#: e2fsck/unix.c:1259
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003121msgid "Group descriptors look bad..."
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003122msgstr "Los descriptores de los grupos parecen dañados..."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003123
Eric Sandeen032eafe2012-07-28 17:48:36 -04003124#: e2fsck/unix.c:1269
3125#, fuzzy, c-format
3126msgid "%s: %s while using the backup blocks"
3127msgstr "%s: %s intentando los bloques de respaldo...\n"
3128
3129# Ojo: No es que se haya encontrado un superbloque que resulta que no es
3130# válido, sino que no se ha encontrado ningún superbloque que sea válido,
3131# que es distinto (a lo mejor no se ha encontrado ningún superbloque
3132# en absoluto). Creo que la traducción debería cambiarse. sv
3133# En efecto, tienes toda la razón. Corregido. mm
3134#: e2fsck/unix.c:1273
3135#, fuzzy, c-format
3136msgid "%s: going back to original superblock\n"
3137msgstr ""
3138"%s: no se encontró un superbloque válido en el fichero de transacciones\n"
3139
3140#: e2fsck/unix.c:1301
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003141msgid ""
3142"The filesystem revision is apparently too high for this version of e2fsck.\n"
3143"(Or the filesystem superblock is corrupt)\n"
3144"\n"
3145msgstr ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003146"La versión del sistema de ficheros es, en apariencia, muy superior para "
3147"esta\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003148"versión de e2fsck. (O el superbloque del sistema de ficheros está dañado)\n"
3149"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003150
Eric Sandeen032eafe2012-07-28 17:48:36 -04003151#: e2fsck/unix.c:1307
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003152msgid "Could this be a zero-length partition?\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003153msgstr "¿Esta podría ser una partición de longitud cero?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003154
Eric Sandeen032eafe2012-07-28 17:48:36 -04003155#: e2fsck/unix.c:1310
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003156#, c-format
3157msgid "You must have %s access to the filesystem or be root\n"
3158msgstr "Se debe tener acceso %s al sistema de ficheros o ser root\n"
3159
Eric Sandeen032eafe2012-07-28 17:48:36 -04003160#: e2fsck/unix.c:1315
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003161msgid "Possibly non-existent or swap device?\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003162msgstr "¿Es posible que no exista o que sea un dispositivo de intercambio?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003163
Eric Sandeen032eafe2012-07-28 17:48:36 -04003164#: e2fsck/unix.c:1318
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003165msgid "Filesystem mounted or opened exclusively by another program?\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003166msgstr ""
3167"¿Sistema de ficheros montado o abierto en exclusiva por otro programa?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003168
Eric Sandeen032eafe2012-07-28 17:48:36 -04003169#: e2fsck/unix.c:1321
3170#, fuzzy
3171msgid "Possibly non-existent device?\n"
3172msgstr "¿Es posible que no exista o que sea un dispositivo de intercambio?\n"
3173
3174#: e2fsck/unix.c:1324
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003175msgid ""
3176"Disk write-protected; use the -n option to do a read-only\n"
3177"check of the device.\n"
3178msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003179"El disco está protegido contra escritura; utilice la opción -n para\n"
3180"hacer una revisión de sólo lectura al dispositivo.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003181
Eric Sandeen032eafe2012-07-28 17:48:36 -04003182#: e2fsck/unix.c:1389
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003183msgid "Get a newer version of e2fsck!"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003184msgstr "¡Consiga una versión más moderna de e2fsck!"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003185
Eric Sandeen032eafe2012-07-28 17:48:36 -04003186#: e2fsck/unix.c:1437
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003187#, c-format
3188msgid "while checking ext3 journal for %s"
3189msgstr "mientras se revisaba el fichero de transacciones ext3 para %s"
3190
Eric Sandeen032eafe2012-07-28 17:48:36 -04003191#: e2fsck/unix.c:1448
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003192msgid ""
3193"Warning: skipping journal recovery because doing a read-only filesystem "
3194"check.\n"
3195msgstr ""
3196"Atención: se omitirá la recuperación del fichero de transacciones debido a "
3197"que se está haciendo una revisión de sólo lectura del sistema de ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003198
Eric Sandeen032eafe2012-07-28 17:48:36 -04003199#: e2fsck/unix.c:1461
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003200#, c-format
3201msgid "unable to set superblock flags on %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003202msgstr "no es posible poner las banderas de superbloque en %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003203
Eric Sandeen032eafe2012-07-28 17:48:36 -04003204#: e2fsck/unix.c:1467
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003205#, c-format
3206msgid "while recovering ext3 journal of %s"
3207msgstr "mientras se recuperaba el fichero de transacciones ext3 de %s"
3208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003209#: e2fsck/unix.c:1492
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003210#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003211msgid "%s has unsupported feature(s):"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003212msgstr "%s tiene características no soportadas:"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003213
Eric Sandeen032eafe2012-07-28 17:48:36 -04003214#: e2fsck/unix.c:1507
3215#, fuzzy, c-format
3216msgid "%s: warning: compression support is experimental.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003217msgstr "Atención: el soporte a la compresión es experimental.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003218
Eric Sandeen032eafe2012-07-28 17:48:36 -04003219#: e2fsck/unix.c:1513
3220#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003221msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04003222"%s: e2fsck not compiled with HTREE support,\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003223"\tbut filesystem %s has HTREE directories.\n"
3224msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003225"E2fsck no está compilado con soporte a ÁRBOLES-H,\n"
3226"\tpero el sistema de ficheros %s tiene directorios con ÁRBOLES-H.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003227
Eric Sandeen032eafe2012-07-28 17:48:36 -04003228#: e2fsck/unix.c:1565
3229#, fuzzy, c-format
3230msgid "%s: %s while reading bad blocks inode\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003231msgstr "mientras se leían los bloques dañados del nodo-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003232
Eric Sandeen032eafe2012-07-28 17:48:36 -04003233#: e2fsck/unix.c:1568
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003234msgid "This doesn't bode well, but we'll try to go on...\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003235msgstr "Esto no se se ve muy bien, pero se intentará continuar...\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003236
Eric Sandeen032eafe2012-07-28 17:48:36 -04003237#: e2fsck/unix.c:1609
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003238#, c-format
3239msgid "Creating journal (%d blocks): "
3240msgstr "Creando el fichero de transacciones (%d bloques): "
3241
Eric Sandeen032eafe2012-07-28 17:48:36 -04003242#: e2fsck/unix.c:1619
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003243msgid " Done.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003244msgstr " Hecho.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003245
Eric Sandeen032eafe2012-07-28 17:48:36 -04003246#: e2fsck/unix.c:1620
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003247msgid ""
3248"\n"
3249"*** journal has been re-created - filesystem is now ext3 again ***\n"
3250msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003251"\n"
3252"*** el fichero de transacciones se ha creado de nuevo ***\n"
3253"*** el sistema de ficheros vuelve a ser ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003254
Eric Sandeen032eafe2012-07-28 17:48:36 -04003255#: e2fsck/unix.c:1643
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003256msgid "Restarting e2fsck from the beginning...\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003257msgstr "Se reinicia e2fsck desde el principio...\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003258
Eric Sandeen032eafe2012-07-28 17:48:36 -04003259#: e2fsck/unix.c:1647
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003260msgid "while resetting context"
3261msgstr "mientras se reajusta el contexto"
3262
Eric Sandeen032eafe2012-07-28 17:48:36 -04003263#: e2fsck/unix.c:1654
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003264#, c-format
3265msgid "%s: e2fsck canceled.\n"
3266msgstr "%s: se cancela e2fsck.\n"
3267
Eric Sandeen032eafe2012-07-28 17:48:36 -04003268#: e2fsck/unix.c:1659
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003269msgid "aborted"
3270msgstr "finalizado"
3271
Eric Sandeen032eafe2012-07-28 17:48:36 -04003272#: e2fsck/unix.c:1671 e2fsck/util.c:67
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003273#, c-format
3274msgid ""
3275"\n"
3276"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3277msgstr ""
3278"\n"
3279"%s: ***** EL SISTEMA DE FICHEROS FUE MODIFICADO *****\n"
3280
Eric Sandeen032eafe2012-07-28 17:48:36 -04003281#: e2fsck/unix.c:1675
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003282#, c-format
3283msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003284msgstr "%s: ***** REINICIE LINUX *****\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003285
Eric Sandeen032eafe2012-07-28 17:48:36 -04003286#: e2fsck/unix.c:1683 e2fsck/util.c:73
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003287#, c-format
3288msgid ""
3289"\n"
3290"%s: ********** WARNING: Filesystem still has errors **********\n"
3291"\n"
3292msgstr ""
3293"\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003294"%s: ********** ATENCIÓN: El sistema de ficheros todavía tiene errores "
3295"***********\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003296"\n"
3297
Eric Sandeen032eafe2012-07-28 17:48:36 -04003298#: e2fsck/unix.c:1723
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003299#, fuzzy
3300msgid "while setting block group checksum info"
3301msgstr "mientras se ponía el nodo-i de bloques dañados"
3302
Eric Sandeen032eafe2012-07-28 17:48:36 -04003303#: e2fsck/util.c:189 misc/util.c:70
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003304msgid "yY"
3305msgstr "sS"
3306
Eric Sandeen032eafe2012-07-28 17:48:36 -04003307#: e2fsck/util.c:190
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003308msgid "nN"
3309msgstr "nN"
3310
Eric Sandeen032eafe2012-07-28 17:48:36 -04003311#: e2fsck/util.c:204
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003312msgid "<y>"
3313msgstr "<s>"
3314
Eric Sandeen032eafe2012-07-28 17:48:36 -04003315#: e2fsck/util.c:206
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003316msgid "<n>"
3317msgstr "<n>"
3318
Eric Sandeen032eafe2012-07-28 17:48:36 -04003319#: e2fsck/util.c:208
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003320msgid " (y/n)"
3321msgstr " (s/n)"
3322
Eric Sandeen032eafe2012-07-28 17:48:36 -04003323#: e2fsck/util.c:222
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003324msgid "cancelled!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003325msgstr "¡cancelado!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003326
Eric Sandeen032eafe2012-07-28 17:48:36 -04003327#: e2fsck/util.c:237
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003328msgid "yes\n"
3329msgstr "si\n"
3330
Eric Sandeen032eafe2012-07-28 17:48:36 -04003331#: e2fsck/util.c:239
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003332msgid "no\n"
3333msgstr "no\n"
3334
Eric Sandeen032eafe2012-07-28 17:48:36 -04003335#: e2fsck/util.c:249
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003336#, c-format
3337msgid ""
3338"%s? no\n"
3339"\n"
3340msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003341"¿%s? no\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003342"\n"
3343
Eric Sandeen032eafe2012-07-28 17:48:36 -04003344#: e2fsck/util.c:253
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003345#, c-format
3346msgid ""
3347"%s? yes\n"
3348"\n"
3349msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003350"¿%s? si\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003351"\n"
3352
Eric Sandeen032eafe2012-07-28 17:48:36 -04003353#: e2fsck/util.c:257
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003354msgid "yes"
3355msgstr "si"
3356
Eric Sandeen032eafe2012-07-28 17:48:36 -04003357#: e2fsck/util.c:257
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003358msgid "no"
3359msgstr "no"
3360
Eric Sandeen032eafe2012-07-28 17:48:36 -04003361#: e2fsck/util.c:272
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003362#, c-format
3363msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003364msgstr "e2fsck_read_bitmaps: bloque(s) ilegal(es) de mapas de bits para %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003365
Eric Sandeen032eafe2012-07-28 17:48:36 -04003366#: e2fsck/util.c:277
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003367msgid "reading inode and block bitmaps"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003368msgstr "leyendo los mapas de bits del nodo-i y del bloque"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003369
Eric Sandeen032eafe2012-07-28 17:48:36 -04003370#: e2fsck/util.c:285
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003371#, c-format
3372msgid "while retrying to read bitmaps for %s"
3373msgstr "mientras se intentaban leer los mapas de bits para %s"
3374
Eric Sandeen032eafe2012-07-28 17:48:36 -04003375#: e2fsck/util.c:297
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003376#, fuzzy
3377msgid "writing block and inode bitmaps"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003378msgstr "escribiendo los mapas de bits del bloque"
3379
Eric Sandeen032eafe2012-07-28 17:48:36 -04003380#: e2fsck/util.c:302
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003381#, fuzzy, c-format
3382msgid "while rewriting block and inode bitmaps for %s"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003383msgstr ""
3384"mientras se reintentaba escribir los mapas de bits de los nodos-i para %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003385
Eric Sandeen032eafe2012-07-28 17:48:36 -04003386#: e2fsck/util.c:314
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003387#, c-format
3388msgid ""
3389"\n"
3390"\n"
3391"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3392"\t(i.e., without -a or -p options)\n"
3393msgstr ""
3394"\n"
3395"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003396"%s: INCONSISTENCIA INESPERADA; EJECUTE fsck MANUALMENTE.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003397"(i.e., sin las opciones -a o -p)\n"
3398
Eric Sandeen032eafe2012-07-28 17:48:36 -04003399#: e2fsck/util.c:395
3400#, fuzzy, c-format
3401msgid "Memory used: %luk/%luk (%luk/%luk), "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003402msgstr "Memoria utilizada: %dk/%dk (%dk/%dk), "
3403
Eric Sandeen032eafe2012-07-28 17:48:36 -04003404#: e2fsck/util.c:399
3405#, fuzzy, c-format
3406msgid "Memory used: %lu, "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003407msgstr "Memoria utilizada: %d, "
3408
Eric Sandeen032eafe2012-07-28 17:48:36 -04003409#: e2fsck/util.c:406
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003410#, c-format
3411msgid "time: %5.2f/%5.2f/%5.2f\n"
3412msgstr "fecha: %5.2f/%5.2f/%5.2f\n"
3413
Eric Sandeen032eafe2012-07-28 17:48:36 -04003414#: e2fsck/util.c:411
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003415#, c-format
3416msgid "elapsed time: %6.3f\n"
3417msgstr "tiempo transcurrido: %6.3f\n"
3418
Eric Sandeen032eafe2012-07-28 17:48:36 -04003419#: e2fsck/util.c:446 e2fsck/util.c:460
3420#, fuzzy, c-format
3421msgid "while reading inode %lu in %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003422msgstr "mientras se leía el nodo-i %ld en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003423
Eric Sandeen032eafe2012-07-28 17:48:36 -04003424#: e2fsck/util.c:474 e2fsck/util.c:487
3425#, fuzzy, c-format
3426msgid "while writing inode %lu in %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003427msgstr "mientras se escribía el nodo-i %ld en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003428
Eric Sandeen032eafe2012-07-28 17:48:36 -04003429#: e2fsck/util.c:636
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003430msgid "while allocating zeroizing buffer"
3431msgstr "mientras se reservaba el búfer relleno con ceros"
3432
Eric Sandeen032eafe2012-07-28 17:48:36 -04003433#: e2fsck/util.c:788
3434msgid ""
3435"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3436"running.\n"
3437msgstr ""
3438
3439#: misc/badblocks.c:69
3440#, fuzzy
3441msgid "done \n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003442msgstr "hecho \n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003443
Eric Sandeen032eafe2012-07-28 17:48:36 -04003444#: misc/badblocks.c:93
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003445#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003446msgid ""
3447"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003448" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3449"max_bad_blocks]\n"
3450" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3451" device [last_block [first_block]]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003452msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003453"Modo de empleo: %s [-b tamaño_del_bloque] [-i fichero_de_entrada] [-svwnf]\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003454" [-c bloques_a_la_vez] [-p núm_de_pasos] [-t patrón_de_prueba [-t "
3455"patrón_de_prueba \n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003456" [...]]]\n"
3457" dispositivo [bloque_final [bloque_inicial]]\n"
3458
Eric Sandeen032eafe2012-07-28 17:48:36 -04003459#: misc/badblocks.c:104
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003460#, c-format
3461msgid ""
3462"%s: The -n and -w options are mutually exclusive.\n"
3463"\n"
3464msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003465"%s: Las opciones -n y -w se excluyen mutuamente.\n"
3466"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003467
Eric Sandeen032eafe2012-07-28 17:48:36 -04003468#: misc/badblocks.c:219
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003469#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003470msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003471msgstr ""
3472
Eric Sandeen032eafe2012-07-28 17:48:36 -04003473#: misc/badblocks.c:322
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003474msgid "Testing with random pattern: "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003475msgstr "Probando con un patrón aleatorio: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003476
Eric Sandeen032eafe2012-07-28 17:48:36 -04003477#: misc/badblocks.c:340
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003478msgid "Testing with pattern 0x"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003479msgstr "Probando con el patrón 0x"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003480
Eric Sandeen032eafe2012-07-28 17:48:36 -04003481#: misc/badblocks.c:372 misc/badblocks.c:445
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003482msgid "during seek"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003483msgstr "durante la búsqueda"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003484
Eric Sandeen032eafe2012-07-28 17:48:36 -04003485#: misc/badblocks.c:383
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003486#, c-format
3487msgid "Weird value (%ld) in do_read\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003488msgstr "Valor extraño (%ld) en do_read\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003489
Eric Sandeen032eafe2012-07-28 17:48:36 -04003490#: misc/badblocks.c:469
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003491msgid "during ext2fs_sync_device"
3492msgstr "durante el ext2fs_sync_device"
3493
Eric Sandeen032eafe2012-07-28 17:48:36 -04003494#: misc/badblocks.c:489 misc/badblocks.c:749
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003495msgid "while beginning bad block list iteration"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003496msgstr "mientras se comenzaba la iteración en la lista de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003497
Eric Sandeen032eafe2012-07-28 17:48:36 -04003498#: misc/badblocks.c:503 misc/badblocks.c:602 misc/badblocks.c:759
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003499msgid "while allocating buffers"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003500msgstr "mientras se reservaban los búferes"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003501
Eric Sandeen032eafe2012-07-28 17:48:36 -04003502#: misc/badblocks.c:507
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003503#, c-format
3504msgid "Checking blocks %lu to %lu\n"
3505msgstr "Revisando los bloques del %lu al %lu\n"
3506
Eric Sandeen032eafe2012-07-28 17:48:36 -04003507#: misc/badblocks.c:512
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003508msgid "Checking for bad blocks in read-only mode\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003509msgstr "Revisando los bloques dañados en modo de sólo lectura\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003510
Eric Sandeen032eafe2012-07-28 17:48:36 -04003511#: misc/badblocks.c:521
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003512msgid "Checking for bad blocks (read-only test): "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003513msgstr "Se están revisando los bloques dañados (prueba de sólo lectura): "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003514
Eric Sandeen032eafe2012-07-28 17:48:36 -04003515#: misc/badblocks.c:528 misc/badblocks.c:634 misc/badblocks.c:676
3516#: misc/badblocks.c:822
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003517msgid "Too many bad blocks, aborting test\n"
3518msgstr ""
3519
Eric Sandeen032eafe2012-07-28 17:48:36 -04003520#: misc/badblocks.c:609
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003521msgid "Checking for bad blocks in read-write mode\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003522msgstr "Se están revisando los bloques dañados en modo de lectura-escritura\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003523
Eric Sandeen032eafe2012-07-28 17:48:36 -04003524#: misc/badblocks.c:611 misc/badblocks.c:772
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003525#, c-format
3526msgid "From block %lu to %lu\n"
3527msgstr "Del bloque %lu al %lu\n"
3528
Eric Sandeen032eafe2012-07-28 17:48:36 -04003529#: misc/badblocks.c:666
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003530msgid "Reading and comparing: "
3531msgstr "Leyendo y comparando: "
3532
Eric Sandeen032eafe2012-07-28 17:48:36 -04003533#: misc/badblocks.c:771
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003534msgid "Checking for bad blocks in non-destructive read-write mode\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003535msgstr ""
3536"Revisando los bloques dañados en modo lectura-escritura no destructivo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003537
Eric Sandeen032eafe2012-07-28 17:48:36 -04003538#: misc/badblocks.c:777
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003539msgid "Checking for bad blocks (non-destructive read-write test)\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003540msgstr ""
3541"Revisando los bloques dañados (prueba de lectura-escritura no destructiva)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003542
Eric Sandeen032eafe2012-07-28 17:48:36 -04003543#: misc/badblocks.c:784
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003544msgid ""
3545"\n"
3546"Interrupt caught, cleaning up\n"
3547msgstr ""
3548"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003549"Se interceptó una interrupción, se limpia todo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003550
Eric Sandeen032eafe2012-07-28 17:48:36 -04003551#: misc/badblocks.c:867
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003552#, c-format
3553msgid "during test data write, block %lu"
3554msgstr "durante la prueba de escritura de datos del bloque %lu"
3555
Eric Sandeen032eafe2012-07-28 17:48:36 -04003556#: misc/badblocks.c:988 misc/util.c:152
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003557#, c-format
3558msgid "%s is mounted; "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003559msgstr "%s está montado; "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003560
Eric Sandeen032eafe2012-07-28 17:48:36 -04003561#: misc/badblocks.c:990
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003562msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003563msgstr ""
3564"los bloques dañados se fuerzan de todas formas. Se cree que /etc/mtab esté "
3565"incorrecto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003566
Eric Sandeen032eafe2012-07-28 17:48:36 -04003567#: misc/badblocks.c:995
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003568msgid "it's not safe to run badblocks!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003569msgstr "¡No es seguro ejecutar los bloques dañados!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003570
Eric Sandeen032eafe2012-07-28 17:48:36 -04003571#: misc/badblocks.c:1000 misc/util.c:163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003572#, c-format
3573msgid "%s is apparently in use by the system; "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003574msgstr "%s está aparentemente en uso por el sistema; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003575
Eric Sandeen032eafe2012-07-28 17:48:36 -04003576#: misc/badblocks.c:1003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003577msgid "badblocks forced anyway.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003578msgstr "los bloques dañados se fuerzan de todas formas.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003579
Eric Sandeen032eafe2012-07-28 17:48:36 -04003580#: misc/badblocks.c:1023
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003581#, fuzzy, c-format
3582msgid "invalid %s - %s"
3583msgstr "tamaño del bloque inválido - %s"
3584
Eric Sandeen032eafe2012-07-28 17:48:36 -04003585#: misc/badblocks.c:1133
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003586#, c-format
3587msgid "can't allocate memory for test_pattern - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003588msgstr "no se puede reservar memoria para el patrón_de_prueba - %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003589
Eric Sandeen032eafe2012-07-28 17:48:36 -04003590#: misc/badblocks.c:1163
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003591msgid "Maximum of one test_pattern may be specified in read-only mode"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003592msgstr ""
3593"Sólo un máximo de un patrón_de_prueba puede ser especificado en modo sólo "
3594"lectura"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003595
Eric Sandeen032eafe2012-07-28 17:48:36 -04003596#: misc/badblocks.c:1169
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003597msgid "Random test_pattern is not allowed in read-only mode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003598msgstr "El patrón_de_prueba aleatorio no está permitido en modo sólo lectura"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003599
Eric Sandeen032eafe2012-07-28 17:48:36 -04003600#: misc/badblocks.c:1183
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003601msgid ""
3602"Couldn't determine device size; you must specify\n"
3603"the size manually\n"
3604msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003605"No se puede determinar el tamaño del dispositivo; se debe especificar\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003606"de forma manual\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003607
Eric Sandeen032eafe2012-07-28 17:48:36 -04003608#: misc/badblocks.c:1189
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003609msgid "while trying to determine device size"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003610msgstr "mientras se intentaba determinar el tamaño del dispositivo"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003611
Eric Sandeen032eafe2012-07-28 17:48:36 -04003612#: misc/badblocks.c:1194
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003613#, fuzzy
3614msgid "last block"
3615msgstr "Reubicando bloques"
3616
Eric Sandeen032eafe2012-07-28 17:48:36 -04003617#: misc/badblocks.c:1200
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003618#, fuzzy
3619msgid "first block"
3620msgstr "Primer bloque de datos=%u\n"
3621
Eric Sandeen032eafe2012-07-28 17:48:36 -04003622#: misc/badblocks.c:1203
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003623#, fuzzy, c-format
3624msgid "invalid starting block (%lu): must be less than %lu"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003625msgstr "bloque inicial no válido (%d): debe ser menos que %lu"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003626
Eric Sandeen032eafe2012-07-28 17:48:36 -04003627#: misc/badblocks.c:1259
Theodore Ts'o197abba2005-06-20 18:00:23 -04003628msgid "while creating in-memory bad blocks list"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003629msgstr "cuando se creaba la lista de bloques dañados en memoria"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003630
Eric Sandeen032eafe2012-07-28 17:48:36 -04003631#: misc/badblocks.c:1274
Theodore Ts'o197abba2005-06-20 18:00:23 -04003632msgid "while adding to in-memory bad block list"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003633msgstr "cuando se añadía a la lista de bloques dañados en memoria"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003634
Eric Sandeen032eafe2012-07-28 17:48:36 -04003635#: misc/badblocks.c:1298
3636#, fuzzy, c-format
3637msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003638msgstr "Paso terminado, se encontraron %u bloques dañados.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003639
Eric Sandeen032eafe2012-07-28 17:48:36 -04003640#: misc/chattr.c:86
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003641#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003642msgid "Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003643msgstr "modo de empleo: %s [-RV] [-+=AacDdijsSu] [-v versión] ficheros...\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003644
Eric Sandeen032eafe2012-07-28 17:48:36 -04003645#: misc/chattr.c:154
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003646#, c-format
3647msgid "bad version - %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003648msgstr "versión incorrecta - %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003649
Eric Sandeen032eafe2012-07-28 17:48:36 -04003650#: misc/chattr.c:201 misc/lsattr.c:116
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003651#, c-format
3652msgid "while trying to stat %s"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003653msgstr "mientras se intentaba ver el estado del fichero %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003654
Eric Sandeen032eafe2012-07-28 17:48:36 -04003655#: misc/chattr.c:208
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003656#, c-format
3657msgid "while reading flags on %s"
3658msgstr "mientras se estaban leyendo las banderas en %s"
3659
Eric Sandeen032eafe2012-07-28 17:48:36 -04003660#: misc/chattr.c:217 misc/chattr.c:236
3661#, fuzzy, c-format
3662msgid "Clearing extent flag not supported on %s"
3663msgstr ""
3664"No se soporta desactivar la característica '%s' del sistema de ficheros.\n"
3665
3666#: misc/chattr.c:222 misc/chattr.c:241
3667#, c-format
3668msgid "Flags of %s set as "
3669msgstr "Las banderas de %s están puestas como "
3670
3671#: misc/chattr.c:250
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003672#, c-format
3673msgid "while setting flags on %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003674msgstr "mientras se ponían las banderas en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003675
Eric Sandeen032eafe2012-07-28 17:48:36 -04003676#: misc/chattr.c:258
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003677#, c-format
3678msgid "Version of %s set as %lu\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003679msgstr "La versión de %s está puesta como %lu\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003680
Eric Sandeen032eafe2012-07-28 17:48:36 -04003681#: misc/chattr.c:262
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003682#, c-format
3683msgid "while setting version on %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003684msgstr "mientras se estaba poniendo la versión en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003685
Eric Sandeen032eafe2012-07-28 17:48:36 -04003686#: misc/chattr.c:282
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003687#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003688msgid "Couldn't allocate path variable in chattr_dir_proc"
3689msgstr "No se puede reservar la variable de ruta en chattr_dir_proc"
3690
Eric Sandeen032eafe2012-07-28 17:48:36 -04003691#: misc/chattr.c:322
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003692msgid "= is incompatible with - and +\n"
3693msgstr "= es incompatible con - y +\n"
3694
Eric Sandeen032eafe2012-07-28 17:48:36 -04003695#: misc/chattr.c:330
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003696msgid "Must use '-v', =, - or +\n"
3697msgstr "Se debe usar '-v', =, - o +\n"
3698
Eric Sandeen032eafe2012-07-28 17:48:36 -04003699#: misc/dumpe2fs.c:55
3700#, fuzzy, c-format
3701msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003702msgstr ""
3703"Modo de empleo: %s [-bfhixV] [-ob superbloque] [-oB tamañodelbloque] "
3704"dispositivo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003705
Eric Sandeen032eafe2012-07-28 17:48:36 -04003706#: misc/dumpe2fs.c:159
3707#, fuzzy
3708msgid "blocks"
3709msgstr "bbloque"
3710
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003711#: misc/dumpe2fs.c:168
Eric Sandeen032eafe2012-07-28 17:48:36 -04003712msgid "clusters"
3713msgstr ""
3714
3715#: misc/dumpe2fs.c:196
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003716#, c-format
3717msgid "Group %lu: (Blocks "
3718msgstr "Grupo %lu: (Bloques "
3719
Eric Sandeen032eafe2012-07-28 17:48:36 -04003720#: misc/dumpe2fs.c:204
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003721#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003722msgid " Checksum 0x%04x"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003723msgstr ""
3724
Eric Sandeen032eafe2012-07-28 17:48:36 -04003725#: misc/dumpe2fs.c:206
3726#, c-format
3727msgid " (EXPECTED 0x%04x)"
3728msgstr ""
3729
3730#: misc/dumpe2fs.c:207
3731#, fuzzy, c-format
3732msgid ", unused inodes %u\n"
3733msgstr "número de los nodos-i inválido - %s"
3734
3735#: misc/dumpe2fs.c:212
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003736#, c-format
3737msgid " %s superblock at "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003738msgstr " %s superbloque en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003739
Eric Sandeen032eafe2012-07-28 17:48:36 -04003740#: misc/dumpe2fs.c:213
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003741msgid "Primary"
3742msgstr "Primario"
3743
Eric Sandeen032eafe2012-07-28 17:48:36 -04003744#: misc/dumpe2fs.c:213
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003745msgid "Backup"
3746msgstr "Respaldo"
3747
Eric Sandeen032eafe2012-07-28 17:48:36 -04003748#: misc/dumpe2fs.c:217
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003749#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003750msgid ", Group descriptors at "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003751msgstr ", descriptores de grupo en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003752
Eric Sandeen032eafe2012-07-28 17:48:36 -04003753#: misc/dumpe2fs.c:221
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003754#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003755msgid ""
3756"\n"
3757" Reserved GDT blocks at "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003758msgstr ""
3759"\n"
3760" Se reservaron los bloques GDT en "
Theodore Ts'obc759702005-05-09 20:40:55 -04003761
Eric Sandeen032eafe2012-07-28 17:48:36 -04003762#: misc/dumpe2fs.c:228
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003763#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003764msgid " Group descriptor at "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003765msgstr " Descriptor de grupo en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003766
Eric Sandeen032eafe2012-07-28 17:48:36 -04003767#: misc/dumpe2fs.c:234
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003768msgid " Block bitmap at "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003769msgstr " Mapa de bits de bloque en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003770
Eric Sandeen032eafe2012-07-28 17:48:36 -04003771#: misc/dumpe2fs.c:238
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003772msgid ", Inode bitmap at "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003773msgstr ", mapa de bits de nodo-i en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003774
Eric Sandeen032eafe2012-07-28 17:48:36 -04003775#: misc/dumpe2fs.c:242
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003776msgid ""
3777"\n"
3778" Inode table at "
3779msgstr ""
3780"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003781" tabla de nodos-i en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003782
Eric Sandeen032eafe2012-07-28 17:48:36 -04003783#: misc/dumpe2fs.c:248
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003784#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003785msgid ""
3786"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003787" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003788msgstr ""
3789"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003790" %d bloques libres, %d nodos-i libres, % directorios\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003791
Eric Sandeen032eafe2012-07-28 17:48:36 -04003792#: misc/dumpe2fs.c:255
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003793#, c-format
3794msgid ", %u unused inodes\n"
3795msgstr ""
3796
Eric Sandeen032eafe2012-07-28 17:48:36 -04003797#: misc/dumpe2fs.c:258
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003798msgid " Free blocks: "
3799msgstr " Bloques libres: "
3800
Eric Sandeen032eafe2012-07-28 17:48:36 -04003801#: misc/dumpe2fs.c:269
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003802msgid " Free inodes: "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003803msgstr " Nodos-i libres: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003804
Eric Sandeen032eafe2012-07-28 17:48:36 -04003805#: misc/dumpe2fs.c:300
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003806msgid "while printing bad block list"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003807msgstr "mientras se imprimía la lista de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003808
Eric Sandeen032eafe2012-07-28 17:48:36 -04003809#: misc/dumpe2fs.c:306
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003810#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003811msgid "Bad blocks: %u"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003812msgstr "Bloques dañados: %u"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003813
Eric Sandeen032eafe2012-07-28 17:48:36 -04003814#: misc/dumpe2fs.c:333 misc/tune2fs.c:302
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003815msgid "while reading journal inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003816msgstr "mientras se leía el nodo-i del fichero de transacciones"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003817
Eric Sandeen032eafe2012-07-28 17:48:36 -04003818#: misc/dumpe2fs.c:339
3819#, fuzzy
3820msgid "while opening journal inode"
3821msgstr "mientras se leía el nodo-i del fichero de transacciones"
3822
3823#: misc/dumpe2fs.c:345
3824#, fuzzy
3825msgid "while reading journal super block"
3826msgstr "mientras se leía el superbloque del fichero de transacciones"
3827
3828#: misc/dumpe2fs.c:355
3829#, fuzzy, c-format
3830msgid "Journal features: "
3831msgstr "Usuarios del fichero de transacciones: %s\n"
3832
3833#: misc/dumpe2fs.c:368
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003834msgid "Journal size: "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003835msgstr "Tamaño de fichero de transacciones: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003836
Eric Sandeen032eafe2012-07-28 17:48:36 -04003837#: misc/dumpe2fs.c:379
3838#, fuzzy, c-format
3839msgid ""
3840"Journal length: %u\n"
3841"Journal sequence: 0x%08x\n"
3842"Journal start: %u\n"
3843msgstr ""
3844"\n"
3845"Tamaño del bloque del fichero de transacciones: %u\n"
3846"Longitud del fichero de transacciones: %u\n"
3847"Primer bloque del fichero de transacciones: %u\n"
3848"Secuencia del fichero de transacciones: 0x%08x\n"
3849"Inicio del fichero de transacciones: %u\n"
3850"Número de usuarios del fichero de transacciones: %u\n"
3851
3852#: misc/dumpe2fs.c:386
3853#, fuzzy, c-format
3854msgid "Journal errno: %d\n"
3855msgstr "Usuarios del fichero de transacciones: %s\n"
3856
3857#: misc/dumpe2fs.c:401 misc/tune2fs.c:218
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003858msgid "while reading journal superblock"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003859msgstr "mientras se leía el superbloque del fichero de transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003860
Eric Sandeen032eafe2012-07-28 17:48:36 -04003861#: misc/dumpe2fs.c:409
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003862msgid "Couldn't find journal superblock magic numbers"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003863msgstr ""
3864"No se pueden encontrar los números mágicos del superbloque del fichero de "
3865"transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003866
Eric Sandeen032eafe2012-07-28 17:48:36 -04003867#: misc/dumpe2fs.c:413
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003868#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003869msgid ""
3870"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003871"Journal block size: %u\n"
3872"Journal length: %u\n"
3873"Journal first block: %u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003874"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003875"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003876"Journal number of users: %u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003877msgstr ""
3878"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003879"Tamaño del bloque del fichero de transacciones: %u\n"
3880"Longitud del fichero de transacciones: %u\n"
3881"Primer bloque del fichero de transacciones: %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003882"Secuencia del fichero de transacciones: 0x%08x\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003883"Inicio del fichero de transacciones: %u\n"
3884"Número de usuarios del fichero de transacciones: %u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003885
Eric Sandeen032eafe2012-07-28 17:48:36 -04003886#: misc/dumpe2fs.c:426
Theodore Ts'o197abba2005-06-20 18:00:23 -04003887#, c-format
3888msgid "Journal users: %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003889msgstr "Usuarios del fichero de transacciones: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003890
Eric Sandeen032eafe2012-07-28 17:48:36 -04003891#: misc/dumpe2fs.c:442 misc/mke2fs.c:662 misc/tune2fs.c:1137
Theodore Ts'o8f741372008-02-28 21:47:05 -05003892#, c-format
3893msgid "Couldn't allocate memory to parse options!\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003894msgstr ""
3895"¡No se puede reservar memoria para analizar sintácticamente las opciones!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003896
Eric Sandeen032eafe2012-07-28 17:48:36 -04003897#: misc/dumpe2fs.c:468
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003898#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003899msgid "Invalid superblock parameter: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003900msgstr "Parámetro de superbloque no válido: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003901
Eric Sandeen032eafe2012-07-28 17:48:36 -04003902#: misc/dumpe2fs.c:483
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003903#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003904msgid "Invalid blocksize parameter: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003905msgstr "Parámetro de tamaño del bloque no válido: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003906
Eric Sandeen032eafe2012-07-28 17:48:36 -04003907#: misc/dumpe2fs.c:494
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003908#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003909msgid ""
3910"\n"
3911"Bad extended option(s) specified: %s\n"
3912"\n"
3913"Extended options are separated by commas, and may take an argument which\n"
3914"\tis set off by an equals ('=') sign.\n"
3915"\n"
3916"Valid extended options are:\n"
3917"\tsuperblock=<superblock number>\n"
3918"\tblocksize=<blocksize>\n"
3919msgstr ""
3920"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003921"Las opciones especificadas son incorrectas: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003922"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003923"Opciones extendidas deben estar separadas por comas, y pueden tomar un\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003924"\targumento que se ajusta con un signo de igual ('=').\n"
3925"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003926"Las opciones extendidas válidas son:\n"
3927"\tsuperblock=<número_del_superbloque>\n"
3928"\tblocksize=<tamaño_del_bloque>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003929
Eric Sandeen032eafe2012-07-28 17:48:36 -04003930#: misc/dumpe2fs.c:554 misc/mke2fs.c:1525
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003931#, c-format
3932msgid "\tUsing %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003933msgstr "\tSe emplea %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003934
Eric Sandeen032eafe2012-07-28 17:48:36 -04003935#: misc/dumpe2fs.c:590 misc/e2image.c:1309 misc/tune2fs.c:1923
3936#: resize/main.c:305
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003937#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003938msgid "Couldn't find valid filesystem superblock.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003939msgstr ""
3940"No se pudo encontrar un superbloque válido para el sistema de ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003941
Eric Sandeen032eafe2012-07-28 17:48:36 -04003942#: misc/dumpe2fs.c:618
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003943#, c-format
3944msgid ""
3945"\n"
3946"%s: %s: error reading bitmaps: %s\n"
3947msgstr ""
3948"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003949"%s: %s: error al leer los mapas de bits: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003950
Eric Sandeen032eafe2012-07-28 17:48:36 -04003951#: misc/e2image.c:87
3952#, fuzzy, c-format
3953msgid "Usage: %s [-rsIQ] device image_file\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003954msgstr "Modo de empleo: %s [-rsI] dispositivo fichero_de_imagen\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003955
Eric Sandeen032eafe2012-07-28 17:48:36 -04003956#: misc/e2image.c:135
3957#, c-format
3958msgid "Error: header size is bigger than wrt_size\n"
3959msgstr ""
3960
3961#: misc/e2image.c:141
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003962msgid "Couldn't allocate header buffer\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003963msgstr "No se puede reservar el búfer del encabezado\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003964
Eric Sandeen032eafe2012-07-28 17:48:36 -04003965#: misc/e2image.c:171
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003966msgid "while writing superblock"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003967msgstr "mientras se escribía el superbloque"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003968
Eric Sandeen032eafe2012-07-28 17:48:36 -04003969#: misc/e2image.c:179
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003970msgid "while writing inode table"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003971msgstr "mientras se escribía la tabla de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003972
Eric Sandeen032eafe2012-07-28 17:48:36 -04003973#: misc/e2image.c:186
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003974msgid "while writing block bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003975msgstr "mientras se escribía el mapa de bits del bloque"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003976
Eric Sandeen032eafe2012-07-28 17:48:36 -04003977#: misc/e2image.c:193
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003978msgid "while writing inode bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003979msgstr "mientras se escribía el mapa de bits del nodo-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003980
Eric Sandeen032eafe2012-07-28 17:48:36 -04003981#: misc/e2image.c:1341
3982#, c-format
3983msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
3984msgstr ""
3985
3986#: misc/e2label.c:58
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003987#, c-format
3988msgid "e2label: cannot open %s\n"
3989msgstr "e2label: no se puede abrir %s\n"
3990
Eric Sandeen032eafe2012-07-28 17:48:36 -04003991#: misc/e2label.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003992#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003993msgid "e2label: cannot seek to superblock\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003994msgstr "e2label: no se puede buscar al superbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003995
Eric Sandeen032eafe2012-07-28 17:48:36 -04003996#: misc/e2label.c:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003997#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003998msgid "e2label: error reading superblock\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003999msgstr "e2label: error leyendo el superbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004000
Eric Sandeen032eafe2012-07-28 17:48:36 -04004001#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004002#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004003msgid "e2label: not an ext2 filesystem\n"
4004msgstr "e2label: no es un sistema de ficheros ext2\n"
4005
Eric Sandeen032eafe2012-07-28 17:48:36 -04004006#: misc/e2label.c:97 misc/tune2fs.c:2074
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004007#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004008msgid "Warning: label too long, truncating.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004009msgstr "Atención: la etiqueta es muy larga, se trunca.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004010
Eric Sandeen032eafe2012-07-28 17:48:36 -04004011#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004012#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004013msgid "e2label: cannot seek to superblock again\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004014msgstr "e2label: de nuevo, no se puede encontrar al superbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004015
Eric Sandeen032eafe2012-07-28 17:48:36 -04004016#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004017#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004018msgid "e2label: error writing superblock\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004019msgstr "e2label: error al escribir el superbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004020
Eric Sandeen032eafe2012-07-28 17:48:36 -04004021#: misc/e2label.c:117 misc/tune2fs.c:803
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004022#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004023msgid "Usage: e2label device [newlabel]\n"
4024msgstr "Modo de empleo: e2label dispositivo [nuevabandera]\n"
4025
Eric Sandeen032eafe2012-07-28 17:48:36 -04004026#: misc/e2undo.c:36
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004027#, c-format
4028msgid "Usage: %s <transaction file> <filesystem>\n"
4029msgstr ""
4030
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004031#: misc/e2undo.c:52
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004032#, fuzzy
4033msgid "Failed to read the file system data \n"
4034msgstr "Falla al crear el iterador dirs_to_hash: %m"
4035
Eric Sandeen032eafe2012-07-28 17:48:36 -04004036#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004037#, c-format
4038msgid "Failed tdb_fetch %s\n"
4039msgstr ""
4040
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004041#: misc/e2undo.c:70
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004042#, c-format
4043msgid "The file system Mount time didn't match %u\n"
4044msgstr ""
4045
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004046#: misc/e2undo.c:89
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004047msgid "The file system UUID didn't match \n"
4048msgstr ""
4049
Eric Sandeen032eafe2012-07-28 17:48:36 -04004050#: misc/e2undo.c:163
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004051#, fuzzy, c-format
4052msgid "Failed tdb_open %s\n"
4053msgstr "mientras se abría %s"
4054
Eric Sandeen032eafe2012-07-28 17:48:36 -04004055#: misc/e2undo.c:169
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004056#, fuzzy, c-format
4057msgid "Error while determining whether %s is mounted.\n"
4058msgstr "mientras se determinaba si %s está montado."
4059
Eric Sandeen032eafe2012-07-28 17:48:36 -04004060#: misc/e2undo.c:175
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004061msgid "e2undo should only be run on unmounted file system\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004062msgstr ""
4063
Eric Sandeen032eafe2012-07-28 17:48:36 -04004064#: misc/e2undo.c:184
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004065#, fuzzy, c-format
4066msgid "Failed to open %s\n"
4067msgstr "mientras se intentaba abrir %s"
4068
Eric Sandeen032eafe2012-07-28 17:48:36 -04004069#: misc/e2undo.c:210
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004070#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004071msgid "Replayed transaction of size %zd at location %llu\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004072msgstr ""
4073
Eric Sandeen032eafe2012-07-28 17:48:36 -04004074#: misc/e2undo.c:216
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004075#, c-format
4076msgid "Failed write %s\n"
4077msgstr ""
4078
Eric Sandeen032eafe2012-07-28 17:48:36 -04004079#: misc/fsck.c:343
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004080#, c-format
4081msgid "WARNING: couldn't open %s: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004082msgstr "ATENCIÓN: no se puede abrir %s: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004083
Eric Sandeen032eafe2012-07-28 17:48:36 -04004084#: misc/fsck.c:353
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004085#, c-format
4086msgid "WARNING: bad format on line %d of %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004087msgstr "ATENCIÓN: formato incorrecto en la línea %d de %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004088
Eric Sandeen032eafe2012-07-28 17:48:36 -04004089#: misc/fsck.c:370
4090#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004091msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004092"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004093"\tfield. I will kludge around things for you, but you\n"
4094"\tshould fix your /etc/fstab file as soon as you can.\n"
4095"\n"
4096msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004097"\a\a\aATENCIÓN: El /etc/fstab no contiene el campo passno fsck.\n"
4098"Se intentará hacer un truco, pero se debería arreglar el \n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004099"fichero /etc/fstab tan pronto como sea posible.\n"
4100"\n"
4101
Eric Sandeen032eafe2012-07-28 17:48:36 -04004102#: misc/fsck.c:478
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004103#, c-format
4104msgid "fsck: %s: not found\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004105msgstr "fsck: %s: no se encontró\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004106
Eric Sandeen032eafe2012-07-28 17:48:36 -04004107#: misc/fsck.c:594
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004108#, c-format
4109msgid "%s: wait: No more child process?!?\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004110msgstr "%s: espera: ¿¡¿No hay más procesos hijos?!?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004111
Eric Sandeen032eafe2012-07-28 17:48:36 -04004112#: misc/fsck.c:616
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004113#, c-format
4114msgid "Warning... %s for device %s exited with signal %d.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004115msgstr "Atención... %s para el dispositivo %s que finalizó con la señal %d.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004116
Eric Sandeen032eafe2012-07-28 17:48:36 -04004117#: misc/fsck.c:622
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004118#, c-format
4119msgid "%s %s: status is %x, should never happen.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004120msgstr "%s %s: el estatus es %x, y nunca debió haber sucedido.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004121
Eric Sandeen032eafe2012-07-28 17:48:36 -04004122#: misc/fsck.c:661
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004123#, c-format
4124msgid "Finished with %s (exit status %d)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004125msgstr "Se finaliza con %s (estado de salida %d)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004126
Eric Sandeen032eafe2012-07-28 17:48:36 -04004127#: misc/fsck.c:721
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004128#, c-format
4129msgid "%s: Error %d while executing fsck.%s for %s\n"
4130msgstr "%s: Error %d mientras se ejecutaba fsck. %s para %s\n"
4131
Eric Sandeen032eafe2012-07-28 17:48:36 -04004132#: misc/fsck.c:742
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004133msgid ""
4134"Either all or none of the filesystem types passed to -t must be prefixed\n"
4135"with 'no' or '!'.\n"
4136msgstr ""
4137"Puede ser que todos o ninguno de los tipos de sistemas de ficheros que se \n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004138"pasaron con -t deban estar con el prefijo 'no' o '!0.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004139
Eric Sandeen032eafe2012-07-28 17:48:36 -04004140#: misc/fsck.c:761
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004141msgid "Couldn't allocate memory for filesystem types\n"
4142msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
4143
Eric Sandeen032eafe2012-07-28 17:48:36 -04004144#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004145#, c-format
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004146msgid ""
4147"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4148"number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004149msgstr ""
4150
Eric Sandeen032eafe2012-07-28 17:48:36 -04004151#: misc/fsck.c:911
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004152#, c-format
4153msgid "fsck: cannot check %s: fsck.%s not found\n"
4154msgstr "fsck: no se puede verificar %s: fsck.%s no se encuentra\n"
4155
Eric Sandeen032eafe2012-07-28 17:48:36 -04004156#: misc/fsck.c:967
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004157msgid "Checking all file systems.\n"
4158msgstr "Revisando todos los sistemas de ficheros.\n"
4159
Eric Sandeen032eafe2012-07-28 17:48:36 -04004160#: misc/fsck.c:1058
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004161#, c-format
4162msgid "--waiting-- (pass %d)\n"
4163msgstr "--esperando-- (paso %d)\n"
4164
Eric Sandeen032eafe2012-07-28 17:48:36 -04004165#: misc/fsck.c:1078
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004166msgid ""
4167"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004168msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004169"Modo de empleo: fsck [-AMNPRTV] [ -C [ fd ] ] [-t tipo_de_sf]\n"
4170" [opciones_de_sf] [sistema_de_ficheros ...]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004171
Eric Sandeen032eafe2012-07-28 17:48:36 -04004172#: misc/fsck.c:1120
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004173#, c-format
4174msgid "%s: too many devices\n"
4175msgstr "%s: demasiados dispositivos\n"
4176
Eric Sandeen032eafe2012-07-28 17:48:36 -04004177#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004178#, c-format
4179msgid "%s: too many arguments\n"
4180msgstr "%s: demasiados argumentos\n"
4181
Eric Sandeen032eafe2012-07-28 17:48:36 -04004182#: misc/lsattr.c:74
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004183#, c-format
4184msgid "Usage: %s [-RVadlv] [files...]\n"
4185msgstr "Modo de empleo: %s [-RVadlv] [ficheros...]\n"
4186
Eric Sandeen032eafe2012-07-28 17:48:36 -04004187#: misc/lsattr.c:84
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004188#, c-format
4189msgid "While reading flags on %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004190msgstr "Mientras se leían las banderas en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004191
Eric Sandeen032eafe2012-07-28 17:48:36 -04004192#: misc/lsattr.c:91
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004193#, c-format
4194msgid "While reading version on %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004195msgstr "Mientras se leía la versión en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004196
Eric Sandeen032eafe2012-07-28 17:48:36 -04004197#: misc/mke2fs.c:114
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004198#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004199msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004200"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004201"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004202"\t[-G flex-group-size] [-N number-of-inodes]\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004203"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004204"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004205"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004206"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
4207"count]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004208msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004209"Modo de empleo: %s [-c|-l nombre-del-fichero] [-b tamaño-del-bloque]\n"
4210"\t[-f tamaño-del-fragmento] [-i bytes-por-nodo-i] [-I tamaño-del-nodo-i]\n"
4211"\t[-J opciones-de-fichero-de-transacciones] [-N número-de-nodos-i]\n"
4212"\t[-m porcentaje-de-bloques-reservados] [-o SO-creador]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004213"\t[-g bloques-por-grupo] [-L etiqueta-de-volumen]\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004214"\t[-M último-directorio-montado] [-O característica[,...]]\n"
4215"\t[-r revisión-del-sf] [-E opción-extendida{,...]]\n"
4216"\t[-T tipo-del-sf] [-jnqvFSV] dispositivo [cuenta-de-bloques]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004217
Eric Sandeen032eafe2012-07-28 17:48:36 -04004218#: misc/mke2fs.c:217
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004219#, c-format
4220msgid "Running command: %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004221msgstr "Ejecutando orden: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004222
Eric Sandeen032eafe2012-07-28 17:48:36 -04004223#: misc/mke2fs.c:221
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004224#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004225msgid "while trying to run '%s'"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004226msgstr "mientras se intentaba ejecutar '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004227
Eric Sandeen032eafe2012-07-28 17:48:36 -04004228#: misc/mke2fs.c:228
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004229msgid "while processing list of bad blocks from program"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004230msgstr "mientras se procesaba la lista de bloques dañados del programa"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004231
Eric Sandeen032eafe2012-07-28 17:48:36 -04004232#: misc/mke2fs.c:255
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004233#, c-format
4234msgid "Block %d in primary superblock/group descriptor area bad.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004235msgstr ""
4236"El bloque %d en el área del descriptor primario del superbloque/grupo está "
4237"dañado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004238
Eric Sandeen032eafe2012-07-28 17:48:36 -04004239#: misc/mke2fs.c:257
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004240#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004241msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004242msgstr ""
4243"Los bloques del %u al %u deben estar correctos para poder construir un "
4244"sistema de ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004245
Eric Sandeen032eafe2012-07-28 17:48:36 -04004246#: misc/mke2fs.c:260
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004247msgid "Aborting....\n"
4248msgstr "Finalizando...\n"
4249
Eric Sandeen032eafe2012-07-28 17:48:36 -04004250#: misc/mke2fs.c:280
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004251#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004252msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004253"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004254"\tbad blocks.\n"
4255"\n"
4256msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004257"Atención: los descriptores de respaldo del superbloque/grupo en el bloque "
4258"%u\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004259"\tcontienen bloques dañados.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004260"\n"
4261
Eric Sandeen032eafe2012-07-28 17:48:36 -04004262#: misc/mke2fs.c:299
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004263msgid "while marking bad blocks as used"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004264msgstr "mientras se marcaban los bloques dañados como utilizados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004265
Eric Sandeen032eafe2012-07-28 17:48:36 -04004266#: misc/mke2fs.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004267msgid "Writing inode tables: "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004268msgstr "Escribiendo las tablas de nodos-i: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004269
Eric Sandeen032eafe2012-07-28 17:48:36 -04004270#: misc/mke2fs.c:337
4271#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004272msgid ""
4273"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004274"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004275msgstr ""
4276"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004277"No se pueden escribir %d bloques en la tabla de nodos-i al principio de %u: "
4278"%s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004279
Eric Sandeen032eafe2012-07-28 17:48:36 -04004280#: misc/mke2fs.c:351 misc/mke2fs.c:2175 misc/mke2fs.c:2429
4281#, c-format
4282msgid "done \n"
4283msgstr "hecho \n"
4284
4285#: misc/mke2fs.c:362
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004286msgid "while creating root dir"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004287msgstr "mientras se creaba el directorio raíz"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004288
Eric Sandeen032eafe2012-07-28 17:48:36 -04004289#: misc/mke2fs.c:369
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004290msgid "while reading root inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004291msgstr "mientras se leía el nodo-i raíz"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004292
Eric Sandeen032eafe2012-07-28 17:48:36 -04004293#: misc/mke2fs.c:383
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004294msgid "while setting root inode ownership"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004295msgstr "mientras se ponían los permisos del dueño del nodo-i raíz"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004296
Eric Sandeen032eafe2012-07-28 17:48:36 -04004297#: misc/mke2fs.c:401
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004298msgid "while creating /lost+found"
4299msgstr "mientras se creaba /lost+found"
4300
Eric Sandeen032eafe2012-07-28 17:48:36 -04004301#: misc/mke2fs.c:408
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004302msgid "while looking up /lost+found"
4303msgstr "mientras se revisaba /lost+found"
4304
Eric Sandeen032eafe2012-07-28 17:48:36 -04004305#: misc/mke2fs.c:421
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004306msgid "while expanding /lost+found"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004307msgstr "mientras se expandía /lost+found"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004308
Eric Sandeen032eafe2012-07-28 17:48:36 -04004309#: misc/mke2fs.c:436
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004310msgid "while setting bad block inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004311msgstr "mientras se ponía el nodo-i de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004312
Eric Sandeen032eafe2012-07-28 17:48:36 -04004313#: misc/mke2fs.c:463
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004314#, c-format
4315msgid "Out of memory erasing sectors %d-%d\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004316msgstr "Se agotó la memoria cuando se borraban los sectores %d-%d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004317
Eric Sandeen032eafe2012-07-28 17:48:36 -04004318#: misc/mke2fs.c:473
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004319#, c-format
4320msgid "Warning: could not read block 0: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004321msgstr "Atención: no se puede leer el bloque 0: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004322
Eric Sandeen032eafe2012-07-28 17:48:36 -04004323#: misc/mke2fs.c:489
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004324#, c-format
4325msgid "Warning: could not erase sector %d: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004326msgstr "Atención: no se puede borrar el sector %d: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004327
Eric Sandeen032eafe2012-07-28 17:48:36 -04004328#: misc/mke2fs.c:505
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004329msgid "while initializing journal superblock"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004330msgstr "mientras se inicializaba el superbloque del fichero de transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004331
Eric Sandeen032eafe2012-07-28 17:48:36 -04004332#: misc/mke2fs.c:513
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004333msgid "Zeroing journal device: "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004334msgstr "Se rellena con ceros el dispositivo del fichero de transacciones: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004335
Eric Sandeen032eafe2012-07-28 17:48:36 -04004336#: misc/mke2fs.c:525
4337#, fuzzy, c-format
4338msgid "while zeroing journal device (block %llu, count %d)"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004339msgstr ""
4340"mientras se inicializaba con ceros el fichero de transacciones del "
4341"dispositivo (bloque %u, cuenta %d)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004342
Eric Sandeen032eafe2012-07-28 17:48:36 -04004343#: misc/mke2fs.c:543
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004344msgid "while writing journal superblock"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004345msgstr "mientras se escribía el superbloque del fichero de transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004346
Eric Sandeen032eafe2012-07-28 17:48:36 -04004347#: misc/mke2fs.c:558
4348#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004349msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004350"warning: %llu blocks unused.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004351"\n"
4352msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004353"Atención: hay %u bloques sin usar.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004354"\n"
4355
Eric Sandeen032eafe2012-07-28 17:48:36 -04004356#: misc/mke2fs.c:563
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004357#, c-format
4358msgid "Filesystem label=%s\n"
4359msgstr "Etiqueta del sistema de ficheros=%s\n"
4360
Eric Sandeen032eafe2012-07-28 17:48:36 -04004361#: misc/mke2fs.c:566
4362#, fuzzy, c-format
4363msgid "OS type: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004364msgstr "Tipo de SO: "
4365
Eric Sandeen032eafe2012-07-28 17:48:36 -04004366#: misc/mke2fs.c:568
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004367#, c-format
4368msgid "Block size=%u (log=%u)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004369msgstr "Tamaño del bloque=%u (bitácora=%u)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004370
Eric Sandeen032eafe2012-07-28 17:48:36 -04004371#: misc/mke2fs.c:572
4372#, fuzzy, c-format
4373msgid "Cluster size=%u (log=%u)\n"
4374msgstr "Tamaño del bloque=%u (bitácora=%u)\n"
4375
4376#: misc/mke2fs.c:576
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004377#, c-format
4378msgid "Fragment size=%u (log=%u)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004379msgstr "Tamaño del fragmento=%u (bitácora=%u)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004380
Eric Sandeen032eafe2012-07-28 17:48:36 -04004381#: misc/mke2fs.c:578
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004382#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004383msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4384msgstr ""
4385
4386#: misc/mke2fs.c:580
4387#, fuzzy, c-format
4388msgid "%u inodes, %llu blocks\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004389msgstr "%u nodos-i, %u bloques\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004390
Eric Sandeen032eafe2012-07-28 17:48:36 -04004391#: misc/mke2fs.c:582
4392#, fuzzy, c-format
4393msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004394msgstr "%u bloques (%2.2f%%) reservados para el superusuario\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004395
Eric Sandeen032eafe2012-07-28 17:48:36 -04004396#: misc/mke2fs.c:585
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004397#, c-format
4398msgid "First data block=%u\n"
4399msgstr "Primer bloque de datos=%u\n"
4400
Eric Sandeen032eafe2012-07-28 17:48:36 -04004401#: misc/mke2fs.c:587
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004402#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004403msgid "Maximum filesystem blocks=%lu\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004404msgstr "Número máximo de bloques del sistema de ficheros=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004405
Eric Sandeen032eafe2012-07-28 17:48:36 -04004406#: misc/mke2fs.c:591
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004407#, c-format
4408msgid "%u block groups\n"
4409msgstr "%u bloque de grupos\n"
4410
Eric Sandeen032eafe2012-07-28 17:48:36 -04004411#: misc/mke2fs.c:593
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004412#, c-format
4413msgid "%u block group\n"
4414msgstr "%u bloque de grupo\n"
4415
Eric Sandeen032eafe2012-07-28 17:48:36 -04004416#: misc/mke2fs.c:596
4417#, fuzzy, c-format
4418msgid "%u blocks per group, %u clusters per group\n"
4419msgstr "%u bloques por grupo, %u fragmentos por grupo\n"
4420
4421#: misc/mke2fs.c:599
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004422#, c-format
4423msgid "%u blocks per group, %u fragments per group\n"
4424msgstr "%u bloques por grupo, %u fragmentos por grupo\n"
4425
Eric Sandeen032eafe2012-07-28 17:48:36 -04004426#: misc/mke2fs.c:601
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004427#, c-format
4428msgid "%u inodes per group\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004429msgstr "%u nodos-i por grupo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004430
Eric Sandeen032eafe2012-07-28 17:48:36 -04004431#: misc/mke2fs.c:608
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004432#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004433msgid "Superblock backups stored on blocks: "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004434msgstr "Respaldo del superbloque guardado en los bloques: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004435
Eric Sandeen032eafe2012-07-28 17:48:36 -04004436#: misc/mke2fs.c:687 misc/tune2fs.c:1165
4437#, fuzzy, c-format
4438msgid "Invalid mmp_update_interval: %s\n"
4439msgstr "patrón_de_prueba no válido: %s\n"
4440
4441#: misc/mke2fs.c:701
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004442#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004443msgid "Invalid stride parameter: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004444msgstr "Tamaño de zancada no válido: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004445
Eric Sandeen032eafe2012-07-28 17:48:36 -04004446#: misc/mke2fs.c:716
Theodore Ts'o8f741372008-02-28 21:47:05 -05004447#, fuzzy, c-format
4448msgid "Invalid stripe-width parameter: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004449msgstr "Parámetro de zancada no válido: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004450
Eric Sandeen032eafe2012-07-28 17:48:36 -04004451#: misc/mke2fs.c:739
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004452#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004453msgid "Invalid resize parameter: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004454msgstr "Parámetro de variación de tamaño no válido: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004455
Eric Sandeen032eafe2012-07-28 17:48:36 -04004456#: misc/mke2fs.c:746
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004457#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004458msgid "The resize maximum must be greater than the filesystem size.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004459msgstr ""
4460"El máximo de la variación de tamaño debe ser mayor que el tamaño del sistema "
4461"de ficheros.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004462
Eric Sandeen032eafe2012-07-28 17:48:36 -04004463#: misc/mke2fs.c:770
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004464#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004465msgid "On-line resizing not supported with revision 0 filesystems\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004466msgstr ""
4467"El cambio de tamaño en línea no está soportado con sistemas de archivos de "
4468"revisión 0\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004469
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004470#: misc/mke2fs.c:808
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004471#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004472msgid "Invalid quotatype parameter: %s\n"
4473msgstr "Tamaño de zancada no válido: %s\n"
4474
4475#: misc/mke2fs.c:819
4476#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004477msgid ""
4478"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004479"Bad option(s) specified: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004480"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004481"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004482"\tis set off by an equals ('=') sign.\n"
4483"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004484"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004485"\tstride=<RAID per-disk data chunk in blocks>\n"
4486"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004487"\tresize=<resize maximum size in blocks>\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004488"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004489"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004490"\ttest_fs\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004491"\tdiscard\n"
4492"\tnodiscard\n"
4493"\tquotatype=<usr OR grp>\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004494"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004495msgstr ""
4496"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004497"Las opciones especificadas son incorrectas: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004498"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004499"Opciones extendidas deben estar separadas por comas, y pueden tomar un\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004500"\targumento que se ajusta con un signo de igual ('=').\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004501"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004502"Las opciones extendidas válidas son:\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004503"\tstride=<longitud de la zancada en bloques>\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004504"\tstripe-width=<RAID stride * data disks in blocks>\n"
4505"\tresize=<máximo de variación de tamaño en bloques>\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004506"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004507"\ttest_fs\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004508
Eric Sandeen032eafe2012-07-28 17:48:36 -04004509#: misc/mke2fs.c:839
Theodore Ts'o8f741372008-02-28 21:47:05 -05004510#, c-format
4511msgid ""
4512"\n"
4513"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4514"\n"
4515msgstr ""
4516
Eric Sandeen032eafe2012-07-28 17:48:36 -04004517#: misc/mke2fs.c:878
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004518#, c-format
4519msgid ""
4520"Syntax error in mke2fs config file (%s, line #%d)\n"
4521"\t%s\n"
4522msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004523"Error de sintaxis en el fichero de configuración de mke2fs (%s, línea #%d)\n"
4524"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004525
Eric Sandeen032eafe2012-07-28 17:48:36 -04004526#: misc/mke2fs.c:891 misc/tune2fs.c:393
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004527#, c-format
4528msgid "Invalid filesystem option set: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004529msgstr "Se puso una opción no válida para el sistema de ficheros: %s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004530
Eric Sandeen032eafe2012-07-28 17:48:36 -04004531#: misc/mke2fs.c:903 misc/tune2fs.c:345
4532#, c-format
4533msgid "Invalid mount option set: %s\n"
4534msgstr "Se puso una opción de montaje no válida: %s\n"
4535
4536#: misc/mke2fs.c:1043
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004537#, c-format
4538msgid ""
4539"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004540"Your mke2fs.conf file does not define the %s filesystem type.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004541msgstr ""
4542
Eric Sandeen032eafe2012-07-28 17:48:36 -04004543#: misc/mke2fs.c:1047
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004544#, c-format
4545msgid ""
4546"You probably need to install an updated mke2fs.conf file.\n"
4547"\n"
4548msgstr ""
4549
Eric Sandeen032eafe2012-07-28 17:48:36 -04004550#: misc/mke2fs.c:1051
4551#, fuzzy, c-format
4552msgid "Aborting...\n"
4553msgstr "Finalizando...\n"
4554
4555#: misc/mke2fs.c:1091
4556#, c-format
4557msgid ""
4558"\n"
4559"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4560"\n"
4561msgstr ""
4562
4563#: misc/mke2fs.c:1249
4564#, fuzzy, c-format
4565msgid "Couldn't allocate memory for new PATH.\n"
4566msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
4567
4568#: misc/mke2fs.c:1290
4569#, c-format
4570msgid "Couldn't init profile successfully (error: %ld).\n"
4571msgstr ""
4572
4573#: misc/mke2fs.c:1330
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004574#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004575msgid "invalid block size - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004576msgstr "tamaño del bloque inválido - %s"
Theodore Ts'obc759702005-05-09 20:40:55 -04004577
Eric Sandeen032eafe2012-07-28 17:48:36 -04004578#: misc/mke2fs.c:1334
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004579#, c-format
4580msgid "Warning: blocksize %d not usable on most systems.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004581msgstr ""
4582"Atención: el tamaño del bloque %d no se puede utilizar en muchos sistemas.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004583
Eric Sandeen032eafe2012-07-28 17:48:36 -04004584#: misc/mke2fs.c:1350
4585#, fuzzy, c-format
4586msgid "invalid cluster size - %s"
4587msgstr "tamaño del bloque inválido - %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004588
Eric Sandeen032eafe2012-07-28 17:48:36 -04004589#: misc/mke2fs.c:1362
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004590msgid "Illegal number for blocks per group"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004591msgstr "Número ilegal de bloques por grupo"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004592
Eric Sandeen032eafe2012-07-28 17:48:36 -04004593#: misc/mke2fs.c:1367
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004594msgid "blocks per group must be multiple of 8"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004595msgstr "los bloques por grupo deben ser un múltiplo de 8"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004596
Eric Sandeen032eafe2012-07-28 17:48:36 -04004597#: misc/mke2fs.c:1375
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004598#, fuzzy
4599msgid "Illegal number for flex_bg size"
4600msgstr "¡Número inválido de bloques!\n"
4601
Eric Sandeen032eafe2012-07-28 17:48:36 -04004602#: misc/mke2fs.c:1381
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004603msgid "flex_bg size must be a power of 2"
4604msgstr ""
4605
Eric Sandeen032eafe2012-07-28 17:48:36 -04004606#: misc/mke2fs.c:1391
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004607#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004608msgid "invalid inode ratio %s (min %d/max %d)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004609msgstr "proporción de nodos-i inválida %s (min %d/max %d)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004610
Eric Sandeen032eafe2012-07-28 17:48:36 -04004611#: misc/mke2fs.c:1401
4612#, c-format
4613msgid ""
4614"Warning: -K option is deprecated and should not be used anymore. Use '-E "
4615"nodiscard' extended option instead!\n"
4616msgstr ""
4617
4618#: misc/mke2fs.c:1415
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004619msgid "in malloc for bad_blocks_filename"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004620msgstr "en malloc para fichero_de_bloques_dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004621
Eric Sandeen032eafe2012-07-28 17:48:36 -04004622#: misc/mke2fs.c:1425
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004623#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004624msgid "invalid reserved blocks percent - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004625msgstr "el porcentaje de bloques reservados es inválido - %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004626
Eric Sandeen032eafe2012-07-28 17:48:36 -04004627#: misc/mke2fs.c:1443
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004628#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004629msgid "bad revision level - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004630msgstr "nivel de revisión incorrecto - %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004631
Eric Sandeen032eafe2012-07-28 17:48:36 -04004632#: misc/mke2fs.c:1455
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004633#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004634msgid "invalid inode size - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004635msgstr "tamaño de los nodos-i inválido - %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004636
Eric Sandeen032eafe2012-07-28 17:48:36 -04004637#: misc/mke2fs.c:1475
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004638#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004639msgid "bad num inodes - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004640msgstr "número de los nodos-i inválido - %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004641
Eric Sandeen032eafe2012-07-28 17:48:36 -04004642#: misc/mke2fs.c:1492
4643#, fuzzy
4644msgid "The -t option may only be used once"
4645msgstr "-o solo podría ser especificado una vez"
4646
4647#: misc/mke2fs.c:1500
4648#, fuzzy
4649msgid "The -T option may only be used once"
4650msgstr "-o solo podría ser especificado una vez"
4651
4652#: misc/mke2fs.c:1550 misc/mke2fs.c:2508
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004653#, c-format
4654msgid "while trying to open journal device %s\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004655msgstr ""
4656"mientras se intentaba abrir el fichero de transacciones del dispositivo %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004657
Eric Sandeen032eafe2012-07-28 17:48:36 -04004658#: misc/mke2fs.c:1556
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004659#, c-format
4660msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4661msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004662"El tamaño del bloque del dispositivo del fichero de transacciones (%d) es\n"
4663"menor que el tamaño del bloque mínimo %d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004664
Eric Sandeen032eafe2012-07-28 17:48:36 -04004665#: misc/mke2fs.c:1562
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004666#, fuzzy, c-format
4667msgid "Using journal device's blocksize: %d\n"
4668msgstr "Añadiendo el fichero de transacciones al dispositivo %s: "
4669
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004670# The specified number of blocks is invalid.
Eric Sandeen032eafe2012-07-28 17:48:36 -04004671#: misc/mke2fs.c:1573
4672#, fuzzy, c-format
4673msgid "invalid blocks '%s' on device '%s'"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004674msgstr "cuenta de bloques no válida - %s"
4675
Eric Sandeen032eafe2012-07-28 17:48:36 -04004676#: misc/mke2fs.c:1583
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004677msgid "filesystem"
4678msgstr "sistema de ficheros"
4679
Eric Sandeen032eafe2012-07-28 17:48:36 -04004680#: misc/mke2fs.c:1596 resize/main.c:374
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004681msgid "while trying to determine filesystem size"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004682msgstr "mientras se intentaba determinar el tamaño del sistema de ficheros"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004683
Eric Sandeen032eafe2012-07-28 17:48:36 -04004684#: misc/mke2fs.c:1602
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004685msgid ""
4686"Couldn't determine device size; you must specify\n"
4687"the size of the filesystem\n"
4688msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004689"No se puede determinar el tamaño del dispositivo; se deberá especificar\n"
4690"explícitamente el tamaño del sistema de ficheros\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004691
Eric Sandeen032eafe2012-07-28 17:48:36 -04004692#: misc/mke2fs.c:1609
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004693msgid ""
4694"Device size reported to be zero. Invalid partition specified, or\n"
4695"\tpartition table wasn't reread after running fdisk, due to\n"
4696"\ta modified partition being busy and in use. You may need to reboot\n"
4697"\tto re-read your partition table.\n"
4698msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004699"Se informó que el tamaño del disposivo es cero. Es posible que se haya\n"
4700"\tespecificado una partición no válida o que la tabla de particiones\n"
4701"\tno haya sido releída después de ejecutar fdisk debido a que una \n"
4702"\tpartición modificada está ocupada o en uso. Es necesario reiniciar\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004703"\tpara poder releer la tabla de particiones.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004704
Eric Sandeen032eafe2012-07-28 17:48:36 -04004705#: misc/mke2fs.c:1626
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004706msgid "Filesystem larger than apparent device size."
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004707msgstr ""
4708"El sistema de ficheros es más grande que el tamaño aparente del dispositivo."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004709
Eric Sandeen032eafe2012-07-28 17:48:36 -04004710#: misc/mke2fs.c:1646
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004711#, c-format
4712msgid "Failed to parse fs types list\n"
4713msgstr ""
4714
Eric Sandeen032eafe2012-07-28 17:48:36 -04004715#: misc/mke2fs.c:1700
4716#, c-format
4717msgid ""
4718"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4719"\tin 32 bits using a blocksize of %d.\n"
4720msgstr ""
4721
4722#: misc/mke2fs.c:1716
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004723msgid "fs_types for mke2fs.conf resolution: "
4724msgstr ""
4725
Eric Sandeen032eafe2012-07-28 17:48:36 -04004726#: misc/mke2fs.c:1723
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004727#, c-format
4728msgid "Filesystem features not supported with revision 0 filesystems\n"
4729msgstr ""
4730
Eric Sandeen032eafe2012-07-28 17:48:36 -04004731#: misc/mke2fs.c:1730
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004732#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004733msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004734msgstr ""
4735"el cambio de tamaño en línea de los bloques reservados no está implementado "
4736"para los sistemas de ficheros que no están esparcidos"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004737
Eric Sandeen032eafe2012-07-28 17:48:36 -04004738#: misc/mke2fs.c:1742
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004739#, fuzzy, c-format
4740msgid "Journals not supported with revision 0 filesystems\n"
4741msgstr ""
4742"\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004743"El tamaño del fichero de transacciones es muy grande para el sistema de "
4744"ficheros.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004745
Eric Sandeen032eafe2012-07-28 17:48:36 -04004746#: misc/mke2fs.c:1756
4747#, fuzzy, c-format
4748msgid "invalid reserved blocks percent - %lf"
4749msgstr "el porcentaje de bloques reservados es inválido - %s"
4750
4751#: misc/mke2fs.c:1772
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004752#, c-format
4753msgid ""
4754"The resize_inode and meta_bg features are not compatible.\n"
4755"They can not be both enabled simultaneously.\n"
4756msgstr ""
4757
Eric Sandeen032eafe2012-07-28 17:48:36 -04004758#: misc/mke2fs.c:1789
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004759msgid "while trying to determine hardware sector size"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004760msgstr "mientras se intentaba determinar el tamaño del sector por hardware"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004761
Eric Sandeen032eafe2012-07-28 17:48:36 -04004762#: misc/mke2fs.c:1795
4763#, fuzzy
4764msgid "while trying to determine physical sector size"
4765msgstr "mientras se intentaba determinar el tamaño del sector por hardware"
4766
4767#: misc/mke2fs.c:1828
4768#, fuzzy
4769msgid "while setting blocksize; too small for device\n"
4770msgstr "mientras se ponía el nodo-i de bloques dañados"
4771
4772#: misc/mke2fs.c:1833
4773#, c-format
4774msgid ""
4775"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4776msgstr ""
4777
4778#: misc/mke2fs.c:1864
4779#, c-format
4780msgid "warning: Unable to get device geometry for %s\n"
4781msgstr ""
4782
4783#: misc/mke2fs.c:1867
4784#, c-format
4785msgid "%s alignment is offset by %lu bytes.\n"
4786msgstr ""
4787
4788#: misc/mke2fs.c:1869
4789#, c-format
4790msgid ""
4791"This may result in very poor performance, (re)-partitioning suggested.\n"
4792msgstr ""
4793
4794#: misc/mke2fs.c:1880
4795#, c-format
4796msgid "%d-byte blocks too big for system (max %d)"
4797msgstr "los bloques de %d bytes son muy grandes para el sistema (máx %d)"
4798
4799#: misc/mke2fs.c:1884
4800#, c-format
4801msgid ""
4802"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4803msgstr ""
4804"Atención: los bloques de %d bytes son muy grandes para el sistema \n"
4805"(máx %d), se hace un esfuerzo para continuar\n"
4806
4807#: misc/mke2fs.c:1920
Theodore Ts'obc759702005-05-09 20:40:55 -04004808msgid "reserved online resize blocks not supported on non-sparse filesystem"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004809msgstr ""
4810"el cambio de tamaño en línea de los bloques reservados no está implementado "
4811"para los sistemas de ficheros que no están esparcidos"
Theodore Ts'obc759702005-05-09 20:40:55 -04004812
Eric Sandeen032eafe2012-07-28 17:48:36 -04004813#: misc/mke2fs.c:1929
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004814msgid "blocks per group count out of range"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004815msgstr "la cuenta de bloques por grupo está fuera del intervalo"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004816
Eric Sandeen032eafe2012-07-28 17:48:36 -04004817#: misc/mke2fs.c:1944
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004818msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004819msgstr ""
4820
Eric Sandeen032eafe2012-07-28 17:48:36 -04004821#: misc/mke2fs.c:1956
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004822#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004823msgid "invalid inode size %d (min %d/max %d)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004824msgstr "tamaño incorrecto del nodo-i %d (mín %d/máx %d)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004825
Eric Sandeen032eafe2012-07-28 17:48:36 -04004826#: misc/mke2fs.c:1974
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004827#, c-format
4828msgid "too many inodes (%llu), raise inode ratio?"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004829msgstr "demasiados nodos-i (%llu), ¿aumentar el ratio de los nodos-i?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004830
Eric Sandeen032eafe2012-07-28 17:48:36 -04004831#: misc/mke2fs.c:1981
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004832#, c-format
4833msgid "too many inodes (%llu), specify < 2^32 inodes"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004834msgstr "demasiados nodos-i (%llu), especifique menos que 2^32 nodos-i"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004835
Eric Sandeen032eafe2012-07-28 17:48:36 -04004836#: misc/mke2fs.c:1995
4837#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004838msgid ""
4839"inode_size (%u) * inodes_count (%u) too big for a\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004840"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004841"\tor lower inode count (-N).\n"
4842msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004843"tamaño_de_nodos_i (%u) * número_de_nodos_i (%u) es demasiado\n"
4844"grande para un sistema de ficheros con %lu bloques; especifique\n"
4845"un ratio mayor de nodos-i (-i) o un menor número de nodos-i (-N).\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004846
Eric Sandeen032eafe2012-07-28 17:48:36 -04004847#: misc/mke2fs.c:2114
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004848#, c-format
4849msgid ""
4850"Overwriting existing filesystem; this can be undone using the command:\n"
4851" e2undo %s %s\n"
4852"\n"
4853msgstr ""
4854
Eric Sandeen032eafe2012-07-28 17:48:36 -04004855#: misc/mke2fs.c:2128
4856#, fuzzy
4857msgid "while trying to setup undo file\n"
4858msgstr ""
4859"\n"
4860"\tmientras intentaba crear el fichero de transacciones"
4861
4862#: misc/mke2fs.c:2154
4863#, fuzzy
4864msgid "Discarding device blocks: "
4865msgstr "Añadiendo el fichero de transacciones al dispositivo %s: "
4866
4867#: misc/mke2fs.c:2170
4868msgid "failed - "
4869msgstr ""
4870
4871#: misc/mke2fs.c:2277
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004872msgid "while setting up superblock"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004873msgstr "mientras se ajustaba el superbloque"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004874
Eric Sandeen032eafe2012-07-28 17:48:36 -04004875#: misc/mke2fs.c:2286
4876#, c-format
4877msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
4878msgstr ""
4879
4880#: misc/mke2fs.c:2369
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004881#, c-format
4882msgid "unknown os - %s"
4883msgstr "sistema operativo desconocido - %s"
4884
Eric Sandeen032eafe2012-07-28 17:48:36 -04004885#: misc/mke2fs.c:2421
4886#, fuzzy, c-format
4887msgid "Allocating group tables: "
4888msgstr "Escribiendo las tablas de nodos-i: "
4889
4890#: misc/mke2fs.c:2425
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004891msgid "while trying to allocate filesystem tables"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004892msgstr "mientras se intentaba reservar las tablas del sistema de ficheros"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004893
Eric Sandeen032eafe2012-07-28 17:48:36 -04004894#: misc/mke2fs.c:2434
4895#, fuzzy
4896msgid ""
4897"\n"
4898"\twhile converting subcluster bitmap"
4899msgstr "mientras se escribía el mapa de bits del bloque"
4900
4901#: misc/mke2fs.c:2477
4902#, fuzzy, c-format
4903msgid "while zeroing block %llu at end of filesystem"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004904msgstr ""
4905"mientras se inicializaba a cero el bloque %u al final del sistema de ficheros"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004906
Eric Sandeen032eafe2012-07-28 17:48:36 -04004907#: misc/mke2fs.c:2490
Theodore Ts'obc759702005-05-09 20:40:55 -04004908msgid "while reserving blocks for online resize"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004909msgstr "mientras se reservaban los bloques para el cambio de tamaño en línea"
Theodore Ts'obc759702005-05-09 20:40:55 -04004910
Eric Sandeen032eafe2012-07-28 17:48:36 -04004911#: misc/mke2fs.c:2501 misc/tune2fs.c:640
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004912msgid "journal"
4913msgstr "fichero de transacciones"
4914
Eric Sandeen032eafe2012-07-28 17:48:36 -04004915#: misc/mke2fs.c:2513
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004916#, c-format
4917msgid "Adding journal to device %s: "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004918msgstr "Añadiendo el fichero de transacciones al dispositivo %s: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004919
Eric Sandeen032eafe2012-07-28 17:48:36 -04004920#: misc/mke2fs.c:2520
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004921#, c-format
4922msgid ""
4923"\n"
4924"\twhile trying to add journal to device %s"
4925msgstr ""
4926"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004927"\tmientras se intentaba añadir el fichero de transacciones al dispositivo %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004928
Eric Sandeen032eafe2012-07-28 17:48:36 -04004929#: misc/mke2fs.c:2525 misc/mke2fs.c:2557 misc/tune2fs.c:669 misc/tune2fs.c:683
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004930#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004931msgid "done\n"
4932msgstr "hecho\n"
4933
Eric Sandeen032eafe2012-07-28 17:48:36 -04004934#: misc/mke2fs.c:2534
4935#, c-format
4936msgid "Skipping journal creation in super-only mode\n"
4937msgstr ""
4938
4939#: misc/mke2fs.c:2545
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004940#, fuzzy, c-format
4941msgid "Creating journal (%u blocks): "
4942msgstr "Creando el fichero de transacciones (%d bloques): "
4943
Eric Sandeen032eafe2012-07-28 17:48:36 -04004944#: misc/mke2fs.c:2553
4945msgid ""
4946"\n"
4947"\twhile trying to create journal"
4948msgstr ""
4949"\n"
4950"\tmientras se intentaba crear el fichero de transacciones"
4951
4952#: misc/mke2fs.c:2564 misc/tune2fs.c:446
4953#, c-format
4954msgid ""
4955"\n"
4956"Error while enabling multiple mount protection feature."
4957msgstr ""
4958
4959#: misc/mke2fs.c:2569
4960#, c-format
4961msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
4962msgstr ""
4963
4964#: misc/mke2fs.c:2582
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004965#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004966msgid "Writing superblocks and filesystem accounting information: "
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004967msgstr ""
4968"Escribiendo superbloques y la información contable del sistema de ficheros: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004969
Eric Sandeen032eafe2012-07-28 17:48:36 -04004970#: misc/mke2fs.c:2589
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004971#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004972msgid ""
4973"\n"
4974"Warning, had trouble writing out superblocks."
4975msgstr ""
4976"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004977"Atención, se tuvo un problema al escribir los superbloques."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004978
Eric Sandeen032eafe2012-07-28 17:48:36 -04004979#: misc/mke2fs.c:2591
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004980#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004981msgid ""
4982"done\n"
4983"\n"
4984msgstr ""
4985"hecho\n"
4986"\n"
4987
Eric Sandeen032eafe2012-07-28 17:48:36 -04004988#: misc/mklost+found.c:50
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004989#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004990msgid "Usage: mklost+found\n"
4991msgstr "Modo de empleo: mklost+found\n"
4992
Eric Sandeen032eafe2012-07-28 17:48:36 -04004993#: misc/partinfo.c:41
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004994#, fuzzy, c-format
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004995msgid ""
4996"Usage: %s device...\n"
4997"\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004998"Prints out the partition information for each given device.\n"
4999"For example: %s /dev/hda\n"
5000"\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005001msgstr ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005002"Modo de empleo: %s <dev1> <dev2> <dev3>\n"
5003"\n"
5004"Este programa muestra la información de la partición para un conjunto de\n"
5005"dispositivos. Una forma común de utilizar este programa es:\n"
5006"\n"
5007"\t%s /dev/hda?\n"
5008"\n"
5009
Eric Sandeen032eafe2012-07-28 17:48:36 -04005010#: misc/partinfo.c:51
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005011#, fuzzy, c-format
5012msgid "Cannot open %s: %s"
5013msgstr "e2label: no se puede abrir %s\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005014
Eric Sandeen032eafe2012-07-28 17:48:36 -04005015#: misc/partinfo.c:57
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005016#, c-format
5017msgid "Cannot get geometry of %s: %s"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005018msgstr ""
5019
Eric Sandeen032eafe2012-07-28 17:48:36 -04005020#: misc/partinfo.c:65
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005021#, c-format
5022msgid "Cannot get size of %s: %s"
5023msgstr ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005024
Eric Sandeen032eafe2012-07-28 17:48:36 -04005025#: misc/partinfo.c:71
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005026#, c-format
5027msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5028msgstr ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005029
Eric Sandeen032eafe2012-07-28 17:48:36 -04005030#: misc/tune2fs.c:107
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005031msgid "Please run e2fsck on the filesystem.\n"
5032msgstr "Por favor ejecute e2fsck sobre el sistema de ficheros.\n"
5033
Eric Sandeen032eafe2012-07-28 17:48:36 -04005034#: misc/tune2fs.c:116
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005035#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005036msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04005037"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005038"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005039"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
5040"mmp_update_interval]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005041"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005042"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005043"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5044"\t[ -I new_inode_size ] device\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005045msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005046"Modo de empleo: %s [-c cuenta-máxima-de-montajes]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005047"\t[-e comportamiento-de-errores] [-g grupo] [-i intervalo[d|m|w]] \n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005048"\t[-j] [-J opciones-del-fichero-de-transacciones]\n"
5049"\t[-l] [-s bandera-esparcimiento] [-m porcentaje-de-bloques-reservados]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005050"\t[-o [^]opciones-de-montaje[,...]] [-r cuenta-de-bloques-reservados]\n"
5051"\t[-u usuario] [-C cuenta-de-montajes] [-L etiqueta-de-volumen]\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005052"\t[-M último-directorio-montado] [-O [^]característica[,...]]\n"
5053"\t[-T última-fecha-de-revisón] [-U UUID] dispositivo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005054
Eric Sandeen032eafe2012-07-28 17:48:36 -04005055#: misc/tune2fs.c:205
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005056msgid "while trying to open external journal"
5057msgstr "mientras se intentaba abrir el fichero de transacciones externo"
5058
Eric Sandeen032eafe2012-07-28 17:48:36 -04005059#: misc/tune2fs.c:210
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005060#, c-format
5061msgid "%s is not a journal device.\n"
5062msgstr "%s no es un dispositivo con fichero de transacciones.\n"
5063
Eric Sandeen032eafe2012-07-28 17:48:36 -04005064#: misc/tune2fs.c:225
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005065msgid "Journal superblock not found!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005066msgstr "¡No se encontró el superbloque del fichero de transacciones!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005067
Eric Sandeen032eafe2012-07-28 17:48:36 -04005068#: misc/tune2fs.c:236
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005069msgid "Filesystem's UUID not found on journal device.\n"
5070msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005071"No se encontró el UUID del sistema de ficheros en el fichero de\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005072"transacciones del dispositivo.\n"
5073
Eric Sandeen032eafe2012-07-28 17:48:36 -04005074#: misc/tune2fs.c:257
5075msgid ""
5076"Cannot locate journal device. It was NOT removed\n"
5077"Use -f option to remove missing journal device.\n"
5078msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005079
Eric Sandeen032eafe2012-07-28 17:48:36 -04005080#: misc/tune2fs.c:265
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005081msgid "Journal removed\n"
5082msgstr "Fichero de transacciones eliminado\n"
5083
Eric Sandeen032eafe2012-07-28 17:48:36 -04005084#: misc/tune2fs.c:309
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005085msgid "while reading bitmaps"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005086msgstr "mientras se leían los mapas de bits"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005087
Eric Sandeen032eafe2012-07-28 17:48:36 -04005088#: misc/tune2fs.c:317
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005089msgid "while clearing journal inode"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005090msgstr "mientras se borraba el nodo-i del fichero de transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005091
Eric Sandeen032eafe2012-07-28 17:48:36 -04005092#: misc/tune2fs.c:328
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005093msgid "while writing journal inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005094msgstr "mientras se escribía el nodo-i del fichero de transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005095
Eric Sandeen032eafe2012-07-28 17:48:36 -04005096#: misc/tune2fs.c:363
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005097#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005098msgid "(and reboot afterwards!)\n"
5099msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005100
Eric Sandeen032eafe2012-07-28 17:48:36 -04005101#: misc/tune2fs.c:396
Theodore Ts'o8f741372008-02-28 21:47:05 -05005102#, c-format
5103msgid "Clearing filesystem feature '%s' not supported.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005104msgstr ""
5105"No se soporta desactivar la característica '%s' del sistema de ficheros.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005106
Eric Sandeen032eafe2012-07-28 17:48:36 -04005107#: misc/tune2fs.c:402
Theodore Ts'o8f741372008-02-28 21:47:05 -05005108#, fuzzy, c-format
5109msgid "Setting filesystem feature '%s' not supported.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005110msgstr "Se pone la hora de la última revisión al sistema de ficheros a %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005111
Eric Sandeen032eafe2012-07-28 17:48:36 -04005112#: misc/tune2fs.c:411
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005113#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005114msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005115"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005116"unmounted or mounted read-only.\n"
5117msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005118"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5119"ficheros no está montada o está en modo de sólo lectura.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005120
Eric Sandeen032eafe2012-07-28 17:48:36 -04005121#: misc/tune2fs.c:419
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005122msgid ""
5123"The needs_recovery flag is set. Please run e2fsck before clearing\n"
5124"the has_journal flag.\n"
5125msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005126"La bandera 'needs_recovery' está puesta. Por favor ejecute e2fsck antes\n"
5127"de deactivar la bandera 'has_journal'.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005128
Eric Sandeen032eafe2012-07-28 17:48:36 -04005129#: misc/tune2fs.c:438
5130#, fuzzy
5131msgid ""
5132"The multiple mount protection feature can't\n"
5133"be set if the filesystem is mounted or\n"
5134"read-only.\n"
5135msgstr ""
5136"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5137"ficheros no está montada o está en modo de sólo lectura.\n"
5138
5139#: misc/tune2fs.c:456
5140#, c-format
5141msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5142msgstr ""
5143
5144#: misc/tune2fs.c:465
5145msgid ""
5146"The multiple mount protection feature cannot\n"
5147"be disabled if the filesystem is readonly.\n"
5148msgstr ""
5149
5150#: misc/tune2fs.c:473
5151#, fuzzy
5152msgid "Error while reading bitmaps\n"
5153msgstr "mientras se leían los mapas de bits"
5154
5155#: misc/tune2fs.c:482
5156#, c-format
5157msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5158msgstr ""
5159
5160#: misc/tune2fs.c:487
5161#, fuzzy
5162msgid "while reading MMP block."
5163msgstr "mientras se leían los bloques dañados del nodo-i"
5164
5165#: misc/tune2fs.c:519
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005166msgid ""
5167"Clearing the flex_bg flag would cause the the filesystem to be\n"
5168"inconsistent.\n"
5169msgstr ""
5170
Eric Sandeen032eafe2012-07-28 17:48:36 -04005171#: misc/tune2fs.c:530
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005172#, fuzzy
5173msgid ""
5174"The huge_file feature may only be cleared when the filesystem is\n"
5175"unmounted or mounted read-only.\n"
5176msgstr ""
5177"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5178"ficheros no está montada o está en modo de sólo lectura.\n"
5179
Eric Sandeen032eafe2012-07-28 17:48:36 -04005180#: misc/tune2fs.c:590
5181msgid ""
5182"\n"
5183"Warning: '^quota' option overrides '-Q'arguments.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005184msgstr ""
5185
Eric Sandeen032eafe2012-07-28 17:48:36 -04005186#: misc/tune2fs.c:635
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005187msgid "The filesystem already has a journal.\n"
5188msgstr "El sistema de ficheros ya tiene un fichero de transacciones.\n"
5189
Eric Sandeen032eafe2012-07-28 17:48:36 -04005190#: misc/tune2fs.c:653
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005191#, c-format
5192msgid ""
5193"\n"
5194"\twhile trying to open journal on %s\n"
5195msgstr ""
5196"\n"
5197"\tmientras se intentaba abrir el fichero de transacciones en %s\n"
5198
Eric Sandeen032eafe2012-07-28 17:48:36 -04005199#: misc/tune2fs.c:657
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005200#, c-format
5201msgid "Creating journal on device %s: "
5202msgstr "Creando un fichero de transacciones en el dispositivo %s: "
5203
Eric Sandeen032eafe2012-07-28 17:48:36 -04005204#: misc/tune2fs.c:665
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005205#, c-format
5206msgid "while adding filesystem to journal on %s"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005207msgstr ""
5208"mientras se agregaba un sistema de ficheros al fichero de transacciones en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005209
Eric Sandeen032eafe2012-07-28 17:48:36 -04005210#: misc/tune2fs.c:671
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005211msgid "Creating journal inode: "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005212msgstr "Creando el nodo-i del fichero de transacciones: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005213
Eric Sandeen032eafe2012-07-28 17:48:36 -04005214#: misc/tune2fs.c:680
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005215msgid ""
5216"\n"
5217"\twhile trying to create journal file"
5218msgstr ""
5219"\n"
5220"\tmientras intentaba crear el fichero de transacciones"
5221
Eric Sandeen032eafe2012-07-28 17:48:36 -04005222#: misc/tune2fs.c:763
5223#, fuzzy
5224msgid "Couldn't allocate memory to parse quota options!\n"
5225msgstr ""
5226"¡No se puede reservar memoria para analizar sintácticamente las opciones!\n"
5227
5228#: misc/tune2fs.c:785
5229msgid ""
5230"\n"
5231"Bad quota options specified.\n"
5232"\n"
5233"Following valid quota options are available (pass by separating with "
5234"comma):\n"
5235"\t[^]usrquota\n"
5236"\t[^]grpquota\n"
5237"\n"
5238"\n"
5239msgstr ""
5240
5241#: misc/tune2fs.c:846
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005242#, c-format
5243msgid "Couldn't parse date/time specifier: %s"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005244msgstr ""
5245"No se puede analizar sintácticamente el especificador de fecha/hora: %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005246
Eric Sandeen032eafe2012-07-28 17:48:36 -04005247#: misc/tune2fs.c:870 misc/tune2fs.c:883
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005248#, c-format
5249msgid "bad mounts count - %s"
5250msgstr "cuenta de montajes incorrectos - %s"
5251
Eric Sandeen032eafe2012-07-28 17:48:36 -04005252#: misc/tune2fs.c:899
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005253#, c-format
5254msgid "bad error behavior - %s"
5255msgstr "comportamiento de errores incorrecto - %s"
5256
Eric Sandeen032eafe2012-07-28 17:48:36 -04005257#: misc/tune2fs.c:926
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005258#, c-format
5259msgid "bad gid/group name - %s"
5260msgstr "nombre del gid/grupo incorrecto - %s"
5261
Eric Sandeen032eafe2012-07-28 17:48:36 -04005262#: misc/tune2fs.c:959
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005263#, c-format
5264msgid "bad interval - %s"
5265msgstr "intervalo incorrecto - %s"
5266
Eric Sandeen032eafe2012-07-28 17:48:36 -04005267#: misc/tune2fs.c:988
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005268#, c-format
5269msgid "bad reserved block ratio - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005270msgstr "proporción de bloques reservados incorrecta - %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005271
Eric Sandeen032eafe2012-07-28 17:48:36 -04005272#: misc/tune2fs.c:1003
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005273msgid "-o may only be specified once"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005274msgstr "-o solo podría ser especificado una vez"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005275
Eric Sandeen032eafe2012-07-28 17:48:36 -04005276#: misc/tune2fs.c:1012
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005277msgid "-O may only be specified once"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005278msgstr "-O sólo se puede especificar una vez"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005279
Eric Sandeen032eafe2012-07-28 17:48:36 -04005280#: misc/tune2fs.c:1027
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005281#, c-format
5282msgid "bad reserved blocks count - %s"
5283msgstr "cuenta de bloques reservados incorrecta - %s"
5284
Eric Sandeen032eafe2012-07-28 17:48:36 -04005285#: misc/tune2fs.c:1056
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005286#, c-format
5287msgid "bad uid/user name - %s"
5288msgstr "nombre de uid/usuario incorrecto - %s"
5289
Eric Sandeen032eafe2012-07-28 17:48:36 -04005290#: misc/tune2fs.c:1073
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005291#, fuzzy, c-format
5292msgid "bad inode size - %s"
5293msgstr "tamaño de los nodos-i inválido - %s"
5294
Eric Sandeen032eafe2012-07-28 17:48:36 -04005295#: misc/tune2fs.c:1080
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005296#, c-format
5297msgid "Inode size must be a power of two- %s"
5298msgstr ""
5299
Eric Sandeen032eafe2012-07-28 17:48:36 -04005300#: misc/tune2fs.c:1174
5301#, c-format
5302msgid "mmp_update_interval too big: %lu\n"
5303msgstr ""
5304
5305#: misc/tune2fs.c:1179
5306#, fuzzy, c-format
5307msgid "Setting multiple mount protection update interval to %lu second\n"
5308msgid_plural ""
5309"Setting multiple mount protection update interval to %lu seconds\n"
5310msgstr[0] "Se pone la cuenta de montajes máxima a %d\n"
5311msgstr[1] "Se pone la cuenta de montajes máxima a %d\n"
5312
5313#: misc/tune2fs.c:1202
Theodore Ts'o8f741372008-02-28 21:47:05 -05005314#, fuzzy, c-format
5315msgid "Invalid RAID stride: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005316msgstr "Parámetro de zancada no válido: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005317
Eric Sandeen032eafe2012-07-28 17:48:36 -04005318#: misc/tune2fs.c:1217
Theodore Ts'o8f741372008-02-28 21:47:05 -05005319#, fuzzy, c-format
5320msgid "Invalid RAID stripe-width: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005321msgstr "Parámetro de zancada no válido: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005322
Eric Sandeen032eafe2012-07-28 17:48:36 -04005323#: misc/tune2fs.c:1232
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005324#, fuzzy, c-format
5325msgid "Invalid hash algorithm: %s\n"
5326msgstr "Tamaño de zancada no válido: %s\n"
5327
Eric Sandeen032eafe2012-07-28 17:48:36 -04005328#: misc/tune2fs.c:1238
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005329#, c-format
5330msgid "Setting default hash algorithm to %s (%d)\n"
5331msgstr ""
5332
Eric Sandeen032eafe2012-07-28 17:48:36 -04005333#: misc/tune2fs.c:1257
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005334#, fuzzy, c-format
5335msgid ""
5336"\n"
5337"Bad options specified.\n"
5338"\n"
5339"Extended options are separated by commas, and may take an argument which\n"
5340"\tis set off by an equals ('=') sign.\n"
5341"\n"
5342"Valid extended options are:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005343"\tclear_mmp\n"
5344"\thash_alg=<hash algorithm>\n"
5345"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005346"\tstride=<RAID per-disk chunk size in blocks>\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005347"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005348"\ttest_fs\n"
5349"\t^test_fs\n"
5350msgstr ""
5351"\n"
5352"Las opciones especificadas son incorrectas.\n"
5353"\n"
5354"Las opciones extendidas deben estar separadas por comas, y pueden tomar un\n"
5355"\targumento que se ajusta con un signo de igual ('=').\n"
5356"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005357"Las opciones extendidas válidas son:\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005358"\tstride=<longitud de la zancada en bloques>\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005359"\tresize=<máximo de variación de tamaño en bloques>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005360"\n"
5361
Eric Sandeen032eafe2012-07-28 17:48:36 -04005362#: misc/tune2fs.c:1723
5363#, fuzzy
5364msgid "Failed to read inode bitmap\n"
5365msgstr "mientras se leían los mapas de bits"
5366
5367#: misc/tune2fs.c:1728
5368#, fuzzy
5369msgid "Failed to read block bitmap\n"
5370msgstr "leyendo los mapas de bits del nodo-i y del bloque"
5371
5372#: misc/tune2fs.c:1745 resize/resize2fs.c:784
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005373msgid "blocks to be moved"
5374msgstr "bloques por ser movidos"
5375
Eric Sandeen032eafe2012-07-28 17:48:36 -04005376#: misc/tune2fs.c:1748
5377msgid "Failed to allocate block bitmap when increasing inode size\n"
5378msgstr ""
5379
5380#: misc/tune2fs.c:1754
5381msgid "Not enough space to increase inode size \n"
5382msgstr ""
5383
5384#: misc/tune2fs.c:1759
5385#, fuzzy
5386msgid "Failed to relocate blocks during inode resize \n"
5387msgstr "mientras se reservaban los bloques para el cambio de tamaño en línea"
5388
5389#: misc/tune2fs.c:1791
5390msgid ""
5391"Error in resizing the inode size.\n"
5392"Run e2undo to undo the file system changes. \n"
5393msgstr ""
5394
5395#: misc/tune2fs.c:1818
5396#, fuzzy
5397msgid "Couldn't allocate memory for tdb filename\n"
5398msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
5399
5400#: misc/tune2fs.c:1840
5401#, fuzzy, c-format
5402msgid "while trying to delete %s"
5403msgstr "mientras se intentaba modificar el tamaño %s"
5404
5405#: misc/tune2fs.c:1850
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005406#, c-format
5407msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005408"To undo the tune2fs operation please run the command\n"
5409" e2undo %s %s\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005410"\n"
5411msgstr ""
5412
Eric Sandeen032eafe2012-07-28 17:48:36 -04005413#: misc/tune2fs.c:1919
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005414#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005415msgid ""
5416"MMP block magic is bad. Try to fix it by running:\n"
5417"'e2fsck -f %s'\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005418msgstr ""
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005419
Eric Sandeen032eafe2012-07-28 17:48:36 -04005420#: misc/tune2fs.c:1937
5421#, fuzzy, c-format
5422msgid "The inode size is already %lu\n"
5423msgstr "Se pone el gid de los bloques reservados %lu\n"
5424
5425#: misc/tune2fs.c:1943
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005426#, fuzzy, c-format
5427msgid "Shrinking the inode size is not supported\n"
5428msgstr "Se pone la hora de la última revisión al sistema de ficheros a %s\n"
5429
Eric Sandeen032eafe2012-07-28 17:48:36 -04005430#: misc/tune2fs.c:1990
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005431#, c-format
5432msgid "Setting maximal mount count to %d\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005433msgstr "Se pone la cuenta de montajes máxima a %d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005434
Eric Sandeen032eafe2012-07-28 17:48:36 -04005435#: misc/tune2fs.c:1996
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005436#, c-format
5437msgid "Setting current mount count to %d\n"
5438msgstr "Se pone la cuenta de montajes actual a %d\n"
5439
Eric Sandeen032eafe2012-07-28 17:48:36 -04005440#: misc/tune2fs.c:2001
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005441#, c-format
5442msgid "Setting error behavior to %d\n"
5443msgstr "Se pone el comportamiento de errores a %d\n"
5444
Eric Sandeen032eafe2012-07-28 17:48:36 -04005445#: misc/tune2fs.c:2006
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005446#, c-format
5447msgid "Setting reserved blocks gid to %lu\n"
5448msgstr "Se pone el gid de los bloques reservados %lu\n"
5449
Eric Sandeen032eafe2012-07-28 17:48:36 -04005450#: misc/tune2fs.c:2011
5451#, fuzzy, c-format
5452msgid "interval between checks is too big (%lu)"
5453msgstr "Se pone el intervalo entre revisiones en %lu segundos\n"
5454
5455#: misc/tune2fs.c:2018
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005456#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005457msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005458msgstr "Se pone el intervalo entre revisiones en %lu segundos\n"
5459
Eric Sandeen032eafe2012-07-28 17:48:36 -04005460#: misc/tune2fs.c:2025
Theodore Ts'o6956f612005-12-31 16:46:15 -05005461#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005462msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005463msgstr "Se pone el porcentaje de bloques reservados a %lu (%u bloques)\n"
5464
Eric Sandeen032eafe2012-07-28 17:48:36 -04005465#: misc/tune2fs.c:2031
5466#, fuzzy, c-format
5467msgid "reserved blocks count is too big (%llu)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005468msgstr "la cantidad de bloques reservados es muy grande (%lu)"
5469
Eric Sandeen032eafe2012-07-28 17:48:36 -04005470#: misc/tune2fs.c:2038
5471#, fuzzy, c-format
5472msgid "Setting reserved blocks count to %llu\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005473msgstr "Se pone la cantidad de bloques reservados a %lu\n"
5474
Eric Sandeen032eafe2012-07-28 17:48:36 -04005475#: misc/tune2fs.c:2044
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005476msgid ""
5477"\n"
5478"The filesystem already has sparse superblocks.\n"
5479msgstr ""
5480"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005481"El sistema de ficheros ya tiene superbloques dispersos.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005482
Eric Sandeen032eafe2012-07-28 17:48:36 -04005483#: misc/tune2fs.c:2051
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005484#, c-format
5485msgid ""
5486"\n"
5487"Sparse superblock flag set. %s"
5488msgstr ""
5489"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005490"La bandera de superbloques dispersos está puesta. %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005491
Eric Sandeen032eafe2012-07-28 17:48:36 -04005492#: misc/tune2fs.c:2056
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005493msgid ""
5494"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005495"Clearing the sparse superflag not supported.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005496msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005497
Eric Sandeen032eafe2012-07-28 17:48:36 -04005498#: misc/tune2fs.c:2064
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005499#, c-format
5500msgid "Setting time filesystem last checked to %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005501msgstr "Se pone la hora de la última revisión al sistema de ficheros a %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005502
Eric Sandeen032eafe2012-07-28 17:48:36 -04005503#: misc/tune2fs.c:2070
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005504#, c-format
5505msgid "Setting reserved blocks uid to %lu\n"
5506msgstr "Se pone el uid de los bloques reservados a %lu\n"
5507
Eric Sandeen032eafe2012-07-28 17:48:36 -04005508#: misc/tune2fs.c:2102
5509msgid "Error in using clear_mmp. It must be used with -f\n"
5510msgstr ""
5511
5512#: misc/tune2fs.c:2120
5513#, fuzzy
5514msgid ""
5515"The quota feature may only be changed when the filesystem is unmounted.\n"
5516msgstr ""
5517"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5518"ficheros no está montada o está en modo de sólo lectura.\n"
5519
5520#: misc/tune2fs.c:2153
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005521msgid "Invalid UUID format\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005522msgstr "Formato del UUID no válido\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005523
Eric Sandeen032eafe2012-07-28 17:48:36 -04005524#: misc/tune2fs.c:2166
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005525#, fuzzy
5526msgid "The inode size may only be changed when the filesystem is unmounted.\n"
5527msgstr ""
5528"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5529"ficheros no está montada o está en modo de sólo lectura.\n"
5530
Eric Sandeen032eafe2012-07-28 17:48:36 -04005531#: misc/tune2fs.c:2174
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005532msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005533"Changing the inode size not supported for filesystems with the flex_bg\n"
5534"feature enabled.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005535msgstr ""
5536
Eric Sandeen032eafe2012-07-28 17:48:36 -04005537#: misc/tune2fs.c:2187
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005538#, fuzzy, c-format
5539msgid "Setting inode size %lu\n"
5540msgstr "Se pone el gid de los bloques reservados %lu\n"
5541
Eric Sandeen032eafe2012-07-28 17:48:36 -04005542#: misc/tune2fs.c:2190
5543#, fuzzy, c-format
5544msgid "Failed to change inode size\n"
5545msgstr "mientras se intentaba abrir %s"
5546
5547#: misc/tune2fs.c:2201
Theodore Ts'o8f741372008-02-28 21:47:05 -05005548#, fuzzy, c-format
5549msgid "Setting stride size to %d\n"
5550msgstr "Se pone el gid de los bloques reservados %lu\n"
5551
Eric Sandeen032eafe2012-07-28 17:48:36 -04005552#: misc/tune2fs.c:2206
Theodore Ts'o8f741372008-02-28 21:47:05 -05005553#, fuzzy, c-format
5554msgid "Setting stripe width to %d\n"
5555msgstr "Se pone el gid de los bloques reservados %lu\n"
5556
Eric Sandeen032eafe2012-07-28 17:48:36 -04005557#: misc/tune2fs.c:2213
5558#, fuzzy, c-format
5559msgid "Setting extended default mount options to '%s'\n"
5560msgstr "Se pone la cuenta de montajes actual a %d\n"
5561
5562#: misc/util.c:74
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005563msgid "Proceed anyway? (y,n) "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005564msgstr "¿Continuar de todas formas? (s,n) "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005565
Eric Sandeen032eafe2012-07-28 17:48:36 -04005566#: misc/util.c:89
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005567#, c-format
5568msgid "Could not stat %s --- %s\n"
5569msgstr "No se puede poner %s --- %s\n"
5570
Eric Sandeen032eafe2012-07-28 17:48:36 -04005571#: misc/util.c:92
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005572msgid ""
5573"\n"
5574"The device apparently does not exist; did you specify it correctly?\n"
5575msgstr ""
5576"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005577"En apariencia, el dispositivo no existe; ¿Se especificó correctamente?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005578
Eric Sandeen032eafe2012-07-28 17:48:36 -04005579#: misc/util.c:103
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005580#, c-format
5581msgid "%s is not a block special device.\n"
5582msgstr "%s no es un dispositivo especial de bloques.\n"
5583
Eric Sandeen032eafe2012-07-28 17:48:36 -04005584#: misc/util.c:132
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005585#, c-format
5586msgid "%s is entire device, not just one partition!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005587msgstr "¡%s es todo el dispositivo, no sólo una partición!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005588
Eric Sandeen032eafe2012-07-28 17:48:36 -04005589#: misc/util.c:154
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005590msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005591msgstr ""
5592"Se fuerza de todas formas mke2fs. Esperemos que /etc/mtab sea incorrecto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005593
Eric Sandeen032eafe2012-07-28 17:48:36 -04005594#: misc/util.c:159
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005595#, c-format
5596msgid "will not make a %s here!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005597msgstr "¡No se hará un %s aquí!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005598
Eric Sandeen032eafe2012-07-28 17:48:36 -04005599#: misc/util.c:166
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005600msgid "mke2fs forced anyway.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005601msgstr "Se fuerza de todas formas mke2fs.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005602
Eric Sandeen032eafe2012-07-28 17:48:36 -04005603#: misc/util.c:182
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005604msgid "Couldn't allocate memory to parse journal options!\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005605msgstr ""
5606"¡No se puede reservar memoria para la revisión sintáctica de las opciones "
5607"del fichero de transacciones!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005608
Eric Sandeen032eafe2012-07-28 17:48:36 -04005609#: misc/util.c:207
5610#, fuzzy, c-format
5611msgid ""
5612"\n"
5613"Could not find journal device matching %s\n"
5614msgstr ""
5615"No se pueden encontrar los números mágicos del superbloque del fichero de "
5616"transacciones"
5617
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005618#: misc/util.c:228
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005619#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005620msgid ""
5621"\n"
5622"Bad journal options specified.\n"
5623"\n"
5624"Journal options are separated by commas, and may take an argument which\n"
5625"\tis set off by an equals ('=') sign.\n"
5626"\n"
5627"Valid journal options are:\n"
5628"\tsize=<journal size in megabytes>\n"
5629"\tdevice=<journal device>\n"
5630"\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005631"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005632"\n"
5633msgstr ""
5634"\n"
5635"Se especificaron opciones incorrectas para el fichero de transacciones.\n"
5636"\n"
5637"Las opciones del fichero de transacciones deben estar separadas por comas\n"
5638"y pueden tener un argumento que se pone con un signo de igual ('=').\n"
5639"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005640"Las opciones válidas para el fichero de transacciones son:\n"
5641"\tsize=<tamaño del fichero de transacciones en megabytes>\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005642" device=<dispositivo del fichero de transacciones>\n"
5643"\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005644"El tamaño del fichero de transacciones debe estar entre 1024 y 102400 "
5645"bloques del sistema de ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005646"\n"
5647
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005648#: misc/util.c:258
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005649msgid ""
5650"\n"
5651"Filesystem too small for a journal\n"
5652msgstr ""
5653"\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005654"El sistema de ficheros es demasiado pequeño para un fichero de "
5655"transacciones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005656
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005657#: misc/util.c:265
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005658#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005659msgid ""
5660"\n"
5661"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005662"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005663msgstr ""
5664"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005665"El tamaño del fichero de transacciones solicitado es de %d bloques;\n"
5666"debería estar entre 1024 y 10240000 bloques. Se finaliza.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005667
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005668#: misc/util.c:273
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005669msgid ""
5670"\n"
5671"Journal size too big for filesystem.\n"
5672msgstr ""
5673"\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005674"El tamaño del fichero de transacciones es muy grande para el sistema de "
5675"ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005676
Eric Sandeen032eafe2012-07-28 17:48:36 -04005677#: misc/util.c:287
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005678#, c-format
5679msgid ""
5680"This filesystem will be automatically checked every %d mounts or\n"
5681"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5682msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005683"Este sistema de ficheros se revisará automáticamente cada %d montajes o\n"
5684"%g días, lo que suceda primero. Utilice tune2fs -c o -i para cambiarlo.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005685
Eric Sandeen032eafe2012-07-28 17:48:36 -04005686#: misc/uuidd.c:48
5687#, c-format
5688msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5689msgstr ""
5690
5691#: misc/uuidd.c:50
5692#, c-format
5693msgid " %s [-r|t] [-n num] [-s socketpath]\n"
5694msgstr ""
5695
5696#: misc/uuidd.c:52
5697#, c-format
5698msgid " %s -k\n"
5699msgstr ""
5700
5701#: misc/uuidd.c:154
5702#, fuzzy
5703msgid "bad arguments"
5704msgstr "%s: demasiados argumentos\n"
5705
5706#: misc/uuidd.c:172
5707msgid "connect"
5708msgstr ""
5709
5710#: misc/uuidd.c:191
5711msgid "write"
5712msgstr ""
5713
5714#: misc/uuidd.c:199
5715msgid "read count"
5716msgstr ""
5717
5718#: misc/uuidd.c:205
5719#, fuzzy
5720msgid "bad response length"
5721msgstr "Parámetro de zancada no válido: %s\n"
5722
5723#: misc/uuidd.c:270
5724#, c-format
5725msgid "uuidd daemon already running at pid %s\n"
5726msgstr ""
5727
5728#: misc/uuidd.c:278
5729#, fuzzy, c-format
5730msgid "Couldn't create unix stream socket: %s"
5731msgstr ""
5732"No se puede analizar sintácticamente el especificador de fecha/hora: %s"
5733
5734#: misc/uuidd.c:307
5735#, fuzzy, c-format
5736msgid "Couldn't bind unix socket %s: %s\n"
5737msgstr "No se puede encontrar el superbloque del ext2,"
5738
5739#: misc/uuidd.c:315
5740#, fuzzy, c-format
5741msgid "Couldn't listen on unix socket %s: %s\n"
5742msgstr "No se puede reconectar %i: %m\n"
5743
5744#: misc/uuidd.c:353
5745#, fuzzy, c-format
5746msgid "Error reading from client, len = %d\n"
5747msgstr "Error al leer el @i %i: %m\n"
5748
5749#: misc/uuidd.c:361
5750#, c-format
5751msgid "operation %d, incoming num = %d\n"
5752msgstr ""
5753
5754#: misc/uuidd.c:380
5755#, c-format
5756msgid "Generated time UUID: %s\n"
5757msgstr ""
5758
5759#: misc/uuidd.c:390
5760#, c-format
5761msgid "Generated random UUID: %s\n"
5762msgstr ""
5763
5764#: misc/uuidd.c:399
5765#, c-format
5766msgid "Generated time UUID %s and subsequent UUID\n"
5767msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
5768msgstr[0] ""
5769msgstr[1] ""
5770
5771#: misc/uuidd.c:420
5772#, c-format
5773msgid "Generated %d UUID's:\n"
5774msgstr ""
5775
5776#: misc/uuidd.c:432
5777#, fuzzy, c-format
5778msgid "Invalid operation %d\n"
5779msgstr "Versión de EA no válida.\n"
5780
5781#: misc/uuidd.c:476 misc/uuidd.c:498
5782#, c-format
5783msgid "Bad number: %s\n"
5784msgstr ""
5785
5786#: misc/uuidd.c:533 misc/uuidd.c:562
5787#, fuzzy, c-format
5788msgid "Error calling uuidd daemon (%s): %s\n"
5789msgstr "Error al crear el @d /@l (%s): %m\n"
5790
5791#: misc/uuidd.c:543
5792#, c-format
5793msgid "%s and subsequent UUID\n"
5794msgid_plural "%s and subsequent %d UUIDs\n"
5795msgstr[0] ""
5796msgstr[1] ""
5797
5798#: misc/uuidd.c:547
5799#, c-format
5800msgid "List of UUID's:\n"
5801msgstr ""
5802
5803#: misc/uuidd.c:568
5804#, c-format
5805msgid "Unexpected reply length from server %d\n"
5806msgstr ""
5807
5808#: misc/uuidd.c:585
5809#, c-format
5810msgid "Couldn't kill uuidd running at pid %d: %s\n"
5811msgstr ""
5812
5813#: misc/uuidd.c:591
5814#, c-format
5815msgid "Killed uuidd running at pid %d\n"
5816msgstr ""
5817
5818#: misc/uuidgen.c:32
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005819#, c-format
5820msgid "Usage: %s [-r] [-t]\n"
5821msgstr "Modo de empleo: %s [-r] [-t]\n"
5822
Eric Sandeen032eafe2012-07-28 17:48:36 -04005823#: resize/extent.c:202
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005824msgid "# Extent dump:\n"
5825msgstr "# Vaciado extenso:\n"
5826
Eric Sandeen032eafe2012-07-28 17:48:36 -04005827#: resize/extent.c:203
5828#, fuzzy, c-format
5829msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005830msgstr "#\tNúm=%d, Tamaño=%d, Cursor=%d, Ordenado=%d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005831
Eric Sandeen032eafe2012-07-28 17:48:36 -04005832#: resize/main.c:43
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005833#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005834msgid ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005835"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005836"\n"
5837msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005838"Modo de empleo: %s [-d banderas_de_depuración] [-f] [-F] \n"
5839"\t[-p] dispositivo [nuevo-tamaño]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005840"\n"
5841
Eric Sandeen032eafe2012-07-28 17:48:36 -04005842#: resize/main.c:65
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005843msgid "Extending the inode table"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005844msgstr "Extendiendo la tabla de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005845
Eric Sandeen032eafe2012-07-28 17:48:36 -04005846#: resize/main.c:68
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005847msgid "Relocating blocks"
5848msgstr "Reubicando bloques"
5849
Eric Sandeen032eafe2012-07-28 17:48:36 -04005850#: resize/main.c:71
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005851msgid "Scanning inode table"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005852msgstr "Revisando la tabla de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005853
Eric Sandeen032eafe2012-07-28 17:48:36 -04005854#: resize/main.c:74
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005855msgid "Updating inode references"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005856msgstr "Actualizando las referencias a los nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005857
Eric Sandeen032eafe2012-07-28 17:48:36 -04005858#: resize/main.c:77
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005859msgid "Moving inode table"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005860msgstr "Moviendo la tabla de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005861
Eric Sandeen032eafe2012-07-28 17:48:36 -04005862#: resize/main.c:80
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005863msgid "Unknown pass?!?"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005864msgstr "¿¡¿Paso desconocido?!?"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005865
Eric Sandeen032eafe2012-07-28 17:48:36 -04005866#: resize/main.c:83
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005867#, c-format
5868msgid "Begin pass %d (max = %lu)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005869msgstr "Se comienza el paso %d (máx = %lu)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005870
Eric Sandeen032eafe2012-07-28 17:48:36 -04005871#: resize/main.c:259
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005872#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05005873msgid "while opening %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005874msgstr "mientras se abría %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005875
Eric Sandeen032eafe2012-07-28 17:48:36 -04005876#: resize/main.c:267
Theodore Ts'o6956f612005-12-31 16:46:15 -05005877#, fuzzy, c-format
5878msgid "while getting stat information for %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005879msgstr "mientras se estaba poniendo la versión en %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005880
Eric Sandeen032eafe2012-07-28 17:48:36 -04005881#: resize/main.c:331
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005882#, c-format
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005883msgid ""
5884"%s: The combination of flex_bg and\n"
5885"\t!resize_inode features is not supported by resize2fs.\n"
5886msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005887
Eric Sandeen032eafe2012-07-28 17:48:36 -04005888#: resize/main.c:344 resize/main.c:452
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005889#, c-format
5890msgid ""
5891"Please run 'e2fsck -f %s' first.\n"
5892"\n"
5893msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005894"Por favor ejecute antes 'e2fsck -f %s'.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005895"\n"
5896
Eric Sandeen032eafe2012-07-28 17:48:36 -04005897#: resize/main.c:348
5898#, fuzzy, c-format
5899msgid "Estimated minimum size of the filesystem: %llu\n"
5900msgstr ""
5901"%s está montado; ¡No se puede cambiar el tamaño de un sistema de ficheros "
5902"montado!\n"
5903"\n"
5904
5905#: resize/main.c:384
5906#, fuzzy, c-format
5907msgid "Invalid new size: %s\n"
5908msgstr "tamaño de los nodos-i inválido - %s"
5909
5910#: resize/main.c:392
5911msgid "New size too large to be expressed in 32 bits\n"
5912msgstr ""
5913
5914#: resize/main.c:404
5915#, fuzzy, c-format
5916msgid "New size smaller than minimum (%llu)\n"
5917msgstr ""
5918"El tamaño del bloque del dispositivo del fichero de transacciones (%d) es\n"
5919"menor que el tamaño del bloque mínimo %d\n"
5920
5921#: resize/main.c:410
5922#, fuzzy
5923msgid "Invalid stride length"
5924msgstr "Parámetro de zancada no válido: %s\n"
5925
5926#: resize/main.c:434
5927#, fuzzy, c-format
5928msgid ""
5929"The containing partition (or device) is only %llu (%dk) blocks.\n"
5930"You requested a new size of %llu blocks.\n"
5931"\n"
5932msgstr ""
5933"La partición contenida (o el dispositivo) sólo tiene %u (%dk) bloques.\n"
5934"Y se ha solicitado un nuevo tamaño de %u bloques.\n"
5935"\n"
5936
5937#: resize/main.c:441
5938#, fuzzy, c-format
5939msgid ""
5940"The filesystem is already %llu blocks long. Nothing to do!\n"
5941"\n"
5942msgstr ""
5943"El sistema de ficheros ya tiene %u bloques. ¡No hay nada que hacer!\n"
5944"\n"
5945
5946#: resize/main.c:456
5947#, fuzzy, c-format
5948msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
5949msgstr ""
5950"El sistema de ficheros en %s tiene ahora %u bloques.\n"
5951"\n"
5952
5953#: resize/main.c:465
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005954#, c-format
5955msgid "while trying to resize %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005956msgstr "mientras se intentaba modificar el tamaño %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005957
Eric Sandeen032eafe2012-07-28 17:48:36 -04005958#: resize/main.c:468
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005959#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005960msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005961"Please run 'e2fsck -fy %s' to fix the filesystem\n"
5962"after the aborted resize operation.\n"
5963msgstr ""
5964
5965#: resize/main.c:474
5966#, fuzzy, c-format
5967msgid ""
5968"The filesystem on %s is now %llu blocks long.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005969"\n"
5970msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005971"El sistema de ficheros en %s tiene ahora %u bloques.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005972"\n"
5973
Eric Sandeen032eafe2012-07-28 17:48:36 -04005974#: resize/main.c:489
5975#, fuzzy, c-format
5976msgid "while trying to truncate %s"
5977msgstr "mientras se intentaba ver el estado del fichero %s"
5978
5979#: resize/online.c:40
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005980#, c-format
5981msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
5982msgstr ""
5983
Eric Sandeen032eafe2012-07-28 17:48:36 -04005984#: resize/online.c:44
5985#, fuzzy
5986msgid "On-line shrinking not supported"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005987msgstr ""
5988"No se soporta desactivar la característica '%s' del sistema de ficheros.\n"
5989
Eric Sandeen032eafe2012-07-28 17:48:36 -04005990#: resize/online.c:63
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005991msgid "Filesystem does not support online resizing"
5992msgstr ""
5993
Eric Sandeen032eafe2012-07-28 17:48:36 -04005994#: resize/online.c:70
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005995#, fuzzy, c-format
5996msgid "while trying to open mountpoint %s"
5997msgstr ""
5998"\n"
5999"\tmientras se intentaba abrir el fichero de transacciones en %s\n"
6000
Eric Sandeen032eafe2012-07-28 17:48:36 -04006001#: resize/online.c:92 resize/online.c:116
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006002msgid "Permission denied to resize filesystem"
6003msgstr ""
6004
Eric Sandeen032eafe2012-07-28 17:48:36 -04006005#: resize/online.c:95 resize/online.c:122
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006006#, fuzzy
6007msgid "While checking for on-line resizing support"
6008msgstr "mientras se reservaban los bloques para el cambio de tamaño en línea"
6009
Eric Sandeen032eafe2012-07-28 17:48:36 -04006010#: resize/online.c:107
6011#, fuzzy
6012msgid "Kernel does not support resizing a file system this large"
6013msgstr "El @j externo no tiene implementado este @f\n"
6014
6015#: resize/online.c:119
6016#, fuzzy
6017msgid "Kernel does not support online resizing"
6018msgstr "El @j externo no tiene implementado este @f\n"
6019
6020#: resize/online.c:152
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006021#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006022msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006023msgstr ""
6024
Eric Sandeen032eafe2012-07-28 17:48:36 -04006025#: resize/online.c:162
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006026#, fuzzy
6027msgid "While trying to extend the last group"
6028msgstr "mientras se intentaba abrir el fichero de transacciones externo"
6029
Eric Sandeen032eafe2012-07-28 17:48:36 -04006030#: resize/online.c:216
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006031#, fuzzy, c-format
6032msgid "While trying to add group #%d"
6033msgstr "mientras se intentaba abrir %s"
6034
Eric Sandeen032eafe2012-07-28 17:48:36 -04006035#: resize/online.c:227
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006036#, c-format
6037msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006038"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006039"this system.\n"
6040msgstr ""
6041
Eric Sandeen032eafe2012-07-28 17:48:36 -04006042#: resize/resize2fs.c:348
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006043#, c-format
6044msgid "inodes (%llu) must be less than %u"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006045msgstr "los nodos-i (%llu) deben ser menos de %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006046
Eric Sandeen032eafe2012-07-28 17:48:36 -04006047#: resize/resize2fs.c:576
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006048msgid "reserved blocks"
6049msgstr "bloques reservados"
6050
Eric Sandeen032eafe2012-07-28 17:48:36 -04006051#: resize/resize2fs.c:789
Theodore Ts'obc759702005-05-09 20:40:55 -04006052msgid "meta-data blocks"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006053msgstr "bloques de metadatos"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006054
Eric Sandeen032eafe2012-07-28 17:48:36 -04006055#: resize/resize2fs.c:1735
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006056#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04006057msgid "Should never happen: resize inode corrupt!\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006058msgstr ""
6059"Esto nunca debería suceder: ¡Se cambia el tamaño del nodo-i corrupto!\n"
6060
Eric Sandeen032eafe2012-07-28 17:48:36 -04006061#: lib/ext2fs/ext2_err.c:11
6062msgid "EXT2FS Library version 1.42.4"
6063msgstr ""
6064
6065#: lib/ext2fs/ext2_err.c:12
6066msgid "Wrong magic number for ext2_filsys structure"
6067msgstr ""
6068
6069#: lib/ext2fs/ext2_err.c:13
6070msgid "Wrong magic number for badblocks_list structure"
6071msgstr ""
6072
6073#: lib/ext2fs/ext2_err.c:14
6074msgid "Wrong magic number for badblocks_iterate structure"
6075msgstr ""
6076
6077#: lib/ext2fs/ext2_err.c:15
6078msgid "Wrong magic number for inode_scan structure"
6079msgstr ""
6080
6081#: lib/ext2fs/ext2_err.c:16
6082msgid "Wrong magic number for io_channel structure"
6083msgstr ""
6084
6085#: lib/ext2fs/ext2_err.c:17
6086msgid "Wrong magic number for unix io_channel structure"
6087msgstr ""
6088
6089#: lib/ext2fs/ext2_err.c:18
6090msgid "Wrong magic number for io_manager structure"
6091msgstr ""
6092
6093#: lib/ext2fs/ext2_err.c:19
6094msgid "Wrong magic number for block_bitmap structure"
6095msgstr ""
6096
6097#: lib/ext2fs/ext2_err.c:20
6098msgid "Wrong magic number for inode_bitmap structure"
6099msgstr ""
6100
6101#: lib/ext2fs/ext2_err.c:21
6102msgid "Wrong magic number for generic_bitmap structure"
6103msgstr ""
6104
6105#: lib/ext2fs/ext2_err.c:22
6106msgid "Wrong magic number for test io_channel structure"
6107msgstr ""
6108
6109#: lib/ext2fs/ext2_err.c:23
6110msgid "Wrong magic number for directory block list structure"
6111msgstr ""
6112
6113#: lib/ext2fs/ext2_err.c:24
6114msgid "Wrong magic number for icount structure"
6115msgstr ""
6116
6117#: lib/ext2fs/ext2_err.c:25
6118msgid "Wrong magic number for Powerquest io_channel structure"
6119msgstr ""
6120
6121#: lib/ext2fs/ext2_err.c:26
6122msgid "Wrong magic number for ext2 file structure"
6123msgstr ""
6124
6125#: lib/ext2fs/ext2_err.c:27
6126msgid "Wrong magic number for Ext2 Image Header"
6127msgstr ""
6128
6129#: lib/ext2fs/ext2_err.c:28
6130msgid "Wrong magic number for inode io_channel structure"
6131msgstr ""
6132
6133#: lib/ext2fs/ext2_err.c:29
6134msgid "Wrong magic number for ext4 extent handle"
6135msgstr ""
6136
6137#: lib/ext2fs/ext2_err.c:30
6138#, fuzzy
6139msgid "Bad magic number in super-block"
6140msgstr "leyendo el superbloque del fichero de transacciones\n"
6141
6142#: lib/ext2fs/ext2_err.c:31
6143msgid "Filesystem revision too high"
6144msgstr ""
6145
6146#: lib/ext2fs/ext2_err.c:32
6147msgid "Attempt to write to filesystem opened read-only"
6148msgstr ""
6149
6150#: lib/ext2fs/ext2_err.c:33
6151#, fuzzy
6152msgid "Can't read group descriptors"
6153msgstr ", descriptores de grupo en "
6154
6155#: lib/ext2fs/ext2_err.c:34
6156#, fuzzy
6157msgid "Can't write group descriptors"
6158msgstr ", descriptores de grupo en "
6159
6160#: lib/ext2fs/ext2_err.c:35
6161msgid "Corrupt group descriptor: bad block for block bitmap"
6162msgstr ""
6163
6164#: lib/ext2fs/ext2_err.c:36
6165msgid "Corrupt group descriptor: bad block for inode bitmap"
6166msgstr ""
6167
6168#: lib/ext2fs/ext2_err.c:37
6169msgid "Corrupt group descriptor: bad block for inode table"
6170msgstr ""
6171
6172#: lib/ext2fs/ext2_err.c:38
6173#, fuzzy
6174msgid "Can't write an inode bitmap"
6175msgstr "escribiendo los mapas de bits de los nodos-i"
6176
6177#: lib/ext2fs/ext2_err.c:39
6178#, fuzzy
6179msgid "Can't read an inode bitmap"
6180msgstr "escribiendo los mapas de bits de los nodos-i"
6181
6182#: lib/ext2fs/ext2_err.c:40
6183#, fuzzy
Darrick J. Wong580d8a02013-10-07 09:20:28 -04006184msgid "Can't write a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006185msgstr "leyendo los mapas de bits del nodo-i y del bloque"
6186
6187#: lib/ext2fs/ext2_err.c:41
6188#, fuzzy
6189msgid "Can't read an block bitmap"
6190msgstr "leyendo los mapas de bits del nodo-i y del bloque"
6191
6192#: lib/ext2fs/ext2_err.c:42
6193#, fuzzy
6194msgid "Can't write an inode table"
6195msgstr "mientras se escribía la tabla de nodos-i"
6196
6197#: lib/ext2fs/ext2_err.c:43
6198#, fuzzy
6199msgid "Can't read an inode table"
6200msgstr "Revisando la tabla de nodos-i"
6201
6202#: lib/ext2fs/ext2_err.c:44
6203msgid "Can't read next inode"
6204msgstr ""
6205
6206#: lib/ext2fs/ext2_err.c:45
6207#, fuzzy
6208msgid "Filesystem has unexpected block size"
6209msgstr ""
6210"El sistema de ficheros es más grande que el tamaño aparente del dispositivo."
6211
6212#: lib/ext2fs/ext2_err.c:46
6213msgid "EXT2 directory corrupted"
6214msgstr ""
6215
6216#: lib/ext2fs/ext2_err.c:47
6217msgid "Attempt to read block from filesystem resulted in short read"
6218msgstr ""
6219
6220#: lib/ext2fs/ext2_err.c:48
6221msgid "Attempt to write block to filesystem resulted in short write"
6222msgstr ""
6223
6224#: lib/ext2fs/ext2_err.c:49
6225msgid "No free space in the directory"
6226msgstr ""
6227
6228#: lib/ext2fs/ext2_err.c:50
6229#, fuzzy
6230msgid "Inode bitmap not loaded"
6231msgstr ", mapa de bits de nodo-i en "
6232
6233#: lib/ext2fs/ext2_err.c:51
6234#, fuzzy
6235msgid "Block bitmap not loaded"
6236msgstr " Mapa de bits de bloque en "
6237
6238#: lib/ext2fs/ext2_err.c:52
6239#, fuzzy
6240msgid "Illegal inode number"
6241msgstr "¡Número inválido de bloques!\n"
6242
6243#: lib/ext2fs/ext2_err.c:53
6244#, fuzzy
6245msgid "Illegal block number"
6246msgstr "¡Número inválido de bloques!\n"
6247
6248#: lib/ext2fs/ext2_err.c:54
6249msgid "Internal error in ext2fs_expand_dir"
6250msgstr ""
6251
6252#: lib/ext2fs/ext2_err.c:55
6253msgid "Not enough space to build proposed filesystem"
6254msgstr ""
6255
6256#: lib/ext2fs/ext2_err.c:56
6257msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6258msgstr ""
6259
6260#: lib/ext2fs/ext2_err.c:57
6261msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
6262msgstr ""
6263
6264#: lib/ext2fs/ext2_err.c:58
6265msgid "Illegal block number passed to ext2fs_test_block_bitmap"
6266msgstr ""
6267
6268#: lib/ext2fs/ext2_err.c:59
6269msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
6270msgstr ""
6271
6272#: lib/ext2fs/ext2_err.c:60
6273msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
6274msgstr ""
6275
6276#: lib/ext2fs/ext2_err.c:61
6277msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
6278msgstr ""
6279
6280#: lib/ext2fs/ext2_err.c:62
6281msgid "Attempt to fudge end of block bitmap past the real end"
6282msgstr ""
6283
6284#: lib/ext2fs/ext2_err.c:63
6285msgid "Attempt to fudge end of inode bitmap past the real end"
6286msgstr ""
6287
6288#: lib/ext2fs/ext2_err.c:64
6289#, fuzzy
6290msgid "Illegal indirect block found"
6291msgstr "leyendo bloques indirectos del nodo-i %u"
6292
6293#: lib/ext2fs/ext2_err.c:65
6294#, fuzzy
6295msgid "Illegal doubly indirect block found"
6296msgstr "leyendo bloques indirectos del nodo-i %u"
6297
6298#: lib/ext2fs/ext2_err.c:66
6299#, fuzzy
6300msgid "Illegal triply indirect block found"
6301msgstr "leyendo bloques indirectos del nodo-i %u"
6302
6303#: lib/ext2fs/ext2_err.c:67
6304#, fuzzy
6305msgid "Block bitmaps are not the same"
6306msgstr " Mapa de bits de bloque en "
6307
6308#: lib/ext2fs/ext2_err.c:68
6309#, fuzzy
6310msgid "Inode bitmaps are not the same"
6311msgstr ", mapa de bits de nodo-i en "
6312
6313#: lib/ext2fs/ext2_err.c:69
6314msgid "Illegal or malformed device name"
6315msgstr ""
6316
6317#: lib/ext2fs/ext2_err.c:70
6318msgid "A block group is missing an inode table"
6319msgstr ""
6320
6321#: lib/ext2fs/ext2_err.c:71
6322msgid "The ext2 superblock is corrupt"
6323msgstr ""
6324
6325#: lib/ext2fs/ext2_err.c:72
6326msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
6327msgstr ""
6328
6329#: lib/ext2fs/ext2_err.c:73
6330msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
6331msgstr ""
6332
6333#: lib/ext2fs/ext2_err.c:74
6334msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
6335msgstr ""
6336
6337#: lib/ext2fs/ext2_err.c:75
6338msgid "Too many symbolic links encountered."
6339msgstr ""
6340
6341#: lib/ext2fs/ext2_err.c:76
6342msgid "The callback function will not handle this case"
6343msgstr ""
6344
6345#: lib/ext2fs/ext2_err.c:77
6346msgid "The inode is from a bad block in the inode table"
6347msgstr ""
6348
6349#: lib/ext2fs/ext2_err.c:78
6350#, fuzzy
6351msgid "Filesystem has unsupported feature(s)"
6352msgstr "%s tiene características no soportadas:"
6353
6354#: lib/ext2fs/ext2_err.c:79
6355#, fuzzy
6356msgid "Filesystem has unsupported read-only feature(s)"
6357msgstr ""
6358"El sistema de ficheros %s tiene activadas características no soportadas.\n"
6359
6360#: lib/ext2fs/ext2_err.c:80
6361msgid "IO Channel failed to seek on read or write"
6362msgstr ""
6363
6364#: lib/ext2fs/ext2_err.c:81
6365#, fuzzy
6366msgid "Memory allocation failed"
6367msgstr "Aerror en la reserva"
6368
6369#: lib/ext2fs/ext2_err.c:82
6370msgid "Invalid argument passed to ext2 library"
6371msgstr ""
6372
6373#: lib/ext2fs/ext2_err.c:83
6374#, fuzzy
6375msgid "Could not allocate block in ext2 filesystem"
6376msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
6377
6378#: lib/ext2fs/ext2_err.c:84
6379#, fuzzy
6380msgid "Could not allocate inode in ext2 filesystem"
6381msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
6382
6383#: lib/ext2fs/ext2_err.c:85
6384msgid "Ext2 inode is not a directory"
6385msgstr ""
6386
6387#: lib/ext2fs/ext2_err.c:86
6388msgid "Too many references in table"
6389msgstr ""
6390
6391#: lib/ext2fs/ext2_err.c:87
6392msgid "File not found by ext2_lookup"
6393msgstr ""
6394
6395#: lib/ext2fs/ext2_err.c:88
6396msgid "File open read-only"
6397msgstr ""
6398
6399#: lib/ext2fs/ext2_err.c:89
6400#, fuzzy
6401msgid "Ext2 directory block not found"
6402msgstr "El bloque del directorio %u (#%d) está vacío en el nodo-i %u\n"
6403
6404#: lib/ext2fs/ext2_err.c:90
6405msgid "Ext2 directory already exists"
6406msgstr ""
6407
6408#: lib/ext2fs/ext2_err.c:91
6409msgid "Unimplemented ext2 library function"
6410msgstr ""
6411
6412#: lib/ext2fs/ext2_err.c:92
6413msgid "User cancel requested"
6414msgstr ""
6415
6416#: lib/ext2fs/ext2_err.c:93
6417msgid "Ext2 file too big"
6418msgstr ""
6419
6420#: lib/ext2fs/ext2_err.c:94
6421#, fuzzy
6422msgid "Supplied journal device not a block device"
6423msgstr "Añadiendo el fichero de transacciones al dispositivo %s: "
6424
6425#: lib/ext2fs/ext2_err.c:95
6426#, fuzzy
6427msgid "Journal superblock not found"
6428msgstr "¡No se encontró el superbloque del fichero de transacciones!\n"
6429
6430#: lib/ext2fs/ext2_err.c:96
6431msgid "Journal must be at least 1024 blocks"
6432msgstr ""
6433
6434#: lib/ext2fs/ext2_err.c:97
6435msgid "Unsupported journal version"
6436msgstr ""
6437
6438#: lib/ext2fs/ext2_err.c:98
6439#, fuzzy
6440msgid "Error loading external journal"
6441msgstr "mientras se intentaba abrir el fichero de transacciones externo"
6442
6443#: lib/ext2fs/ext2_err.c:99
6444#, fuzzy
6445msgid "Journal not found"
6446msgstr "¡No se encontró el superbloque del fichero de transacciones!\n"
6447
6448#: lib/ext2fs/ext2_err.c:100
6449msgid "Directory hash unsupported"
6450msgstr ""
6451
6452#: lib/ext2fs/ext2_err.c:101
6453#, fuzzy
6454msgid "Illegal extended attribute block number"
6455msgstr "aatributo extendido"
6456
6457#: lib/ext2fs/ext2_err.c:102
6458msgid "Cannot create filesystem with requested number of inodes"
6459msgstr ""
6460
6461#: lib/ext2fs/ext2_err.c:103
6462msgid "E2image snapshot not in use"
6463msgstr ""
6464
6465#: lib/ext2fs/ext2_err.c:104
6466#, fuzzy
6467msgid "Too many reserved group descriptor blocks"
6468msgstr "<El nodo-i descriptor del grupo>"
6469
6470#: lib/ext2fs/ext2_err.c:105
6471msgid "Resize inode is corrupt"
6472msgstr ""
6473
6474#: lib/ext2fs/ext2_err.c:106
6475msgid "Tried to set block bmap with missing indirect block"
6476msgstr ""
6477
6478#: lib/ext2fs/ext2_err.c:107
6479msgid "TDB: Success"
6480msgstr ""
6481
6482#: lib/ext2fs/ext2_err.c:108
6483msgid "TDB: Corrupt database"
6484msgstr ""
6485
6486#: lib/ext2fs/ext2_err.c:109
6487msgid "TDB: IO Error"
6488msgstr ""
6489
6490#: lib/ext2fs/ext2_err.c:110
6491msgid "TDB: Locking error"
6492msgstr ""
6493
6494#: lib/ext2fs/ext2_err.c:111
6495msgid "TDB: Out of memory"
6496msgstr ""
6497
6498#: lib/ext2fs/ext2_err.c:112
6499msgid "TDB: Record exists"
6500msgstr ""
6501
6502#: lib/ext2fs/ext2_err.c:113
6503msgid "TDB: Lock exists on other keys"
6504msgstr ""
6505
6506#: lib/ext2fs/ext2_err.c:114
6507#, fuzzy
6508msgid "TDB: Invalid parameter"
6509msgstr "Tamaño de zancada no válido: %s\n"
6510
6511#: lib/ext2fs/ext2_err.c:115
6512msgid "TDB: Record does not exist"
6513msgstr ""
6514
6515#: lib/ext2fs/ext2_err.c:116
6516msgid "TDB: Write not permitted"
6517msgstr ""
6518
6519#: lib/ext2fs/ext2_err.c:117
6520msgid "Ext2fs directory block list is empty"
6521msgstr ""
6522
6523#: lib/ext2fs/ext2_err.c:118
6524msgid "Attempt to modify a block mapping via a read-only block iterator"
6525msgstr ""
6526
6527#: lib/ext2fs/ext2_err.c:119
6528msgid "Wrong magic number for ext4 extent saved path"
6529msgstr ""
6530
6531#: lib/ext2fs/ext2_err.c:120
6532msgid "Wrong magic number for 64-bit generic bitmap"
6533msgstr ""
6534
6535#: lib/ext2fs/ext2_err.c:121
6536msgid "Wrong magic number for 64-bit block bitmap"
6537msgstr ""
6538
6539#: lib/ext2fs/ext2_err.c:122
6540msgid "Wrong magic number for 64-bit inode bitmap"
6541msgstr ""
6542
6543#: lib/ext2fs/ext2_err.c:123
6544msgid "Wrong magic number --- RESERVED_13"
6545msgstr ""
6546
6547#: lib/ext2fs/ext2_err.c:124
6548msgid "Wrong magic number --- RESERVED_14"
6549msgstr ""
6550
6551#: lib/ext2fs/ext2_err.c:125
6552msgid "Wrong magic number --- RESERVED_15"
6553msgstr ""
6554
6555#: lib/ext2fs/ext2_err.c:126
6556msgid "Wrong magic number --- RESERVED_16"
6557msgstr ""
6558
6559#: lib/ext2fs/ext2_err.c:127
6560msgid "Wrong magic number --- RESERVED_17"
6561msgstr ""
6562
6563#: lib/ext2fs/ext2_err.c:128
6564msgid "Wrong magic number --- RESERVED_18"
6565msgstr ""
6566
6567#: lib/ext2fs/ext2_err.c:129
6568msgid "Wrong magic number --- RESERVED_19"
6569msgstr ""
6570
6571#: lib/ext2fs/ext2_err.c:130
6572msgid "Corrupt extent header"
6573msgstr ""
6574
6575#: lib/ext2fs/ext2_err.c:131
6576msgid "Corrupt extent index"
6577msgstr ""
6578
6579#: lib/ext2fs/ext2_err.c:132
6580msgid "Corrupt extent"
6581msgstr ""
6582
6583#: lib/ext2fs/ext2_err.c:133
6584msgid "No free space in extent map"
6585msgstr ""
6586
6587#: lib/ext2fs/ext2_err.c:134
6588msgid "Inode does not use extents"
6589msgstr ""
6590
6591#: lib/ext2fs/ext2_err.c:135
6592#, fuzzy
6593msgid "No 'next' extent"
6594msgstr "eentrada"
6595
6596#: lib/ext2fs/ext2_err.c:136
6597msgid "No 'previous' extent"
6598msgstr ""
6599
6600#: lib/ext2fs/ext2_err.c:137
6601msgid "No 'up' extent"
6602msgstr ""
6603
6604#: lib/ext2fs/ext2_err.c:138
6605msgid "No 'down' extent"
6606msgstr ""
6607
6608#: lib/ext2fs/ext2_err.c:139
6609msgid "No current node"
6610msgstr ""
6611
6612#: lib/ext2fs/ext2_err.c:140
6613msgid "Ext2fs operation not supported"
6614msgstr ""
6615
6616#: lib/ext2fs/ext2_err.c:141
6617msgid "No room to insert extent in node"
6618msgstr ""
6619
6620#: lib/ext2fs/ext2_err.c:142
6621msgid "Splitting would result in empty node"
6622msgstr ""
6623
6624#: lib/ext2fs/ext2_err.c:143
6625#, fuzzy
6626msgid "Extent not found"
6627msgstr "No se encontró /@l. "
6628
6629#: lib/ext2fs/ext2_err.c:144
6630msgid "Operation not supported for inodes containing extents"
6631msgstr ""
6632
6633#: lib/ext2fs/ext2_err.c:145
6634msgid "Extent length is invalid"
6635msgstr ""
6636
6637#: lib/ext2fs/ext2_err.c:146
6638msgid "I/O Channel does not support 64-bit block numbers"
6639msgstr ""
6640
6641#: lib/ext2fs/ext2_err.c:147
6642msgid "Can't check if filesystem is mounted due to missing mtab file"
6643msgstr ""
6644
6645#: lib/ext2fs/ext2_err.c:148
6646msgid "Filesystem too large to use legacy bitmaps"
6647msgstr ""
6648
6649#: lib/ext2fs/ext2_err.c:149
6650msgid "MMP: invalid magic number"
6651msgstr ""
6652
6653#: lib/ext2fs/ext2_err.c:150
6654msgid "MMP: device currently active"
6655msgstr ""
6656
6657#: lib/ext2fs/ext2_err.c:151
6658msgid "MMP: fsck being run"
6659msgstr ""
6660
6661#: lib/ext2fs/ext2_err.c:152
6662msgid "MMP: block number beyond filesystem range"
6663msgstr ""
6664
6665#: lib/ext2fs/ext2_err.c:153
6666msgid "MMP: undergoing an unknown operation"
6667msgstr ""
6668
6669#: lib/ext2fs/ext2_err.c:154
6670#, fuzzy
6671msgid "MMP: filesystem still in use"
6672msgstr "tamaño inválido del sistema de ficheros - %s"
6673
6674#: lib/ext2fs/ext2_err.c:155
6675msgid "MMP: open with O_DIRECT failed"
6676msgstr ""
6677
6678#: e2fsck/prof_err.c:11
6679msgid "Profile version 0.0"
6680msgstr ""
6681
6682#: e2fsck/prof_err.c:12
6683msgid "Bad magic value in profile_node"
6684msgstr ""
6685
6686#: e2fsck/prof_err.c:13
6687#, fuzzy
6688msgid "Profile section not found"
6689msgstr "mientras se creaba /lost+found"
6690
6691#: e2fsck/prof_err.c:14
6692#, fuzzy
6693msgid "Profile relation not found"
6694msgstr "mientras se creaba /lost+found"
6695
6696#: e2fsck/prof_err.c:15
6697msgid "Attempt to add a relation to node which is not a section"
6698msgstr ""
6699
6700#: e2fsck/prof_err.c:16
6701msgid "A profile section header has a non-zero value"
6702msgstr ""
6703
6704#: e2fsck/prof_err.c:17
6705msgid "Bad linked list in profile structures"
6706msgstr ""
6707
6708#: e2fsck/prof_err.c:18
6709msgid "Bad group level in profile structures"
6710msgstr ""
6711
6712#: e2fsck/prof_err.c:19
6713msgid "Bad parent pointer in profile structures"
6714msgstr ""
6715
6716#: e2fsck/prof_err.c:20
6717msgid "Bad magic value in profile iterator"
6718msgstr ""
6719
6720#: e2fsck/prof_err.c:21
6721msgid "Can't set value on section node"
6722msgstr ""
6723
6724#: e2fsck/prof_err.c:22
6725msgid "Invalid argument passed to profile library"
6726msgstr ""
6727
6728#: e2fsck/prof_err.c:23
6729msgid "Attempt to modify read-only profile"
6730msgstr ""
6731
6732#: e2fsck/prof_err.c:24
6733msgid "Profile section header not at top level"
6734msgstr ""
6735
6736#: e2fsck/prof_err.c:25
6737msgid "Syntax error in profile section header"
6738msgstr ""
6739
6740#: e2fsck/prof_err.c:26
6741msgid "Syntax error in profile relation"
6742msgstr ""
6743
6744#: e2fsck/prof_err.c:27
6745msgid "Extra closing brace in profile"
6746msgstr ""
6747
6748#: e2fsck/prof_err.c:28
6749msgid "Missing open brace in profile"
6750msgstr ""
6751
6752#: e2fsck/prof_err.c:29
6753msgid "Bad magic value in profile_t"
6754msgstr ""
6755
6756#: e2fsck/prof_err.c:30
6757msgid "Bad magic value in profile_section_t"
6758msgstr ""
6759
6760#: e2fsck/prof_err.c:31
6761msgid "Iteration through all top level section not supported"
6762msgstr ""
6763
6764#: e2fsck/prof_err.c:32
6765#, fuzzy
6766msgid "Invalid profile_section object"
6767msgstr "Se puso una opción no válida para el sistema de ficheros: %s\n"
6768
6769#: e2fsck/prof_err.c:33
6770msgid "No more sections"
6771msgstr ""
6772
6773#: e2fsck/prof_err.c:34
6774msgid "Bad nameset passed to query routine"
6775msgstr ""
6776
6777#: e2fsck/prof_err.c:35
6778msgid "No profile file open"
6779msgstr ""
6780
6781#: e2fsck/prof_err.c:36
6782msgid "Bad magic value in profile_file_t"
6783msgstr ""
6784
6785#: e2fsck/prof_err.c:37
6786#, fuzzy
6787msgid "Couldn't open profile file"
6788msgstr "No se puede clonar el fichero: %m\n"
6789
6790#: e2fsck/prof_err.c:38
6791msgid "Section already exists"
6792msgstr ""
6793
6794#: e2fsck/prof_err.c:39
6795msgid "Invalid boolean value"
6796msgstr ""
6797
6798#: e2fsck/prof_err.c:40
6799#, fuzzy
6800msgid "Invalid integer value"
6801msgstr "Parámetro de zancada no válido: %s\n"
6802
6803#: e2fsck/prof_err.c:41
6804msgid "Bad magic value in profile_file_data_t"
6805msgstr ""
6806
6807#~ msgid "<The ACL index inode>"
6808#~ msgstr "<El índice ACL del nodo-i>"
6809
6810#~ msgid "<The ACL data inode>"
6811#~ msgstr "<La información ACL del nodo-i>"
6812
6813#~ msgid "%s is mounted. "
6814#~ msgstr "%s está montado. "
6815
6816#~ msgid "Couldn't determine journal size"
6817#~ msgstr "No se puede determinar el tamaño del fichero de transacciones"
6818
6819#~ msgid "bad block size - %s"
6820#~ msgstr "tamaño de los bloques dañados - %s"
6821
6822#~ msgid "short write (only %d bytes) for writing image header"
6823#~ msgstr ""
6824#~ "se escribió muy poco (sólo %d bytes) para el encabezado de la imagen"
6825
6826#~ msgid "invalid fragment size - %s"
6827#~ msgstr "Tamaño del fragmento inválido - %s"
6828
6829#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
6830#~ msgstr ""
6831#~ "Atención: no están implementados los fragmentos. Se descarta la opción -"
6832#~ "f\n"
6833
6834#~ msgid "Journal NOT removed\n"
6835#~ msgstr "NO se ha eliminado el fichero de transacciones\n"
6836
6837#~ msgid "#\t\t %u -> %u (%d)\n"
6838#~ msgstr "#\t\t %u -> %u (%d)\n"
6839
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006840#~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
6841#~ msgstr "El @S no tiene la bandera has_journal, pero tiene un @j ext3 %s.\n"
6842
6843#, fuzzy
6844#~ msgid "Error while deleting extent: %m\n"
6845#~ msgstr "Error mientras se intentaba encontrar /@l: %m\n"
6846
6847#~ msgid "Recreate journal to make the filesystem ext3 again?\n"
6848#~ msgstr "¿Recrear el @j para hacer el sistema de ficheros ext3 de nuevo?\n"
6849
6850#~ msgid "while retrying to write block bitmaps for %s"
6851#~ msgstr ""
6852#~ "mientras se reintentaba escribir los mapas de bits del bloque para %s"
6853
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006854#~ msgid "%s failed for %s: %s\n"
6855#~ msgstr "%s falló para %s: %s\n"
6856
6857# Bueno, en estos casos, y ante la imposibilidad de traducir las palabras
6858# considero al menos que se debe traducir a la gramática española:
6859# -> ioctl de HDIO_GETGEO
6860#~ msgid "HDIO_GETGEO ioctl"
6861#~ msgstr "HDIO_GETGEO ioctl"
6862
6863#~ msgid "BLKGETSIZE ioctl"
6864#~ msgstr "BLKGETSIZE ioctl"
6865
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006866#~ msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
6867#~ msgstr ""
6868#~ "El @a en el @i %i tiene un arreglo asociativo (%N) que es @n (debe ser "
6869#~ "0)\n"
6870
6871#~ msgid "while calling ext2fs_block_iterate"
6872#~ msgstr "mientras se llamaba a ext2fs_block_iterate"
6873
6874#~ msgid "while calling iterator function"
6875#~ msgstr "mientras se llamaba a la función iteradora"
6876
6877#~ msgid "while allocating inode buffer"
6878#~ msgstr "mientras se reservaba al búfer del nodo-i"
6879
6880#~ msgid "while reading inode table (group %d)"
6881#~ msgstr "mientras se leía la tabla de nodos-i (grupo %d)"
6882
6883#~ msgid "while writing inode table (group %d)"
6884#~ msgstr "mientras se escribía la tabla de nodos-i (grupo %d)"
6885
6886#~ msgid "Pass 0: Doing byte-swap of filesystem\n"
6887#~ msgstr "Paso 0: Haciendo la trasposición de bytes del sistema de ficheros\n"
6888
6889#~ msgid ""
6890#~ "%s: the filesystem must be freshly checked using fsck\n"
6891#~ "and not mounted before trying to byte-swap it.\n"
6892#~ msgstr ""
6893#~ "%s: el sistema de ficheros debe ser revisado desde cero utilizando\n"
6894#~ "fsck y no debe estar montado cuando se intente hacer una trasposición de "
6895#~ "bytes en él.\n"
6896
6897#~ msgid "Byte swap"
6898#~ msgstr "Trasposición de bytes"
6899
6900#~ msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
6901#~ msgstr ""
6902#~ "Los sistemas con trasposición de bytes no están compilados en esta "
6903#~ "versión de e2fsck\n"
6904
6905#~ msgid "Incompatible options not allowed when byte-swapping.\n"
6906#~ msgstr ""
6907#~ "Las opciones incompatibles no están permitidas cuando se hace "
6908#~ "trasposición de bytes.\n"
6909
6910#~ msgid "%s: Filesystem byte order already normalized.\n"
6911#~ msgstr ""
6912#~ "%s: el orden de los bytes del sistema de ficheros ya se normalizó.\n"
6913
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006914#~ msgid "invalid starting block - %s"
6915#~ msgstr "bloque inicial no válido - %s"
6916
6917#~ msgid "Note: This is a byte-swapped filesystem\n"
6918#~ msgstr "Nota: este es un sistema de ficheros con trasposición de bytes\n"
6919
6920#~ msgid ""
6921#~ "Filesystem too large. No more than 2**31-1 blocks\n"
6922#~ "\t (8TB using a blocksize of 4k) are currently supported."
6923#~ msgstr ""
6924#~ "El sistema de ficheros es demasiado grande. Actualmente no se\n"
6925#~ "soportan más de 2**31-1 bloques (8 TB con un tamaño de bloque de 4k)."
6926
6927#~ msgid ""
6928#~ "\n"
6929#~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
6930#~ "\tusing ext3. Use -b 4096 if this is an issue for you.\n"
6931#~ "\n"
6932#~ msgstr ""
6933#~ "\n"
6934#~ "Atención: algunos núcleos 2.4 no operan con tamaños de bloque superiores\n"
6935#~ "a 4096 con ext3. Utilice -b 4096 si esto es un problema para usted.\n"
6936#~ "\n"
6937
6938#~ msgid "Warning: %d-byte inodes not usable on older systems\n"
6939#~ msgstr ""
6940#~ "Atención: los nodos-i de %d bytes no se pueden utilizar en muchos "
6941#~ "sistemas\n"
6942
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006943#~ msgid "done \n"
6944#~ msgstr "hecho \n"
6945
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006946#~ msgid "invalid blocks range: %lu-%lu"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006947#~ msgstr "intervalo de bloques dañados: %lu-%lu"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006948
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05006949#~ msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05006950#~ "\n"
6951#~ "The filesystem already has sparse superblocks disabled.\n"
6952#~ msgstr ""
6953#~ "\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006954#~ "El sistema de ficheros ya tiene los superbloques dispersos "
6955#~ "deshabilitados.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006956
6957#~ msgid ""
6958#~ "\n"
6959#~ "Sparse superblock flag cleared. %s"
6960#~ msgstr ""
6961#~ "\n"
6962#~ "La bandera de superbloques dispersos ha sido borrada. %s"
6963
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006964#~ msgid "Clone duplicate/bad blocks"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006965#~ msgstr "Clonar los bloques duplicados/dañados"
Theodore Ts'o6956f612005-12-31 16:46:15 -05006966
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006967#~ msgid "Error allocating @a @b %b. "
6968#~ msgstr "Error al reservar el @b del @a %b. "
6969
6970#~ msgid ""
6971#~ "Duplicate @bs found... invoking duplicate @b passes.\n"
6972#~ "Pass 1B: Rescan for duplicate/bad @bs\n"
6973#~ msgstr ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006974#~ "Se encontraron @bs duplicados... se invocan los pasos para @bs "
6975#~ "duplicados.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006976#~ "Paso 1B: Re-exploración para buscar @bs duplicados/dañados\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006977
6978#~ msgid "Duplicate/bad @b(s) in @i %i:"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006979#~ msgstr "Hay @b(s) duplicados/dañados en el @i %i:"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006980
6981#~ msgid "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006982#~ msgstr ""
6983#~ "Se intenta borrar a la fuerza la bandera HTREE en el @i %d (%q). (Código "
6984#~ "de prueba en etapa beta)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006985
Theodore Ts'o197abba2005-06-20 18:00:23 -04006986#~ msgid "Usage: findsuper device [skipbytes [startkb]]\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006987#~ msgstr ""
6988#~ "Modo de empleo: findsuper dispositivo [bytesporsaltar [principio (en "
6989#~ "kb)]]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04006990
6991#~ msgid "skipbytes should be a number, not %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006992#~ msgstr "bytesporsaltar debe ser un número, no %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04006993
6994#~ msgid "skipbytes must be a multiple of the sector size\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006995#~ msgstr "bytesporsaltar debe ser un múltiplo del tamaño del sector\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04006996
6997#~ msgid "startkb should be a number, not %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006998#~ msgstr "principio debe ser un número, no %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04006999
7000#~ msgid "startkb should be positive, not %Ld\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007001#~ msgstr "principio debe ser positivo, no %Ld\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007002
7003#~ msgid "starting at %Ld, with %d byte increments\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007004#~ msgstr "se comienza en %Ld, con incrementos de %d bytes\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007005
7006#~ msgid " thisoff block fs_blk_sz blksz grp last_mount\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007007#~ msgstr " este bloque fs_blk_sz blksz grp ultimo_montado\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007008
7009#~ msgid ""
7010#~ "\n"
7011#~ "%14Ld: finished with errno %d\n"
7012#~ msgstr ""
7013#~ "\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007014#~ "%14Ld: se finaliza con el error número %d\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007015
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007016#~ msgid "(unknown os)"
7017#~ msgstr "(so desconocido)"
7018
Theodore Ts'obc759702005-05-09 20:40:55 -04007019#~ msgid "resize2fs %s (%s)\n"
7020#~ msgstr "resize2fs %s (%s)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05007021
Theodore Ts'obc759702005-05-09 20:40:55 -04007022#~ msgid "Number of free blocks: %d/%d, Needed: %d\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007023#~ msgstr "Número de bloques libres: %d/%d, se necesitan: %d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05007024
Theodore Ts'obc759702005-05-09 20:40:55 -04007025#~ msgid "Going into desperation mode for block allocations\n"
7026#~ msgstr "Entrando al modo desesperado para reservar bloques\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05007027
Theodore Ts'obc759702005-05-09 20:40:55 -04007028#~ msgid "Moving %d blocks %u->%u\n"
7029#~ msgstr "Moviendo %d bloques %u->%u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05007030
Theodore Ts'obc759702005-05-09 20:40:55 -04007031#~ msgid "ino=%u, blockcnt=%lld, %u->%u\n"
7032#~ msgstr "ino=%u, blockcnt=%lld, %u-%u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05007033
Theodore Ts'obc759702005-05-09 20:40:55 -04007034#~ msgid "Inode moved %u->%u\n"
7035#~ msgstr "Nodo i movido %u->%u\n"
7036
7037#~ msgid "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007038#~ msgstr "Traducción de nodo-i (dir=%u, nombre=%.*s, %u->%u)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04007039
7040#~ msgid "Itable move group %d block %u->%u (diff %d)\n"
7041#~ msgstr "La tabla i mueve al grupo %d bloque %u->%u (diferencia %d)\n"
7042
7043#~ msgid "%d blocks of zeros...\n"
7044#~ msgstr "%d bloques de ceros...\n"
7045
7046#~ msgid "Inode table move finished.\n"
7047#~ msgstr "El movimiento de la tabla de los nodos i ha terminado.\n"