blob: c253c3dae0059c9289ead9ed0c4bfd9ad7ee240a [file] [log] [blame]
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001# Mensajes en español para e2fsprogs.
Benno Schulenberg02696b82014-07-09 23:13:30 -04002# Copyright (C) 2014 Theodore Tso (msgids)
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003# This file is distributed under the same license as the e2fsprogs package.
4#
5# Max de Mendizábal <max@upn.mx>, 2003, 2005.
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006# Benno Schulenberg <benno@vertaalt.nl>, 2008, 2014.
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007#
Benno Schulenberg02696b82014-07-09 23:13:30 -04008# Comienzo de un vocabulario (lista de palabras usadas aquí):
9# block --> bloque
10# inode --> nodo-i
11# bitmap --> mapa de bits
12# ignore --> descartar
13# ...
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050014#
Theodore Ts'o7ae19832005-06-19 09:45:36 -040015#. The strings in e2fsck's problem.c can be very hard to translate,
16#. since the strings are expanded in two different ways. First of all,
17#. there is an @-expansion, where strings like "@i" are expanded to
18#. "inode", and so on. In order to make it easier for translators, the
19#. e2fsprogs po template file has been enhanced with comments that show
20#. the @-expansion, for the strings in the problem.c file.
21#.
22#. Translators are free to use the @-expansion facility if they so
23#. choose, by providing translations for strings in e2fsck/message.c.
24#. These translation can completely replace an expansion; for example,
25#. if "bblock" (which indicated that "@b" would be expanded to "block")
26#. is translated as "ddatenverlust", then "@d" will be expanded to
27#. "datenverlust". Alternatively, translators can simply not use the
28#. @-expansion facility at all.
29#.
30#. The second expansion which is done for e2fsck's problem.c messages is
31#. a dynamic %-expansion, which expands %i as an inode number, and so
32#. on. A table of these expansions can be found below. Note that
33#. %-expressions that begin with "%D" and "%I" are two-character
34#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040035#. ownership field (inode->i_uid). Also the "%B" expansion is special:
36#. it can expand to either the string "indirect block" (possibly preceded
37#. by the word "double" or "triple"), or the string "block #" immediately
38#. followed by an integer indicating a block sequence number.
Benno Schulenbergd6408f12008-06-21 14:06:00 -040039#.
Theodore Ts'o7ae19832005-06-19 09:45:36 -040040#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040041#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'o7ae19832005-06-19 09:45:36 -040042#. %c <blk2> block number
43#. %Di <dirent> -> ino inode number
44#. %Dn <dirent> -> name string
45#. %Dr <dirent> -> rec_len
46#. %Dl <dirent> -> name_len
47#. %Dt <dirent> -> filetype
48#. %d <dir> inode number
49#. %g <group> integer
50#. %i <ino> inode number
51#. %Is <inode> -> i_size
52#. %IS <inode> -> i_extra_isize
53#. %Ib <inode> -> i_blocks
54#. %Il <inode> -> i_links_count
55#. %Im <inode> -> i_mode
56#. %IM <inode> -> i_mtime
57#. %IF <inode> -> i_faddr
58#. %If <inode> -> i_file_acl
59#. %Id <inode> -> i_dir_acl
60#. %Iu <inode> -> i_uid
61#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040062#. %It <str> file type
Theodore Ts'o7ae19832005-06-19 09:45:36 -040063#. %j <ino2> inode number
64#. %m <com_err error message>
65#. %N <num>
66#. %p ext2fs_get_pathname of directory <ino>
67#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
68#. the containing directory. (If dirent is NULL
69#. then return the pathname of directory <ino2>)
70#. %q ext2fs_get_pathname of directory <dir>
71#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
72#. the containing directory.
73#. %s <str> miscellaneous string
74#. %S backup superblock
75#. %X <num> hexadecimal format
76#.
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050077msgid ""
78msgstr ""
Benno Schulenberg02696b82014-07-09 23:13:30 -040079"Project-Id-Version: e2fsprogs-1.42.11-rc0\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050080"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o9ed8d782014-07-09 23:30:49 -040081"POT-Creation-Date: 2014-07-09 23:26-0400\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -040082"PO-Revision-Date: 2014-07-06 22:49+0200\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040083"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050084"Language-Team: Spanish <es@li.org>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -040085"Language: es\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050086"MIME-Version: 1.0\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040087"Content-Type: text/plain; charset=UTF-8\n"
88"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050089"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -040090"X-Generator: Lokalize 1.0\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050091
Theodore Ts'o7527ef12007-12-05 19:35:20 -050092# Ojo: "To ignore" no es ignorar sino "no tener en cuenta",
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040093# "pasar por alto", etc. Ya sé que "ignorar" se entiende, pero sólo
94# porque su mal uso está muy extendido. sv
95# ¿Qué tal "se descarta"? Me gustaría saber si hay algún glosario de
96# frases para traducir programas GNU, son cosas que deberían ser
97# estándar. mm
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040098#: e2fsck/badblocks.c:23 misc/mke2fs.c:211
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050099#, c-format
100msgid "Bad block %u out of range; ignored.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400101msgstr "El bloque dañado %u está fuera del intervalo; se descarta.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500102
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400103# 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 -0500104# de "nodo i" sobre "nodo-i"? sv
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400105# El plural. Pero está bien, adopto la convención K&R. mm
Eric Sandeen032eafe2012-07-28 17:48:36 -0400106#: e2fsck/badblocks.c:46
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500107msgid "while sanity checking the bad blocks inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400108msgstr "mientras se revisaba la salud del nodo-i de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500109
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400110# Yo pondría mejor "el nodo i de bloques dañados". No sé mucho sobre el
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500111# formato ext2, pero creo que es muy posible que haya un nodo-i especial
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400112# cuya tarea sea precisamente la de recordar cuáles son los bloques
113# dañados. Investigarlo en caso de duda. sv
Eric Sandeen032eafe2012-07-28 17:48:36 -0400114#: e2fsck/badblocks.c:58
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500115msgid "while reading the bad blocks inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400116msgstr "mientras se leía el nodo-i de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500117
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400118#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1345
119#: e2fsck/unix.c:1434 misc/badblocks.c:1227 misc/badblocks.c:1235
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400120#: misc/badblocks.c:1249 misc/badblocks.c:1261 misc/dumpe2fs.c:602
121#: misc/e2image.c:1396 misc/e2image.c:1580 misc/e2image.c:1599
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400122#: misc/mke2fs.c:227 misc/tune2fs.c:1945 resize/main.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500123#, c-format
124msgid "while trying to open %s"
125msgstr "mientras se intentaba abrir %s"
126
Eric Sandeen032eafe2012-07-28 17:48:36 -0400127#: e2fsck/badblocks.c:83
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500128#, c-format
129msgid "while trying popen '%s'"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400130msgstr "mientras se intentaba abrir una tubería a '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500131
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400132#: e2fsck/badblocks.c:94 misc/mke2fs.c:234
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500133msgid "while reading in list of bad blocks from file"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400134msgstr "mientras se leía una lista de bloques dañados desde un fichero"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500135
Eric Sandeen032eafe2012-07-28 17:48:36 -0400136#: e2fsck/badblocks.c:105
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500137msgid "while updating bad block inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400138msgstr "mientras se actualizaba el nodo-i de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500139
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400140# Solemos traducir Warning por Atención. sv
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500141# Ok, uniformizo. mm
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400142#: e2fsck/badblocks.c:133
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500143#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400144msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400145msgstr ""
146"Atención: se encontró un bloque ilegal %u en el nodo-i de bloques dañados. "
147"Limpiado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500148
Eric Sandeen032eafe2012-07-28 17:48:36 -0400149#: e2fsck/ehandler.c:55
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500150#, c-format
151msgid "Error reading block %lu (%s) while %s. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500152msgstr "Error al leer el bloque %lu (%s) mientras %s. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500153
Eric Sandeen032eafe2012-07-28 17:48:36 -0400154#: e2fsck/ehandler.c:58
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500155#, c-format
156msgid "Error reading block %lu (%s). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400157msgstr "Error al leer el bloque %lu (%s). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500158
Eric Sandeen032eafe2012-07-28 17:48:36 -0400159#: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500160msgid "Ignore error"
Benno Schulenberg02696b82014-07-09 23:13:30 -0400161msgstr "Descartar el error"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500162
Eric Sandeen032eafe2012-07-28 17:48:36 -0400163#: e2fsck/ehandler.c:62
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500164msgid "Force rewrite"
Benno Schulenberg02696b82014-07-09 23:13:30 -0400165msgstr "Forzar la reescritura"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500166
Eric Sandeen032eafe2012-07-28 17:48:36 -0400167#: e2fsck/ehandler.c:104
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500168#, c-format
169msgid "Error writing block %lu (%s) while %s. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500170msgstr "Error al escribir el bloque %lu (%s) mientras %s. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500171
Eric Sandeen032eafe2012-07-28 17:48:36 -0400172#: e2fsck/ehandler.c:107
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500173#, c-format
174msgid "Error writing block %lu (%s). "
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500175msgstr "Error al escribir el bloque %lu (%s). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500176
Eric Sandeen032eafe2012-07-28 17:48:36 -0400177#: e2fsck/emptydir.c:57
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500178msgid "empty dirblocks"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400179msgstr "bloques de directorio vacíos"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500180
Eric Sandeen032eafe2012-07-28 17:48:36 -0400181#: e2fsck/emptydir.c:62
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500182msgid "empty dir map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400183msgstr "mapa de directorios vacío"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500184
Eric Sandeen032eafe2012-07-28 17:48:36 -0400185#: e2fsck/emptydir.c:98
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400186#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400187msgid "Empty directory block %u (#%d) in inode %u\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400188msgstr "El bloque del directorio %u (#%d) está vacío en el nodo-i %u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500189
Eric Sandeen032eafe2012-07-28 17:48:36 -0400190#: e2fsck/extend.c:22
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500191#, c-format
192msgid "%s: %s filename nblocks blocksize\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400193msgstr "%s: %s fichero númerodebloques tamañodelbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500194
Eric Sandeen032eafe2012-07-28 17:48:36 -0400195#: e2fsck/extend.c:44
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500196#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500197msgid "Illegal number of blocks!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400198msgstr "¡Número inválido de bloques!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500199
Eric Sandeen032eafe2012-07-28 17:48:36 -0400200#: e2fsck/extend.c:50
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500201#, c-format
202msgid "Couldn't allocate block buffer (size=%d)\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -0400203msgstr "No se puede reservar un búfer de bloques (tamaño=%d)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500204
Eric Sandeen032eafe2012-07-28 17:48:36 -0400205#: e2fsck/flushb.c:35
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500206#, c-format
207msgid "Usage: %s disk\n"
208msgstr "Modo de empleo: %s disco\n"
209
Eric Sandeen032eafe2012-07-28 17:48:36 -0400210#: e2fsck/flushb.c:64
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500211#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500212msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400213msgstr ""
214"¡No está implementado el control de entrada/salida del BLKFLSBUF! No se "
215"pueden vaciar los búfers.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500216
Eric Sandeen032eafe2012-07-28 17:48:36 -0400217#: e2fsck/iscan.c:44
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500218#, c-format
219msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400220msgstr ""
221"Modo de empleo: %s [-F] [-I bloques_del_búfer_del_nodo_i] dispositivo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500222
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400223#: e2fsck/iscan.c:81 e2fsck/unix.c:972
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500224#, c-format
225msgid "while opening %s for flushing"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400226msgstr "mientras se abría %s para su vaciado"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500227
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400228#: e2fsck/iscan.c:86 e2fsck/unix.c:978 resize/main.c:289
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500229#, c-format
230msgid "while trying to flush %s"
231msgstr "mientras se intentaba vaciar %s"
232
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400233#: e2fsck/iscan.c:110
234#, c-format
235msgid "while trying to open '%s'"
236msgstr "mientras se intentaba abrir '%s'"
237
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400238#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1290
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500239msgid "while opening inode scan"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400240msgstr "mientras se iniciaba la exploración de los nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500241
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400242#: e2fsck/iscan.c:127 misc/e2image.c:1309
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500243msgid "while getting next inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400244msgstr "mientras se obtenía el nodo-i siguiente"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500245
Eric Sandeen032eafe2012-07-28 17:48:36 -0400246#: e2fsck/iscan.c:136
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400247#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400248msgid "%u inodes scanned.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400249msgstr "%u nodos-i explorados.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500250
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400251#: e2fsck/journal.c:525
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500252msgid "reading journal superblock\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500253msgstr "leyendo el superbloque del fichero de transacciones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500254
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500255# Ojo: No es que se haya encontrado un superbloque que resulta que no es
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400256# válido, sino que no se ha encontrado ningún superbloque que sea válido,
257# que es distinto (a lo mejor no se ha encontrado ningún superbloque
258# en absoluto). Creo que la traducción debería cambiarse. sv
259# En efecto, tienes toda la razón. Corregido. mm
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400260#: e2fsck/journal.c:582
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500261#, c-format
262msgid "%s: no valid journal superblock found\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400263msgstr ""
264"%s: no se encontró un superbloque válido en el fichero de transacciones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500265
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400266#: e2fsck/journal.c:591
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500267#, c-format
268msgid "%s: journal too short\n"
269msgstr "%s: el fichero de transacciones es demasiado corto\n"
270
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400271#: e2fsck/journal.c:882
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500272#, c-format
273msgid "%s: recovering journal\n"
274msgstr "%s: recuperando el fichero de transacciones\n"
275
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400276#: e2fsck/journal.c:884
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500277#, c-format
278msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400279msgstr ""
280"%s: no se puede hacer la recuperación del fichero de transacciones en modo "
281"de sólo lectura\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500282
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400283#: e2fsck/journal.c:911
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500284#, c-format
285msgid "while trying to re-open %s"
286msgstr "mientras se intentaba reabrir %s"
287
Eric Sandeen032eafe2012-07-28 17:48:36 -0400288#: e2fsck/message.c:113
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500289msgid "aextended attribute"
290msgstr "aatributo extendido"
291
Eric Sandeen032eafe2012-07-28 17:48:36 -0400292#: e2fsck/message.c:114
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500293msgid "Aerror allocating"
294msgstr "Aerror en la reserva"
295
Eric Sandeen032eafe2012-07-28 17:48:36 -0400296#: e2fsck/message.c:115
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500297msgid "bblock"
298msgstr "bbloque"
299
Eric Sandeen032eafe2012-07-28 17:48:36 -0400300#: e2fsck/message.c:116
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500301msgid "Bbitmap"
302msgstr "Bmapa de bits"
303
Eric Sandeen032eafe2012-07-28 17:48:36 -0400304#: e2fsck/message.c:117
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500305msgid "ccompress"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400306msgstr "ccompresión"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500307
Eric Sandeen032eafe2012-07-28 17:48:36 -0400308#: e2fsck/message.c:118
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500309msgid "Cconflicts with some other fs @b"
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400310msgstr "Centra en conflicto con algún otro @b del sistema de ficheros"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500311
Eric Sandeen032eafe2012-07-28 17:48:36 -0400312#: e2fsck/message.c:119
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500313msgid "ddirectory"
314msgstr "ddirectorio"
315
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400316#: e2fsck/message.c:120
317msgid "Ddeleted"
318msgstr "Dborrado"
319
320#: e2fsck/message.c:121
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500321msgid "eentry"
322msgstr "eentrada"
323
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400324#: e2fsck/message.c:122
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500325msgid "E@e '%Dn' in %p (%i)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400326msgstr "ELa @e '%Dn' que está en %p (%i)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500327
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400328#: e2fsck/message.c:123
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500329msgid "ffilesystem"
330msgstr "fsistema de ficheros"
331
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400332#: e2fsck/message.c:124
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500333msgid "Ffor @i %i (%Q) is"
334msgstr "Fpara el @i %i (%Q) es"
335
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400336#: e2fsck/message.c:125
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500337msgid "ggroup"
338msgstr "ggrupo"
339
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400340#: e2fsck/message.c:126
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500341msgid "hHTREE @d @i"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400342msgstr "hEl ÁRBOL-H del @i del @d"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500343
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400344#: e2fsck/message.c:127
345msgid "iinode"
346msgstr "inodo-i"
347
348#: e2fsck/message.c:128
349msgid "Iillegal"
350msgstr "Iilegal"
351
352#: e2fsck/message.c:129
353msgid "jjournal"
354msgstr "jfichero de transacciones"
355
Eric Sandeen032eafe2012-07-28 17:48:36 -0400356#: e2fsck/message.c:130
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500357msgid "llost+found"
358msgstr "llost+found"
359
Eric Sandeen032eafe2012-07-28 17:48:36 -0400360#: e2fsck/message.c:131
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500361msgid "Lis a link"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500362msgstr "Les un enlace"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500363
Eric Sandeen032eafe2012-07-28 17:48:36 -0400364#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400365msgid "mmultiply-claimed"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400366msgstr "mreclamado en múltiples ocasiones"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400367
Eric Sandeen032eafe2012-07-28 17:48:36 -0400368#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400369msgid "ninvalid"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400370msgstr "ninválido"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400371
Eric Sandeen032eafe2012-07-28 17:48:36 -0400372#: e2fsck/message.c:134
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500373msgid "oorphaned"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400374msgstr "ohuérfano"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500375
Eric Sandeen032eafe2012-07-28 17:48:36 -0400376#: e2fsck/message.c:135
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500377msgid "pproblem in"
378msgstr "pproblema en"
379
Eric Sandeen032eafe2012-07-28 17:48:36 -0400380#: e2fsck/message.c:136
381msgid "qquota"
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400382msgstr "qcuota"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400383
384#: e2fsck/message.c:137
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500385msgid "rroot @i"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400386msgstr "r@i raíz"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500387
Eric Sandeen032eafe2012-07-28 17:48:36 -0400388#: e2fsck/message.c:138
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500389msgid "sshould be"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400390msgstr "sdebería ser"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500391
Eric Sandeen032eafe2012-07-28 17:48:36 -0400392#: e2fsck/message.c:139
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500393msgid "Ssuper@b"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500394msgstr "Ssuper@b"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500395
Eric Sandeen032eafe2012-07-28 17:48:36 -0400396#: e2fsck/message.c:140
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500397msgid "uunattached"
398msgstr "udesacoplado"
399
Eric Sandeen032eafe2012-07-28 17:48:36 -0400400#: e2fsck/message.c:141
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500401msgid "vdevice"
402msgstr "vdispositivo"
403
Eric Sandeen032eafe2012-07-28 17:48:36 -0400404#: e2fsck/message.c:142
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400405msgid "xextent"
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400406msgstr ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400407
Eric Sandeen032eafe2012-07-28 17:48:36 -0400408#: e2fsck/message.c:143
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500409msgid "zzero-length"
410msgstr "zlongitud cero"
411
Eric Sandeen032eafe2012-07-28 17:48:36 -0400412#: e2fsck/message.c:154
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500413msgid "<The NULL inode>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500414msgstr "<El nodo-i NULO>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500415
Eric Sandeen032eafe2012-07-28 17:48:36 -0400416#: e2fsck/message.c:155
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500417msgid "<The bad blocks inode>"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400418msgstr "<El nodo-i de bloques dañados>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500419
Eric Sandeen032eafe2012-07-28 17:48:36 -0400420#: e2fsck/message.c:157
421#, fuzzy
422msgid "<The user quota inode>"
423msgstr "<El nodo-i del fichero de transacciones>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500424
Eric Sandeen032eafe2012-07-28 17:48:36 -0400425#: e2fsck/message.c:158
426#, fuzzy
427msgid "<The group quota inode>"
428msgstr "<El nodo-i descriptor del grupo>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500429
Eric Sandeen032eafe2012-07-28 17:48:36 -0400430#: e2fsck/message.c:159
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500431msgid "<The boot loader inode>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500432msgstr "<El nodo-i del cargador de arranque>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500433
Eric Sandeen032eafe2012-07-28 17:48:36 -0400434#: e2fsck/message.c:160
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500435msgid "<The undelete directory inode>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500436msgstr "<El nodo-i del directorio de desborrado>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500437
Eric Sandeen032eafe2012-07-28 17:48:36 -0400438#: e2fsck/message.c:161
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500439msgid "<The group descriptor inode>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500440msgstr "<El nodo-i descriptor del grupo>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500441
Eric Sandeen032eafe2012-07-28 17:48:36 -0400442#: e2fsck/message.c:162
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500443msgid "<The journal inode>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500444msgstr "<El nodo-i del fichero de transacciones>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500445
Eric Sandeen032eafe2012-07-28 17:48:36 -0400446#: e2fsck/message.c:163
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500447msgid "<Reserved inode 9>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500448msgstr "<Se ha reservado el nodo-i 9>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500449
Eric Sandeen032eafe2012-07-28 17:48:36 -0400450#: e2fsck/message.c:164
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500451msgid "<Reserved inode 10>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500452msgstr "<Se ha reservado el nodo-i 10>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500453
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400454#: e2fsck/message.c:334
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400455msgid "regular file"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400456msgstr "fichero regular"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400457
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400458#: e2fsck/message.c:336
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400459msgid "directory"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400460msgstr "directorio"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400461
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400462#: e2fsck/message.c:338
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400463msgid "character device"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400464msgstr "dispositivo de caracteres"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400465
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400466#: e2fsck/message.c:340
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400467msgid "block device"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400468msgstr "dispositivo de bloque"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400469
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400470#: e2fsck/message.c:342
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400471msgid "named pipe"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400472msgstr "tubería designada"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400473
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400474#: e2fsck/message.c:344
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400475msgid "symbolic link"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400476msgstr "enlace simbólico"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400477
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400478#: e2fsck/message.c:346 misc/uuidd.c:161
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400479msgid "socket"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400480msgstr "zócalo"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400481
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400482#: e2fsck/message.c:348
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400483#, c-format
484msgid "unknown file type with mode 0%o"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400485msgstr "tipo de fichero desconocido con modo 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400486
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400487#: e2fsck/message.c:423
Eric Sandeen032eafe2012-07-28 17:48:36 -0400488msgid "indirect block"
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400489msgstr "bloque indirecto"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400490
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400491#: e2fsck/message.c:425
Eric Sandeen032eafe2012-07-28 17:48:36 -0400492#, fuzzy
493msgid "double indirect block"
494msgstr "leyendo bloque de directorio"
495
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400496#: e2fsck/message.c:427
Eric Sandeen032eafe2012-07-28 17:48:36 -0400497#, fuzzy
498msgid "triple indirect block"
499msgstr "leyendo bloque de directorio"
500
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400501#: e2fsck/message.c:429
Eric Sandeen032eafe2012-07-28 17:48:36 -0400502#, fuzzy
503msgid "translator block"
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400504msgstr "bloques de metadatos"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400505
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400506#: e2fsck/message.c:431
Eric Sandeen032eafe2012-07-28 17:48:36 -0400507msgid "block #"
Benno Schulenberg02696b82014-07-09 23:13:30 -0400508msgstr "bloque #"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400509
510#: e2fsck/pass1b.c:222
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500511msgid "multiply claimed inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400512msgstr "mapa de nodos-i reclamados en múltiples ocasiones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500513
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400514#: e2fsck/pass1b.c:610 e2fsck/pass1b.c:730
515#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -0400516msgid "internal error: can't find dup_blk for %llu\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400517msgstr "error interno: no se encontró el dup_blk para %llu\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500518
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400519#: e2fsck/pass1b.c:821
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500520msgid "returned from clone_file_block"
521msgstr "regresado del clone_file_block"
522
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400523#: e2fsck/pass1b.c:843
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400524#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -0400525msgid "internal error: couldn't lookup EA block record for %llu"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500526msgstr "Error interno: no se puede encontrar el dir_info para %i.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400527
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400528#: e2fsck/pass1b.c:855
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400529#, fuzzy, c-format
530msgid "internal error: couldn't lookup EA inode record for %u"
531msgstr "Error interno: no se puede encontrar el dir_info para %i.\n"
532
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400533#: e2fsck/pass1.c:475 e2fsck/pass2.c:782
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400534msgid "reading directory block"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400535msgstr "leyendo bloque de directorio"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400536
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400537#: e2fsck/pass1.c:598
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500538msgid "in-use inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400539msgstr "mapa de nodos-i usados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500540
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400541#: e2fsck/pass1.c:609
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500542msgid "directory inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400543msgstr "mapa de nodos-i de directorio"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500544
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400545#: e2fsck/pass1.c:619
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500546msgid "regular file inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400547msgstr "mapa de nodos-i de ficheros normales"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500548
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400549#: e2fsck/pass1.c:628 misc/e2image.c:1265
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500550msgid "in-use block map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400551msgstr "mapa de bloques usados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500552
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400553#: e2fsck/pass1.c:693
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400554msgid "opening inode scan"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400555msgstr "iniciando la exploración de los nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500556
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400557#: e2fsck/pass1.c:727
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400558msgid "getting next inode from scan"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400559msgstr "obteniendo el siguiente nodo-i para examinar"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400560
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400561#: e2fsck/pass1.c:1243
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500562msgid "Pass 1"
563msgstr "Paso 1"
564
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400565#: e2fsck/pass1.c:1300
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500566#, c-format
567msgid "reading indirect blocks of inode %u"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500568msgstr "leyendo bloques indirectos del nodo-i %u"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500569
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400570#: e2fsck/pass1.c:1350
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500571msgid "bad inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400572msgstr "mapa de nodos-i dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500573
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400574#: e2fsck/pass1.c:1373
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500575msgid "inode in bad block map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400576msgstr "el nodo-i está en el mapa de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500577
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400578#: e2fsck/pass1.c:1393
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500579msgid "imagic inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400580msgstr "mapa de nodos-i con 'imagic'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500581
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400582#: e2fsck/pass1.c:1420
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500583msgid "multiply claimed block map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400584msgstr "mapa de bloques reclamados en múltiples ocasiones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500585
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400586#: e2fsck/pass1.c:1531
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500587msgid "ext attr block map"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500588msgstr "mapa de bloques de atributos extendidos"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500589
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400590#: e2fsck/pass1.c:2315
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500591#, c-format
592msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
593msgstr ""
594
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400595#: e2fsck/pass1.c:2678
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500596msgid "block bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400597msgstr "mapa de bits de bloques"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500598
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400599#: e2fsck/pass1.c:2684
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500600msgid "inode bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400601msgstr "mapa de bits de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500602
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400603#: e2fsck/pass1.c:2690
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500604msgid "inode table"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400605msgstr "tabla de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500606
Eric Sandeen032eafe2012-07-28 17:48:36 -0400607#: e2fsck/pass2.c:283
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500608msgid "Pass 2"
609msgstr "Paso 2"
610
Eric Sandeen032eafe2012-07-28 17:48:36 -0400611#: e2fsck/pass2.c:805
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400612msgid "Can not continue."
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400613msgstr "No se puede continuar."
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400614
Eric Sandeen032eafe2012-07-28 17:48:36 -0400615#: e2fsck/pass3.c:77
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500616msgid "inode done bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400617msgstr "mapa de bits de nodos-i pasados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500618
Eric Sandeen032eafe2012-07-28 17:48:36 -0400619#: e2fsck/pass3.c:86
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500620msgid "Peak memory"
621msgstr "Memoria pico"
622
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400623#: e2fsck/pass3.c:137
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500624msgid "Pass 3"
625msgstr "Paso 3"
626
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400627#: e2fsck/pass3.c:323
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500628msgid "inode loop detection bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400629msgstr "mapa de bits de detección de ciclos de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500630
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400631#: e2fsck/pass4.c:196
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500632msgid "Pass 4"
633msgstr "Paso 4"
634
Eric Sandeen032eafe2012-07-28 17:48:36 -0400635#: e2fsck/pass5.c:74
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500636msgid "Pass 5"
637msgstr "Paso 5"
638
Eric Sandeen032eafe2012-07-28 17:48:36 -0400639#: e2fsck/problem.c:51
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500640msgid "(no prompt)"
641msgstr "(no hay cursor)"
642
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400643# Yo pondría mejor "Arreglar", ya que es una pregunta que hace que quedaría
644# mejor en forma impersonal. Fíjate que todos los demás verbos que siguen
645# están en infinitivo.
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500646# Cierto. mm
Eric Sandeen032eafe2012-07-28 17:48:36 -0400647#: e2fsck/problem.c:52
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500648msgid "Fix"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500649msgstr "Arreglar"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500650
Eric Sandeen032eafe2012-07-28 17:48:36 -0400651#: e2fsck/problem.c:53
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500652msgid "Clear"
653msgstr "Borrar"
654
Eric Sandeen032eafe2012-07-28 17:48:36 -0400655#: e2fsck/problem.c:54
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500656msgid "Relocate"
657msgstr "Reubicar"
658
Eric Sandeen032eafe2012-07-28 17:48:36 -0400659#: e2fsck/problem.c:55
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500660msgid "Allocate"
661msgstr "Reservar"
662
Eric Sandeen032eafe2012-07-28 17:48:36 -0400663#: e2fsck/problem.c:56
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500664msgid "Expand"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500665msgstr "Expandir"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500666
Eric Sandeen032eafe2012-07-28 17:48:36 -0400667#: e2fsck/problem.c:57
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500668msgid "Connect to /lost+found"
669msgstr "Conectar a /lost+found"
670
Eric Sandeen032eafe2012-07-28 17:48:36 -0400671#: e2fsck/problem.c:58
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500672msgid "Create"
673msgstr "Crear"
674
Eric Sandeen032eafe2012-07-28 17:48:36 -0400675#: e2fsck/problem.c:59
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500676msgid "Salvage"
677msgstr "Recuperar"
678
Eric Sandeen032eafe2012-07-28 17:48:36 -0400679#: e2fsck/problem.c:60
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500680msgid "Truncate"
681msgstr "Truncar"
682
Eric Sandeen032eafe2012-07-28 17:48:36 -0400683#: e2fsck/problem.c:61
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500684msgid "Clear inode"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500685msgstr "Borrar nodo-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500686
Eric Sandeen032eafe2012-07-28 17:48:36 -0400687#: e2fsck/problem.c:62
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500688msgid "Abort"
689msgstr "Interrumpir"
690
Eric Sandeen032eafe2012-07-28 17:48:36 -0400691#: e2fsck/problem.c:63
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500692msgid "Split"
693msgstr "Dividir"
694
Eric Sandeen032eafe2012-07-28 17:48:36 -0400695#: e2fsck/problem.c:64
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500696msgid "Continue"
697msgstr "Continuar"
698
Eric Sandeen032eafe2012-07-28 17:48:36 -0400699#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400700msgid "Clone multiply-claimed blocks"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400701msgstr "Clonar los bloques reclamados en múltiples ocasiones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500702
Eric Sandeen032eafe2012-07-28 17:48:36 -0400703#: e2fsck/problem.c:66
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500704msgid "Delete file"
705msgstr "Borrar fichero"
706
Eric Sandeen032eafe2012-07-28 17:48:36 -0400707#: e2fsck/problem.c:67
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500708msgid "Suppress messages"
709msgstr "Eliminar mensajes"
710
Eric Sandeen032eafe2012-07-28 17:48:36 -0400711#: e2fsck/problem.c:68
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500712msgid "Unlink"
713msgstr "Desvincular"
714
Eric Sandeen032eafe2012-07-28 17:48:36 -0400715#: e2fsck/problem.c:69
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500716msgid "Clear HTree index"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400717msgstr "Borrar el índice del árbol-H"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500718
Eric Sandeen032eafe2012-07-28 17:48:36 -0400719#: e2fsck/problem.c:70
Theodore Ts'obc759702005-05-09 20:40:55 -0400720msgid "Recreate"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500721msgstr "Recrear"
Theodore Ts'obc759702005-05-09 20:40:55 -0400722
Eric Sandeen032eafe2012-07-28 17:48:36 -0400723#: e2fsck/problem.c:79
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500724msgid "(NONE)"
725msgstr "(NINGUNO)"
726
Eric Sandeen032eafe2012-07-28 17:48:36 -0400727#: e2fsck/problem.c:80
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500728msgid "FIXED"
729msgstr "ARREGLADO"
730
Eric Sandeen032eafe2012-07-28 17:48:36 -0400731#: e2fsck/problem.c:81
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500732msgid "CLEARED"
733msgstr "BORRADO"
734
Eric Sandeen032eafe2012-07-28 17:48:36 -0400735#: e2fsck/problem.c:82
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500736msgid "RELOCATED"
737msgstr "REUBICADO"
738
Eric Sandeen032eafe2012-07-28 17:48:36 -0400739#: e2fsck/problem.c:83
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500740msgid "ALLOCATED"
741msgstr "RESERVADO"
742
Eric Sandeen032eafe2012-07-28 17:48:36 -0400743#: e2fsck/problem.c:84
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500744msgid "EXPANDED"
745msgstr "EXPANDIDO"
746
Eric Sandeen032eafe2012-07-28 17:48:36 -0400747#: e2fsck/problem.c:85
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500748msgid "RECONNECTED"
749msgstr "RECONECTADO"
750
Eric Sandeen032eafe2012-07-28 17:48:36 -0400751#: e2fsck/problem.c:86
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500752msgid "CREATED"
753msgstr "CREADO"
754
Eric Sandeen032eafe2012-07-28 17:48:36 -0400755#: e2fsck/problem.c:87
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500756msgid "SALVAGED"
757msgstr "RECUPERADO"
758
Eric Sandeen032eafe2012-07-28 17:48:36 -0400759#: e2fsck/problem.c:88
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500760msgid "TRUNCATED"
761msgstr "TRUNCADO"
762
Eric Sandeen032eafe2012-07-28 17:48:36 -0400763#: e2fsck/problem.c:89
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500764msgid "INODE CLEARED"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400765msgstr "NODO-I BORRADO"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500766
Eric Sandeen032eafe2012-07-28 17:48:36 -0400767#: e2fsck/problem.c:90
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500768msgid "ABORTED"
769msgstr "INTERRUMPIDO"
770
Eric Sandeen032eafe2012-07-28 17:48:36 -0400771#: e2fsck/problem.c:91
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500772msgid "SPLIT"
773msgstr "DIVIDIDO"
774
Eric Sandeen032eafe2012-07-28 17:48:36 -0400775#: e2fsck/problem.c:92
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500776msgid "CONTINUING"
777msgstr "CONTINUANDO"
778
Eric Sandeen032eafe2012-07-28 17:48:36 -0400779#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400780msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400781msgstr "SE CLONARON LOS BLOQUES RECLAMADOS EN MÚLTIPLES OCASIONES"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500782
Eric Sandeen032eafe2012-07-28 17:48:36 -0400783#: e2fsck/problem.c:94
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500784msgid "FILE DELETED"
785msgstr "FICHERO BORRADO"
786
Eric Sandeen032eafe2012-07-28 17:48:36 -0400787#: e2fsck/problem.c:95
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500788msgid "SUPPRESSED"
789msgstr "SUPRIMIDO"
790
Eric Sandeen032eafe2012-07-28 17:48:36 -0400791#: e2fsck/problem.c:96
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500792msgid "UNLINKED"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500793msgstr "DESVINCULADO"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500794
Eric Sandeen032eafe2012-07-28 17:48:36 -0400795#: e2fsck/problem.c:97
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500796msgid "HTREE INDEX CLEARED"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400797msgstr "SE BORRÓ EL ÍNDICE DEL ÁRBOL-H"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500798
Eric Sandeen032eafe2012-07-28 17:48:36 -0400799#: e2fsck/problem.c:98
Theodore Ts'obc759702005-05-09 20:40:55 -0400800msgid "WILL RECREATE"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400801msgstr "SE RECREARÁ"
Theodore Ts'obc759702005-05-09 20:40:55 -0400802
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400803#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400804#: e2fsck/problem.c:107
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500805msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400806msgstr ""
Theodore Ts'o9ed8d782014-07-09 23:30:49 -0400807"El mapa de bits de bloques para el grupo %g no está en el grupo. (bloque "
808"%b)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500809
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400810#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400811#: e2fsck/problem.c:111
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500812msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400813msgstr ""
Theodore Ts'o9ed8d782014-07-09 23:30:49 -0400814"El mapa de bits de nodos-i para el grupo %g no está en el grupo. (bloque "
815"%b)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500816
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400817#. @-expanded: inode table for group %g is not in group. (block %b)\n
818#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400819#: e2fsck/problem.c:116
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500820msgid ""
821"@i table for @g %g is not in @g. (@b %b)\n"
822"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
823msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400824"La tabla de nodos-i para el @g %g no está en el @g. (@b %b)\n"
825"ATENCIÓN: ES POSIBLE QUE HAYA UNA PÉRDIDA DE DATOS SEVERA.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500826
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400827#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400828#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
829#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400830#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
831#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400832#. @-expanded: e2fsck -b 8193 <device>\n
833#. @-expanded: or\n
834#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400835#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400836#: e2fsck/problem.c:122
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500837msgid ""
838"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400839"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
840"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500841"@f (and not swap or ufs or something else), then the @S\n"
842"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400843" e2fsck -b 8193 <@v>\n"
844" or\n"
845" e2fsck -b 32768 <@v>\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500846"\n"
847msgstr ""
848"\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -0400849"El @S no podía ser leído o no describe un @f ext2 correcto.\n"
850"Si el @v es válido y en verdad contiene un @f ext2 (y no uno\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400851"de intercambio, ufs o algo más), entonces el @S está corrompido\n"
852"y podría intentarse ejecutar el e2fsck con un @S alternativo:\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -0400853" e2fsck -b 8193 <@v>\n"
854" o\n"
855" e2fsck -b 32768 <@v>\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500856"\n"
857
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400858#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
859#. @-expanded: The physical size of the device is %c blocks\n
860#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400861#: e2fsck/problem.c:133
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500862msgid ""
863"The @f size (according to the @S) is %b @bs\n"
864"The physical size of the @v is %c @bs\n"
865"Either the @S or the partition table is likely to be corrupt!\n"
866msgstr ""
Benno Schulenberg02696b82014-07-09 23:13:30 -0400867"El tamaño del @f (de acuerdo con el @S) es de %b @bs.\n"
868"El tamaño físico del @v es de %c @bs.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400869"¡Puede ser que el @S, o la tabla de particiones, estén corruptos!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500870
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400871#. @-expanded: superblock block_size = %b, fragsize = %c.\n
872#. @-expanded: This version of e2fsck does not support fragment sizes different\n
873#. @-expanded: from the block size.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400874#: e2fsck/problem.c:140
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500875msgid ""
876"@S @b_size = %b, fragsize = %c.\n"
877"This version of e2fsck does not support fragment sizes different\n"
878"from the @b size.\n"
879msgstr ""
Benno Schulenberg02696b82014-07-09 23:13:30 -0400880"En el @S el tamaño del @b = %b, el tamaño del fragmento = %c.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400881"Esta versión de e2fsck no tiene implementado el manejo de\n"
882"tamaños de fragmento distintos al del @b.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500883
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400884#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400885#: e2fsck/problem.c:147
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500886msgid "@S @bs_per_group = %b, should have been %c\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400887msgstr "El @bs_per_group del @S = %b y debería haber sido %c\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500888
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400889#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400890#: e2fsck/problem.c:152
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500891msgid "@S first_data_@b = %b, should have been %c\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400892msgstr "El first_data_@b del @S = %b y debería haber sido %c\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500893
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400894#. @-expanded: filesystem did not have a UUID; generating one.\n
895#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400896#: e2fsck/problem.c:157
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500897msgid ""
898"@f did not have a UUID; generating one.\n"
899"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400900msgstr "El @f no tiene un UUID; se generará uno.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500901
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400902#: e2fsck/problem.c:162
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500903#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500904msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400905"Note: if several inode or block bitmap blocks or part\n"
906"of the inode table require relocation, you may wish to try\n"
907"running e2fsck with the '-b %S' option first. The problem\n"
908"may lie only with the primary block group descriptors, and\n"
909"the backup block group descriptors may be OK.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500910"\n"
911msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400912"Nota: si varios bloques de mapas de bits (de nodos-i o de bloques)\n"
913"o parte de la tabla de nodos-i necesitan reubicación,\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500914"es posible que primero se quiera intentar ejecutar e2fsck con\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400915"la opción '-b %S'. El problema podría estar únicamente en el\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500916"descriptor primario del grupo de bloques y posiblemente el\n"
917"descriptor del grupo de bloques de respaldo pudiera estar bien.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500918"\n"
919
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400920#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400921#: e2fsck/problem.c:171
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500922msgid "Corruption found in @S. (%s = %N).\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400923msgstr "El @S está corrupto. (%s = %N).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500924
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400925#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400926#: e2fsck/problem.c:176
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500927#, c-format
928msgid "Error determining size of the physical @v: %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400929msgstr "Error al determinar el tamaño del @v físico: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500930
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400931#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400932#: e2fsck/problem.c:181
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400933msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500934msgstr "La cuenta @i en el @S es %i, @s %j.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500935
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400936#: e2fsck/problem.c:185
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500937msgid "The Hurd does not support the filetype feature.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400938msgstr "El Hurd no tiene implementada la opción de tipos de fichero.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500939
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500940#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400941#: e2fsck/problem.c:190
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400942#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500943msgid "@S has an @n @j (@i %i).\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400944msgstr "@S tiene un @j @n (@i %i).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500945
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400946#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400947#: e2fsck/problem.c:195
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500948msgid "External @j has multiple @f users (unsupported).\n"
949msgstr "El @j externo tiene varios usuarios del @f (no implementado).\n"
950
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400951#. @-expanded: Can't find external journal\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400952#: e2fsck/problem.c:200
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500953msgid "Can't find external @j\n"
954msgstr "No puedo encontrar un @j externo\n"
955
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400956#. @-expanded: External journal has bad superblock\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400957#: e2fsck/problem.c:205
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500958msgid "External @j has bad @S\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400959msgstr "El @j externo tiene un @S dañado\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500960
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400961#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400962#: e2fsck/problem.c:210
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500963msgid "External @j does not support this @f\n"
964msgstr "El @j externo no tiene implementado este @f\n"
965
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500966#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400967#. @-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 -0400968#. @-expanded: format.\n
969#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400970#: e2fsck/problem.c:215
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500971#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500972msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500973"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400974"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
975"format.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500976"It is also possible the @j @S is corrupt.\n"
977msgstr ""
978"El @S del @j ext3 es de un tipo desconocido %N (no implementado).\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400979"Es posible que su copia de e2fsck sea muy antigua y/o no tenga implementado\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500980"este formato de @j.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400981"También es posible que el @S del @j esté corrupto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500982
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500983#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400984#: e2fsck/problem.c:223
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500985#, fuzzy
986msgid "@j @S is corrupt.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400987msgstr "El @S del @j ext3 está corrupto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500988
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400989#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400990#: e2fsck/problem.c:228
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400991#, fuzzy
992msgid "@S has_@j flag is clear, but a @j is present.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500993msgstr ""
994"La bandera de recuperación del ext3 está limpia, pero el @j\n"
995"contiene información.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500996
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500997#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400998#: e2fsck/problem.c:233
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500999msgid "@S needs_recovery flag is set, but no @j is present.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001000msgstr ""
Benno Schulenberg02696b82014-07-09 23:13:30 -04001001"La bandera de recuperación del superbloque está puesta, pero no hay @j.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001002
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001003#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001004#: e2fsck/problem.c:238
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001005msgid "@S needs_recovery flag is clear, but @j has data.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001006msgstr ""
Benno Schulenberg02696b82014-07-09 23:13:30 -04001007"La bandera de recuperación del superbloque está limpia, pero el @j\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001008"contiene información.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001009
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001010#. @-expanded: Clear journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001011#: e2fsck/problem.c:243
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001012msgid "Clear @j"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001013msgstr "Borrar el @j"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001014
Eric Sandeen032eafe2012-07-28 17:48:36 -04001015#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001016#: e2fsck/problem.c:248 e2fsck/problem.c:702
Eric Sandeen032eafe2012-07-28 17:48:36 -04001017msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001018msgstr ""
1019"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 -05001020
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001021#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001022#: e2fsck/problem.c:253
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001023msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001024msgstr "%s @i @o %i (uid=%Iu, gid=%Ig, modo=%Im, tamaño=%Is)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001025
Eric Sandeen032eafe2012-07-28 17:48:36 -04001026#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001027#: e2fsck/problem.c:258
Eric Sandeen032eafe2012-07-28 17:48:36 -04001028msgid "@I %B (%b) found in @o @i %i.\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04001029msgstr "@I %B (%b) encontrado en un @i @o %i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001030
Eric Sandeen032eafe2012-07-28 17:48:36 -04001031#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001032#: e2fsck/problem.c:263
Eric Sandeen032eafe2012-07-28 17:48:36 -04001033msgid "Already cleared %B (%b) found in @o @i %i.\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04001034msgstr "Ya se borró el %B (%b) encontrado en el @i @o %i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001035
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001036#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001037#: e2fsck/problem.c:268
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001038#, c-format
1039msgid "@I @o @i %i in @S.\n"
1040msgstr "@i @o @I %i en el @S.\n"
1041
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001042#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001043#: e2fsck/problem.c:273
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001044#, c-format
1045msgid "@I @i %i in @o @i list.\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04001046msgstr "@i @I %i en la lista de nodos-i huérfanos.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001047
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001048#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001049#: e2fsck/problem.c:278
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001050msgid "@j @S has an unknown read-only feature flag set.\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04001051msgstr "El @S del @j tiene puesta una bandera desconocida de sólo lectura.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001052
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001053#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001054#: e2fsck/problem.c:283
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001055msgid "@j @S has an unknown incompatible feature flag set.\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04001056msgstr "El @S del @j tiene puesta una bandera desconocida incompatible.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001057
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001058#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001059#: e2fsck/problem.c:288
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001060msgid "@j version not supported by this e2fsck.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001061msgstr "La versión del @j no está implementada en este e2fsck.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001062
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001063#. @-expanded: Moving journal from /%s to hidden inode.\n
1064#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001065#: e2fsck/problem.c:293
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001066#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001067msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001068"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001069"\n"
1070msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001071"Moviendo el @j de /%s a un nodo-i oculto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001072"\n"
1073
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001074#. @-expanded: Error moving journal: %m\n
1075#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001076#: e2fsck/problem.c:298
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001077#, c-format
1078msgid ""
1079"Error moving @j: %m\n"
1080"\n"
1081msgstr ""
1082"Error moviendo el @j: %m\n"
1083"\n"
1084
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001085#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1086#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1087#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001088#: e2fsck/problem.c:303
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001089msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001090"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001091"Clearing fields beyond the V1 @j @S...\n"
1092"\n"
1093msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001094"Se encontraron campos V2 no válidos en el @j del @S\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001095"(del V1 del @j).\n"
1096"Borrando los campos que exceden la V1 del @j del @S...\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001097"\n"
1098
Eric Sandeen032eafe2012-07-28 17:48:36 -04001099#. @-expanded: Run journal anyway
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001100#: e2fsck/problem.c:309
Eric Sandeen032eafe2012-07-28 17:48:36 -04001101msgid "Run @j anyway"
1102msgstr "Ejecutar el @j de todas formas"
1103
1104#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001105#: e2fsck/problem.c:314
Eric Sandeen032eafe2012-07-28 17:48:36 -04001106msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1107msgstr ""
Benno Schulenberg02696b82014-07-09 23:13:30 -04001108"La bandera de recuperación no está puesta en el @S de respaldo,\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001109"por eso se ejecutará de todas maneras el @j.\n"
1110
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001111#. @-expanded: Backing up journal inode block information.\n
1112#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001113#: e2fsck/problem.c:319
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001114msgid ""
1115"Backing up @j @i @b information.\n"
1116"\n"
1117msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001118"Respaldando la información del @j, el @i y el @b.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001119"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001120
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001121#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001122#. @-expanded: is %N; should be zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001123#: e2fsck/problem.c:324
Theodore Ts'obc759702005-05-09 20:40:55 -04001124msgid ""
1125"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1126"is %N; @s zero. "
1127msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001128"El @f no tiene 'resize_inode' habilitado, pero 's_reserved_gdt_blocks'\n"
1129"es %N; debería ser cero. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001130
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001131#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001132#: e2fsck/problem.c:330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001133msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001134msgstr ""
1135"El 'resize_inode' no está habilitado, pero el nodo-i de cambio del tamaño no "
1136"es cero. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001137
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001138#. @-expanded: Resize inode not valid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001139#: e2fsck/problem.c:335
Theodore Ts'obc759702005-05-09 20:40:55 -04001140msgid "Resize @i not valid. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001141msgstr "El nodo-i de cambio del tamaño no es válido. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001142
Eric Sandeen032eafe2012-07-28 17:48:36 -04001143#. @-expanded: superblock last mount time (%t,\n
1144#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001145#: e2fsck/problem.c:340
Eric Sandeen032eafe2012-07-28 17:48:36 -04001146#, fuzzy
1147msgid ""
1148"@S last mount time (%t,\n"
1149"\tnow = %T) is in the future.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001150msgstr "La última vez que se montó el superbloque es en el futuro. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001151
Eric Sandeen032eafe2012-07-28 17:48:36 -04001152#. @-expanded: superblock last write time (%t,\n
1153#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001154#: e2fsck/problem.c:345
Eric Sandeen032eafe2012-07-28 17:48:36 -04001155#, fuzzy
1156msgid ""
1157"@S last write time (%t,\n"
1158"\tnow = %T) is in the future.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001159msgstr "La última vez que se escribió en el superbloque es en el futuro. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001160
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001161#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001162#: e2fsck/problem.c:349
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001163#, c-format
1164msgid "@S hint for external superblock @s %X. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001165msgstr "La pista de superbloque para un superbloque externo debería ser %X. "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001166
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001167#. @-expanded: Adding dirhash hint to filesystem.\n
1168#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001169#: e2fsck/problem.c:354
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001170msgid ""
1171"Adding dirhash hint to @f.\n"
1172"\n"
1173msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001174"Agregando la pista dirhash al sistema de ficheros\n"
1175"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001176
Eric Sandeen032eafe2012-07-28 17:48:36 -04001177#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001178#: e2fsck/problem.c:359
Eric Sandeen032eafe2012-07-28 17:48:36 -04001179msgid "@g descriptor %g checksum is %04x, should be %04y. "
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001180msgstr ""
1181
1182#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001183#: e2fsck/problem.c:364
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001184#, c-format
1185msgid "@g descriptor %g marked uninitialized without feature set.\n"
1186msgstr ""
1187
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001188#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001189#: e2fsck/problem.c:369
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001190msgid "@g descriptor %g has invalid unused inodes count %b. "
1191msgstr ""
1192
1193#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001194#: e2fsck/problem.c:374
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001195msgid "Last @g @b @B uninitialized. "
1196msgstr ""
1197
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001198#: e2fsck/problem.c:379
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001199#, c-format
1200msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1201msgstr ""
1202
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001203#: e2fsck/problem.c:383
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001204msgid "The test_fs flag is set (and ext4 is available). "
1205msgstr ""
1206
Eric Sandeen032eafe2012-07-28 17:48:36 -04001207#. @-expanded: superblock last mount time is in the future.\n
1208#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1209#. @-expanded: set)
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001210#: e2fsck/problem.c:388
Eric Sandeen032eafe2012-07-28 17:48:36 -04001211msgid ""
1212"@S last mount time is in the future.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001213"\t(by less than a day, probably due to the hardware clock being incorrectly "
1214"set) "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001215msgstr ""
1216
1217#. @-expanded: superblock last write time is in the future.\n
1218#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1219#. @-expanded: set).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001220#: e2fsck/problem.c:394
Eric Sandeen032eafe2012-07-28 17:48:36 -04001221msgid ""
1222"@S last write time is in the future.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001223"\t(by less than a day, probably due to the hardware clock being incorrectly "
1224"set). "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001225msgstr ""
1226
1227#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001228#: e2fsck/problem.c:400
Eric Sandeen032eafe2012-07-28 17:48:36 -04001229msgid "One or more @b @g descriptor checksums are invalid. "
1230msgstr ""
1231
1232#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001233#: e2fsck/problem.c:405
Eric Sandeen032eafe2012-07-28 17:48:36 -04001234msgid "Setting free @is count to %j (was %i)\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04001235msgstr "Se pone la cantidad de nodos-i libres a %j (era %i)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001236
1237#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001238#: e2fsck/problem.c:410
Eric Sandeen032eafe2012-07-28 17:48:36 -04001239msgid "Setting free @bs count to %c (was %b)\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04001240msgstr "Se pone la cantidad de bloques libres a %c (era %b)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001241
1242#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001243#: e2fsck/problem.c:415
Eric Sandeen032eafe2012-07-28 17:48:36 -04001244#, fuzzy
1245msgid "Making @q @i %i (%Q) hidden.\n"
1246msgstr ""
1247"Moviendo el @j de /%s a un nodo-i oculto.\n"
1248"\n"
1249
1250#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001251#: e2fsck/problem.c:420
Eric Sandeen032eafe2012-07-28 17:48:36 -04001252msgid "@S has invalid MMP block. "
Benno Schulenberg02696b82014-07-09 23:13:30 -04001253msgstr "El superbloque tiene un bloque MMP inválido. "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001254
1255#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001256#: e2fsck/problem.c:425
Eric Sandeen032eafe2012-07-28 17:48:36 -04001257msgid "@S has invalid MMP magic. "
Benno Schulenberg02696b82014-07-09 23:13:30 -04001258msgstr "El superbloque tiene un número mágico de MMP inválido. "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001259
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001260#: e2fsck/problem.c:430
Eric Sandeen032eafe2012-07-28 17:48:36 -04001261#, c-format
1262msgid "ext2fs_open2: %m\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04001263msgstr "ext2fs_open2(): %m\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001264
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001265#: e2fsck/problem.c:435
Eric Sandeen032eafe2012-07-28 17:48:36 -04001266#, c-format
1267msgid "ext2fs_check_desc: %m\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04001268msgstr "ext2fs_check_desc(): %m\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001269
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001270#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001271#: e2fsck/problem.c:440
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001272msgid "@S 64bit filesystems needs extents to access the whole disk. "
1273msgstr ""
1274
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001275# Prefiero el infinitivo, pero hay ocasiones en que el gerundio es
1276# indispensable, como por ejemplo "verificando", "revisando", en donde
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001277# da la impresión de que en ese momento se están haciendo las cosas.
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001278# En este caso en particular, creo que es conveniente el gerundio. mm
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001279#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001280#: e2fsck/problem.c:447
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001281msgid "Pass 1: Checking @is, @bs, and sizes\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001282msgstr "Paso 1: Verificando nodos-i, @bs y tamaños\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001283
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001284#. @-expanded: root inode is not a directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001285#: e2fsck/problem.c:451
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001286msgid "@r is not a @d. "
1287msgstr "el @r no es un @d. "
1288
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001289#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001290#: e2fsck/problem.c:456
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001291msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001292msgstr ""
1293"el @r tiene puesto el dtime (probablemente debido a una versión antigua del "
1294"mke2fs). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001295
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001296#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001297#: e2fsck/problem.c:461
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001298msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001299msgstr "El @i reservado %i %Q tiene un modo incorrecto. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001300
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001301#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001302#: e2fsck/problem.c:466
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001303#, c-format
1304msgid "@D @i %i has zero dtime. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001305msgstr "@i %i @D, tiene un dtime cero. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001306
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001307#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001308#: e2fsck/problem.c:471
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001309#, c-format
1310msgid "@i %i is in use, but has dtime set. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001311msgstr "@i %i está en uso, pero tiene puesto dtime. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001312
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001313#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001314#: e2fsck/problem.c:476
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001315#, c-format
1316msgid "@i %i is a @z @d. "
1317msgstr "@i %i es un @d con @z. "
1318
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001319#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001320#: e2fsck/problem.c:481
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001321msgid "@g %g's @b @B at %b @C.\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04001322msgstr "El @B de bloques del @g %g en el lugar %b @C.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001323
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001324#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001325#: e2fsck/problem.c:486
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001326msgid "@g %g's @i @B at %b @C.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001327msgstr "El @B de nodos-i del @g %g en el lugar %b @C.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001328
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001329#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001330#: e2fsck/problem.c:491
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001331msgid "@g %g's @i table at %b @C.\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04001332msgstr "La tabla de nodos-i del @g %g en el lugar %b @C.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001333
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001334#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001335#: e2fsck/problem.c:496
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001336msgid "@g %g's @b @B (%b) is bad. "
Benno Schulenberg02696b82014-07-09 23:13:30 -04001337msgstr "El @B (%b) de bloques del @g %g está dañado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001338
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001339#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001340#: e2fsck/problem.c:501
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001341msgid "@g %g's @i @B (%b) is bad. "
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001342msgstr "El @B (%b) de nodos-i del @g %g está dañado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001343
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001344#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001345#: e2fsck/problem.c:506
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001346msgid "@i %i, i_size is %Is, @s %N. "
1347msgstr "@i %i, i_size es %Is, @s %N. "
1348
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001349#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001350#: e2fsck/problem.c:511
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001351msgid "@i %i, i_@bs is %Ib, @s %N. "
1352msgstr "@i %i, i_@bs es %Ib, @s %N. "
1353
Eric Sandeen032eafe2012-07-28 17:48:36 -04001354#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001355#: e2fsck/problem.c:516
Eric Sandeen032eafe2012-07-28 17:48:36 -04001356msgid "@I %B (%b) in @i %i. "
Benno Schulenberg02696b82014-07-09 23:13:30 -04001357msgstr "@I %B (%b) en @i %i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001358
Eric Sandeen032eafe2012-07-28 17:48:36 -04001359#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001360#: e2fsck/problem.c:521
Eric Sandeen032eafe2012-07-28 17:48:36 -04001361msgid "%B (%b) overlaps @f metadata in @i %i. "
Benno Schulenberg02696b82014-07-09 23:13:30 -04001362msgstr "%B (%b) se encima con los metadatos del @f en el @i %i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001363
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001364#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001365#: e2fsck/problem.c:526
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001366#, c-format
1367msgid "@i %i has illegal @b(s). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001368msgstr "@i %i tiene @b(s) inválido(s). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001369
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001370#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001371#: e2fsck/problem.c:531
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001372#, c-format
1373msgid "Too many illegal @bs in @i %i.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001374msgstr "Demasiados @bs inválidos en el @i %i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001375
Eric Sandeen032eafe2012-07-28 17:48:36 -04001376#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001377#: e2fsck/problem.c:536
Eric Sandeen032eafe2012-07-28 17:48:36 -04001378msgid "@I %B (%b) in bad @b @i. "
Benno Schulenberg02696b82014-07-09 23:13:30 -04001379msgstr "@I %B (%b) en el nodo-i de bloques dañados. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001380
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001381#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001382#: e2fsck/problem.c:541
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001383msgid "Bad @b @i has illegal @b(s). "
Benno Schulenberg02696b82014-07-09 23:13:30 -04001384msgstr "El nodo-i de bloques dañados tiene @b(s) inválido(s). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001385
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001386#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001387#: e2fsck/problem.c:546
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001388msgid "Duplicate or bad @b in use!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001389msgstr "¡@b duplicado o dañado está en uso!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001390
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001391#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001392#: e2fsck/problem.c:551
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001393msgid "Bad @b %b used as bad @b @i indirect @b. "
Benno Schulenberg02696b82014-07-09 23:13:30 -04001394msgstr ""
1395"El @b dañado %b se usa como bloque indirecto en el nodo-i de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001396
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001397#. @-expanded: \n
1398#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1399#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1400#. @-expanded: in the filesystem.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001401#: e2fsck/problem.c:556
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001402msgid ""
1403"\n"
1404"The bad @b @i has probably been corrupted. You probably\n"
1405"should stop now and run e2fsck -c to scan for bad blocks\n"
1406"in the @f.\n"
1407msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001408"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001409"El nodo-i de bloques dañados probablemente haya sido corrompido.\n"
1410"Probablemente se debería detener ahora el programa y ejecutar\n"
1411"e2fsck -c para buscar bloques dañados en el @f.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001412
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001413# Muchas oraciones en pasiva en inglés quedan mejor en forma reflexiva
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001414# cuando se traducen.
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001415#. @-expanded: \n
1416#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001417#: e2fsck/problem.c:563
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001418msgid ""
1419"\n"
1420"If the @b is really bad, the @f can not be fixed.\n"
1421msgstr ""
1422"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001423"Si el @b está realmente dañado, el @f no se puede arreglar.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001424
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001425#. @-expanded: You can remove this block from the bad block list and hope\n
1426#. @-expanded: that the block is really OK. But there are no guarantees.\n
1427#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001428#: e2fsck/problem.c:568
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001429msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001430"You can remove this @b from the bad @b list and hope\n"
1431"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001432"\n"
1433msgstr ""
Benno Schulenberg02696b82014-07-09 23:13:30 -04001434"Se puede borrar este bloque de la lista de bloques dañados y esperar\n"
1435"que el bloque esté correcto. Pero no hay ninguna garantía.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001436"\n"
1437
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001438#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001439#: e2fsck/problem.c:574
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001440msgid "The primary @S (%b) is on the bad @b list.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001441msgstr "El @S primario (%b) está en la lista de @bs dañados.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001442
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001443#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001444#: e2fsck/problem.c:579
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001445msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001446msgstr ""
1447"El bloque %b en los descriptores primarios del @g está en la lista de @bs "
1448"dañados\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001449
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001450#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001451#: e2fsck/problem.c:585
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001452msgid "Warning: Group %g's @S (%b) is bad.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001453msgstr "Atención: el @S (%B) del grupo %g está dañado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001455#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001456#: e2fsck/problem.c:590
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001457msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001458msgstr ""
1459"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 -05001460
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001461#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001462#: e2fsck/problem.c:596
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001463msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001464msgstr ""
1465"¿Será un error de programación? El @b #%b se reclama sin razón en el "
1466"process_bad_block.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001467
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001468#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001469#: e2fsck/problem.c:602
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001470msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001471msgstr "@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 -05001472
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001473#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001474#: e2fsck/problem.c:607
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001475#, c-format
1476msgid "@A @b buffer for relocating %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001477msgstr "@A del búfer del @b por reubicar %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001478
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001479#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001480#: e2fsck/problem.c:612
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001481msgid "Relocating @g %g's %s from %b to %c...\n"
1482msgstr "Reubicando %s del @g %g de %b a %c...\n"
1483
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001484#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001485#: e2fsck/problem.c:617
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001486#, c-format
1487msgid "Relocating @g %g's %s to %c...\n"
1488msgstr "Reubicando el @g %g de %s hacia %c...\n"
1489
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001490#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001491#: e2fsck/problem.c:622
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001492msgid "Warning: could not read @b %b of %s: %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001493msgstr "Atención: no se puede leer el @b %b de %s: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001494
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001495#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001496#: e2fsck/problem.c:627
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001497msgid "Warning: could not write @b %b for %s: %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001498msgstr "Atención: no se puede escribir el @b %b para %s: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001499
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001500#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001501#: e2fsck/problem.c:632 e2fsck/problem.c:1481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001502msgid "@A @i @B (%N): %m\n"
1503msgstr "Hay un @A del @B del @i (%N): %m\n"
1504
1505#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001506#: e2fsck/problem.c:637
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001507msgid "@A @b @B (%N): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001508msgstr "Hay un @A del @b del @B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001509
1510#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001511#: e2fsck/problem.c:642
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001512#, c-format
1513msgid "@A icount link information: %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001514msgstr "@A en la cuenta-i de la información del enlace: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001515
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001516# array -> matriz
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001517#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001518#: e2fsck/problem.c:647
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001519#, c-format
1520msgid "@A @d @b array: %m\n"
1521msgstr "@A el arreglo del @b de @ds: %m\n"
1522
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001523#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001524#: e2fsck/problem.c:652
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001525#, c-format
1526msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001527msgstr "Error mientras se exploraba el @i (%i): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001528
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001529#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001530#: e2fsck/problem.c:657
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001531#, c-format
1532msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001533msgstr "Error mientras se iteraba sobre los @bs en el @i %i: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001534
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001535#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001536#: e2fsck/problem.c:662
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001537msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001538msgstr ""
1539"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 -05001540
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001541#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001542#: e2fsck/problem.c:667
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001543msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001544msgstr ""
1545"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 -05001546
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001547#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001548#: e2fsck/problem.c:673
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001549#, c-format
1550msgid "Error reading @i %i: %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001551msgstr "Error al leer el @i %i: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001552
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001553#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001554#: e2fsck/problem.c:681
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001555#, c-format
1556msgid "@i %i has imagic flag set. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001557msgstr "@i %i tiene puesta la bandera imagic. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001558
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001559#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001560#. @-expanded: or append-only flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001561#: e2fsck/problem.c:686
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001562#, c-format
1563msgid ""
1564"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1565"or append-only flag set. "
1566msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001567"El fichero especial (dispositivo/zócalo/fifo/enlace símbolico) (@i %i)\n"
1568"no es modificable o tiene la bandera 'append-only' (sólo añadir). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001569
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001570#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001571#: e2fsck/problem.c:692
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001572#, c-format
1573msgid "@i %i has @cion flag set on @f without @cion support. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001574msgstr ""
1575"el @i %i tiene la bandera de @c puesta en el @f sin que la @c esté "
1576"implementada. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001577
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001578#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001579#: e2fsck/problem.c:697
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001580#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001581msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1582msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001583"El fichero especial (dispositivo/zócalo/fifo) (@i %i)\n"
1584"tiene un tamaño distinto de cero. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001585
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001586#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001587#: e2fsck/problem.c:707
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001588msgid "@j @i is not in use, but contains data. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001589msgstr "El @i del @j no está en uso, pero contiene información. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001590
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001591#. @-expanded: journal is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001592#: e2fsck/problem.c:712
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001593msgid "@j is not regular file. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001594msgstr "el @j no es un fichero regular. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001595
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001596#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001597#: e2fsck/problem.c:717
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001598#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001599msgid "@i %i was part of the @o @i list. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001600msgstr "el @i %i era parte de la lista de nodos-i @os. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001601
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001602#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001603#: e2fsck/problem.c:723
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001604msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001605msgstr ""
1606"Los nodos-i fueron parte de una lista enlazada que estaba huérfana y "
1607"dañada. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001608
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001609#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001610#: e2fsck/problem.c:728
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001611msgid "@A refcount structure (%N): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001612msgstr "@A de la estructura refcount (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001613
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001614#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001615#: e2fsck/problem.c:733
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001616msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001617msgstr "Error al leer el @b del @a %b para el @i %i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001618
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001619#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001620#: e2fsck/problem.c:738
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001621msgid "@i %i has a bad @a @b %b. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001622msgstr "@i %i tiene un @b del @a %b dañado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001623
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001624#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001625#: e2fsck/problem.c:743
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001626msgid "Error reading @a @b %b (%m). "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001627msgstr "Error al leer el @b del @a %b (%m). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001628
Eric Sandeen032eafe2012-07-28 17:48:36 -04001629#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001630#: e2fsck/problem.c:748
Eric Sandeen032eafe2012-07-28 17:48:36 -04001631#, fuzzy
1632msgid "@a @b %b has reference count %r, @s %N. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001633msgstr "El @b del @a %b tiene una cuenta de referencia %B y @s %N. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001634
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001635#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001636#: e2fsck/problem.c:753
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001637msgid "Error writing @a @b %b (%m). "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001638msgstr "Error al escribir el @b de @a %b (%m). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001639
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001640#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001641#: e2fsck/problem.c:758
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001642msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001643msgstr "El @b del @a %b tiene h_@bs > 1. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001644
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001645#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001646#: e2fsck/problem.c:763
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001647msgid "@A @a @b %b. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001648msgstr "@A de @a @b %b. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001649
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001650#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001651#: e2fsck/problem.c:768
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001652msgid "@a @b %b is corrupt (allocation collision). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001653msgstr "el @b del @a %b está dañado (hubo una colisión en la reserva). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001654
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001655#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001656#: e2fsck/problem.c:773
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001657msgid "@a @b %b is corrupt (@n name). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001658msgstr "el @b del @a %b está dañado (nombre no válido). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001659
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001660#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001661#: e2fsck/problem.c:778
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001662msgid "@a @b %b is corrupt (@n value). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001663msgstr "el @b del @a %b está dañado (valor no válido). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001664
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001665#. @-expanded: inode %i is too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001666#: e2fsck/problem.c:783
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001667#, c-format
1668msgid "@i %i is too big. "
1669msgstr "el @i %i es muy grande. "
1670
Eric Sandeen032eafe2012-07-28 17:48:36 -04001671#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001672#: e2fsck/problem.c:787
Eric Sandeen032eafe2012-07-28 17:48:36 -04001673#, fuzzy
1674msgid "%B (%b) causes @d to be too big. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001675msgstr "el @b #%B (%b) causa que el @d sea muy grande. "
1676
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001677#: e2fsck/problem.c:792
Eric Sandeen032eafe2012-07-28 17:48:36 -04001678#, fuzzy
1679msgid "%B (%b) causes file to be too big. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001680msgstr "el @b #%B (%b) causa que el fichero sea muy grande. "
1681
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001682#: e2fsck/problem.c:797
Eric Sandeen032eafe2012-07-28 17:48:36 -04001683#, fuzzy
1684msgid "%B (%b) causes symlink to be too big. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001685msgstr "el @b #%B (%b) causa que el enlace simbólico sea muy grande. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001686
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001687#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001688#: e2fsck/problem.c:802
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001689#, c-format
1690msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001691msgstr ""
1692"el @i %i tiene la bandera INDEX_FL puesta en el @f sin el árbol-h "
1693"implementado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001694
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001695#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001696#: e2fsck/problem.c:807
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001697#, c-format
1698msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001699msgstr "@i %i tiene puesta la bandera INDEX_FL pero no es un @d.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001700
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001701#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001702#: e2fsck/problem.c:812
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001703#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001704msgid "@h %i has an @n root node.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001705msgstr "El @h %i tiene un nodo raíz no válido.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001706
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001707#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001708#: e2fsck/problem.c:817
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001709msgid "@h %i has an unsupported hash version (%N)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001710msgstr "El @h %i tiene una versión de hash no implementada (%N)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001711
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001712#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001713#: e2fsck/problem.c:822
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001714#, c-format
1715msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001716msgstr ""
1717"El @h %i utiliza una bandera incompatible para el nodo raíz del árbol h.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001718
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001719#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001720#: e2fsck/problem.c:827
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001721msgid "@h %i has a tree depth (%N) which is too big\n"
1722msgstr "El @h %i tiene una profundidad (%N) muy grande\n"
1723
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001724#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001725#. @-expanded: filesystem metadata.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001726#: e2fsck/problem.c:832
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001727msgid ""
1728"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1729"@f metadata. "
1730msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001731"El @i del @b está dañado y tiene un @b indirecto (%b) que\n"
1732"entra en conflicto con la metainformación del @f. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001733
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001734#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001735#: e2fsck/problem.c:838
Theodore Ts'obc759702005-05-09 20:40:55 -04001736#, c-format
1737msgid "Resize @i (re)creation failed: %m."
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001738msgstr "Falló la (re)creación del nodo-i de cambio de tamaño: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001739
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001740#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001741#: e2fsck/problem.c:843
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001742msgid "@i %i has a extra size (%IS) which is @n\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001743msgstr "El @i %i tiene un tamaño adicional (%IS) que es @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001744
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001745#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001746#: e2fsck/problem.c:848
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001747msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001748msgstr "El @a en el @i %i tiene una longitud de nombre (%N) que es @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001749
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001750#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001751#: e2fsck/problem.c:853
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001752msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001753msgstr "El @a en @i %i tiene un valor de desplazamiento (%N) que es @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001754
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001755#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001756#: e2fsck/problem.c:858
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001757msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001758msgstr "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 -04001759
Eric Sandeen032eafe2012-07-28 17:48:36 -04001760#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001761#: e2fsck/problem.c:863
Eric Sandeen032eafe2012-07-28 17:48:36 -04001762msgid "@a in @i %i has a value size (%N) which is @n\n"
1763msgstr "El @a en el @i %i tiene un valor de tamaño (%N) que es @n\n"
1764
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001765#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001766#: e2fsck/problem.c:868
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001767#, fuzzy
1768msgid "@a in @i %i has a hash (%N) which is @n\n"
1769msgstr "El @a en el @i %i tiene una longitud de nombre (%N) que es @n\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001770
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001771#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001772#: e2fsck/problem.c:873
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001773msgid "@i %i is a %It but it looks like it is really a directory.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001774msgstr "Nodo-i %i está marcado como un %It pero parece ser un directorio.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001775
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001776#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001777#: e2fsck/problem.c:878
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001778#, fuzzy, c-format
1779msgid "Error while reading over @x tree in @i %i: %m\n"
1780msgstr "Error mientras se iteraba sobre los @bs en el @i %i: %m\n"
1781
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001782#. @-expanded: Failed to iterate extents in inode %i\n
1783#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001784#: e2fsck/problem.c:883
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001785msgid ""
1786"Failed to iterate extents in @i %i\n"
1787"\t(op %s, blk %b, lblk %c): %m\n"
1788msgstr ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001789
1790#. @-expanded: inode %i has an invalid extent\n
1791#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001792#: e2fsck/problem.c:889
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001793msgid ""
1794"@i %i has an @n extent\n"
1795"\t(logical @b %c, @n physical @b %b, len %N)\n"
1796msgstr ""
1797
1798#. @-expanded: inode %i has an invalid extent\n
1799#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001800#: e2fsck/problem.c:894
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001801msgid ""
1802"@i %i has an @n extent\n"
1803"\t(logical @b %c, physical @b %b, @n len %N)\n"
1804msgstr ""
1805
1806#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001807#: e2fsck/problem.c:899
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001808#, fuzzy, c-format
1809msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001810msgstr ""
1811"el @i %i tiene la bandera INDEX_FL puesta en el @f sin el árbol-h "
1812"implementado.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001813
1814#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001815#: e2fsck/problem.c:904
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001816#, c-format
1817msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1818msgstr ""
1819
1820#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001821#: e2fsck/problem.c:909
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001822#, c-format
1823msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1824msgstr ""
1825
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001826#: e2fsck/problem.c:914
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001827#, c-format
1828msgid "Fast symlink %i has EXTENT_FL set. "
1829msgstr ""
1830
1831#. @-expanded: inode %i has out of order extents\n
1832#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001833#: e2fsck/problem.c:919
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001834msgid ""
1835"@i %i has out of order extents\n"
1836"\t(@n logical @b %c, physical @b %b, len %N)\n"
1837msgstr ""
1838
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001839#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001840#: e2fsck/problem.c:923
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001841msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1842msgstr ""
1843
Eric Sandeen032eafe2012-07-28 17:48:36 -04001844#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001845#: e2fsck/problem.c:928
Eric Sandeen032eafe2012-07-28 17:48:36 -04001846#, fuzzy, c-format
1847msgid "Error converting subcluster @b @B: %m\n"
1848msgstr "Error al iterar sobre los @bs del @d: %m\n"
1849
1850#. @-expanded: quota inode is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001851#: e2fsck/problem.c:933
Eric Sandeen032eafe2012-07-28 17:48:36 -04001852#, fuzzy
1853msgid "@q @i is not regular file. "
1854msgstr "el @j no es un fichero regular. "
1855
1856#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001857#: e2fsck/problem.c:938
Eric Sandeen032eafe2012-07-28 17:48:36 -04001858#, fuzzy
1859msgid "@q @i is not in use, but contains data. "
1860msgstr "El @i del @j no está en uso, pero contiene información. "
1861
1862#. @-expanded: quota inode is visible to the user.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001863#: e2fsck/problem.c:943
Eric Sandeen032eafe2012-07-28 17:48:36 -04001864#, fuzzy
1865msgid "@q @i is visible to the user. "
1866msgstr "@i %i está en uso, pero tiene puesto dtime. "
1867
1868#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001869#: e2fsck/problem.c:948
Eric Sandeen032eafe2012-07-28 17:48:36 -04001870msgid "The bad @b @i looks @n. "
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001871msgstr "El nodo-i de bloques dañados parece inválido. "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001872
1873#. @-expanded: inode %i has zero length extent\n
1874#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001875#: e2fsck/problem.c:953
Eric Sandeen032eafe2012-07-28 17:48:36 -04001876msgid ""
1877"@i %i has zero length extent\n"
1878"\t(@n logical @b %c, physical @b %b)\n"
1879msgstr ""
1880
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001881#. @-expanded: Interior extent node level %N of inode %i:\n
1882#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001883#: e2fsck/problem.c:960
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001884msgid ""
1885"Interior @x node level %N of @i %i:\n"
1886"Logical start %b does not match logical start %c at next level. "
1887msgstr ""
1888
1889#. @-expanded: inode %i, end of extent exceeds allowed value\n
1890#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001891#: e2fsck/problem.c:966
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001892msgid ""
1893"@i %i, end of extent exceeds allowed value\n"
1894"\t(logical @b %c, physical @b %b, len %N)\n"
1895msgstr ""
1896
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001897#. @-expanded: \n
1898#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1899#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001900#: e2fsck/problem.c:974
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001901msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001902"\n"
1903"Running additional passes to resolve @bs claimed by more than one @i...\n"
1904"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001905msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001906"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001907"Se ejecutan pasos adicionales para resolver los @bs reclamados por más de un "
1908"@i...\n"
1909"Paso 1B: Se vuelven a explorar para los @bs reclamados en múltiples "
1910"ocasiones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001911
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001912#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001913#: e2fsck/problem.c:980
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001914#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001915msgid "@m @b(s) in @i %i:"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001916msgstr "Bloque(s) reclamado(s) en múltiples ocasiones en nodo- %i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001917
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001918#: e2fsck/problem.c:995
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001919#, c-format
1920msgid "Error while scanning inodes (%i): %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001921msgstr "Error mientras se exploraban los nodos-i (%i): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001922
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001923#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001924#: e2fsck/problem.c:1000
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001925#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001926msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001927msgstr "@A del @B del @i (@i_dup_map): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001928
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001929#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001930#: e2fsck/problem.c:1005
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001931#, c-format
1932msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1933msgstr "Error mientras se iteraba sobre los @bs en el @i %i (%s): %m\n"
1934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001935#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001936#: e2fsck/problem.c:1010 e2fsck/problem.c:1325
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001937msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001938msgstr ""
1939"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 -05001940
Theodore Ts'o6956f612005-12-31 16:46:15 -05001941#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001942#: e2fsck/problem.c:1015
Theodore Ts'o6956f612005-12-31 16:46:15 -05001943msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001944msgstr ""
1945"Paso 1C: Explorando los directorios para buscar nodos-i con @bs reclamados "
1946"en múltiples ocasiones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001947
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001948#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001949#: e2fsck/problem.c:1021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001950msgid "Pass 1D: Reconciling @m @bs\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001951msgstr "Paso 1D: Reconciliando los @bs reclamados en múltiples ocasiones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001952
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001953#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001954#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001955#: e2fsck/problem.c:1026
Eric Sandeen032eafe2012-07-28 17:48:36 -04001956#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001957msgid ""
1958"File %Q (@i #%i, mod time %IM) \n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001959" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001960msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001961"El fichero %Q (@i #%i, fecha de modificación %IM)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001962"tiene %B @b(s) reclamado(s) en múltiples ocasiones, compartido(s) con %N "
1963"fichero(s):\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001964
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001965#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001966#: e2fsck/problem.c:1032
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001967msgid "\t%Q (@i #%i, mod time %IM)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001968msgstr "\t%Q (@i #%i, fecha de modificación %IM)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001969
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001970#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001971#: e2fsck/problem.c:1037
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001972msgid "\t<@f metadata>\n"
1973msgstr "\t<metadatos del @f>\n"
1974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001975#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1976#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001977#: e2fsck/problem.c:1042
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001978msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001979"(There are %N @is containing @m @bs.)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001980"\n"
1981msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001982"(Hay %N nodos-i que contienen @bs reclamados en múltiples ocasiones.)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001983"\n"
1984
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001985#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1986#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001987#: e2fsck/problem.c:1047
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001988msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001989"@m @bs already reassigned or cloned.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001990"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001991msgstr ""
1992"Los @bs reclamados en múltiples ocasiones ya se reasignaron o se clonaron.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001993
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001994#: e2fsck/problem.c:1060
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001995#, c-format
1996msgid "Couldn't clone file: %m\n"
1997msgstr "No se puede clonar el fichero: %m\n"
1998
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001999#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002000#: e2fsck/problem.c:1066
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002001msgid "Pass 2: Checking @d structure\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002002msgstr "Paso 2: Verificando la estructura de @ds\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002004#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002005#: e2fsck/problem.c:1071
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002006#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002007msgid "@n @i number for '.' in @d @i %i.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002008msgstr "Número @n del @i para '.' en el @i del @d %i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002009
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002010#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002011#: e2fsck/problem.c:1076
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002012msgid "@E has @n @i #: %Di.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002013msgstr "@E tiene un @i @n #: %Di.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002014
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002015#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002016#: e2fsck/problem.c:1081
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002017msgid "@E has @D/unused @i %Di. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002018msgstr "@E tiene un @i %Di @D/no utilizado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002019
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002020#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002021#: e2fsck/problem.c:1086
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002022msgid "@E @L to '.' "
2023msgstr "@E @L a '.' "
2024
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002025#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002026#: e2fsck/problem.c:1091
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002027msgid "@E points to @i (%Di) located in a bad @b.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002028msgstr "@E apunta al @i (%Di) ubicado en un @b dañado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002030#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002031#: e2fsck/problem.c:1096
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002032msgid "@E @L to @d %P (%Di).\n"
2033msgstr "@E @L al @d %P (%Di).\n"
2034
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002035#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002036#: e2fsck/problem.c:1101
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002037msgid "@E @L to the @r.\n"
2038msgstr "@E @L al @r.\n"
2039
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002040#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002041#: e2fsck/problem.c:1106
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002042msgid "@E has illegal characters in its name.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002043msgstr "La @E contiene caracteres no válidos en el nombre.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002044
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002045#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002046#: e2fsck/problem.c:1111
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002047#, c-format
2048msgid "Missing '.' in @d @i %i.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002049msgstr "Falta '.' en el @d @i %i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002050
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002051#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002052#: e2fsck/problem.c:1116
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002053#, c-format
2054msgid "Missing '..' in @d @i %i.\n"
2055msgstr "Falta '..' en el @i del @d %i.\n"
2056
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002057#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002058#: e2fsck/problem.c:1121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002059msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002060msgstr "La primera @e '%Dn' (@i=%Di) en el @i del @d %i (%p) @s '.'\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002061
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002062#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002063#: e2fsck/problem.c:1126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002064msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002065msgstr "La segunda @e '%Dn' (@i=%Di) en el @i del @d %i @s '..'\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002066
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002067#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002068#: e2fsck/problem.c:1131
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002069msgid "i_faddr @F %IF, @s zero.\n"
2070msgstr "El i_faddr @F %IF, @s cero.\n"
2071
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002072#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002073#: e2fsck/problem.c:1136
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002074msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002075msgstr "El i_file_acl @F %If, @s cero.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002076
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002077#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002078#: e2fsck/problem.c:1141
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002079msgid "i_dir_acl @F %Id, @s zero.\n"
2080msgstr "El i_dir_acl @F %Id, @s cero.\n"
2081
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002082#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002083#: e2fsck/problem.c:1146
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002084msgid "i_frag @F %N, @s zero.\n"
2085msgstr "El i_frag @F %N, @s cero.\n"
2086
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002087#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002088#: e2fsck/problem.c:1151
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002089msgid "i_fsize @F %N, @s zero.\n"
2090msgstr "El i_fsize @F %N, @s cero.\n"
2091
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002092#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002093#: e2fsck/problem.c:1156
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002094msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002095msgstr "El @i %i (%Q) tiene un modo @n (%Im).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002096
Eric Sandeen032eafe2012-07-28 17:48:36 -04002097#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002098#: e2fsck/problem.c:1161
Eric Sandeen032eafe2012-07-28 17:48:36 -04002099#, fuzzy
2100msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002101msgstr "El @i del @d %i, @b %B, desplazamiento %N: el @d está dañado\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002102
Eric Sandeen032eafe2012-07-28 17:48:36 -04002103#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002104#: e2fsck/problem.c:1166
Eric Sandeen032eafe2012-07-28 17:48:36 -04002105#, fuzzy
2106msgid "@d @i %i, %B, offset %N: filename too long\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002107msgstr ""
2108"El @i del @d %i, @b %B, desplazamiento %N: el nombre del fichero es muy "
2109"largo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002110
Eric Sandeen032eafe2012-07-28 17:48:36 -04002111#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002112#: e2fsck/problem.c:1171
Eric Sandeen032eafe2012-07-28 17:48:36 -04002113#, fuzzy
2114msgid "@d @i %i has an unallocated %B. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002115msgstr "El @i %i del @d tiene un @b #%B que no está reservado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002116
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002117#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002118#: e2fsck/problem.c:1176
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002119#, c-format
2120msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002121msgstr "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 -05002122
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002123#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002124#: e2fsck/problem.c:1181
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002125#, c-format
2126msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002127msgstr "La @e al @d '..' en el @i %i del @d no está terminada con NULL\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002128
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002129#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002130#: e2fsck/problem.c:1186
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002131msgid "@i %i (%Q) is an @I character @v.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002132msgstr "El @i %i (%Q) es un @v de carácter @I.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002133
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002134#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002135#: e2fsck/problem.c:1191
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002136msgid "@i %i (%Q) is an @I @b @v.\n"
2137msgstr "El @i %i (%Q) es un @v de @b @I.\n"
2138
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002139#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002140#: e2fsck/problem.c:1196
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002141msgid "@E is duplicate '.' @e.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002142msgstr "La @E está duplicada en la @e '.'.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002144#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002145#: e2fsck/problem.c:1201
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002146msgid "@E is duplicate '..' @e.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002147msgstr "La @E está duplicada en la @e '..'.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002148
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002149#: e2fsck/problem.c:1206 e2fsck/problem.c:1506
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002150#, c-format
2151msgid "Internal error: couldn't find dir_info for %i.\n"
2152msgstr "Error interno: no se puede encontrar el dir_info para %i.\n"
2153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002154#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002155#: e2fsck/problem.c:1211
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002156msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002157msgstr "La @E tiene un rec_len de %Dr y @s %N.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002159#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002160#: e2fsck/problem.c:1216
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002161#, c-format
2162msgid "@A icount structure: %m\n"
2163msgstr "@A de la estructura icount: %m\n"
2164
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002165#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002166#: e2fsck/problem.c:1221
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002167#, c-format
2168msgid "Error iterating over @d @bs: %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002169msgstr "Error al iterar sobre los @bs del @d: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002170
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002171#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002172#: e2fsck/problem.c:1226
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002173msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002174msgstr "Error al leer el @b %b del @d (@i %i): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002175
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002176#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002177#: e2fsck/problem.c:1231
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002178msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002179msgstr "Error al escribir el @b %b del @d (@i %i): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002180
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002181#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002182#: e2fsck/problem.c:1236
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002183#, c-format
2184msgid "@A new @d @b for @i %i (%s): %m\n"
2185msgstr "@A del @b del @d para el @i %i (%s): %m\n"
2186
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002187#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002188#: e2fsck/problem.c:1241
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002189#, c-format
2190msgid "Error deallocating @i %i: %m\n"
2191msgstr "Error al liberar el @i %i: %m\n"
2192
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002193#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002194#: e2fsck/problem.c:1246
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002195#, fuzzy, c-format
2196msgid "@d @e for '.' in %p (%i) is big.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002197msgstr "La @e del @d para '.' es grande. "
2198
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002199#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002200#: e2fsck/problem.c:1251
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002201msgid "@i %i (%Q) is an @I FIFO.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002202msgstr "El @i %i (%Q) es un FIFO @I.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002203
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002204#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002205#: e2fsck/problem.c:1256
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002206msgid "@i %i (%Q) is an @I socket.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002207msgstr "El @i %i (%Q) es un sócket @I.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002208
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002209#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002210#: e2fsck/problem.c:1261
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002211msgid "Setting filetype for @E to %N.\n"
2212msgstr "Se pone el tipo de fichero para la @E a %N.\n"
2213
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002214#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002215#: e2fsck/problem.c:1266
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002216msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002217msgstr "La @E tiene un tipo de fichero incorrecto (era %Dt y @s %N).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002218
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002219#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002220#: e2fsck/problem.c:1271
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002221msgid "@E has filetype set.\n"
2222msgstr "La @E tiene puesto el tipo de fichero.\n"
2223
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002224#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002225#: e2fsck/problem.c:1276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002226msgid "@E has a @z name.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002227msgstr "La @E tiene un nombre de @z.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002228
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002229#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002230#: e2fsck/problem.c:1281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002231msgid "Symlink %Q (@i #%i) is @n.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002232msgstr "El enlace simbólico %Q (@i #%i) es @n.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002233
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002234#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002235#: e2fsck/problem.c:1286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002236msgid "@a @b @F @n (%If).\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002237msgstr "El @b del @a @F es @n (%If).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002238
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002239#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002240#: e2fsck/problem.c:1291
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002241msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002242msgstr ""
2243"El @f contiene ficheros muy grandes, pero no tiene la bandera LARGE_FILE en "
2244"el @S.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002245
Eric Sandeen032eafe2012-07-28 17:48:36 -04002246#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002247#: e2fsck/problem.c:1296
Eric Sandeen032eafe2012-07-28 17:48:36 -04002248#, fuzzy
2249msgid "@p @h %d: %B not referenced\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002250msgstr "Hay un @p en el @h %d: el nodo (%B) no ha sido referenciado.\n"
2251
Eric Sandeen032eafe2012-07-28 17:48:36 -04002252#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002253#: e2fsck/problem.c:1301
Eric Sandeen032eafe2012-07-28 17:48:36 -04002254#, fuzzy
2255msgid "@p @h %d: %B referenced twice\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002256msgstr "Hay un @p en el @h %d: el nodo (%B) ha sido referenciado dos veces.\n"
2257
Eric Sandeen032eafe2012-07-28 17:48:36 -04002258#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002259#: e2fsck/problem.c:1306
Eric Sandeen032eafe2012-07-28 17:48:36 -04002260#, fuzzy
2261msgid "@p @h %d: %B has bad min hash\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002262msgstr "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 -05002263
Eric Sandeen032eafe2012-07-28 17:48:36 -04002264#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002265#: e2fsck/problem.c:1311
Eric Sandeen032eafe2012-07-28 17:48:36 -04002266#, fuzzy
2267msgid "@p @h %d: %B has bad max hash\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002268msgstr "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 -05002269
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002270#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002271#: e2fsck/problem.c:1316
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002272msgid "@n @h %d (%q). "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002273msgstr "El @h %d es @n (%q). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002274
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002275#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002276#: e2fsck/problem.c:1320
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002277msgid "@p @h %d (%q): bad @b number %b.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002278msgstr "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 -05002279
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002280#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002281#: e2fsck/problem.c:1330
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002282#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002283msgid "@p @h %d: root node is @n\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002284msgstr "Hay un @p en el @h %d: el nodo raíz es @n.\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 limit (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002287#: e2fsck/problem.c:1335
Eric Sandeen032eafe2012-07-28 17:48:36 -04002288#, fuzzy
2289msgid "@p @h %d: %B has @n limit (%N)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002290msgstr "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 -05002291
Eric Sandeen032eafe2012-07-28 17:48:36 -04002292#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002293#: e2fsck/problem.c:1340
Eric Sandeen032eafe2012-07-28 17:48:36 -04002294#, fuzzy
2295msgid "@p @h %d: %B has @n count (%N)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002296msgstr "Hay un @p en el @h %d: el nodo (%B) tiene una cuenta @n (%N).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002297
Eric Sandeen032eafe2012-07-28 17:48:36 -04002298#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002299#: e2fsck/problem.c:1345
Eric Sandeen032eafe2012-07-28 17:48:36 -04002300#, fuzzy
2301msgid "@p @h %d: %B has an unordered hash table\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002302msgstr ""
2303"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 -05002304
Eric Sandeen032eafe2012-07-28 17:48:36 -04002305#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002306#: e2fsck/problem.c:1350
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002307#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04002308msgid "@p @h %d: %B has @n depth (%N)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002309msgstr "Hay un @p en el @h %d: el nodo (%B) su profundidad es @n.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002310
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002311#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002312#: e2fsck/problem.c:1355
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002313msgid "Duplicate @E found. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002314msgstr "@E está duplicada. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002315
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002316#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2317#. @-expanded: Rename to %s
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002318#: e2fsck/problem.c:1360
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002319#, no-c-format
2320msgid ""
2321"@E has a non-unique filename.\n"
2322"Rename to %s"
2323msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002324"La @E tiene un nombre de fichero no único.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002325"Se cambia el nombre a %s"
2326
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002327#. @-expanded: Duplicate entry '%Dn' found.\n
2328#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2329#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002330#: e2fsck/problem.c:1365
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002331msgid ""
2332"Duplicate @e '%Dn' found.\n"
2333"\tMarking %p (%i) to be rebuilt.\n"
2334"\n"
2335msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002336"Se encontró una @e duplicada '%Dn'.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002337"\tSe marca %p (%i) para ser reconstruido.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002338"\n"
2339
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002340#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002341#: e2fsck/problem.c:1370
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002342msgid "i_blocks_hi @F %N, @s zero.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002343msgstr "El i_blocks_hi @F %N, @s cero.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002344
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002345#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002346#: e2fsck/problem.c:1375
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002347#, fuzzy
2348msgid "Unexpected @b in @h %d (%q).\n"
2349msgstr "El @d del @i %i (%p) está desconectado\n"
2350
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002351#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002352#: e2fsck/problem.c:1379
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002353msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002354msgstr ""
2355
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002356#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002357#: e2fsck/problem.c:1384
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002358msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002359msgstr ""
2360
Eric Sandeen032eafe2012-07-28 17:48:36 -04002361#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002362#: e2fsck/problem.c:1389
Eric Sandeen032eafe2012-07-28 17:48:36 -04002363#, fuzzy
2364msgid "i_file_acl_hi @F %N, @s zero.\n"
2365msgstr "El i_file_acl @F %If, @s cero.\n"
2366
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002367#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002368#: e2fsck/problem.c:1396
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002369msgid "Pass 3: Checking @d connectivity\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002370msgstr "Paso 3: Revisando la conectividad de directorios\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002371
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002372#. @-expanded: root inode not allocated.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002373#: e2fsck/problem.c:1401
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002374msgid "@r not allocated. "
2375msgstr "El @r no ha sido reservado. "
2376
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002377#. @-expanded: No room in lost+found directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002378#: e2fsck/problem.c:1406
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002379msgid "No room in @l @d. "
2380msgstr "No hay espacio en el @d @l. "
2381
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002382#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002383#: e2fsck/problem.c:1411
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002384#, c-format
2385msgid "Unconnected @d @i %i (%p)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002386msgstr "El @d del @i %i (%p) está desconectado\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002387
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002388#. @-expanded: /lost+found not found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002389#: e2fsck/problem.c:1416
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002390msgid "/@l not found. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002391msgstr "No se encontró /@l. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002392
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002393#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002394#: e2fsck/problem.c:1421
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002395msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002396msgstr "'..' en %Q (i) es %P (%j) y debería ser %q (%d).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002397
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002398#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002399#: e2fsck/problem.c:1426
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002400msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002401msgstr "El /@l no existe o está dañado. No se puede reconectar.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002402
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002403#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002404#: e2fsck/problem.c:1431
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002405#, c-format
2406msgid "Could not expand /@l: %m\n"
2407msgstr "No se puede expandir /@l: %m\n"
2408
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002409#: e2fsck/problem.c:1436
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002410#, c-format
2411msgid "Could not reconnect %i: %m\n"
2412msgstr "No se puede reconectar %i: %m\n"
2413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002414#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002415#: e2fsck/problem.c:1441
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002416#, c-format
2417msgid "Error while trying to find /@l: %m\n"
2418msgstr "Error mientras se intentaba encontrar /@l: %m\n"
2419
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002420#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002421#: e2fsck/problem.c:1446
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002422#, c-format
2423msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2424msgstr "ext2fs_new_block: %m mientras se intentaba crear el @d /@l.\n"
2425
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002426#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002427#: e2fsck/problem.c:1451
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002428#, c-format
2429msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2430msgstr "ext2fs_new_inode: %m cuando se intentaba crear el @d /@l.\n"
2431
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002432#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002433#: e2fsck/problem.c:1456
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002434#, c-format
2435msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2436msgstr "ext2fs_new_dir_block: %m mientras se creaba un nuevo @b de @d.\n"
2437
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002438#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002439#: e2fsck/problem.c:1461
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002440#, c-format
2441msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002442msgstr "ext2fs_write_dir_block: %m mientras se escribía el @b de @d para /@l\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002443
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002444#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002445#: e2fsck/problem.c:1466
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002446#, c-format
2447msgid "Error while adjusting @i count on @i %i\n"
2448msgstr "Error mientras se ajustaba la cuenta del @i en el @i %i\n"
2449
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002450#. @-expanded: Couldn't fix parent of inode %i: %m\n
2451#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002452#: e2fsck/problem.c:1471
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002453#, c-format
2454msgid ""
2455"Couldn't fix parent of @i %i: %m\n"
2456"\n"
2457msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002458"No se puede corregir al padre del @i %i: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002459"\n"
2460
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002461# el padre
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002462# Perdón, no entiendo, se intenta arreglar AL padre, no EL padre de un directorio.
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002463# Hay alguna regla que se me escape? mm
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002464#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2465#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002466#: e2fsck/problem.c:1476
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002467#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002468msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002469"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002470"\n"
2471msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002472"No se puede arreglar al padre del @i %i: no se puede encontrar la @e al @d "
2473"padre\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002474"\n"
2475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002476#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002477#: e2fsck/problem.c:1486
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002478#, c-format
2479msgid "Error creating root @d (%s): %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002480msgstr "Error al crear el @d raíz (%s): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002482#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002483#: e2fsck/problem.c:1491
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002484#, c-format
2485msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002486msgstr "Error al crear el @d /@l (%s): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002487
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002488#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002489#: e2fsck/problem.c:1496
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002490msgid "@r is not a @d; aborting.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002491msgstr "El @r no es un @d; se finaliza la operación.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002492
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002493#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002494#: e2fsck/problem.c:1501
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002495msgid "Cannot proceed without a @r.\n"
2496msgstr "No se puede proceder sin un @r.\n"
2497
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002498#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002499#: e2fsck/problem.c:1511
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002500#, c-format
2501msgid "/@l is not a @d (ino=%i)\n"
2502msgstr "El /@l no es un @d (ino=%i)\n"
2503
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002504#: e2fsck/problem.c:1518
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002505msgid "Pass 3A: Optimizing directories\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002506msgstr "Paso 3A: Optimizando directorios\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002507
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002508#: e2fsck/problem.c:1523
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002509#, fuzzy, c-format
2510msgid "Failed to create dirs_to_hash iterator: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002511msgstr "Falla al crear el iterador dirs_to_hash: %m"
2512
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002513#: e2fsck/problem.c:1528
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002514#, fuzzy
2515msgid "Failed to optimize directory %q (%d): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002516msgstr "Fallo al optimizar el directorio %q (%d): %m"
2517
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002518#: e2fsck/problem.c:1533
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002519msgid "Optimizing directories: "
2520msgstr "Optimizando directorios: "
2521
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002522#: e2fsck/problem.c:1550
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002523msgid "Pass 4: Checking reference counts\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002524msgstr "Paso 4: Revisando las cuentas de referencia\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002525
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002526#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002527#: e2fsck/problem.c:1555
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002528#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002529msgid "@u @z @i %i. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002530msgstr "@i %i que tiene @z está @u. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002531
2532#. @-expanded: unattached inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002533#: e2fsck/problem.c:1560
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002534#, c-format
2535msgid "@u @i %i\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002536msgstr "el @i %i está @u\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002537
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002538#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002539#: e2fsck/problem.c:1565
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002540msgid "@i %i ref count is %Il, @s %N. "
2541msgstr "La cuenta de referencia del @i %i es %Il, y @s %N. "
2542
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002543#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2544#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2545#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002546#: e2fsck/problem.c:1569
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002547msgid ""
2548"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2549"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002550"@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 -05002551msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002552"¡ATENCIÓN: ERROR DE PROGRAMACIÓN EN E2FSCK!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002553"\tO ALGÚN TARADO (USTED) ESTÁ REVISANDO UN SISTEMA DE FICHEROS MONTADO "
2554"(VIVO).\n"
2555"inode_link_info[%i] es %N, inode.i_links_count es %Il. ¡Y deberían ser el "
2556"mismo!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002557
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002558#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002559#: e2fsck/problem.c:1579
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002560msgid "Pass 5: Checking @g summary information\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002561msgstr "Paso 5: Revisando el resumen de información de grupos\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002562
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002563#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002564#: e2fsck/problem.c:1584
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002565msgid "Padding at end of @i @B is not set. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002566msgstr "No está puesto el relleno al final del @B del @i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002567
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002568#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002569#: e2fsck/problem.c:1589
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002570msgid "Padding at end of @b @B is not set. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002571msgstr "No está puesto el relleno al final del @B del @b. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002572
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002573#. @-expanded: block bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002574#: e2fsck/problem.c:1594
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002575msgid "@b @B differences: "
2576msgstr "Diferencias del @B del @b: "
2577
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002578#. @-expanded: inode bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002579#: e2fsck/problem.c:1614
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002580msgid "@i @B differences: "
2581msgstr "Diferencias del @B del @i: "
2582
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002583#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002584#: e2fsck/problem.c:1634
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002585msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002586msgstr ""
2587"La cuenta de nodos-i libres es incorrecta para el @g #%g (%i, contados=%j).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002588
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002589#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002590#: e2fsck/problem.c:1639
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002591msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002592msgstr ""
2593"La cuenta de directorios es incorrecta para @g #%g (%i, contados=%j).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002594
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002595#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002596#: e2fsck/problem.c:1644
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002597msgid "Free @is count wrong (%i, counted=%j).\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002598msgstr "La cuenta de nodos-i libres es incorrecta (%i, contados=%j).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002599
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002600#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002601#: e2fsck/problem.c:1649
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002602msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002603msgstr ""
2604"La cuenta de @bs libres es incorrecta para el @g #%g (%b, contados=%c).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002605
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002606#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002607#: e2fsck/problem.c:1654
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002608msgid "Free @bs count wrong (%b, counted=%c).\n"
2609msgstr "La cuenta de @bs libres es incorrecta (%b, contados=%c).\n"
2610
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002611#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002612#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002613#: e2fsck/problem.c:1659
2614msgid ""
2615"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2616"endpoints (%i, %j)\n"
2617msgstr ""
2618"ERROR DE PROGRAMACIÓN: el @f (#%N) los puntos finales del %B (%b, %c) no "
2619"coinciden con los puntos finales del @B calculados (%i, %j)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002620
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002621#: e2fsck/problem.c:1665
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002622msgid "Internal error: fudging end of bitmap (%N)\n"
2623msgstr "Error interno: el final del bitmap no tiene sentido (%N)\n"
2624
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002625#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002626#: e2fsck/problem.c:1670
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002627#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002628msgid "Error copying in replacement @i @B: %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002629msgstr "Error al copiar el reemplazo del @i @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002630
2631#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002632#: e2fsck/problem.c:1675
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002633#, c-format
2634msgid "Error copying in replacement @b @B: %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002635msgstr "Error al copiar el reemplazo del @b @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002636
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002637#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002638#: e2fsck/problem.c:1700
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002639#, c-format
2640msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2641msgstr ""
2642
2643#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002644#: e2fsck/problem.c:1705
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002645#, c-format
2646msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2647msgstr ""
2648
Eric Sandeen032eafe2012-07-28 17:48:36 -04002649#. @-expanded: Recreate journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002650#: e2fsck/problem.c:1712
Eric Sandeen032eafe2012-07-28 17:48:36 -04002651#, fuzzy
2652msgid "Recreate @j"
2653msgstr "Recrear"
2654
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002655#: e2fsck/problem.c:1717
Eric Sandeen032eafe2012-07-28 17:48:36 -04002656msgid "Update quota info for quota type %N"
2657msgstr ""
2658
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002659#: e2fsck/problem.c:1836
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002660#, c-format
2661msgid "Unhandled error code (0x%x)!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002662msgstr "¡Código de error no previsto (0x%x)!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002663
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002664#: e2fsck/problem.c:1961 e2fsck/problem.c:1965
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002665msgid "IGNORED"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002666msgstr "SE IGNORA"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002667
Eric Sandeen032eafe2012-07-28 17:48:36 -04002668#: e2fsck/scantest.c:79
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002669#, c-format
2670msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2671msgstr "Memoria utilizada: %d, tiempo transcurrido: %6.3f/%6.3f/%6.3f\n"
2672
Eric Sandeen032eafe2012-07-28 17:48:36 -04002673#: e2fsck/scantest.c:98
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002674#, c-format
2675msgid "size of inode=%d\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002676msgstr "tamaño del nodo-i=%d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002677
Eric Sandeen032eafe2012-07-28 17:48:36 -04002678#: e2fsck/scantest.c:119
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002679msgid "while starting inode scan"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002680msgstr "mientras se comenzaba a explorar los nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002681
Eric Sandeen032eafe2012-07-28 17:48:36 -04002682#: e2fsck/scantest.c:130
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002683msgid "while doing inode scan"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002684msgstr "mientras se exploraba los nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002685
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002686#: e2fsck/super.c:190
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002687#, c-format
2688msgid "while calling ext2fs_block_iterate for inode %d"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002689msgstr "mientras se llamaba a ext2fs_block_iterate para el nodo-i %d"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002690
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002691#: e2fsck/super.c:213
Eric Sandeen032eafe2012-07-28 17:48:36 -04002692#, fuzzy, c-format
2693msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002694msgstr "mientras se llamaba a ext2fs_adjust_ea_refcount para el nodo-i %d"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002695
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002696#: e2fsck/super.c:274
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002697msgid "Truncating"
2698msgstr "Truncando"
2699
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002700#: e2fsck/super.c:275
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002701msgid "Clearing"
2702msgstr "Borrando"
2703
Eric Sandeen032eafe2012-07-28 17:48:36 -04002704#: e2fsck/unix.c:74
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002705#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002706msgid ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002707"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002708"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002709"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002710"\t\t[-E extended-options] device\n"
2711msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002712"Modo de empleo: %s [-panyrcdfvstDFSV] [-b superbloque] [-B tamañodelbloque]\n"
2713"\t\t[-I bloques_del_búfer_del_nodo-i] [-P tamaño_del_proceso_del_nodo-i]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002714"\t\t[-l|-L fichero_de_bloques_dañados] [-C fd] [-j fichero-de-transacciones-"
2715"externo]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002716"\t\t[-E opciones-extendidas] dispositivo\n"
2717
Eric Sandeen032eafe2012-07-28 17:48:36 -04002718#: e2fsck/unix.c:80
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002719msgid ""
2720"\n"
2721"Emergency help:\n"
2722" -p Automatic repair (no questions)\n"
2723" -n Make no changes to the filesystem\n"
2724" -y Assume \"yes\" to all questions\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002725" -c Check for bad blocks and add them to the badblock "
2726"list\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002727" -f Force checking even if filesystem is marked clean\n"
2728msgstr ""
2729"\n"
2730"Ayuda de emergencia:\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002731" -p Reparación automática (sin hacer preguntas)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002732" -n No se hacen cambios al sistema de ficheros\n"
2733" -y Contestar \"si\" a todas las preguntas\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002734" -c Busca los bloques dañados y los agrega a la\n"
2735" lista de bloques dañados\n"
2736" -f Fuerza la revisión aún si el sistema de ficheros\n"
2737" está etiquetado como limpio\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002738
Eric Sandeen032eafe2012-07-28 17:48:36 -04002739#: e2fsck/unix.c:86
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002740msgid ""
2741" -v Be verbose\n"
2742" -b superblock Use alternative superblock\n"
2743" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002744" -j external_journal Set location of the external journal\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002745" -l bad_blocks_file Add to badblocks list\n"
2746" -L bad_blocks_file Set badblocks list\n"
2747msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002748" -v Genera más mensajes de diagnóstico\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002749" -b superbloque Utiliza el superbloque alternativo\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002750" -B tamañodelbloque Fuerza el tamañodelbloque cuando busca "
2751"al superbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002752" -j fichero-de-transacciones-externo \n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002753" Indica el lugar en donde está el fichero\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002754" de transacciones externo\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002755" -l fichero_de_bloques_dañados \n"
2756" Agrega a la lista de bloques dañados\n"
2757" -L fichero_de_bloques_dañados \n"
2758" Pone la lista de bloques dañados\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002759
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002760#: e2fsck/unix.c:131
2761#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002762msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002763msgstr "%s: %u/%u ficheros (%0d.%d%% no contiguos), %llu/%llu bloques\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002764
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002765#: e2fsck/unix.c:157
2766#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002767msgid ""
2768"\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002769"%12u inode used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002770msgid_plural ""
2771"\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002772"%12u inodes used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002773msgstr[0] ""
2774"\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002775"%12u nodo-i utilizado (%2.2f%%, el %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002776msgstr[1] ""
2777"\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002778"%12u nodos-i utilizados (%2.2f%%, el %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002779
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002780#: e2fsck/unix.c:161
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002781#, c-format
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002782msgid "%12u non-contiguous file (%0d.%d%%)\n"
2783msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2784msgstr[0] "%12u fichero no contiguo (%0d.%d%%)\n"
2785msgstr[1] "%12u ficheros no contiguos (%0d.%d%%)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002786
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002787#: e2fsck/unix.c:166
2788#, c-format
2789msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2790msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2791msgstr[0] "%12u directorio no contiguo (%0d.%d%%)\n"
2792msgstr[1] "%12u directorios no contiguos (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002793
2794#: e2fsck/unix.c:171
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002795#, c-format
2796msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2797msgstr " número de nodos-i con bloques ind/dind/tind: %u/%u/%u\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002798
2799#: e2fsck/unix.c:179
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002800msgid " Extent depth histogram: "
2801msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04002802
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002803#: e2fsck/unix.c:188
2804#, c-format
2805msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2806msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2807msgstr[0] "%12llu bloque usado (%2.2f%%, el %llu)\n"
2808msgstr[1] "%12llu bloques usados (%2.2f%%, el %llu)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002809
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002810#: e2fsck/unix.c:192
2811#, c-format
2812msgid "%12u bad block\n"
2813msgid_plural "%12u bad blocks\n"
2814msgstr[0] "%12u bloque dañado\n"
2815msgstr[1] "%12u bloques dañados\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002816
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002817#: e2fsck/unix.c:194
2818#, c-format
2819msgid "%12u large file\n"
2820msgid_plural "%12u large files\n"
2821msgstr[0] "%12u fichero grande\n"
2822msgstr[1] "%12u ficheros grandes\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002823
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002824#: e2fsck/unix.c:196
2825#, c-format
2826msgid ""
2827"\n"
2828"%12u regular file\n"
2829msgid_plural ""
2830"\n"
2831"%12u regular files\n"
2832msgstr[0] ""
2833"\n"
2834"%12u fichero regular\n"
2835msgstr[1] ""
2836"\n"
2837"%12u ficheros regulares\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002838
2839#: e2fsck/unix.c:198
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002840#, c-format
2841msgid "%12u directory\n"
2842msgid_plural "%12u directories\n"
2843msgstr[0] "%12u directorio\n"
2844msgstr[1] "%12u directorios\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002845
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002846#: e2fsck/unix.c:200
2847#, c-format
2848msgid "%12u character device file\n"
2849msgid_plural "%12u character device files\n"
2850msgstr[0] "%12u dispositivo de caracteres\n"
2851msgstr[1] "%12u dispositivos de caracteres\n"
2852
2853#: e2fsck/unix.c:203
2854#, c-format
2855msgid "%12u block device file\n"
2856msgid_plural "%12u block device files\n"
2857msgstr[0] "%12u dispositivo de bloque\n"
2858msgstr[1] "%12u dispositivos de bloque\n"
2859
2860#: e2fsck/unix.c:205
2861#, c-format
2862msgid "%12u fifo\n"
2863msgid_plural "%12u fifos\n"
2864msgstr[0] "%12u fifo\n"
2865msgstr[1] "%12u fifos\n"
2866
2867#: e2fsck/unix.c:207
2868#, c-format
2869msgid "%12u link\n"
2870msgid_plural "%12u links\n"
2871msgstr[0] "%12u vínculo\n"
2872msgstr[1] "%12u vínculos\n"
2873
2874#: e2fsck/unix.c:209
2875#, c-format
2876msgid "%12u symbolic link"
2877msgid_plural "%12u symbolic links"
2878msgstr[0] "%12u enlace simbólico"
2879msgstr[1] "%12u enlaces simbólicos"
2880
2881#: e2fsck/unix.c:211
2882#, c-format
2883msgid " (%u fast symbolic link)\n"
2884msgid_plural " (%u fast symbolic links)\n"
2885msgstr[0] " (%u vínculo simbólico rápido)\n"
2886msgstr[1] " (%u vínculos simbólicos rápidos)\n"
2887
2888#: e2fsck/unix.c:215
2889#, c-format
2890msgid "%12u socket\n"
2891msgid_plural "%12u sockets\n"
2892msgstr[0] "%12u zócalo\n"
2893msgstr[1] "%12u zócalos\n"
2894
2895#: e2fsck/unix.c:219
2896#, c-format
2897msgid "%12u file\n"
2898msgid_plural "%12u files\n"
2899msgstr[0] "%12u fichero\n"
2900msgstr[1] "%12u ficheros\n"
2901
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002902#: e2fsck/unix.c:232 misc/badblocks.c:988 misc/tune2fs.c:2023 misc/util.c:311
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002903#: resize/main.c:260
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002904#, c-format
2905msgid "while determining whether %s is mounted."
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002906msgstr "mientras se determinaba si %s está montado."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002907
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002908#: e2fsck/unix.c:253
Eric Sandeen032eafe2012-07-28 17:48:36 -04002909#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002910msgid "Warning! %s is mounted.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002911msgstr "¡Atención! %s está montado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002912
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002913#: e2fsck/unix.c:256
2914#, fuzzy, c-format
2915msgid "Warning! %s is in use.\n"
2916msgstr "¡Atención! %s está montado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002917
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002918#: e2fsck/unix.c:262
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002919#, fuzzy, c-format
2920msgid "%s is mounted.\n"
2921msgstr "%s está montado. "
2922
2923#: e2fsck/unix.c:264
2924#, fuzzy, c-format
2925msgid "%s is in use.\n"
2926msgstr "%s está montado. "
2927
2928#: e2fsck/unix.c:266
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002929msgid ""
2930"Cannot continue, aborting.\n"
2931"\n"
2932msgstr ""
2933"No se puede continuar, se finaliza.\n"
2934"\n"
2935
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002936#: e2fsck/unix.c:268
Eric Sandeen032eafe2012-07-28 17:48:36 -04002937#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002938msgid ""
2939"\n"
2940"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002941"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2942"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002943"\n"
2944msgstr ""
2945"\n"
2946"\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04002947"¡¡ATENCIÓN!! Ejecutar e2fsck en un sistema de ficheros montado\n"
2948"puede causar GRAVES daños al sistema de ficheros.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002949"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002950
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002951#: e2fsck/unix.c:273
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002952msgid "Do you really want to continue"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002953msgstr "¿De verdad quiere continuar?"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002954
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002955#: e2fsck/unix.c:275
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002956msgid "check aborted.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002957msgstr "revisión terminada.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002958
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002959#: e2fsck/unix.c:368
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002960msgid " contains a file system with errors"
2961msgstr " contiene un sistema de ficheros con errores"
2962
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002963#: e2fsck/unix.c:370
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002964msgid " was not cleanly unmounted"
2965msgstr " no fue desmontado limpiamente"
2966
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002967#: e2fsck/unix.c:372
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002968msgid " primary superblock features different from backup"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002969msgstr ""
2970" las características del superbloque primario difieren de las de la copia de "
2971"seguridad"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002972
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002973#: e2fsck/unix.c:376
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002974#, c-format
2975msgid " has been mounted %u times without being checked"
2976msgstr " ha sido montado %u veces sin ser revisado"
2977
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002978#: e2fsck/unix.c:383
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002979#, fuzzy
2980msgid " has filesystem last checked time in the future"
2981msgstr "Se pone la hora de la última revisión al sistema de ficheros a %s\n"
2982
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002983#: e2fsck/unix.c:389
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002984#, c-format
2985msgid " has gone %u days without being checked"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002986msgstr " ya lleva %u días sin ser revisado"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002987
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002988#: e2fsck/unix.c:398
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002989msgid ", check forced.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002990msgstr ", se fuerza la revisión.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002991
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002992#: e2fsck/unix.c:431
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002993#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002994msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002995msgstr "%s: limpio, %u/%u ficheros, %llu/%llu bloques"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002996
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002997#: e2fsck/unix.c:451
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002998msgid " (check deferred; on battery)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002999msgstr " (comprobación aplazada; con baterías)"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003000
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003001# O "revisión después del siguiente montaje".
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003002#: e2fsck/unix.c:454
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003003msgid " (check after next mount)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003004msgstr " (comprobación en el siguiente montaje)"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003005
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003006#: e2fsck/unix.c:456
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003007#, c-format
3008msgid " (check in %ld mounts)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003009msgstr " (comprobación después de %ld montajes)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003010
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003011#: e2fsck/unix.c:606
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003012#, c-format
3013msgid "ERROR: Couldn't open /dev/null (%s)\n"
3014msgstr "ERROR: no se puede abrir /dev/null (%s)\n"
3015
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003016#: e2fsck/unix.c:675
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003017msgid "Invalid EA version.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003018msgstr "Versión de EA no válida.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003019
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003020#: e2fsck/unix.c:702
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003021#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003022msgid "Unknown extended option: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003023msgstr "Opción extendida desconocida: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003024
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003025#: e2fsck/unix.c:727
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003026#, c-format
3027msgid ""
3028"Syntax error in e2fsck config file (%s, line #%d)\n"
3029"\t%s\n"
3030msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003031"Error de sintaxis en el fichero de configuración de e2fsck (%s, línea #%d)\n"
3032"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003033
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003034#: e2fsck/unix.c:797
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003035#, c-format
3036msgid "Error validating file descriptor %d: %s\n"
3037msgstr "Error al validar el descriptor de ficheros %d: %s\n"
3038
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003039#: e2fsck/unix.c:801
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003040msgid "Invalid completion information file descriptor"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003041msgstr "Información de consistencia no válida en el descriptor de ficheros"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003042
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003043#: e2fsck/unix.c:816
Theodore Ts'o6956f612005-12-31 16:46:15 -05003044msgid "Only one of the options -p/-a, -n or -y may be specified."
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003045msgstr "Sólo se puede especificar una de las opciones -p/-a, -n o -y."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003046
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003047#: e2fsck/unix.c:837
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003048#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003049msgid "The -t option is not supported on this version of e2fsck.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003050msgstr "La opción -t no está implementada en esta versión de e2fsck.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003051
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003052#: e2fsck/unix.c:868 e2fsck/unix.c:942 misc/tune2fs.c:846 misc/tune2fs.c:1141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003053#: misc/tune2fs.c:1159
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003054#, c-format
3055msgid "Unable to resolve '%s'"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003056msgstr "No es posible resolver '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003057
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003058#: e2fsck/unix.c:921
Eric Sandeen032eafe2012-07-28 17:48:36 -04003059msgid "The -n and -D options are incompatible."
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003060msgstr "Las opciones -n y -D se excluyen mutuamente."
Eric Sandeen032eafe2012-07-28 17:48:36 -04003061
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003062#: e2fsck/unix.c:926
Eric Sandeen032eafe2012-07-28 17:48:36 -04003063msgid "The -n and -c options are incompatible."
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003064msgstr "Las opciones -n y -c se excluyen mutuamente."
Eric Sandeen032eafe2012-07-28 17:48:36 -04003065
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003066#: e2fsck/unix.c:931
Eric Sandeen032eafe2012-07-28 17:48:36 -04003067msgid "The -n and -l/-L options are incompatible."
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003068msgstr "Las opciones -n y -l/-L se excluyen mutuamente."
Eric Sandeen032eafe2012-07-28 17:48:36 -04003069
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003070#: e2fsck/unix.c:985
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003071msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003072msgstr "Las opciones -c y -l/-L no pueden ser utilizadas simultáneamente.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003073
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003074#: e2fsck/unix.c:1032
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003075#, c-format
3076msgid ""
3077"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3078"\n"
3079msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003080"E2FSCK_JBD_DEBUG \"%s\" no es un entero\n"
3081"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003082
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003083#: e2fsck/unix.c:1041
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003084#, c-format
3085msgid ""
3086"\n"
3087"Invalid non-numeric argument to -%c (\"%s\")\n"
3088"\n"
3089msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003090"\n"
3091"Argumento no numérico inválido para -%c (\"%s\")\n"
3092"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003093
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003094#: e2fsck/unix.c:1132
Eric Sandeen032eafe2012-07-28 17:48:36 -04003095#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003096msgid ""
3097"MMP interval is %u seconds and total wait time is %u seconds. Please "
3098"wait...\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003099msgstr ""
3100
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003101#: e2fsck/unix.c:1149 e2fsck/unix.c:1154
Eric Sandeen032eafe2012-07-28 17:48:36 -04003102#, fuzzy
3103msgid "while checking MMP block"
3104msgstr "mientras se ajustaba el superbloque"
3105
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003106#: e2fsck/unix.c:1156 misc/tune2fs.c:1950
Eric Sandeen032eafe2012-07-28 17:48:36 -04003107msgid ""
3108"If you are sure the filesystem is not in use on any node, run:\n"
3109"'tune2fs -f -E clear_mmp {device}'\n"
3110msgstr ""
3111
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003112#: e2fsck/unix.c:1207
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003113msgid "Error: ext2fs library version out of date!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003114msgstr "¡Error: la versión de la biblioteca ext2fs está caduca!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003115
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003116#: e2fsck/unix.c:1214
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003117msgid "while trying to initialize program"
3118msgstr "mientras se intentaba inicializar el programa"
3119
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003120#: e2fsck/unix.c:1237
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003121#, c-format
3122msgid "\tUsing %s, %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003123msgstr "\tAl emplear %s, %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003124
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003125#: e2fsck/unix.c:1249
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003126msgid "need terminal for interactive repairs"
3127msgstr "se necesita una terminal para hacer las reparaciones interactivas"
3128
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003129#: e2fsck/unix.c:1303
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003130#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003131msgid "%s: %s trying backup blocks...\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003132msgstr "%s: %s intentando los bloques de respaldo...\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003133
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003134#: e2fsck/unix.c:1305
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003135msgid "Superblock invalid,"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003136msgstr "Superbloque es inválido,"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003137
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003138#: e2fsck/unix.c:1306
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003139msgid "Group descriptors look bad..."
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003140msgstr "Los descriptores de los grupos parecen dañados..."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003141
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003142#: e2fsck/unix.c:1316
Eric Sandeen032eafe2012-07-28 17:48:36 -04003143#, fuzzy, c-format
3144msgid "%s: %s while using the backup blocks"
3145msgstr "%s: %s intentando los bloques de respaldo...\n"
3146
3147# Ojo: No es que se haya encontrado un superbloque que resulta que no es
3148# válido, sino que no se ha encontrado ningún superbloque que sea válido,
3149# que es distinto (a lo mejor no se ha encontrado ningún superbloque
3150# en absoluto). Creo que la traducción debería cambiarse. sv
3151# En efecto, tienes toda la razón. Corregido. mm
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003152#: e2fsck/unix.c:1320
Eric Sandeen032eafe2012-07-28 17:48:36 -04003153#, fuzzy, c-format
3154msgid "%s: going back to original superblock\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003155msgstr ""
3156"%s: no se encontró un superbloque válido en el fichero de transacciones\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003157
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003158#: e2fsck/unix.c:1349
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003159msgid ""
3160"The filesystem revision is apparently too high for this version of e2fsck.\n"
3161"(Or the filesystem superblock is corrupt)\n"
3162"\n"
3163msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003164"La versión del sistema de ficheros es, en apariencia, muy superior para "
3165"esta\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003166"versión de e2fsck. (O el superbloque del sistema de ficheros está dañado)\n"
3167"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003168
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003169#: e2fsck/unix.c:1356
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003170msgid "Could this be a zero-length partition?\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003171msgstr "¿Esta podría ser una partición de longitud cero?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003172
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003173#: e2fsck/unix.c:1358
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003174#, c-format
3175msgid "You must have %s access to the filesystem or be root\n"
3176msgstr "Se debe tener acceso %s al sistema de ficheros o ser root\n"
3177
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003178#: e2fsck/unix.c:1364
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003179msgid "Possibly non-existent or swap device?\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003180msgstr "¿Es posible que no exista o que sea un dispositivo de intercambio?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003181
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003182#: e2fsck/unix.c:1366
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003183msgid "Filesystem mounted or opened exclusively by another program?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003184msgstr ""
3185"¿Sistema de ficheros montado o abierto en exclusiva por otro programa?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003186
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003187#: e2fsck/unix.c:1370
Eric Sandeen032eafe2012-07-28 17:48:36 -04003188msgid "Possibly non-existent device?\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003189msgstr "¿Es posible que no exista el dispositivo?\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003190
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003191#: e2fsck/unix.c:1373
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003192msgid ""
3193"Disk write-protected; use the -n option to do a read-only\n"
3194"check of the device.\n"
3195msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003196"El disco está protegido contra escritura; utilice la opción -n para\n"
3197"hacer una revisión de sólo lectura al dispositivo.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003198
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003199#: e2fsck/unix.c:1437
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003200msgid "Get a newer version of e2fsck!"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003201msgstr "¡Consiga una versión más moderna de e2fsck!"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003202
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003203#: e2fsck/unix.c:1480
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003204#, c-format
3205msgid "while checking ext3 journal for %s"
3206msgstr "mientras se revisaba el fichero de transacciones ext3 para %s"
3207
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003208#: e2fsck/unix.c:1492
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003209msgid ""
3210"Warning: skipping journal recovery because doing a read-only filesystem "
3211"check.\n"
3212msgstr ""
3213"Atención: se omitirá la recuperación del fichero de transacciones debido a "
3214"que se está haciendo una revisión de sólo lectura del sistema de ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003215
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003216#: e2fsck/unix.c:1504
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003217#, c-format
3218msgid "unable to set superblock flags on %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003219msgstr "no es posible poner las banderas de superbloque en %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003220
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003221#: e2fsck/unix.c:1511
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003222#, c-format
3223msgid "while recovering ext3 journal of %s"
3224msgstr "mientras se recuperaba el fichero de transacciones ext3 de %s"
3225
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003226#: e2fsck/unix.c:1534
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003227#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003228msgid "%s has unsupported feature(s):"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003229msgstr "%s tiene características no soportadas:"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003230
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003231#: e2fsck/unix.c:1549
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003232#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003233msgid "%s: warning: compression support is experimental.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003234msgstr "%s: atención: el soporte a la compresión es experimental.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003235
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003236#: e2fsck/unix.c:1555
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003237#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003238msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04003239"%s: e2fsck not compiled with HTREE support,\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003240"\tbut filesystem %s has HTREE directories.\n"
3241msgstr ""
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003242"%s: e2fsck no está compilado con soporte a ÁRBOLES-H,\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003243"\tpero el sistema de ficheros %s tiene directorios con ÁRBOLES-H.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003244
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003245#: e2fsck/unix.c:1607
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003246#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003247msgid "%s: %s while reading bad blocks inode\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003248msgstr "%s: %s mientras se leía el nodo-i de los bloques dañados\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003249
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003250#: e2fsck/unix.c:1610
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003251msgid "This doesn't bode well, but we'll try to go on...\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003252msgstr "Esto no se ve muy bien, pero se intentará continuar...\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003253
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003254#: e2fsck/unix.c:1651
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003255#, c-format
3256msgid "Creating journal (%d blocks): "
3257msgstr "Creando el fichero de transacciones (%d bloques): "
3258
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003259#: e2fsck/unix.c:1661
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003260msgid " Done.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003261msgstr " Hecho.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003262
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003263#: e2fsck/unix.c:1663
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003264msgid ""
3265"\n"
3266"*** journal has been re-created - filesystem is now ext3 again ***\n"
3267msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003268"\n"
3269"*** el fichero de transacciones se ha creado de nuevo ***\n"
3270"*** el sistema de ficheros vuelve a ser ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003271
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003272#: e2fsck/unix.c:1687
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003273msgid "Restarting e2fsck from the beginning...\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003274msgstr "Se reinicia e2fsck desde el principio...\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003275
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003276#: e2fsck/unix.c:1691
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003277msgid "while resetting context"
3278msgstr "mientras se reajusta el contexto"
3279
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003280#: e2fsck/unix.c:1698
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003281#, c-format
3282msgid "%s: e2fsck canceled.\n"
3283msgstr "%s: se cancela e2fsck.\n"
3284
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003285#: e2fsck/unix.c:1703
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003286msgid "aborted"
3287msgstr "finalizado"
3288
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003289#: e2fsck/unix.c:1715 e2fsck/util.c:67
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003290#, c-format
3291msgid ""
3292"\n"
3293"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3294msgstr ""
3295"\n"
3296"%s: ***** EL SISTEMA DE FICHEROS FUE MODIFICADO *****\n"
3297
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003298#: e2fsck/unix.c:1719
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003299#, c-format
3300msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003301msgstr "%s: ***** REINICIE LINUX *****\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003302
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003303#: e2fsck/unix.c:1727 e2fsck/util.c:73
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003304#, c-format
3305msgid ""
3306"\n"
3307"%s: ********** WARNING: Filesystem still has errors **********\n"
3308"\n"
3309msgstr ""
3310"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003311"%s: ********** ATENCIÓN: El sistema de ficheros todavía tiene errores "
3312"***********\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003313"\n"
3314
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003315#: e2fsck/unix.c:1767
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003316#, fuzzy
3317msgid "while setting block group checksum info"
3318msgstr "mientras se ponía el nodo-i de bloques dañados"
3319
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003320#: e2fsck/util.c:190 misc/util.c:86
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003321msgid "yY"
3322msgstr "sS"
3323
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003324#: e2fsck/util.c:191
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003325msgid "nN"
3326msgstr "nN"
3327
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003328#: e2fsck/util.c:205
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003329msgid "<y>"
3330msgstr "<s>"
3331
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003332#: e2fsck/util.c:207
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003333msgid "<n>"
3334msgstr "<n>"
3335
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003336#: e2fsck/util.c:209
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003337msgid " (y/n)"
3338msgstr " (s/n)"
3339
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003340#: e2fsck/util.c:223
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003341msgid "cancelled!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003342msgstr "¡cancelado!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003343
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003344#: e2fsck/util.c:238
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003345msgid "yes\n"
3346msgstr "si\n"
3347
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003348#: e2fsck/util.c:240
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003349msgid "no\n"
3350msgstr "no\n"
3351
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003352#: e2fsck/util.c:250
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003353#, c-format
3354msgid ""
3355"%s? no\n"
3356"\n"
3357msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003358"¿%s? no\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003359"\n"
3360
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003361#: e2fsck/util.c:254
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003362#, c-format
3363msgid ""
3364"%s? yes\n"
3365"\n"
3366msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003367"¿%s? si\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003368"\n"
3369
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003370#: e2fsck/util.c:258
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003371msgid "yes"
3372msgstr "si"
3373
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003374#: e2fsck/util.c:258
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003375msgid "no"
3376msgstr "no"
3377
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003378#: e2fsck/util.c:273
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003379#, c-format
3380msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003381msgstr "e2fsck_read_bitmaps: bloque(s) ilegal(es) de mapas de bits para %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003382
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003383#: e2fsck/util.c:278
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003384msgid "reading inode and block bitmaps"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003385msgstr "leyendo los mapas de bits del nodo-i y del bloque"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003386
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003387#: e2fsck/util.c:286
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003388#, c-format
3389msgid "while retrying to read bitmaps for %s"
3390msgstr "mientras se intentaban leer los mapas de bits para %s"
3391
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003392#: e2fsck/util.c:298
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003393#, fuzzy
3394msgid "writing block and inode bitmaps"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003395msgstr "escribiendo los mapas de bits del bloque"
3396
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003397#: e2fsck/util.c:303
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003398#, fuzzy, c-format
3399msgid "while rewriting block and inode bitmaps for %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003400msgstr ""
3401"mientras se reintentaba escribir los mapas de bits de los nodos-i para %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003402
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003403#: e2fsck/util.c:315
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003404#, c-format
3405msgid ""
3406"\n"
3407"\n"
3408"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3409"\t(i.e., without -a or -p options)\n"
3410msgstr ""
3411"\n"
3412"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003413"%s: INCONSISTENCIA INESPERADA; EJECUTE fsck MANUALMENTE.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003414"(i.e., sin las opciones -a o -p)\n"
3415
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003416#: e2fsck/util.c:396
3417#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003418msgid "Memory used: %luk/%luk (%luk/%luk), "
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003419msgstr "Memoria utilizada: %luk/%luk (%luk/%luk), "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003420
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003421#: e2fsck/util.c:400
3422#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003423msgid "Memory used: %lu, "
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003424msgstr "Memoria utilizada: %lu, "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003425
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003426#: e2fsck/util.c:407
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003427#, c-format
3428msgid "time: %5.2f/%5.2f/%5.2f\n"
3429msgstr "fecha: %5.2f/%5.2f/%5.2f\n"
3430
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003431#: e2fsck/util.c:412
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003432#, c-format
3433msgid "elapsed time: %6.3f\n"
3434msgstr "tiempo transcurrido: %6.3f\n"
3435
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003436#: e2fsck/util.c:447 e2fsck/util.c:461
3437#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003438msgid "while reading inode %lu in %s"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003439msgstr "mientras se leía el nodo-i %lu en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003440
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003441#: e2fsck/util.c:475 e2fsck/util.c:488
3442#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003443msgid "while writing inode %lu in %s"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003444msgstr "mientras se escribía el nodo-i %lu en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003445
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003446#: e2fsck/util.c:637
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003447msgid "while allocating zeroizing buffer"
3448msgstr "mientras se reservaba el búfer relleno con ceros"
3449
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003450#: e2fsck/util.c:785
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003451msgid ""
3452"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3453"running.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003454msgstr ""
3455
3456#: misc/badblocks.c:69
Eric Sandeen032eafe2012-07-28 17:48:36 -04003457msgid "done \n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003458msgstr "hecho \n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003459
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003460#: misc/badblocks.c:92
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003461#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003462msgid ""
3463"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003464" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3465"max_bad_blocks]\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003466" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3467" device [last_block [first_block]]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003468msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003469"Modo de empleo: %s [-b tamaño_del_bloque] [-i fichero_de_entrada] [-svwnf]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003470" [-c bloques_a_la_vez] [-p núm_de_pasos] [-t patrón_de_prueba [-t "
3471"patrón_de_prueba \n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003472" [...]]]\n"
3473" dispositivo [bloque_final [bloque_inicial]]\n"
3474
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003475#: misc/badblocks.c:103
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003476#, c-format
3477msgid ""
3478"%s: The -n and -w options are mutually exclusive.\n"
3479"\n"
3480msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003481"%s: Las opciones -n y -w se excluyen mutuamente.\n"
3482"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003483
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003484#: misc/badblocks.c:218
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003485#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003486msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003487msgstr ""
3488
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003489#: misc/badblocks.c:323
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003490msgid "Testing with random pattern: "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003491msgstr "Probando con un patrón aleatorio: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003492
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003493#: misc/badblocks.c:341
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003494msgid "Testing with pattern 0x"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003495msgstr "Probando con el patrón 0x"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003496
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003497#: misc/badblocks.c:373 misc/badblocks.c:446
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003498msgid "during seek"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003499msgstr "durante la búsqueda"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003500
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003501#: misc/badblocks.c:384
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003502#, c-format
3503msgid "Weird value (%ld) in do_read\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003504msgstr "Valor extraño (%ld) en do_read\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003505
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003506#: misc/badblocks.c:471
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003507msgid "during ext2fs_sync_device"
3508msgstr "durante el ext2fs_sync_device"
3509
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003510#: misc/badblocks.c:491 misc/badblocks.c:753
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003511msgid "while beginning bad block list iteration"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003512msgstr "mientras se comenzaba la iteración en la lista de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003513
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003514#: misc/badblocks.c:506 misc/badblocks.c:606 misc/badblocks.c:764
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003515msgid "while allocating buffers"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003516msgstr "mientras se reservaban los búferes"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003517
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003518#: misc/badblocks.c:510
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003519#, c-format
3520msgid "Checking blocks %lu to %lu\n"
3521msgstr "Revisando los bloques del %lu al %lu\n"
3522
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003523#: misc/badblocks.c:515
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003524msgid "Checking for bad blocks in read-only mode\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003525msgstr "Revisando los bloques dañados en modo de sólo lectura\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003526
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003527#: misc/badblocks.c:524
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003528msgid "Checking for bad blocks (read-only test): "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003529msgstr "Se están revisando los bloques dañados (prueba de sólo lectura): "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003530
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003531#: misc/badblocks.c:531 misc/badblocks.c:638 misc/badblocks.c:680
3532#: misc/badblocks.c:827
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003533msgid "Too many bad blocks, aborting test\n"
3534msgstr ""
3535
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003536#: misc/badblocks.c:613
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003537msgid "Checking for bad blocks in read-write mode\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003538msgstr "Se están revisando los bloques dañados en modo de lectura-escritura\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003539
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003540#: misc/badblocks.c:615 misc/badblocks.c:777
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003541#, c-format
3542msgid "From block %lu to %lu\n"
3543msgstr "Del bloque %lu al %lu\n"
3544
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003545#: misc/badblocks.c:670
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003546msgid "Reading and comparing: "
3547msgstr "Leyendo y comparando: "
3548
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003549#: misc/badblocks.c:776
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003550msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003551msgstr ""
3552"Revisando los bloques dañados en modo lectura-escritura no destructivo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003553
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003554#: misc/badblocks.c:782
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003555msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003556msgstr ""
3557"Revisando los bloques dañados (prueba de lectura-escritura no destructiva)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003558
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003559#: misc/badblocks.c:789
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003560msgid ""
3561"\n"
3562"Interrupt caught, cleaning up\n"
3563msgstr ""
3564"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003565"Se interceptó una interrupción, se limpia todo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003566
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003567#: misc/badblocks.c:872
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003568#, c-format
3569msgid "during test data write, block %lu"
3570msgstr "durante la prueba de escritura de datos del bloque %lu"
3571
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003572#: misc/badblocks.c:993 misc/util.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003573#, c-format
3574msgid "%s is mounted; "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003575msgstr "%s está montado; "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003576
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003577#: misc/badblocks.c:995
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003578msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003579msgstr ""
3580"los bloques dañados se fuerzan de todas formas. Se cree que /etc/mtab esté "
3581"incorrecto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003582
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003583#: misc/badblocks.c:1000
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003584msgid "it's not safe to run badblocks!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003585msgstr "¡No es seguro ejecutar los bloques dañados!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003586
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003587#: misc/badblocks.c:1005 misc/util.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003588#, c-format
3589msgid "%s is apparently in use by the system; "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003590msgstr "%s está aparentemente en uso por el sistema; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003591
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003592#: misc/badblocks.c:1008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003593msgid "badblocks forced anyway.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003594msgstr "los bloques dañados se fuerzan de todas formas.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003595
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003596#: misc/badblocks.c:1028
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003597#, fuzzy, c-format
3598msgid "invalid %s - %s"
3599msgstr "tamaño del bloque inválido - %s"
3600
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003601#: misc/badblocks.c:1139
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003602#, c-format
3603msgid "can't allocate memory for test_pattern - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003604msgstr "no se puede reservar memoria para el patrón_de_prueba - %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003605
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003606#: misc/badblocks.c:1169
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003607msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003608msgstr ""
3609"Sólo un máximo de un patrón_de_prueba puede ser especificado en modo sólo "
3610"lectura"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003611
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003612#: misc/badblocks.c:1175
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003613msgid "Random test_pattern is not allowed in read-only mode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003614msgstr "El patrón_de_prueba aleatorio no está permitido en modo sólo lectura"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003615
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003616#: misc/badblocks.c:1189
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003617msgid ""
3618"Couldn't determine device size; you must specify\n"
3619"the size manually\n"
3620msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003621"No se puede determinar el tamaño del dispositivo; se debe especificar\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003622"de forma manual\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003623
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003624#: misc/badblocks.c:1195
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003625msgid "while trying to determine device size"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003626msgstr "mientras se intentaba determinar el tamaño del dispositivo"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003627
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003628#: misc/badblocks.c:1200
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003629#, fuzzy
3630msgid "last block"
3631msgstr "Reubicando bloques"
3632
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003633#: misc/badblocks.c:1206
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003634#, fuzzy
3635msgid "first block"
3636msgstr "Primer bloque de datos=%u\n"
3637
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003638#: misc/badblocks.c:1209
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003639#, fuzzy, c-format
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003640msgid "invalid starting block (%llu): must be less than %llu"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003641msgstr "bloque inicial no válido (%d): debe ser menos que %lu"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003642
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003643#: misc/badblocks.c:1216
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003644#, fuzzy, c-format
3645msgid "invalid end block (%llu): must be 32-bit value"
3646msgstr "bloque inicial no válido (%d): debe ser menos que %lu"
3647
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003648#: misc/badblocks.c:1272
Theodore Ts'o197abba2005-06-20 18:00:23 -04003649msgid "while creating in-memory bad blocks list"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003650msgstr "cuando se creaba la lista de bloques dañados en memoria"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003651
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003652#: misc/badblocks.c:1281
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003653msgid "input file - bad format"
3654msgstr ""
3655
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003656#: misc/badblocks.c:1289 misc/badblocks.c:1298
Theodore Ts'o197abba2005-06-20 18:00:23 -04003657msgid "while adding to in-memory bad block list"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003658msgstr "cuando se añadía a la lista de bloques dañados en memoria"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003659
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003660#: misc/badblocks.c:1323
Benno Schulenberg02696b82014-07-09 23:13:30 -04003661#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003662msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04003663msgstr ""
3664"Paso terminado, se encontraron %u bloques dañados. (%d/%d/%d errores)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003665
Eric Sandeen032eafe2012-07-28 17:48:36 -04003666#: misc/chattr.c:86
Benno Schulenberg02696b82014-07-09 23:13:30 -04003667#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003668msgid "Usage: %s [-RVf] [-+=aAcCdDeijsStTu] [-v version] files...\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04003669msgstr ""
3670"Modo de empleo: %s [-RVf] [-+=AaCcDdeijSsTtu] [-v versión] ficheros...\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003671
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003672#: misc/chattr.c:155
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003673#, c-format
3674msgid "bad version - %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003675msgstr "versión incorrecta - %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003676
Eric Sandeen032eafe2012-07-28 17:48:36 -04003677#: misc/chattr.c:201 misc/lsattr.c:116
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003678#, c-format
3679msgid "while trying to stat %s"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003680msgstr "mientras se intentaba ver el estado del fichero %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003681
Eric Sandeen032eafe2012-07-28 17:48:36 -04003682#: misc/chattr.c:208
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003683#, c-format
3684msgid "while reading flags on %s"
3685msgstr "mientras se estaban leyendo las banderas en %s"
3686
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003687#: misc/chattr.c:213 misc/chattr.c:225
Eric Sandeen032eafe2012-07-28 17:48:36 -04003688#, c-format
3689msgid "Flags of %s set as "
3690msgstr "Las banderas de %s están puestas como "
3691
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003692#: misc/chattr.c:234
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003693#, c-format
3694msgid "while setting flags on %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003695msgstr "mientras se ponían las banderas en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003696
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003697#: misc/chattr.c:242
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003698#, c-format
3699msgid "Version of %s set as %lu\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003700msgstr "La versión de %s está puesta como %lu\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003701
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003702#: misc/chattr.c:246
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003703#, c-format
3704msgid "while setting version on %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003705msgstr "mientras se estaba poniendo la versión en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003706
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003707#: misc/chattr.c:267
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003708msgid "Couldn't allocate path variable in chattr_dir_proc"
3709msgstr "No se puede reservar la variable de ruta en chattr_dir_proc"
3710
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003711#: misc/chattr.c:307
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003712msgid "= is incompatible with - and +\n"
3713msgstr "= es incompatible con - y +\n"
3714
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003715#: misc/chattr.c:315
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003716msgid "Must use '-v', =, - or +\n"
3717msgstr "Se debe usar '-v', =, - o +\n"
3718
Eric Sandeen032eafe2012-07-28 17:48:36 -04003719#: misc/dumpe2fs.c:55
Benno Schulenberg02696b82014-07-09 23:13:30 -04003720#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003721msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003722msgstr ""
Benno Schulenberg02696b82014-07-09 23:13:30 -04003723"Modo de empleo: %s [-bfhixV] [-o superblock=<número>] [-o "
3724"blocksize=<número>] dispositivo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003725
Benno Schulenberg02696b82014-07-09 23:13:30 -04003726# Usado quince mensajes más allá.
Eric Sandeen032eafe2012-07-28 17:48:36 -04003727#: misc/dumpe2fs.c:159
Eric Sandeen032eafe2012-07-28 17:48:36 -04003728msgid "blocks"
Benno Schulenberg02696b82014-07-09 23:13:30 -04003729msgstr "bloques"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003730
Benno Schulenberg02696b82014-07-09 23:13:30 -04003731# Usado quince mensajes más allá.
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003732#: misc/dumpe2fs.c:169
Eric Sandeen032eafe2012-07-28 17:48:36 -04003733msgid "clusters"
3734msgstr ""
3735
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003736#: misc/dumpe2fs.c:197
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003737#, c-format
3738msgid "Group %lu: (Blocks "
3739msgstr "Grupo %lu: (Bloques "
3740
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003741#: misc/dumpe2fs.c:205
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003742#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003743msgid " Checksum 0x%04x"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003744msgstr ""
3745
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003746#: misc/dumpe2fs.c:207
Eric Sandeen032eafe2012-07-28 17:48:36 -04003747#, c-format
3748msgid " (EXPECTED 0x%04x)"
3749msgstr ""
3750
Benno Schulenberg02696b82014-07-09 23:13:30 -04003751# FIXME: %u BEFORE unused
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003752#: misc/dumpe2fs.c:208
Benno Schulenberg02696b82014-07-09 23:13:30 -04003753#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003754msgid ", unused inodes %u\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04003755msgstr ", %u nodos-i sin usar\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003756
Benno Schulenberg02696b82014-07-09 23:13:30 -04003757# Se completa con uno de los dos mensajes siguientes.
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003758#: misc/dumpe2fs.c:213
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003759#, c-format
3760msgid " %s superblock at "
Benno Schulenberg02696b82014-07-09 23:13:30 -04003761msgstr " Superbloque %s en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003762
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003763#: misc/dumpe2fs.c:214
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003764msgid "Primary"
Benno Schulenberg02696b82014-07-09 23:13:30 -04003765msgstr "primario"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003766
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003767#: misc/dumpe2fs.c:214
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003768msgid "Backup"
Benno Schulenberg02696b82014-07-09 23:13:30 -04003769msgstr "de respaldo"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003770
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003771#: misc/dumpe2fs.c:218
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003772msgid ", Group descriptors at "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003773msgstr ", descriptores de grupo en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003774
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003775#: misc/dumpe2fs.c:222
Theodore Ts'obc759702005-05-09 20:40:55 -04003776msgid ""
3777"\n"
3778" Reserved GDT blocks at "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003779msgstr ""
3780"\n"
3781" Se reservaron los bloques GDT en "
Theodore Ts'obc759702005-05-09 20:40:55 -04003782
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003783#: misc/dumpe2fs.c:229
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003784msgid " Group descriptor at "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003785msgstr " Descriptor de grupo en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003786
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003787#: misc/dumpe2fs.c:235
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003788msgid " Block bitmap at "
Benno Schulenberg02696b82014-07-09 23:13:30 -04003789msgstr " Mapa de bits de bloques en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003790
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003791#: misc/dumpe2fs.c:239
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003792msgid ", Inode bitmap at "
Benno Schulenberg02696b82014-07-09 23:13:30 -04003793msgstr ", mapa de bits de nodos-i en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003794
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003795#: misc/dumpe2fs.c:243
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003796msgid ""
3797"\n"
3798" Inode table at "
3799msgstr ""
3800"\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04003801" Tabla de nodos-i en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003802
Benno Schulenberg02696b82014-07-09 23:13:30 -04003803# El primer %s de sustituye con "bloques" o "clusters", el segundo con nada o "\n".
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003804#: misc/dumpe2fs.c:249
Benno Schulenberg02696b82014-07-09 23:13:30 -04003805#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003806msgid ""
3807"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003808" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003809msgstr ""
3810"\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04003811" %u %s libres, %u nodos-i libres, %u directorios%s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003812
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003813#: misc/dumpe2fs.c:256
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003814#, c-format
3815msgid ", %u unused inodes\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04003816msgstr ", %u nodos-i sin usar\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003817
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003818#: misc/dumpe2fs.c:259
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003819msgid " Free blocks: "
3820msgstr " Bloques libres: "
3821
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003822#: misc/dumpe2fs.c:274
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003823msgid " Free inodes: "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003824msgstr " Nodos-i libres: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003825
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003826#: misc/dumpe2fs.c:310
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003827msgid "while printing bad block list"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003828msgstr "mientras se imprimía la lista de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003829
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003830#: misc/dumpe2fs.c:316
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003831#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003832msgid "Bad blocks: %u"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003833msgstr "Bloques dañados: %u"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003834
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003835#: misc/dumpe2fs.c:345 misc/tune2fs.c:314
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003836msgid "while reading journal inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003837msgstr "mientras se leía el nodo-i del fichero de transacciones"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003838
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003839#: misc/dumpe2fs.c:351
Eric Sandeen032eafe2012-07-28 17:48:36 -04003840msgid "while opening journal inode"
Benno Schulenberg02696b82014-07-09 23:13:30 -04003841msgstr "mientras se abría el nodo-i del fichero de transacciones"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003842
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003843#: misc/dumpe2fs.c:357
Eric Sandeen032eafe2012-07-28 17:48:36 -04003844msgid "while reading journal super block"
3845msgstr "mientras se leía el superbloque del fichero de transacciones"
3846
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003847#: misc/dumpe2fs.c:364
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003848msgid "Journal superblock magic number invalid!\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04003849msgstr ""
3850"¡El número mágico del superbloque del fichero de transacciones es inválido!\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003851
3852#: misc/dumpe2fs.c:367
Eric Sandeen032eafe2012-07-28 17:48:36 -04003853msgid "Journal features: "
Benno Schulenberg02696b82014-07-09 23:13:30 -04003854msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04003855
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003856#: misc/dumpe2fs.c:380
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003857msgid "Journal size: "
Benno Schulenberg02696b82014-07-09 23:13:30 -04003858msgstr "Tamaño del fichero de transacciones: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003859
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003860#: misc/dumpe2fs.c:391
Benno Schulenberg02696b82014-07-09 23:13:30 -04003861#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003862msgid ""
3863"Journal length: %u\n"
3864"Journal sequence: 0x%08x\n"
3865"Journal start: %u\n"
3866msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04003867"Longitud del fichero de transacciones: %u\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003868"Secuencia del fichero de transacciones: 0x%08x\n"
3869"Inicio del fichero de transacciones: %u\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003870
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003871#: misc/dumpe2fs.c:398
Benno Schulenberg02696b82014-07-09 23:13:30 -04003872#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003873msgid "Journal errno: %d\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04003874msgstr "Número de error del fichero de transacciones: %d\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003875
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003876#: misc/dumpe2fs.c:415 misc/tune2fs.c:230
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003877msgid "while reading journal superblock"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003878msgstr "mientras se leía el superbloque del fichero de transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003879
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003880#: misc/dumpe2fs.c:423
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003881msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003882msgstr ""
3883"No se pueden encontrar los números mágicos del superbloque del fichero de "
3884"transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003885
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003886#: misc/dumpe2fs.c:427
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003887#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003888msgid ""
3889"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003890"Journal block size: %u\n"
3891"Journal length: %u\n"
3892"Journal first block: %u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003893"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003894"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003895"Journal number of users: %u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003896msgstr ""
3897"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003898"Tamaño del bloque del fichero de transacciones: %u\n"
3899"Longitud del fichero de transacciones: %u\n"
3900"Primer bloque del fichero de transacciones: %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003901"Secuencia del fichero de transacciones: 0x%08x\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003902"Inicio del fichero de transacciones: %u\n"
3903"Número de usuarios del fichero de transacciones: %u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003904
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003905#: misc/dumpe2fs.c:440
Theodore Ts'o197abba2005-06-20 18:00:23 -04003906#, c-format
3907msgid "Journal users: %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003908msgstr "Usuarios del fichero de transacciones: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003909
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003910#: misc/dumpe2fs.c:456 misc/mke2fs.c:743 misc/tune2fs.c:1178
Theodore Ts'o8f741372008-02-28 21:47:05 -05003911msgid "Couldn't allocate memory to parse options!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003912msgstr ""
3913"¡No se puede reservar memoria para analizar sintácticamente las opciones!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003914
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003915#: misc/dumpe2fs.c:482
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003916#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003917msgid "Invalid superblock parameter: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003918msgstr "Parámetro de superbloque no válido: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003919
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003920#: misc/dumpe2fs.c:497
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003921#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003922msgid "Invalid blocksize parameter: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003923msgstr "Parámetro de tamaño del bloque no válido: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003924
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003925#: misc/dumpe2fs.c:508
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003926#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003927msgid ""
3928"\n"
3929"Bad extended option(s) specified: %s\n"
3930"\n"
3931"Extended options are separated by commas, and may take an argument which\n"
3932"\tis set off by an equals ('=') sign.\n"
3933"\n"
3934"Valid extended options are:\n"
3935"\tsuperblock=<superblock number>\n"
3936"\tblocksize=<blocksize>\n"
3937msgstr ""
3938"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003939"Las opciones especificadas son incorrectas: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003940"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003941"Opciones extendidas deben estar separadas por comas, y pueden tomar un\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003942"\targumento que se ajusta con un signo de igual ('=').\n"
3943"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003944"Las opciones extendidas válidas son:\n"
3945"\tsuperblock=<número_del_superbloque>\n"
3946"\tblocksize=<tamaño_del_bloque>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003947
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003948#: misc/dumpe2fs.c:568 misc/mke2fs.c:1734
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003949#, c-format
3950msgid "\tUsing %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003951msgstr "\tSe emplea %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003952
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003953#: misc/dumpe2fs.c:604 misc/e2image.c:1582 misc/tune2fs.c:1961
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003954#: resize/main.c:318
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003955msgid "Couldn't find valid filesystem superblock.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003956msgstr ""
3957"No se pudo encontrar un superbloque válido para el sistema de ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003958
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003959#: misc/dumpe2fs.c:632
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003960#, c-format
3961msgid ""
3962"\n"
3963"%s: %s: error reading bitmaps: %s\n"
3964msgstr ""
3965"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003966"%s: %s: error al leer los mapas de bits: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003967
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003968#: misc/e2image.c:101
Benno Schulenberg02696b82014-07-09 23:13:30 -04003969#, c-format
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003970msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04003971msgstr "Modo de empleo: %s [-r|Q] [-fr] dispositivo fichero_de_imagen\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003972
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003973#: misc/e2image.c:103
Benno Schulenberg02696b82014-07-09 23:13:30 -04003974#, c-format
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003975msgid " %s -I device image-file\n"
Benno Schulenberg02696b82014-07-09 23:13:30 -04003976msgstr " %s -I dispositivo fichero_de_imagen\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003977
3978#: misc/e2image.c:104
Eric Sandeen032eafe2012-07-28 17:48:36 -04003979#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003980msgid ""
3981" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
3982"[ dest_fs ]\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003983msgstr ""
3984
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003985#: misc/e2image.c:169 misc/e2image.c:576 misc/e2image.c:582
3986#: misc/e2image.c:1178
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003987msgid "while allocating buffer"
Benno Schulenberg02696b82014-07-09 23:13:30 -04003988msgstr "mientras se reservaba un búfer"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003989
3990#: misc/e2image.c:174
3991#, fuzzy, c-format
3992msgid "Writing block %llu\n"
3993msgstr "Revisando los bloques del %lu al %lu\n"
3994
3995#: misc/e2image.c:188
3996#, fuzzy, c-format
3997msgid "error writing block %llu"
3998msgstr "Error al escribir el bloque %lu (%s). "
3999
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004000#: misc/e2image.c:191
4001msgid "error in generic_write()"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004002msgstr ""
4003
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004004#: misc/e2image.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04004005msgid "Error: header size is bigger than wrt_size\n"
4006msgstr ""
4007
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004008#: misc/e2image.c:213
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004009msgid "Couldn't allocate header buffer\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004010msgstr "No se puede reservar el búfer del encabezado\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004011
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004012#: misc/e2image.c:241
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004013msgid "while writing superblock"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004014msgstr "mientras se escribía el superbloque"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004015
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004016#: misc/e2image.c:250
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004017msgid "while writing inode table"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004018msgstr "mientras se escribía la tabla de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004019
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004020#: misc/e2image.c:258
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004021msgid "while writing block bitmap"
Benno Schulenberg02696b82014-07-09 23:13:30 -04004022msgstr "mientras se escribía el mapa de bits de bloques"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004023
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004024#: misc/e2image.c:266
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004025msgid "while writing inode bitmap"
Benno Schulenberg02696b82014-07-09 23:13:30 -04004026msgstr "mientras se escribía el mapa de bits de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004027
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004028#: misc/e2image.c:502
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004029#, fuzzy, c-format
4030msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4031msgstr "El bloque del directorio %u (#%d) está vacío en el nodo-i %u\n"
4032
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004033#: misc/e2image.c:514
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004034#, fuzzy, c-format
4035msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4036msgstr "El bloque del directorio %u (#%d) está vacío en el nodo-i %u\n"
4037
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004038#: misc/e2image.c:555
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004039#, fuzzy, c-format
4040msgid "%llu / %llu blocks (%d%%)"
4041msgstr "%8d bloque usado (%d%%)\n"
4042
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004043#: misc/e2image.c:586 misc/e2image.c:626
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004044msgid "Copying "
4045msgstr ""
4046
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004047#: misc/e2image.c:623
4048msgid ""
4049"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004050msgstr ""
4051
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004052#: misc/e2image.c:649
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004053#, c-format
4054msgid " %s remaining at %.2f MB/s"
4055msgstr ""
4056
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004057#: misc/e2image.c:661 misc/e2image.c:1188
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004058#, fuzzy, c-format
4059msgid "error reading block %llu"
4060msgstr "Error al leer el bloque %lu (%s). "
4061
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004062#: misc/e2image.c:715
4063#, fuzzy, c-format
4064msgid "Copied %llu / %llu blocks (%d%%) in %s "
4065msgstr "%8d bloque usado (%d%%)\n"
4066
4067#: misc/e2image.c:719
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004068#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004069msgid "at %.2f MB/s"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004070msgstr ""
4071
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004072#: misc/e2image.c:755
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004073#, fuzzy
4074msgid "while allocating l1 table"
4075msgstr "mientras se reservaban los búferes"
4076
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004077#: misc/e2image.c:800
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004078#, fuzzy
4079msgid "while allocating l2 cache"
4080msgstr "mientras se reservaban los búferes"
4081
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004082#: misc/e2image.c:823
4083msgid ""
4084"Warning: There are still tables in the cache while putting the cache, data "
4085"will be lost so the image may not be valid.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004086msgstr ""
4087
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004088#: misc/e2image.c:1145
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004089#, fuzzy
4090msgid "while allocating ext2_qcow2_image"
4091msgstr "mientras se llamaba a ext2fs_block_iterate"
4092
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004093#: misc/e2image.c:1152
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004094#, fuzzy
4095msgid "while initializing ext2_qcow2_image"
4096msgstr "mientras se llamaba a ext2fs_block_iterate"
4097
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004098#: misc/e2image.c:1211 misc/e2image.c:1229
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004099msgid "Programming error: multiple sequential refcount blocks created!\n"
4100msgstr ""
4101
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004102#: misc/e2image.c:1269
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004103msgid "while allocating block bitmap"
Benno Schulenberg02696b82014-07-09 23:13:30 -04004104msgstr "mientras se reservaba el mapa de bits de bloques"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004105
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004106#: misc/e2image.c:1278
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004107#, fuzzy
4108msgid "while allocating scramble block bitmap"
Benno Schulenberg02696b82014-07-09 23:13:30 -04004109msgstr "mientras se reservaba el mapa de bits de bloques"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004110
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004111#: misc/e2image.c:1285
4112#, fuzzy
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004113msgid "Scanning inodes...\n"
4114msgstr "Revisando la tabla de nodos-i"
4115
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004116#: misc/e2image.c:1297
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004117#, fuzzy
4118msgid "Can't allocate block buffer"
4119msgstr "No se puede reservar el bloque del búfer (tamaño=%d)\n"
4120
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004121#: misc/e2image.c:1336 misc/e2image.c:1350
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004122#, fuzzy, c-format
4123msgid "while iterating over inode %u"
4124msgstr "mientras se obtenía el nodo-i siguiente"
4125
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004126#: misc/e2image.c:1381
4127msgid "Raw and qcow2 images cannot be installed"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004128msgstr ""
4129
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004130#: misc/e2image.c:1403
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004131#, fuzzy
4132msgid "error reading bitmaps"
4133msgstr "mientras se leían los mapas de bits"
4134
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004135#: misc/e2image.c:1415
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004136#, fuzzy
4137msgid "while opening device file"
4138msgstr "mientras se iniciaba la exploración de los nodos-i"
4139
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004140#: misc/e2image.c:1426
4141#, fuzzy
4142msgid "while restoring the image table"
4143msgstr "mientras se escribía la tabla de nodos-i"
4144
4145#: misc/e2image.c:1523
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004146msgid "-a option can only be used with raw or QCOW2 images."
4147msgstr ""
4148
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004149#: misc/e2image.c:1529
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004150msgid "Offsets are only allowed with raw images."
4151msgstr ""
4152
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004153#: misc/e2image.c:1534
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004154msgid "Move mode is only allowed with raw images."
4155msgstr ""
4156
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004157#: misc/e2image.c:1539
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004158msgid "Move mode requires all data mode."
4159msgstr ""
4160
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004161#: misc/e2image.c:1549
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004162#, fuzzy
4163msgid "checking if mounted"
4164msgstr " (comprobación después de %ld montajes)"
4165
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004166#: misc/e2image.c:1556
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004167msgid ""
4168"\n"
4169"Running e2image on a R/W mounted filesystem can result in an\n"
4170"inconsistent image which will not be useful for debugging purposes.\n"
4171"Use -f option if you really want to do that.\n"
4172msgstr ""
4173
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004174#: misc/e2image.c:1608
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004175msgid "QCOW2 image can not be written to the stdout!\n"
4176msgstr ""
4177
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004178#: misc/e2image.c:1614
4179msgid "Can not stat output\n"
4180msgstr ""
4181
4182#: misc/e2image.c:1624
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004183#, c-format
4184msgid "Image (%s) is compressed\n"
4185msgstr ""
4186
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004187#: misc/e2image.c:1627
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004188#, c-format
4189msgid "Image (%s) is encrypted\n"
4190msgstr ""
4191
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004192#: misc/e2image.c:1630
Eric Sandeen032eafe2012-07-28 17:48:36 -04004193#, c-format
4194msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4195msgstr ""
4196
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004197#: misc/e2image.c:1639
4198#, fuzzy
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004199msgid "The -c option only supported in raw mode\n"
4200msgstr "La opción -t no está implementada en esta versión de e2fsck.\n"
4201
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004202#: misc/e2image.c:1644
4203#, fuzzy
4204msgid "The -c option not supported when writing to stdout\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004205msgstr "La opción -t no está implementada en esta versión de e2fsck.\n"
4206
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004207#: misc/e2image.c:1651
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004208#, fuzzy
4209msgid "while allocating check_buf"
4210msgstr "mientras se reservaban los búferes"
4211
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004212#: misc/e2image.c:1657
4213#, fuzzy
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004214msgid "The -p option only supported in raw mode\n"
4215msgstr "La opción -t no está implementada en esta versión de e2fsck.\n"
4216
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004217#: misc/e2image.c:1667
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004218#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004219msgid "%d blocks already contained the data to be copied\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004220msgstr ""
4221
Eric Sandeen032eafe2012-07-28 17:48:36 -04004222#: misc/e2label.c:58
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004223#, c-format
4224msgid "e2label: cannot open %s\n"
4225msgstr "e2label: no se puede abrir %s\n"
4226
Eric Sandeen032eafe2012-07-28 17:48:36 -04004227#: misc/e2label.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004228#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004229msgid "e2label: cannot seek to superblock\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004230msgstr "e2label: no se puede buscar al superbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004231
Eric Sandeen032eafe2012-07-28 17:48:36 -04004232#: misc/e2label.c:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004233#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004234msgid "e2label: error reading superblock\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004235msgstr "e2label: error leyendo el superbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004236
Eric Sandeen032eafe2012-07-28 17:48:36 -04004237#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004238#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004239msgid "e2label: not an ext2 filesystem\n"
4240msgstr "e2label: no es un sistema de ficheros ext2\n"
4241
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004242#: misc/e2label.c:97 misc/tune2fs.c:2126
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004243#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004244msgid "Warning: label too long, truncating.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004245msgstr "Atención: la etiqueta es muy larga, se trunca.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004246
Eric Sandeen032eafe2012-07-28 17:48:36 -04004247#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004248#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004249msgid "e2label: cannot seek to superblock again\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004250msgstr "e2label: de nuevo, no se puede encontrar al superbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004251
Eric Sandeen032eafe2012-07-28 17:48:36 -04004252#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004253#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004254msgid "e2label: error writing superblock\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004255msgstr "e2label: error al escribir el superbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004256
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004257#: misc/e2label.c:117 misc/tune2fs.c:838
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004258#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004259msgid "Usage: e2label device [newlabel]\n"
4260msgstr "Modo de empleo: e2label dispositivo [nuevabandera]\n"
4261
Eric Sandeen032eafe2012-07-28 17:48:36 -04004262#: misc/e2undo.c:36
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004263#, c-format
4264msgid "Usage: %s <transaction file> <filesystem>\n"
4265msgstr ""
4266
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004267#: misc/e2undo.c:52
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004268#, fuzzy
4269msgid "Failed to read the file system data \n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004270msgstr "mientras se intentaba reservar las tablas del sistema de ficheros"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004271
Eric Sandeen032eafe2012-07-28 17:48:36 -04004272#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004273#, c-format
4274msgid "Failed tdb_fetch %s\n"
4275msgstr ""
4276
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004277#: misc/e2undo.c:70
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004278#, c-format
4279msgid "The file system Mount time didn't match %u\n"
4280msgstr ""
4281
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004282#: misc/e2undo.c:89
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004283msgid "The file system UUID didn't match \n"
4284msgstr ""
4285
Eric Sandeen032eafe2012-07-28 17:48:36 -04004286#: misc/e2undo.c:163
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004287#, fuzzy, c-format
4288msgid "Failed tdb_open %s\n"
4289msgstr "mientras se abría %s"
4290
Eric Sandeen032eafe2012-07-28 17:48:36 -04004291#: misc/e2undo.c:169
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004292#, fuzzy, c-format
4293msgid "Error while determining whether %s is mounted.\n"
4294msgstr "mientras se determinaba si %s está montado."
4295
Eric Sandeen032eafe2012-07-28 17:48:36 -04004296#: misc/e2undo.c:175
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004297msgid "e2undo should only be run on unmounted file system\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004298msgstr ""
4299
Eric Sandeen032eafe2012-07-28 17:48:36 -04004300#: misc/e2undo.c:184
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004301#, fuzzy, c-format
4302msgid "Failed to open %s\n"
4303msgstr "mientras se intentaba abrir %s"
4304
Eric Sandeen032eafe2012-07-28 17:48:36 -04004305#: misc/e2undo.c:210
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004306#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004307msgid "Replayed transaction of size %zd at location %llu\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004308msgstr ""
4309
Eric Sandeen032eafe2012-07-28 17:48:36 -04004310#: misc/e2undo.c:216
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004311#, c-format
4312msgid "Failed write %s\n"
4313msgstr ""
4314
Eric Sandeen032eafe2012-07-28 17:48:36 -04004315#: misc/fsck.c:343
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004316#, c-format
4317msgid "WARNING: couldn't open %s: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004318msgstr "ATENCIÓN: no se puede abrir %s: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004319
Eric Sandeen032eafe2012-07-28 17:48:36 -04004320#: misc/fsck.c:353
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004321#, c-format
4322msgid "WARNING: bad format on line %d of %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004323msgstr "ATENCIÓN: formato incorrecto en la línea %d de %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004324
Eric Sandeen032eafe2012-07-28 17:48:36 -04004325#: misc/fsck.c:370
4326#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004327msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004328"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004329"\tfield. I will kludge around things for you, but you\n"
4330"\tshould fix your /etc/fstab file as soon as you can.\n"
4331"\n"
4332msgstr ""
Benno Schulenberg02696b82014-07-09 23:13:30 -04004333"ATENCIÓN: El /etc/fstab no contiene el campo passno fsck.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004334"Se intentará hacer un truco, pero se debería arreglar el \n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004335"fichero /etc/fstab tan pronto como sea posible.\n"
4336"\n"
4337
Eric Sandeen032eafe2012-07-28 17:48:36 -04004338#: misc/fsck.c:478
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004339#, c-format
4340msgid "fsck: %s: not found\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004341msgstr "fsck: %s: no se encontró\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004342
Eric Sandeen032eafe2012-07-28 17:48:36 -04004343#: misc/fsck.c:594
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004344#, c-format
4345msgid "%s: wait: No more child process?!?\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004346msgstr "%s: espera: ¿¡¿No hay más procesos hijos?!?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004347
Eric Sandeen032eafe2012-07-28 17:48:36 -04004348#: misc/fsck.c:616
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004349#, c-format
4350msgid "Warning... %s for device %s exited with signal %d.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004351msgstr "Atención... %s para el dispositivo %s que finalizó con la señal %d.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004352
Eric Sandeen032eafe2012-07-28 17:48:36 -04004353#: misc/fsck.c:622
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004354#, c-format
4355msgid "%s %s: status is %x, should never happen.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004356msgstr "%s %s: el estatus es %x, y nunca debió haber sucedido.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004357
Eric Sandeen032eafe2012-07-28 17:48:36 -04004358#: misc/fsck.c:661
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004359#, c-format
4360msgid "Finished with %s (exit status %d)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004361msgstr "Se finaliza con %s (estado de salida %d)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004362
Eric Sandeen032eafe2012-07-28 17:48:36 -04004363#: misc/fsck.c:721
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004364#, c-format
4365msgid "%s: Error %d while executing fsck.%s for %s\n"
4366msgstr "%s: Error %d mientras se ejecutaba fsck. %s para %s\n"
4367
Eric Sandeen032eafe2012-07-28 17:48:36 -04004368#: misc/fsck.c:742
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004369msgid ""
4370"Either all or none of the filesystem types passed to -t must be prefixed\n"
4371"with 'no' or '!'.\n"
4372msgstr ""
4373"Puede ser que todos o ninguno de los tipos de sistemas de ficheros que se \n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004374"pasaron con -t deban estar con el prefijo 'no' o '!0.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004375
Eric Sandeen032eafe2012-07-28 17:48:36 -04004376#: misc/fsck.c:761
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004377msgid "Couldn't allocate memory for filesystem types\n"
4378msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
4379
Eric Sandeen032eafe2012-07-28 17:48:36 -04004380#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004381#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004382msgid ""
4383"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4384"number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004385msgstr ""
4386
Eric Sandeen032eafe2012-07-28 17:48:36 -04004387#: misc/fsck.c:911
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004388#, c-format
4389msgid "fsck: cannot check %s: fsck.%s not found\n"
4390msgstr "fsck: no se puede verificar %s: fsck.%s no se encuentra\n"
4391
Eric Sandeen032eafe2012-07-28 17:48:36 -04004392#: misc/fsck.c:967
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004393msgid "Checking all file systems.\n"
4394msgstr "Revisando todos los sistemas de ficheros.\n"
4395
Eric Sandeen032eafe2012-07-28 17:48:36 -04004396#: misc/fsck.c:1058
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004397#, c-format
4398msgid "--waiting-- (pass %d)\n"
4399msgstr "--esperando-- (paso %d)\n"
4400
Eric Sandeen032eafe2012-07-28 17:48:36 -04004401#: misc/fsck.c:1078
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004402msgid ""
4403"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004404msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004405"Modo de empleo: fsck [-AMNPRTV] [ -C [ fd ] ] [-t tipo_de_sf]\n"
4406" [opciones_de_sf] [sistema_de_ficheros ...]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004407
Eric Sandeen032eafe2012-07-28 17:48:36 -04004408#: misc/fsck.c:1120
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004409#, c-format
4410msgid "%s: too many devices\n"
4411msgstr "%s: demasiados dispositivos\n"
4412
Eric Sandeen032eafe2012-07-28 17:48:36 -04004413#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004414#, c-format
4415msgid "%s: too many arguments\n"
4416msgstr "%s: demasiados argumentos\n"
4417
Eric Sandeen032eafe2012-07-28 17:48:36 -04004418#: misc/lsattr.c:74
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004419#, c-format
4420msgid "Usage: %s [-RVadlv] [files...]\n"
4421msgstr "Modo de empleo: %s [-RVadlv] [ficheros...]\n"
4422
Eric Sandeen032eafe2012-07-28 17:48:36 -04004423#: misc/lsattr.c:84
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004424#, c-format
4425msgid "While reading flags on %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004426msgstr "Mientras se leían las banderas en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004427
Eric Sandeen032eafe2012-07-28 17:48:36 -04004428#: misc/lsattr.c:91
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004429#, c-format
4430msgid "While reading version on %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004431msgstr "Mientras se leía la versión en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004432
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004433#: misc/mke2fs.c:123
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004434#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004435msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004436"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004437"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004438"\t[-G flex-group-size] [-N number-of-inodes]\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004439"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004440"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004441"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004442"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
4443"count]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004444msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004445"Modo de empleo: %s [-c|-l nombre-del-fichero] [-b tamaño-del-bloque]\n"
4446"\t[-f tamaño-del-fragmento] [-i bytes-por-nodo-i] [-I tamaño-del-nodo-i]\n"
4447"\t[-J opciones-de-fichero-de-transacciones] [-N número-de-nodos-i]\n"
4448"\t[-m porcentaje-de-bloques-reservados] [-o SO-creador]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004449"\t[-g bloques-por-grupo] [-L etiqueta-de-volumen]\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004450"\t[-M último-directorio-montado] [-O característica[,...]]\n"
4451"\t[-r revisión-del-sf] [-E opción-extendida{,...]]\n"
4452"\t[-T tipo-del-sf] [-jnqvFSV] dispositivo [cuenta-de-bloques]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004453
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004454#: misc/mke2fs.c:252
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004455#, c-format
4456msgid "Running command: %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004457msgstr "Ejecutando orden: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004458
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004459#: misc/mke2fs.c:256
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004460#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004461msgid "while trying to run '%s'"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004462msgstr "mientras se intentaba ejecutar '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004463
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004464#: misc/mke2fs.c:263
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004465msgid "while processing list of bad blocks from program"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004466msgstr "mientras se procesaba la lista de bloques dañados del programa"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004467
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004468#: misc/mke2fs.c:290
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004469#, c-format
4470msgid "Block %d in primary superblock/group descriptor area bad.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004471msgstr ""
4472"El bloque %d en el área del descriptor primario del superbloque/grupo está "
4473"dañado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004474
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004475#: misc/mke2fs.c:292
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004476#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004477msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004478msgstr ""
4479"Los bloques del %u al %u deben estar correctos para poder construir un "
4480"sistema de ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004481
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004482#: misc/mke2fs.c:295
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004483msgid "Aborting....\n"
4484msgstr "Finalizando...\n"
4485
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004486#: misc/mke2fs.c:315
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004487#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004488msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004489"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004490"\tbad blocks.\n"
4491"\n"
4492msgstr ""
Theodore Ts'o9ed8d782014-07-09 23:30:49 -04004493"Atención: los descriptores de respaldo del superbloque/grupo en el bloque "
4494"%u\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004495"\tcontienen bloques dañados.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004496"\n"
4497
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004498#: misc/mke2fs.c:334
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004499msgid "while marking bad blocks as used"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004500msgstr "mientras se marcaban los bloques dañados como utilizados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004501
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004502#: misc/mke2fs.c:386
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004503msgid "Writing inode tables: "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004504msgstr "Escribiendo las tablas de nodos-i: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004505
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004506#: misc/mke2fs.c:407
Eric Sandeen032eafe2012-07-28 17:48:36 -04004507#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004508msgid ""
4509"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004510"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004511msgstr ""
4512"\n"
Theodore Ts'o9ed8d782014-07-09 23:30:49 -04004513"No se pueden escribir %d bloques en la tabla de nodos-i al principio de %u: "
4514"%s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004515
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004516#: misc/mke2fs.c:421 misc/mke2fs.c:2477 misc/mke2fs.c:2762
Eric Sandeen032eafe2012-07-28 17:48:36 -04004517msgid "done \n"
4518msgstr "hecho \n"
4519
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004520#: misc/mke2fs.c:432
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004521msgid "while creating root dir"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004522msgstr "mientras se creaba el directorio raíz"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004523
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004524#: misc/mke2fs.c:439
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004525msgid "while reading root inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004526msgstr "mientras se leía el nodo-i raíz"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004527
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004528#: misc/mke2fs.c:451
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004529msgid "while setting root inode ownership"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004530msgstr "mientras se ponían los permisos del dueño del nodo-i raíz"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004531
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004532#: misc/mke2fs.c:469
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004533msgid "while creating /lost+found"
4534msgstr "mientras se creaba /lost+found"
4535
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004536#: misc/mke2fs.c:476
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004537msgid "while looking up /lost+found"
4538msgstr "mientras se revisaba /lost+found"
4539
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004540#: misc/mke2fs.c:489
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004541msgid "while expanding /lost+found"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004542msgstr "mientras se expandía /lost+found"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004543
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004544#: misc/mke2fs.c:504
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004545msgid "while setting bad block inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004546msgstr "mientras se ponía el nodo-i de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004547
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004548#: misc/mke2fs.c:531
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004549#, c-format
4550msgid "Out of memory erasing sectors %d-%d\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004551msgstr "Se agotó la memoria cuando se borraban los sectores %d-%d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004552
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004553#: misc/mke2fs.c:541
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004554#, c-format
4555msgid "Warning: could not read block 0: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004556msgstr "Atención: no se puede leer el bloque 0: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004557
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004558#: misc/mke2fs.c:557
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004559#, c-format
4560msgid "Warning: could not erase sector %d: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004561msgstr "Atención: no se puede borrar el sector %d: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004562
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004563#: misc/mke2fs.c:573
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004564msgid "while initializing journal superblock"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004565msgstr "mientras se inicializaba el superbloque del fichero de transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004566
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004567#: misc/mke2fs.c:581
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004568msgid "Zeroing journal device: "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004569msgstr "Se rellena con ceros el dispositivo del fichero de transacciones: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004570
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004571#: misc/mke2fs.c:593
Eric Sandeen032eafe2012-07-28 17:48:36 -04004572#, fuzzy, c-format
4573msgid "while zeroing journal device (block %llu, count %d)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004574msgstr ""
4575"mientras se inicializaba con ceros el fichero de transacciones del "
4576"dispositivo (bloque %u, cuenta %d)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004577
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004578#: misc/mke2fs.c:611
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004579msgid "while writing journal superblock"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004580msgstr "mientras se escribía el superbloque del fichero de transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004581
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004582#: misc/mke2fs.c:626
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004583#, fuzzy, c-format
4584msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
4585msgstr ""
4586"El sistema de ficheros en %s tiene ahora %u bloques.\n"
4587"\n"
4588
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004589#: misc/mke2fs.c:634
Eric Sandeen032eafe2012-07-28 17:48:36 -04004590#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004591msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004592"warning: %llu blocks unused.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004593"\n"
4594msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004595"Atención: hay %u bloques sin usar.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004596"\n"
4597
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004598#: misc/mke2fs.c:639
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004599#, c-format
4600msgid "Filesystem label=%s\n"
4601msgstr "Etiqueta del sistema de ficheros=%s\n"
4602
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004603#: misc/mke2fs.c:642
Eric Sandeen032eafe2012-07-28 17:48:36 -04004604#, fuzzy, c-format
4605msgid "OS type: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004606msgstr "Tipo de SO: "
4607
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004608#: misc/mke2fs.c:644
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004609#, c-format
4610msgid "Block size=%u (log=%u)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004611msgstr "Tamaño del bloque=%u (bitácora=%u)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004612
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004613#: misc/mke2fs.c:648
Eric Sandeen032eafe2012-07-28 17:48:36 -04004614#, fuzzy, c-format
4615msgid "Cluster size=%u (log=%u)\n"
4616msgstr "Tamaño del bloque=%u (bitácora=%u)\n"
4617
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004618#: misc/mke2fs.c:652
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004619#, c-format
4620msgid "Fragment size=%u (log=%u)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004621msgstr "Tamaño del fragmento=%u (bitácora=%u)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004622
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004623#: misc/mke2fs.c:654
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004624#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004625msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4626msgstr ""
4627
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004628#: misc/mke2fs.c:656
Eric Sandeen032eafe2012-07-28 17:48:36 -04004629#, fuzzy, c-format
4630msgid "%u inodes, %llu blocks\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004631msgstr "%u nodos-i, %u bloques\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004632
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004633#: misc/mke2fs.c:658
Eric Sandeen032eafe2012-07-28 17:48:36 -04004634#, fuzzy, c-format
4635msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004636msgstr "%u bloques (%2.2f%%) reservados para el superusuario\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004637
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004638#: misc/mke2fs.c:661
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004639#, c-format
4640msgid "First data block=%u\n"
4641msgstr "Primer bloque de datos=%u\n"
4642
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004643#: misc/mke2fs.c:663
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004644#, c-format
4645msgid "Root directory owner=%u:%u\n"
4646msgstr ""
4647
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004648#: misc/mke2fs.c:665
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004649#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004650msgid "Maximum filesystem blocks=%lu\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004651msgstr "Número máximo de bloques del sistema de ficheros=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004652
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004653#: misc/mke2fs.c:669
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004654#, c-format
4655msgid "%u block groups\n"
4656msgstr "%u bloque de grupos\n"
4657
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004658#: misc/mke2fs.c:671
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004659#, c-format
4660msgid "%u block group\n"
4661msgstr "%u bloque de grupo\n"
4662
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004663#: misc/mke2fs.c:674
Eric Sandeen032eafe2012-07-28 17:48:36 -04004664#, fuzzy, c-format
4665msgid "%u blocks per group, %u clusters per group\n"
4666msgstr "%u bloques por grupo, %u fragmentos por grupo\n"
4667
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004668#: misc/mke2fs.c:677
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004669#, c-format
4670msgid "%u blocks per group, %u fragments per group\n"
4671msgstr "%u bloques por grupo, %u fragmentos por grupo\n"
4672
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004673#: misc/mke2fs.c:679
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004674#, c-format
4675msgid "%u inodes per group\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004676msgstr "%u nodos-i por grupo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004677
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004678#: misc/mke2fs.c:688
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004679#, fuzzy, c-format
4680msgid "Filesystem UUID: %s\n"
4681msgstr "Etiqueta del sistema de ficheros=%s\n"
4682
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004683#: misc/mke2fs.c:689
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004684msgid "Superblock backups stored on blocks: "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004685msgstr "Respaldo del superbloque guardado en los bloques: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004686
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004687#: misc/mke2fs.c:766
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004688#, c-format
4689msgid "%s requires '-O 64bit'\n"
4690msgstr ""
4691
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004692#: misc/mke2fs.c:772
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004693#, c-format
4694msgid "'%s' must be before 'resize=%u'\n"
4695msgstr ""
4696
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004697#: misc/mke2fs.c:785
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004698#, fuzzy, c-format
4699msgid "Invalid desc_size: '%s'\n"
4700msgstr "tamaño de los nodos-i inválido - %s"
4701
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004702#: misc/mke2fs.c:798
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004703#, fuzzy, c-format
4704msgid "Invalid offset: %s\n"
4705msgstr "tamaño de los nodos-i inválido - %s"
4706
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004707#: misc/mke2fs.c:812 misc/tune2fs.c:1206
Eric Sandeen032eafe2012-07-28 17:48:36 -04004708#, fuzzy, c-format
4709msgid "Invalid mmp_update_interval: %s\n"
4710msgstr "patrón_de_prueba no válido: %s\n"
4711
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004712#: misc/mke2fs.c:826
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004713#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004714msgid "Invalid # of backup superblocks: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004715msgstr "Parámetro de superbloque no válido: %s\n"
4716
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004717#: misc/mke2fs.c:848
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004718#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004719msgid "Invalid stride parameter: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004720msgstr "Tamaño de zancada no válido: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004721
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004722#: misc/mke2fs.c:863
Theodore Ts'o8f741372008-02-28 21:47:05 -05004723#, fuzzy, c-format
4724msgid "Invalid stripe-width parameter: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004725msgstr "Parámetro de zancada no válido: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004726
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004727#: misc/mke2fs.c:886
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004728#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004729msgid "Invalid resize parameter: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004730msgstr "Parámetro de variación de tamaño no válido: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004731
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004732#: misc/mke2fs.c:893
Theodore Ts'obc759702005-05-09 20:40:55 -04004733msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004734msgstr ""
4735"El máximo de la variación de tamaño debe ser mayor que el tamaño del sistema "
4736"de ficheros.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004737
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004738#: misc/mke2fs.c:917
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004739msgid "On-line resizing not supported with revision 0 filesystems\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004740msgstr ""
4741"El cambio de tamaño en línea no está soportado con sistemas de archivos de "
4742"revisión 0\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004743
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004744#: misc/mke2fs.c:944 misc/mke2fs.c:953
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004745#, fuzzy, c-format
4746msgid "Invalid root_owner: '%s'\n"
4747msgstr "Se puso una opción de montaje no válida: %s\n"
4748
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004749#: misc/mke2fs.c:978
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004750#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004751msgid "Invalid quotatype parameter: %s\n"
4752msgstr "Tamaño de zancada no válido: %s\n"
4753
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004754#: misc/mke2fs.c:989
Eric Sandeen032eafe2012-07-28 17:48:36 -04004755#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004756msgid ""
4757"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004758"Bad option(s) specified: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004759"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004760"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004761"\tis set off by an equals ('=') sign.\n"
4762"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004763"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004764"\tmmp_update_interval=<interval>\n"
4765"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004766"\tstride=<RAID per-disk data chunk in blocks>\n"
4767"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004768"\toffset=<offset to create the file system>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004769"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004770"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004771"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004772"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004773"\troot_uid=<uid of root directory>\n"
4774"\troot_gid=<gid of root directory>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004775"\ttest_fs\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004776"\tdiscard\n"
4777"\tnodiscard\n"
4778"\tquotatype=<usr OR grp>\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004779"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004780msgstr ""
4781"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004782"Las opciones especificadas son incorrectas: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004783"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004784"Opciones extendidas deben estar separadas por comas, y pueden tomar un\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004785"\targumento que se ajusta con un signo de igual ('=').\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004786"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004787"Las opciones extendidas válidas son:\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004788"\tstride=<longitud de la zancada en bloques>\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004789"\tstripe-width=<RAID stride * data disks in blocks>\n"
4790"\tresize=<máximo de variación de tamaño en bloques>\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004791"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004792"\ttest_fs\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004793
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004794#: misc/mke2fs.c:1015
Theodore Ts'o8f741372008-02-28 21:47:05 -05004795#, c-format
4796msgid ""
4797"\n"
4798"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4799"\n"
4800msgstr ""
4801
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004802#: misc/mke2fs.c:1055
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004803#, c-format
4804msgid ""
4805"Syntax error in mke2fs config file (%s, line #%d)\n"
4806"\t%s\n"
4807msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004808"Error de sintaxis en el fichero de configuración de mke2fs (%s, línea #%d)\n"
4809"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004810
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004811#: misc/mke2fs.c:1068 misc/tune2fs.c:416
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004812#, c-format
4813msgid "Invalid filesystem option set: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004814msgstr "Se puso una opción no válida para el sistema de ficheros: %s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004815
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004816#: misc/mke2fs.c:1080 misc/tune2fs.c:357
Eric Sandeen032eafe2012-07-28 17:48:36 -04004817#, c-format
4818msgid "Invalid mount option set: %s\n"
4819msgstr "Se puso una opción de montaje no válida: %s\n"
4820
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004821#: misc/mke2fs.c:1220
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004822#, c-format
4823msgid ""
4824"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004825"Your mke2fs.conf file does not define the %s filesystem type.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004826msgstr ""
4827
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004828#: misc/mke2fs.c:1224
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004829msgid ""
4830"You probably need to install an updated mke2fs.conf file.\n"
4831"\n"
4832msgstr ""
4833
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004834#: misc/mke2fs.c:1228
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004835#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04004836msgid "Aborting...\n"
4837msgstr "Finalizando...\n"
4838
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004839#: misc/mke2fs.c:1269
Eric Sandeen032eafe2012-07-28 17:48:36 -04004840#, c-format
4841msgid ""
4842"\n"
4843"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4844"\n"
4845msgstr ""
4846
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004847#: misc/mke2fs.c:1449
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004848#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04004849msgid "Couldn't allocate memory for new PATH.\n"
4850msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
4851
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004852#: misc/mke2fs.c:1490
Eric Sandeen032eafe2012-07-28 17:48:36 -04004853#, c-format
4854msgid "Couldn't init profile successfully (error: %ld).\n"
4855msgstr ""
4856
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004857#: misc/mke2fs.c:1523
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004858#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004859msgid "invalid block size - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004860msgstr "tamaño del bloque inválido - %s"
Theodore Ts'obc759702005-05-09 20:40:55 -04004861
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004862#: misc/mke2fs.c:1527
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004863#, c-format
4864msgid "Warning: blocksize %d not usable on most systems.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004865msgstr ""
4866"Atención: el tamaño del bloque %d no se puede utilizar en muchos sistemas.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004867
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004868#: misc/mke2fs.c:1543
Eric Sandeen032eafe2012-07-28 17:48:36 -04004869#, fuzzy, c-format
4870msgid "invalid cluster size - %s"
4871msgstr "tamaño del bloque inválido - %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004872
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004873#: misc/mke2fs.c:1553
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004874msgid "'-R' is deprecated, use '-E' instead"
4875msgstr ""
4876
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004877#: misc/mke2fs.c:1565
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004878msgid "Illegal number for blocks per group"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004879msgstr "Número ilegal de bloques por grupo"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004880
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004881#: misc/mke2fs.c:1570
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004882msgid "blocks per group must be multiple of 8"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004883msgstr "los bloques por grupo deben ser un múltiplo de 8"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004884
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004885#: misc/mke2fs.c:1578
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004886#, fuzzy
4887msgid "Illegal number for flex_bg size"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004888msgstr "Número ilegal de bloques por grupo"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004889
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004890#: misc/mke2fs.c:1584
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004891msgid "flex_bg size must be a power of 2"
4892msgstr ""
4893
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004894#: misc/mke2fs.c:1589
4895#, fuzzy, c-format
4896msgid "flex_bg size (%lu) must be less than or equal to 2^31"
4897msgstr "los nodos-i (%llu) deben ser menos de %u"
4898
4899#: misc/mke2fs.c:1600
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004900#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004901msgid "invalid inode ratio %s (min %d/max %d)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004902msgstr "proporción de nodos-i inválida %s (min %d/max %d)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004903
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004904#: misc/mke2fs.c:1610
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004905#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004906msgid "invalid inode size - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004907msgstr "tamaño de los nodos-i inválido - %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004908
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004909#: misc/mke2fs.c:1623
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004910msgid ""
4911"Warning: -K option is deprecated and should not be used anymore. Use '-E "
4912"nodiscard' extended option instead!\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004913msgstr ""
4914
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004915#: misc/mke2fs.c:1634
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004916msgid "in malloc for bad_blocks_filename"
4917msgstr "en malloc para fichero_de_bloques_dañados"
4918
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004919#: misc/mke2fs.c:1647
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004920#, c-format
4921msgid "invalid reserved blocks percent - %s"
4922msgstr "el porcentaje de bloques reservados es inválido - %s"
4923
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004924#: misc/mke2fs.c:1662
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004925#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004926msgid "bad num inodes - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004927msgstr "número de los nodos-i inválido - %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004928
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004929#: misc/mke2fs.c:1679
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004930#, c-format
4931msgid "bad revision level - %s"
4932msgstr "nivel de revisión incorrecto - %s"
4933
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004934#: misc/mke2fs.c:1684
4935#, fuzzy, c-format
4936msgid "while trying to create revision %d"
4937msgstr ""
4938"\n"
4939"\tmientras se intentaba crear el fichero de transacciones"
4940
4941#: misc/mke2fs.c:1698
Eric Sandeen032eafe2012-07-28 17:48:36 -04004942#, fuzzy
4943msgid "The -t option may only be used once"
4944msgstr "-o solo podría ser especificado una vez"
4945
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004946#: misc/mke2fs.c:1706
Eric Sandeen032eafe2012-07-28 17:48:36 -04004947#, fuzzy
4948msgid "The -T option may only be used once"
4949msgstr "-o solo podría ser especificado una vez"
4950
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004951#: misc/mke2fs.c:1759 misc/mke2fs.c:2843
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004952#, c-format
4953msgid "while trying to open journal device %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004954msgstr ""
4955"mientras se intentaba abrir el fichero de transacciones del dispositivo %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004956
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004957#: misc/mke2fs.c:1765
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004958#, c-format
4959msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4960msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004961"El tamaño del bloque del dispositivo del fichero de transacciones (%d) es\n"
4962"menor que el tamaño del bloque mínimo %d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004963
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004964#: misc/mke2fs.c:1771
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004965#, fuzzy, c-format
4966msgid "Using journal device's blocksize: %d\n"
4967msgstr "Añadiendo el fichero de transacciones al dispositivo %s: "
4968
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004969# The specified number of blocks is invalid.
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004970#: misc/mke2fs.c:1782
Eric Sandeen032eafe2012-07-28 17:48:36 -04004971#, fuzzy, c-format
4972msgid "invalid blocks '%s' on device '%s'"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004973msgstr "cuenta de bloques no válida - %s"
4974
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004975#: misc/mke2fs.c:1802
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004976msgid "filesystem"
4977msgstr "sistema de ficheros"
4978
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004979#: misc/mke2fs.c:1815 resize/main.c:372
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004980msgid "while trying to determine filesystem size"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004981msgstr "mientras se intentaba determinar el tamaño del sistema de ficheros"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004982
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004983#: misc/mke2fs.c:1821
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004984msgid ""
4985"Couldn't determine device size; you must specify\n"
4986"the size of the filesystem\n"
4987msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004988"No se puede determinar el tamaño del dispositivo; se deberá especificar\n"
4989"explícitamente el tamaño del sistema de ficheros\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004990
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004991#: misc/mke2fs.c:1828
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004992msgid ""
4993"Device size reported to be zero. Invalid partition specified, or\n"
4994"\tpartition table wasn't reread after running fdisk, due to\n"
4995"\ta modified partition being busy and in use. You may need to reboot\n"
4996"\tto re-read your partition table.\n"
4997msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004998"Se informó que el tamaño del disposivo es cero. Es posible que se haya\n"
4999"\tespecificado una partición no válida o que la tabla de particiones\n"
5000"\tno haya sido releída después de ejecutar fdisk debido a que una \n"
5001"\tpartición modificada está ocupada o en uso. Es necesario reiniciar\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005002"\tpara poder releer la tabla de particiones.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005003
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005004#: misc/mke2fs.c:1845
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005005msgid "Filesystem larger than apparent device size."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005006msgstr ""
5007"El sistema de ficheros es más grande que el tamaño aparente del dispositivo."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005008
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005009#: misc/mke2fs.c:1865
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005010msgid "Failed to parse fs types list\n"
5011msgstr ""
5012
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005013#: misc/mke2fs.c:1906
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005014msgid "while trying to determine hardware sector size"
5015msgstr "mientras se intentaba determinar el tamaño del sector por hardware"
5016
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005017#: misc/mke2fs.c:1912
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005018#, fuzzy
5019msgid "while trying to determine physical sector size"
5020msgstr "mientras se intentaba determinar el tamaño del sector por hardware"
5021
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005022#: misc/mke2fs.c:1944
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005023#, fuzzy
5024msgid "while setting blocksize; too small for device\n"
5025msgstr "mientras se reservaban los bloques para el cambio de tamaño en línea"
5026
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005027#: misc/mke2fs.c:1949
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005028#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005029msgid ""
5030"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005031msgstr ""
5032
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005033#: misc/mke2fs.c:1973
Eric Sandeen032eafe2012-07-28 17:48:36 -04005034#, c-format
5035msgid ""
5036"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5037"\tin 32 bits using a blocksize of %d.\n"
5038msgstr ""
5039
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005040#: misc/mke2fs.c:1989
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005041msgid "fs_types for mke2fs.conf resolution: "
5042msgstr ""
5043
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005044#: misc/mke2fs.c:1996
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005045msgid "Filesystem features not supported with revision 0 filesystems\n"
5046msgstr ""
5047
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005048#: misc/mke2fs.c:2004
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005049#, fuzzy
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005050msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005051msgstr ""
5052"el cambio de tamaño en línea de los bloques reservados no está implementado "
5053"para los sistemas de ficheros que no están esparcidos"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005054
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005055#: misc/mke2fs.c:2016
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005056#, fuzzy
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005057msgid "Journals not supported with revision 0 filesystems\n"
5058msgstr ""
5059"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005060"El tamaño del fichero de transacciones es muy grande para el sistema de "
5061"ficheros.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005062
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005063#: misc/mke2fs.c:2030
Eric Sandeen032eafe2012-07-28 17:48:36 -04005064#, fuzzy, c-format
5065msgid "invalid reserved blocks percent - %lf"
5066msgstr "el porcentaje de bloques reservados es inválido - %s"
5067
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005068#: misc/mke2fs.c:2047
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005069msgid ""
5070"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5071"rectify.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005072msgstr ""
5073
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005074#: misc/mke2fs.c:2067
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005075#, fuzzy
5076msgid "The cluster size may not be smaller than the block size.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005077msgstr ""
5078"El máximo de la variación de tamaño debe ser mayor que el tamaño del sistema "
5079"de ficheros.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005080
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005081#: misc/mke2fs.c:2073
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005082msgid "specifying a cluster size requires the bigalloc feature"
5083msgstr ""
5084
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005085#: misc/mke2fs.c:2092
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005086#, c-format
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005087msgid "warning: Unable to get device geometry for %s\n"
5088msgstr ""
5089
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005090#: misc/mke2fs.c:2095
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005091#, c-format
5092msgid "%s alignment is offset by %lu bytes.\n"
5093msgstr ""
5094
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005095#: misc/mke2fs.c:2097
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005096#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005097msgid ""
5098"This may result in very poor performance, (re)-partitioning suggested.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005099msgstr ""
5100
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005101#: misc/mke2fs.c:2118
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005102#, c-format
5103msgid "%d-byte blocks too big for system (max %d)"
5104msgstr "los bloques de %d bytes son muy grandes para el sistema (máx %d)"
5105
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005106#: misc/mke2fs.c:2122
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005107#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005108msgid ""
5109"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005110msgstr ""
5111"Atención: los bloques de %d bytes son muy grandes para el sistema \n"
5112"(máx %d), se hace un esfuerzo para continuar\n"
5113
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005114#: misc/mke2fs.c:2178
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005115msgid "Can't support bigalloc feature without extents feature"
5116msgstr ""
5117
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005118#: misc/mke2fs.c:2185
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005119msgid ""
5120"The resize_inode and meta_bg features are not compatible.\n"
5121"They can not be both enabled simultaneously.\n"
5122msgstr ""
5123
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005124#: misc/mke2fs.c:2194
Eric Sandeen032eafe2012-07-28 17:48:36 -04005125msgid ""
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005126"\n"
5127"Warning: the bigalloc feature is still under development\n"
5128"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5129"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005130msgstr ""
5131
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005132#: misc/mke2fs.c:2205
Theodore Ts'obc759702005-05-09 20:40:55 -04005133msgid "reserved online resize blocks not supported on non-sparse filesystem"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005134msgstr ""
5135"el cambio de tamaño en línea de los bloques reservados no está implementado "
5136"para los sistemas de ficheros que no están esparcidos"
Theodore Ts'obc759702005-05-09 20:40:55 -04005137
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005138#: misc/mke2fs.c:2214
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005139msgid "blocks per group count out of range"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005140msgstr "la cuenta de bloques por grupo está fuera del intervalo"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005141
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005142#: misc/mke2fs.c:2238
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005143msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005144msgstr ""
5145
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005146#: misc/mke2fs.c:2250
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005147#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04005148msgid "invalid inode size %d (min %d/max %d)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005149msgstr "tamaño incorrecto del nodo-i %d (mín %d/máx %d)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005150
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005151#: misc/mke2fs.c:2268
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005152#, c-format
5153msgid "too many inodes (%llu), raise inode ratio?"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005154msgstr "demasiados nodos-i (%llu), ¿aumentar el ratio de los nodos-i?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005155
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005156#: misc/mke2fs.c:2275
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005157#, c-format
5158msgid "too many inodes (%llu), specify < 2^32 inodes"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005159msgstr "demasiados nodos-i (%llu), especifique menos que 2^32 nodos-i"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005160
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005161#: misc/mke2fs.c:2289
Eric Sandeen032eafe2012-07-28 17:48:36 -04005162#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005163msgid ""
5164"inode_size (%u) * inodes_count (%u) too big for a\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005165"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005166"\tor lower inode count (-N).\n"
5167msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005168"tamaño_de_nodos_i (%u) * número_de_nodos_i (%u) es demasiado\n"
5169"grande para un sistema de ficheros con %lu bloques; especifique\n"
5170"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 -04005171
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005172#: misc/mke2fs.c:2416
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005173#, c-format
5174msgid ""
5175"Overwriting existing filesystem; this can be undone using the command:\n"
5176" e2undo %s %s\n"
5177"\n"
5178msgstr ""
5179
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005180#: misc/mke2fs.c:2430
Eric Sandeen032eafe2012-07-28 17:48:36 -04005181#, fuzzy
5182msgid "while trying to setup undo file\n"
5183msgstr ""
5184"\n"
5185"\tmientras intentaba crear el fichero de transacciones"
5186
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005187#: misc/mke2fs.c:2456
Eric Sandeen032eafe2012-07-28 17:48:36 -04005188#, fuzzy
5189msgid "Discarding device blocks: "
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005190msgstr "leyendo bloque de directorio"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005191
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005192#: misc/mke2fs.c:2472
Eric Sandeen032eafe2012-07-28 17:48:36 -04005193msgid "failed - "
5194msgstr ""
5195
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005196#: misc/mke2fs.c:2594
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005197msgid "while setting up superblock"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005198msgstr "mientras se ajustaba el superbloque"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005199
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005200#: misc/mke2fs.c:2610
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005201msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005202msgstr ""
5203
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005204#: misc/mke2fs.c:2698
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005205#, c-format
5206msgid "unknown os - %s"
5207msgstr "sistema operativo desconocido - %s"
5208
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005209#: misc/mke2fs.c:2750
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005210#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005211msgid "Allocating group tables: "
5212msgstr "Escribiendo las tablas de nodos-i: "
5213
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005214#: misc/mke2fs.c:2758
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005215msgid "while trying to allocate filesystem tables"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005216msgstr "mientras se intentaba reservar las tablas del sistema de ficheros"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005217
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005218#: misc/mke2fs.c:2767
Eric Sandeen032eafe2012-07-28 17:48:36 -04005219#, fuzzy
5220msgid ""
5221"\n"
5222"\twhile converting subcluster bitmap"
5223msgstr "mientras se escribía el mapa de bits del bloque"
5224
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005225#: misc/mke2fs.c:2810
Eric Sandeen032eafe2012-07-28 17:48:36 -04005226#, fuzzy, c-format
5227msgid "while zeroing block %llu at end of filesystem"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005228msgstr ""
5229"mientras se inicializaba a cero el bloque %u al final del sistema de ficheros"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005230
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005231#: misc/mke2fs.c:2824
Theodore Ts'obc759702005-05-09 20:40:55 -04005232msgid "while reserving blocks for online resize"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005233msgstr "mientras se reservaban los bloques para el cambio de tamaño en línea"
Theodore Ts'obc759702005-05-09 20:40:55 -04005234
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005235#: misc/mke2fs.c:2836 misc/tune2fs.c:679
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005236msgid "journal"
5237msgstr "fichero de transacciones"
5238
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005239#: misc/mke2fs.c:2848
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005240#, c-format
5241msgid "Adding journal to device %s: "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005242msgstr "Añadiendo el fichero de transacciones al dispositivo %s: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005243
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005244#: misc/mke2fs.c:2855
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005245#, c-format
5246msgid ""
5247"\n"
5248"\twhile trying to add journal to device %s"
5249msgstr ""
5250"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005251"\tmientras se intentaba añadir el fichero de transacciones al dispositivo %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005252
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005253#: misc/mke2fs.c:2860 misc/mke2fs.c:2891 misc/tune2fs.c:708 misc/tune2fs.c:727
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005254msgid "done\n"
5255msgstr "hecho\n"
5256
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005257#: misc/mke2fs.c:2867
Eric Sandeen032eafe2012-07-28 17:48:36 -04005258msgid "Skipping journal creation in super-only mode\n"
5259msgstr ""
5260
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005261#: misc/mke2fs.c:2878
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005262#, fuzzy, c-format
5263msgid "Creating journal (%u blocks): "
5264msgstr "Creando el fichero de transacciones (%d bloques): "
5265
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005266#: misc/mke2fs.c:2887
Eric Sandeen032eafe2012-07-28 17:48:36 -04005267msgid ""
5268"\n"
5269"\twhile trying to create journal"
5270msgstr ""
5271"\n"
5272"\tmientras se intentaba crear el fichero de transacciones"
5273
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005274#: misc/mke2fs.c:2899 misc/tune2fs.c:483
Eric Sandeen032eafe2012-07-28 17:48:36 -04005275msgid ""
5276"\n"
5277"Error while enabling multiple mount protection feature."
5278msgstr ""
5279
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005280#: misc/mke2fs.c:2904
Eric Sandeen032eafe2012-07-28 17:48:36 -04005281#, c-format
5282msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5283msgstr ""
5284
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005285#: misc/mke2fs.c:2921
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005286msgid "Writing superblocks and filesystem accounting information: "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005287msgstr ""
5288"Escribiendo superbloques y la información contable del sistema de ficheros: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005289
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005290#: misc/mke2fs.c:2928
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005291msgid ""
5292"\n"
5293"Warning, had trouble writing out superblocks."
5294msgstr ""
5295"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005296"Atención, se tuvo un problema al escribir los superbloques."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005297
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005298#: misc/mke2fs.c:2930
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005299msgid ""
5300"done\n"
5301"\n"
5302msgstr ""
5303"hecho\n"
5304"\n"
5305
Eric Sandeen032eafe2012-07-28 17:48:36 -04005306#: misc/mklost+found.c:50
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005307msgid "Usage: mklost+found\n"
5308msgstr "Modo de empleo: mklost+found\n"
5309
Eric Sandeen032eafe2012-07-28 17:48:36 -04005310#: misc/partinfo.c:41
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005311#, fuzzy, c-format
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005312msgid ""
5313"Usage: %s device...\n"
5314"\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005315"Prints out the partition information for each given device.\n"
5316"For example: %s /dev/hda\n"
5317"\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005318msgstr ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005319"Modo de empleo: %s <dev1> <dev2> <dev3>\n"
5320"\n"
5321"Este programa muestra la información de la partición para un conjunto de\n"
5322"dispositivos. Una forma común de utilizar este programa es:\n"
5323"\n"
5324"\t%s /dev/hda?\n"
5325"\n"
5326
Eric Sandeen032eafe2012-07-28 17:48:36 -04005327#: misc/partinfo.c:51
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005328#, fuzzy, c-format
5329msgid "Cannot open %s: %s"
5330msgstr "e2label: no se puede abrir %s\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005331
Eric Sandeen032eafe2012-07-28 17:48:36 -04005332#: misc/partinfo.c:57
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005333#, c-format
5334msgid "Cannot get geometry of %s: %s"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005335msgstr ""
5336
Eric Sandeen032eafe2012-07-28 17:48:36 -04005337#: misc/partinfo.c:65
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005338#, c-format
5339msgid "Cannot get size of %s: %s"
5340msgstr ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005341
Eric Sandeen032eafe2012-07-28 17:48:36 -04005342#: misc/partinfo.c:71
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005343#, c-format
5344msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5345msgstr ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005346
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005347#: misc/tune2fs.c:112
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005348msgid "Please run e2fsck on the filesystem.\n"
5349msgstr "Por favor ejecute e2fsck sobre el sistema de ficheros.\n"
5350
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005351#: misc/tune2fs.c:121
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005352#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005353msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04005354"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005355"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005356"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
5357"mmp_update_interval]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005358"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005359"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005360"\t[-Q quota_options]\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005361"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5362"\t[ -I new_inode_size ] device\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005363msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005364"Modo de empleo: %s [-c cuenta-máxima-de-montajes]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005365"\t[-e comportamiento-de-errores] [-g grupo] [-i intervalo[d|m|w]] \n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005366"\t[-j] [-J opciones-del-fichero-de-transacciones]\n"
5367"\t[-l] [-s bandera-esparcimiento] [-m porcentaje-de-bloques-reservados]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005368"\t[-o [^]opciones-de-montaje[,...]] [-r cuenta-de-bloques-reservados]\n"
5369"\t[-u usuario] [-C cuenta-de-montajes] [-L etiqueta-de-volumen]\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005370"\t[-M último-directorio-montado] [-O [^]característica[,...]]\n"
5371"\t[-T última-fecha-de-revisón] [-U UUID] dispositivo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005372
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005373#: misc/tune2fs.c:217
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005374msgid "while trying to open external journal"
5375msgstr "mientras se intentaba abrir el fichero de transacciones externo"
5376
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005377#: misc/tune2fs.c:222
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005378#, c-format
5379msgid "%s is not a journal device.\n"
5380msgstr "%s no es un dispositivo con fichero de transacciones.\n"
5381
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005382#: misc/tune2fs.c:237
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005383msgid "Journal superblock not found!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005384msgstr "¡No se encontró el superbloque del fichero de transacciones!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005385
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005386#: misc/tune2fs.c:248
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005387msgid "Filesystem's UUID not found on journal device.\n"
5388msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005389"No se encontró el UUID del sistema de ficheros en el fichero de\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005390"transacciones del dispositivo.\n"
5391
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005392#: misc/tune2fs.c:269
Eric Sandeen032eafe2012-07-28 17:48:36 -04005393msgid ""
5394"Cannot locate journal device. It was NOT removed\n"
5395"Use -f option to remove missing journal device.\n"
5396msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005397
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005398#: misc/tune2fs.c:277
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005399msgid "Journal removed\n"
5400msgstr "Fichero de transacciones eliminado\n"
5401
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005402#: misc/tune2fs.c:321
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005403msgid "while reading bitmaps"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005404msgstr "mientras se leían los mapas de bits"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005405
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005406#: misc/tune2fs.c:329
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005407msgid "while clearing journal inode"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005408msgstr "mientras se borraba el nodo-i del fichero de transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005409
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005410#: misc/tune2fs.c:340
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005411msgid "while writing journal inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005412msgstr "mientras se escribía el nodo-i del fichero de transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005413
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005414#: misc/tune2fs.c:372 misc/tune2fs.c:385
Eric Sandeen032eafe2012-07-28 17:48:36 -04005415msgid "(and reboot afterwards!)\n"
5416msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005417
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005418#: misc/tune2fs.c:419
Theodore Ts'o8f741372008-02-28 21:47:05 -05005419#, c-format
5420msgid "Clearing filesystem feature '%s' not supported.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005421msgstr ""
5422"No se soporta desactivar la característica '%s' del sistema de ficheros.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005423
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005424#: misc/tune2fs.c:425
Theodore Ts'o8f741372008-02-28 21:47:05 -05005425#, fuzzy, c-format
5426msgid "Setting filesystem feature '%s' not supported.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005427msgstr "Se pone la hora de la última revisión al sistema de ficheros a %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005428
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005429#: misc/tune2fs.c:434
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005430#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005431msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005432"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005433"unmounted or mounted read-only.\n"
5434msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005435"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5436"ficheros no está montada o está en modo de sólo lectura.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005437
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005438#: misc/tune2fs.c:443
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005439msgid ""
5440"The needs_recovery flag is set. Please run e2fsck before clearing\n"
5441"the has_journal flag.\n"
5442msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005443"La bandera 'needs_recovery' está puesta. Por favor ejecute e2fsck antes\n"
5444"de deactivar la bandera 'has_journal'.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005445
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005446#: misc/tune2fs.c:462
5447#, fuzzy
5448msgid ""
5449"Setting filesystem feature 'sparse_super' not supported\n"
5450"for filesystems with the meta_bg feature enabled.\n"
5451msgstr "Se pone la hora de la última revisión al sistema de ficheros a %s\n"
5452
5453#: misc/tune2fs.c:475
Eric Sandeen032eafe2012-07-28 17:48:36 -04005454#, fuzzy
5455msgid ""
5456"The multiple mount protection feature can't\n"
5457"be set if the filesystem is mounted or\n"
5458"read-only.\n"
5459msgstr ""
5460"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5461"ficheros no está montada o está en modo de sólo lectura.\n"
5462
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005463#: misc/tune2fs.c:493
Eric Sandeen032eafe2012-07-28 17:48:36 -04005464#, c-format
5465msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5466msgstr ""
5467
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005468#: misc/tune2fs.c:502
Eric Sandeen032eafe2012-07-28 17:48:36 -04005469msgid ""
5470"The multiple mount protection feature cannot\n"
5471"be disabled if the filesystem is readonly.\n"
5472msgstr ""
5473
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005474#: misc/tune2fs.c:510
Eric Sandeen032eafe2012-07-28 17:48:36 -04005475#, fuzzy
5476msgid "Error while reading bitmaps\n"
5477msgstr "mientras se leían los mapas de bits"
5478
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005479#: misc/tune2fs.c:519
Eric Sandeen032eafe2012-07-28 17:48:36 -04005480#, c-format
5481msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5482msgstr ""
5483
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005484#: misc/tune2fs.c:524
Eric Sandeen032eafe2012-07-28 17:48:36 -04005485#, fuzzy
5486msgid "while reading MMP block."
5487msgstr "mientras se leían los bloques dañados del nodo-i"
5488
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005489#: misc/tune2fs.c:556
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005490msgid ""
5491"Clearing the flex_bg flag would cause the the filesystem to be\n"
5492"inconsistent.\n"
5493msgstr ""
5494
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005495#: misc/tune2fs.c:567
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005496#, fuzzy
5497msgid ""
5498"The huge_file feature may only be cleared when the filesystem is\n"
5499"unmounted or mounted read-only.\n"
5500msgstr ""
5501"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5502"ficheros no está montada o está en modo de sólo lectura.\n"
5503
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005504#: misc/tune2fs.c:627
Eric Sandeen032eafe2012-07-28 17:48:36 -04005505msgid ""
5506"\n"
5507"Warning: '^quota' option overrides '-Q'arguments.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005508msgstr ""
5509
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005510#: misc/tune2fs.c:672
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005511msgid "The filesystem already has a journal.\n"
5512msgstr "El sistema de ficheros ya tiene un fichero de transacciones.\n"
5513
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005514#: misc/tune2fs.c:692
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005515#, c-format
5516msgid ""
5517"\n"
5518"\twhile trying to open journal on %s\n"
5519msgstr ""
5520"\n"
5521"\tmientras se intentaba abrir el fichero de transacciones en %s\n"
5522
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005523#: misc/tune2fs.c:696
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005524#, c-format
5525msgid "Creating journal on device %s: "
5526msgstr "Creando un fichero de transacciones en el dispositivo %s: "
5527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005528#: misc/tune2fs.c:704
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005529#, c-format
5530msgid "while adding filesystem to journal on %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005531msgstr ""
5532"mientras se agregaba un sistema de ficheros al fichero de transacciones en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005533
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005534#: misc/tune2fs.c:710
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005535msgid "Creating journal inode: "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005536msgstr "Creando el nodo-i del fichero de transacciones: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005537
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005538#: misc/tune2fs.c:724
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005539msgid ""
5540"\n"
5541"\twhile trying to create journal file"
5542msgstr ""
5543"\n"
5544"\tmientras intentaba crear el fichero de transacciones"
5545
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005546#: misc/tune2fs.c:799
Eric Sandeen032eafe2012-07-28 17:48:36 -04005547#, fuzzy
5548msgid "Couldn't allocate memory to parse quota options!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005549msgstr ""
5550"¡No se puede reservar memoria para analizar sintácticamente las opciones!\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005551
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005552#: misc/tune2fs.c:821
Eric Sandeen032eafe2012-07-28 17:48:36 -04005553msgid ""
5554"\n"
5555"Bad quota options specified.\n"
5556"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005557"Following valid quota options are available (pass by separating with "
5558"comma):\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005559"\t[^]usrquota\n"
5560"\t[^]grpquota\n"
5561"\n"
5562"\n"
5563msgstr ""
5564
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005565#: misc/tune2fs.c:881
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005566#, c-format
5567msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005568msgstr ""
5569"No se puede analizar sintácticamente el especificador de fecha/hora: %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005570
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005571#: misc/tune2fs.c:909 misc/tune2fs.c:922
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005572#, c-format
5573msgid "bad mounts count - %s"
5574msgstr "cuenta de montajes incorrectos - %s"
5575
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005576#: misc/tune2fs.c:938
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005577#, c-format
5578msgid "bad error behavior - %s"
5579msgstr "comportamiento de errores incorrecto - %s"
5580
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005581#: misc/tune2fs.c:965
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005582#, c-format
5583msgid "bad gid/group name - %s"
5584msgstr "nombre del gid/grupo incorrecto - %s"
5585
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005586#: misc/tune2fs.c:998
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005587#, c-format
5588msgid "bad interval - %s"
5589msgstr "intervalo incorrecto - %s"
5590
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005591#: misc/tune2fs.c:1027
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005592#, c-format
5593msgid "bad reserved block ratio - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005594msgstr "proporción de bloques reservados incorrecta - %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005595
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005596#: misc/tune2fs.c:1042
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005597msgid "-o may only be specified once"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005598msgstr "-o solo podría ser especificado una vez"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005599
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005600#: misc/tune2fs.c:1051
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005601msgid "-O may only be specified once"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005602msgstr "-O sólo se puede especificar una vez"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005603
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005604#: misc/tune2fs.c:1068
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005605#, c-format
5606msgid "bad reserved blocks count - %s"
5607msgstr "cuenta de bloques reservados incorrecta - %s"
5608
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005609#: misc/tune2fs.c:1097
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005610#, c-format
5611msgid "bad uid/user name - %s"
5612msgstr "nombre de uid/usuario incorrecto - %s"
5613
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005614#: misc/tune2fs.c:1114
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005615#, fuzzy, c-format
5616msgid "bad inode size - %s"
5617msgstr "tamaño de los nodos-i inválido - %s"
5618
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005619#: misc/tune2fs.c:1121
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005620#, c-format
5621msgid "Inode size must be a power of two- %s"
5622msgstr ""
5623
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005624#: misc/tune2fs.c:1215
Eric Sandeen032eafe2012-07-28 17:48:36 -04005625#, c-format
5626msgid "mmp_update_interval too big: %lu\n"
5627msgstr ""
5628
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005629#: misc/tune2fs.c:1220
Eric Sandeen032eafe2012-07-28 17:48:36 -04005630#, fuzzy, c-format
5631msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005632msgid_plural ""
5633"Setting multiple mount protection update interval to %lu seconds\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005634msgstr[0] "Se pone la cuenta de montajes máxima a %d\n"
5635msgstr[1] "Se pone la cuenta de montajes máxima a %d\n"
5636
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005637#: misc/tune2fs.c:1243
Theodore Ts'o8f741372008-02-28 21:47:05 -05005638#, fuzzy, c-format
5639msgid "Invalid RAID stride: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005640msgstr "Parámetro de zancada no válido: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005641
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005642#: misc/tune2fs.c:1258
Theodore Ts'o8f741372008-02-28 21:47:05 -05005643#, fuzzy, c-format
5644msgid "Invalid RAID stripe-width: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005645msgstr "Parámetro de zancada no válido: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005646
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005647#: misc/tune2fs.c:1273
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005648#, fuzzy, c-format
5649msgid "Invalid hash algorithm: %s\n"
5650msgstr "Tamaño de zancada no válido: %s\n"
5651
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005652#: misc/tune2fs.c:1279
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005653#, c-format
5654msgid "Setting default hash algorithm to %s (%d)\n"
5655msgstr ""
5656
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005657#: misc/tune2fs.c:1298
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005658#, fuzzy
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005659msgid ""
5660"\n"
5661"Bad options specified.\n"
5662"\n"
5663"Extended options are separated by commas, and may take an argument which\n"
5664"\tis set off by an equals ('=') sign.\n"
5665"\n"
5666"Valid extended options are:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005667"\tclear_mmp\n"
5668"\thash_alg=<hash algorithm>\n"
5669"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005670"\tstride=<RAID per-disk chunk size in blocks>\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005671"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005672"\ttest_fs\n"
5673"\t^test_fs\n"
5674msgstr ""
5675"\n"
5676"Las opciones especificadas son incorrectas.\n"
5677"\n"
5678"Las opciones extendidas deben estar separadas por comas, y pueden tomar un\n"
5679"\targumento que se ajusta con un signo de igual ('=').\n"
5680"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005681"Las opciones extendidas válidas son:\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005682"\tstride=<longitud de la zancada en bloques>\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005683"\tresize=<máximo de variación de tamaño en bloques>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005684"\n"
5685
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005686#: misc/tune2fs.c:1764
Eric Sandeen032eafe2012-07-28 17:48:36 -04005687#, fuzzy
5688msgid "Failed to read inode bitmap\n"
5689msgstr "mientras se leían los mapas de bits"
5690
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005691#: misc/tune2fs.c:1769
Eric Sandeen032eafe2012-07-28 17:48:36 -04005692#, fuzzy
5693msgid "Failed to read block bitmap\n"
5694msgstr "leyendo los mapas de bits del nodo-i y del bloque"
5695
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005696#: misc/tune2fs.c:1786 resize/resize2fs.c:925
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005697msgid "blocks to be moved"
5698msgstr "bloques por ser movidos"
5699
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005700#: misc/tune2fs.c:1789
Eric Sandeen032eafe2012-07-28 17:48:36 -04005701msgid "Failed to allocate block bitmap when increasing inode size\n"
5702msgstr ""
5703
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005704#: misc/tune2fs.c:1795
Eric Sandeen032eafe2012-07-28 17:48:36 -04005705msgid "Not enough space to increase inode size \n"
5706msgstr ""
5707
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005708#: misc/tune2fs.c:1800
Eric Sandeen032eafe2012-07-28 17:48:36 -04005709#, fuzzy
5710msgid "Failed to relocate blocks during inode resize \n"
5711msgstr "mientras se reservaban los bloques para el cambio de tamaño en línea"
5712
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005713#: misc/tune2fs.c:1832
Eric Sandeen032eafe2012-07-28 17:48:36 -04005714msgid ""
5715"Error in resizing the inode size.\n"
5716"Run e2undo to undo the file system changes. \n"
5717msgstr ""
5718
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005719#: misc/tune2fs.c:1859
Eric Sandeen032eafe2012-07-28 17:48:36 -04005720#, fuzzy
5721msgid "Couldn't allocate memory for tdb filename\n"
5722msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
5723
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005724#: misc/tune2fs.c:1880
Eric Sandeen032eafe2012-07-28 17:48:36 -04005725#, fuzzy, c-format
5726msgid "while trying to delete %s"
5727msgstr "mientras se intentaba modificar el tamaño %s"
5728
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005729#: misc/tune2fs.c:1888
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005730#, c-format
5731msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005732"To undo the tune2fs operation please run the command\n"
5733" e2undo %s %s\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005734"\n"
5735msgstr ""
5736
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005737#: misc/tune2fs.c:1957
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005738#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005739msgid ""
5740"MMP block magic is bad. Try to fix it by running:\n"
5741"'e2fsck -f %s'\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005742msgstr ""
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005743
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005744#: misc/tune2fs.c:1975
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005745#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005746msgid "The inode size is already %lu\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005747msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005748
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005749#: misc/tune2fs.c:1982
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005750#, fuzzy
5751msgid "Shrinking inode size is not supported\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005752msgstr "Se pone la hora de la última revisión al sistema de ficheros a %s\n"
5753
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005754#: misc/tune2fs.c:1987
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005755#, fuzzy, c-format
5756msgid "Invalid inode size %lu (max %d)\n"
5757msgstr "tamaño incorrecto del nodo-i %d (mín %d/máx %d)"
5758
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005759#: misc/tune2fs.c:2034
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005760#, c-format
5761msgid "Setting maximal mount count to %d\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005762msgstr "Se pone la cuenta de montajes máxima a %d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005763
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005764#: misc/tune2fs.c:2040
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005765#, c-format
5766msgid "Setting current mount count to %d\n"
5767msgstr "Se pone la cuenta de montajes actual a %d\n"
5768
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005769#: misc/tune2fs.c:2045
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005770#, c-format
5771msgid "Setting error behavior to %d\n"
5772msgstr "Se pone el comportamiento de errores a %d\n"
5773
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005774#: misc/tune2fs.c:2050
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005775#, c-format
5776msgid "Setting reserved blocks gid to %lu\n"
5777msgstr "Se pone el gid de los bloques reservados %lu\n"
5778
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005779#: misc/tune2fs.c:2055
Eric Sandeen032eafe2012-07-28 17:48:36 -04005780#, fuzzy, c-format
5781msgid "interval between checks is too big (%lu)"
5782msgstr "Se pone el intervalo entre revisiones en %lu segundos\n"
5783
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005784#: misc/tune2fs.c:2062
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005785#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005786msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005787msgstr "Se pone el intervalo entre revisiones en %lu segundos\n"
5788
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005789#: misc/tune2fs.c:2069
Theodore Ts'o6956f612005-12-31 16:46:15 -05005790#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005791msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005792msgstr "Se pone el porcentaje de bloques reservados a %lu (%u bloques)\n"
5793
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005794#: misc/tune2fs.c:2075
Eric Sandeen032eafe2012-07-28 17:48:36 -04005795#, fuzzy, c-format
5796msgid "reserved blocks count is too big (%llu)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005797msgstr "la cantidad de bloques reservados es muy grande (%lu)"
5798
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005799#: misc/tune2fs.c:2082
Eric Sandeen032eafe2012-07-28 17:48:36 -04005800#, fuzzy, c-format
5801msgid "Setting reserved blocks count to %llu\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005802msgstr "Se pone la cantidad de bloques reservados a %lu\n"
5803
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005804#: misc/tune2fs.c:2088
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005805msgid ""
5806"\n"
5807"The filesystem already has sparse superblocks.\n"
5808msgstr ""
5809"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005810"El sistema de ficheros ya tiene superbloques dispersos.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005811
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005812#: misc/tune2fs.c:2092
5813msgid ""
5814"\n"
5815"Setting the sparse superblock flag not supported\n"
5816"for filesystems with the meta_bg feature enabled.\n"
5817msgstr ""
5818
5819#: misc/tune2fs.c:2103
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005820#, c-format
5821msgid ""
5822"\n"
5823"Sparse superblock flag set. %s"
5824msgstr ""
5825"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005826"La bandera de superbloques dispersos está puesta. %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005827
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005828#: misc/tune2fs.c:2108
5829#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005830msgid ""
5831"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005832"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005833msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005834"No se soporta desactivar la característica '%s' del sistema de ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005835
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005836#: misc/tune2fs.c:2116
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005837#, c-format
5838msgid "Setting time filesystem last checked to %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005839msgstr "Se pone la hora de la última revisión al sistema de ficheros a %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005840
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005841#: misc/tune2fs.c:2122
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005842#, c-format
5843msgid "Setting reserved blocks uid to %lu\n"
5844msgstr "Se pone el uid de los bloques reservados a %lu\n"
5845
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005846#: misc/tune2fs.c:2154
Eric Sandeen032eafe2012-07-28 17:48:36 -04005847msgid "Error in using clear_mmp. It must be used with -f\n"
5848msgstr ""
5849
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005850#: misc/tune2fs.c:2172
Eric Sandeen032eafe2012-07-28 17:48:36 -04005851#, fuzzy
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005852msgid ""
5853"The quota feature may only be changed when the filesystem is unmounted.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005854msgstr ""
5855"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5856"ficheros no está montada o está en modo de sólo lectura.\n"
5857
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005858#: misc/tune2fs.c:2191
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005859#, fuzzy
5860msgid "The UUID may only be changed when the filesystem is unmounted.\n"
5861msgstr ""
5862"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5863"ficheros no está montada o está en modo de sólo lectura.\n"
5864
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005865#: misc/tune2fs.c:2219
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005866msgid "Invalid UUID format\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005867msgstr "Formato del UUID no válido\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005868
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005869#: misc/tune2fs.c:2232
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005870#, fuzzy
5871msgid "The inode size may only be changed when the filesystem is unmounted.\n"
5872msgstr ""
5873"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5874"ficheros no está montada o está en modo de sólo lectura.\n"
5875
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005876#: misc/tune2fs.c:2240
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005877msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005878"Changing the inode size not supported for filesystems with the flex_bg\n"
5879"feature enabled.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005880msgstr ""
5881
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005882#: misc/tune2fs.c:2253
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005883#, fuzzy, c-format
5884msgid "Setting inode size %lu\n"
5885msgstr "Se pone el gid de los bloques reservados %lu\n"
5886
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005887#: misc/tune2fs.c:2256
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005888#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005889msgid "Failed to change inode size\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005890msgstr "mientras se comenzaba a explorar los nodos-i"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005891
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005892#: misc/tune2fs.c:2267
Theodore Ts'o8f741372008-02-28 21:47:05 -05005893#, fuzzy, c-format
5894msgid "Setting stride size to %d\n"
5895msgstr "Se pone el gid de los bloques reservados %lu\n"
5896
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005897#: misc/tune2fs.c:2272
Theodore Ts'o8f741372008-02-28 21:47:05 -05005898#, fuzzy, c-format
5899msgid "Setting stripe width to %d\n"
5900msgstr "Se pone el gid de los bloques reservados %lu\n"
5901
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005902#: misc/tune2fs.c:2279
Eric Sandeen032eafe2012-07-28 17:48:36 -04005903#, fuzzy, c-format
5904msgid "Setting extended default mount options to '%s'\n"
5905msgstr "Se pone la cuenta de montajes actual a %d\n"
5906
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005907#: misc/util.c:93
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005908msgid "<proceeding>\n"
5909msgstr ""
5910
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005911#: misc/util.c:97
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005912#, fuzzy, c-format
5913msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
5914msgstr "¿Continuar de todas formas? (s,n) "
5915
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005916#: misc/util.c:101
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005917msgid "Proceed anyway? (y,n) "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005918msgstr "¿Continuar de todas formas? (s,n) "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005919
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005920#: misc/util.c:132
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005921#, fuzzy, c-format
5922msgid "\tlast mounted on %s on %s"
5923msgstr "cuenta de montajes incorrectos - %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005924
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005925#: misc/util.c:135
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005926#, fuzzy, c-format
5927msgid "\tlast mounted on %s"
5928msgstr "cuenta de montajes incorrectos - %s"
5929
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005930#: misc/util.c:138
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005931#, c-format
5932msgid "\tcreated on %s"
5933msgstr ""
5934
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005935#: misc/util.c:141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005936#, c-format
5937msgid "\tlast modified on %s"
5938msgstr ""
5939
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005940#: misc/util.c:175
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005941#, c-format
5942msgid "Found a %s partition table in %s\n"
5943msgstr ""
5944
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005945#: misc/util.c:205
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005946#, fuzzy, c-format
5947msgid "Creating regular file %s\n"
5948msgstr "fichero regular"
5949
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005950#: misc/util.c:208
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005951#, fuzzy, c-format
5952msgid "Could not open %s: %s\n"
5953msgstr "e2label: no se puede abrir %s\n"
5954
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005955#: misc/util.c:211
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005956msgid ""
5957"\n"
5958"The device apparently does not exist; did you specify it correctly?\n"
5959msgstr ""
5960"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005961"En apariencia, el dispositivo no existe; ¿Se especificó correctamente?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005962
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005963#: misc/util.c:233
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005964#, c-format
5965msgid "%s is not a block special device.\n"
5966msgstr "%s no es un dispositivo especial de bloques.\n"
5967
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005968#: misc/util.c:255
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005969#, fuzzy, c-format
5970msgid "%s contains a %s file system labelled '%s'\n"
5971msgstr " contiene un sistema de ficheros con errores"
5972
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005973#: misc/util.c:258
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005974#, fuzzy, c-format
5975msgid "%s contains a %s file system\n"
5976msgstr " contiene un sistema de ficheros con errores"
5977
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005978#: misc/util.c:295
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005979#, c-format
5980msgid "%s is entire device, not just one partition!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005981msgstr "¡%s es todo el dispositivo, no sólo una partición!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005982
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005983#: misc/util.c:318
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005984msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005985msgstr ""
5986"Se fuerza de todas formas mke2fs. Esperemos que /etc/mtab sea incorrecto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005987
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005988#: misc/util.c:323
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005989#, c-format
5990msgid "will not make a %s here!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005991msgstr "¡No se hará un %s aquí!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005992
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005993#: misc/util.c:330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005994msgid "mke2fs forced anyway.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005995msgstr "Se fuerza de todas formas mke2fs.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005996
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005997#: misc/util.c:346
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005998msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005999msgstr ""
6000"¡No se puede reservar memoria para la revisión sintáctica de las opciones "
6001"del fichero de transacciones!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006002
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006003#: misc/util.c:371
Eric Sandeen032eafe2012-07-28 17:48:36 -04006004#, fuzzy, c-format
6005msgid ""
6006"\n"
6007"Could not find journal device matching %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006008msgstr ""
6009"No se pueden encontrar los números mágicos del superbloque del fichero de "
6010"transacciones"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006011
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006012#: misc/util.c:398
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006013#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006014msgid ""
6015"\n"
6016"Bad journal options specified.\n"
6017"\n"
6018"Journal options are separated by commas, and may take an argument which\n"
6019"\tis set off by an equals ('=') sign.\n"
6020"\n"
6021"Valid journal options are:\n"
6022"\tsize=<journal size in megabytes>\n"
6023"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006024"\tlocation=<journal location>\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006025"\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006026"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006027"\n"
6028msgstr ""
6029"\n"
6030"Se especificaron opciones incorrectas para el fichero de transacciones.\n"
6031"\n"
6032"Las opciones del fichero de transacciones deben estar separadas por comas\n"
6033"y pueden tener un argumento que se pone con un signo de igual ('=').\n"
6034"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006035"Las opciones válidas para el fichero de transacciones son:\n"
6036"\tsize=<tamaño del fichero de transacciones en megabytes>\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006037" device=<dispositivo del fichero de transacciones>\n"
6038"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006039"El tamaño del fichero de transacciones debe estar entre 1024 y 102400 "
6040"bloques del sistema de ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006041"\n"
6042
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006043#: misc/util.c:429
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006044msgid ""
6045"\n"
6046"Filesystem too small for a journal\n"
6047msgstr ""
6048"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006049"El sistema de ficheros es demasiado pequeño para un fichero de "
6050"transacciones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006051
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006052#: misc/util.c:436
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006053#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006054msgid ""
6055"\n"
6056"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006057"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006058msgstr ""
6059"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006060"El tamaño del fichero de transacciones solicitado es de %d bloques;\n"
6061"debería estar entre 1024 y 10240000 bloques. Se finaliza.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006062
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006063#: misc/util.c:444
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006064msgid ""
6065"\n"
6066"Journal size too big for filesystem.\n"
6067msgstr ""
6068"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006069"El tamaño del fichero de transacciones es muy grande para el sistema de "
6070"ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006071
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006072#: misc/util.c:458
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006073#, c-format
6074msgid ""
6075"This filesystem will be automatically checked every %d mounts or\n"
6076"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6077msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006078"Este sistema de ficheros se revisará automáticamente cada %d montajes o\n"
6079"%g días, lo que suceda primero. Utilice tune2fs -c o -i para cambiarlo.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006080
Eric Sandeen032eafe2012-07-28 17:48:36 -04006081#: misc/uuidd.c:48
6082#, c-format
6083msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6084msgstr ""
6085
6086#: misc/uuidd.c:50
6087#, c-format
6088msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6089msgstr ""
6090
6091#: misc/uuidd.c:52
6092#, c-format
6093msgid " %s -k\n"
6094msgstr ""
6095
6096#: misc/uuidd.c:154
6097#, fuzzy
6098msgid "bad arguments"
6099msgstr "%s: demasiados argumentos\n"
6100
6101#: misc/uuidd.c:172
6102msgid "connect"
6103msgstr ""
6104
6105#: misc/uuidd.c:191
6106msgid "write"
6107msgstr ""
6108
6109#: misc/uuidd.c:199
6110msgid "read count"
6111msgstr ""
6112
6113#: misc/uuidd.c:205
6114#, fuzzy
6115msgid "bad response length"
6116msgstr "Parámetro de zancada no válido: %s\n"
6117
6118#: misc/uuidd.c:270
6119#, c-format
6120msgid "uuidd daemon already running at pid %s\n"
6121msgstr ""
6122
6123#: misc/uuidd.c:278
6124#, fuzzy, c-format
6125msgid "Couldn't create unix stream socket: %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006126msgstr ""
6127"No se puede analizar sintácticamente el especificador de fecha/hora: %s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006128
6129#: misc/uuidd.c:307
6130#, fuzzy, c-format
6131msgid "Couldn't bind unix socket %s: %s\n"
6132msgstr "No se puede encontrar el superbloque del ext2,"
6133
6134#: misc/uuidd.c:315
6135#, fuzzy, c-format
6136msgid "Couldn't listen on unix socket %s: %s\n"
6137msgstr "No se puede reconectar %i: %m\n"
6138
6139#: misc/uuidd.c:353
6140#, fuzzy, c-format
6141msgid "Error reading from client, len = %d\n"
6142msgstr "Error al leer el @i %i: %m\n"
6143
6144#: misc/uuidd.c:361
6145#, c-format
6146msgid "operation %d, incoming num = %d\n"
6147msgstr ""
6148
6149#: misc/uuidd.c:380
6150#, c-format
6151msgid "Generated time UUID: %s\n"
6152msgstr ""
6153
6154#: misc/uuidd.c:390
6155#, c-format
6156msgid "Generated random UUID: %s\n"
6157msgstr ""
6158
6159#: misc/uuidd.c:399
6160#, c-format
6161msgid "Generated time UUID %s and subsequent UUID\n"
6162msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6163msgstr[0] ""
6164msgstr[1] ""
6165
6166#: misc/uuidd.c:420
6167#, c-format
6168msgid "Generated %d UUID's:\n"
6169msgstr ""
6170
6171#: misc/uuidd.c:432
6172#, fuzzy, c-format
6173msgid "Invalid operation %d\n"
6174msgstr "Versión de EA no válida.\n"
6175
6176#: misc/uuidd.c:476 misc/uuidd.c:498
6177#, c-format
6178msgid "Bad number: %s\n"
6179msgstr ""
6180
6181#: misc/uuidd.c:533 misc/uuidd.c:562
6182#, fuzzy, c-format
6183msgid "Error calling uuidd daemon (%s): %s\n"
6184msgstr "Error al crear el @d /@l (%s): %m\n"
6185
6186#: misc/uuidd.c:543
6187#, c-format
6188msgid "%s and subsequent UUID\n"
6189msgid_plural "%s and subsequent %d UUIDs\n"
6190msgstr[0] ""
6191msgstr[1] ""
6192
6193#: misc/uuidd.c:547
Eric Sandeen032eafe2012-07-28 17:48:36 -04006194msgid "List of UUID's:\n"
6195msgstr ""
6196
6197#: misc/uuidd.c:568
6198#, c-format
6199msgid "Unexpected reply length from server %d\n"
6200msgstr ""
6201
6202#: misc/uuidd.c:585
6203#, c-format
6204msgid "Couldn't kill uuidd running at pid %d: %s\n"
6205msgstr ""
6206
6207#: misc/uuidd.c:591
6208#, c-format
6209msgid "Killed uuidd running at pid %d\n"
6210msgstr ""
6211
6212#: misc/uuidgen.c:32
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006213#, c-format
6214msgid "Usage: %s [-r] [-t]\n"
6215msgstr "Modo de empleo: %s [-r] [-t]\n"
6216
Eric Sandeen032eafe2012-07-28 17:48:36 -04006217#: resize/extent.c:202
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006218msgid "# Extent dump:\n"
6219msgstr "# Vaciado extenso:\n"
6220
Eric Sandeen032eafe2012-07-28 17:48:36 -04006221#: resize/extent.c:203
6222#, fuzzy, c-format
6223msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006224msgstr "#\tNúm=%d, Tamaño=%d, Cursor=%d, Ordenado=%d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006225
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006226#: resize/main.c:44
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006227#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006228msgid ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006229"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006230"\n"
6231msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006232"Modo de empleo: %s [-d banderas_de_depuración] [-f] [-F] \n"
6233"\t[-p] dispositivo [nuevo-tamaño]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006234"\n"
6235
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006236#: resize/main.c:66
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006237msgid "Extending the inode table"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006238msgstr "Extendiendo la tabla de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006239
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006240#: resize/main.c:69
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006241msgid "Relocating blocks"
6242msgstr "Reubicando bloques"
6243
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006244#: resize/main.c:72
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006245msgid "Scanning inode table"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006246msgstr "Revisando la tabla de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006247
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006248#: resize/main.c:75
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006249msgid "Updating inode references"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006250msgstr "Actualizando las referencias a los nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006251
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006252#: resize/main.c:78
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006253msgid "Moving inode table"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006254msgstr "Moviendo la tabla de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006255
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006256#: resize/main.c:81
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006257msgid "Unknown pass?!?"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006258msgstr "¿¡¿Paso desconocido?!?"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006259
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006260#: resize/main.c:84
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006261#, c-format
6262msgid "Begin pass %d (max = %lu)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006263msgstr "Se comienza el paso %d (máx = %lu)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006264
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006265#: resize/main.c:155
6266msgid ""
6267"\n"
6268"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6269"your own risk! Use the force option if you want to go ahead anyway.\n"
6270"\n"
6271msgstr ""
6272
6273#: resize/main.c:272
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006274#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05006275msgid "while opening %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006276msgstr "mientras se abría %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05006277
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006278#: resize/main.c:280
Theodore Ts'o6956f612005-12-31 16:46:15 -05006279#, fuzzy, c-format
6280msgid "while getting stat information for %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006281msgstr "mientras se estaba poniendo la versión en %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05006282
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006283#: resize/main.c:327
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006284#, c-format
6285msgid ""
6286"Please run 'e2fsck -f %s' first.\n"
6287"\n"
6288msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006289"Por favor ejecute antes 'e2fsck -f %s'.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006290"\n"
6291
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006292#: resize/main.c:346
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006293#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006294msgid "Estimated minimum size of the filesystem: %llu\n"
6295msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006296
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006297#: resize/main.c:382
Eric Sandeen032eafe2012-07-28 17:48:36 -04006298#, fuzzy, c-format
6299msgid "Invalid new size: %s\n"
6300msgstr "tamaño de los nodos-i inválido - %s"
6301
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006302#: resize/main.c:398
Eric Sandeen032eafe2012-07-28 17:48:36 -04006303msgid "New size too large to be expressed in 32 bits\n"
6304msgstr ""
6305
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006306#: resize/main.c:406
Eric Sandeen032eafe2012-07-28 17:48:36 -04006307#, fuzzy, c-format
6308msgid "New size smaller than minimum (%llu)\n"
6309msgstr ""
6310"El tamaño del bloque del dispositivo del fichero de transacciones (%d) es\n"
6311"menor que el tamaño del bloque mínimo %d\n"
6312
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006313#: resize/main.c:412
Eric Sandeen032eafe2012-07-28 17:48:36 -04006314#, fuzzy
6315msgid "Invalid stride length"
6316msgstr "Parámetro de zancada no válido: %s\n"
6317
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006318#: resize/main.c:436
Eric Sandeen032eafe2012-07-28 17:48:36 -04006319#, fuzzy, c-format
6320msgid ""
6321"The containing partition (or device) is only %llu (%dk) blocks.\n"
6322"You requested a new size of %llu blocks.\n"
6323"\n"
6324msgstr ""
6325"La partición contenida (o el dispositivo) sólo tiene %u (%dk) bloques.\n"
6326"Y se ha solicitado un nuevo tamaño de %u bloques.\n"
6327"\n"
6328
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006329#: resize/main.c:443
Eric Sandeen032eafe2012-07-28 17:48:36 -04006330#, fuzzy, c-format
6331msgid ""
6332"The filesystem is already %llu blocks long. Nothing to do!\n"
6333"\n"
6334msgstr ""
6335"El sistema de ficheros ya tiene %u bloques. ¡No hay nada que hacer!\n"
6336"\n"
6337
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006338#: resize/main.c:452
Eric Sandeen032eafe2012-07-28 17:48:36 -04006339#, fuzzy, c-format
6340msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6341msgstr ""
6342"El sistema de ficheros en %s tiene ahora %u bloques.\n"
6343"\n"
6344
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006345#: resize/main.c:461
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006346#, c-format
6347msgid "while trying to resize %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006348msgstr "mientras se intentaba modificar el tamaño %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006349
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006350#: resize/main.c:464
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006351#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006352msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006353"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6354"after the aborted resize operation.\n"
6355msgstr ""
6356
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006357#: resize/main.c:470
Eric Sandeen032eafe2012-07-28 17:48:36 -04006358#, fuzzy, c-format
6359msgid ""
6360"The filesystem on %s is now %llu blocks long.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006361"\n"
6362msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006363"El sistema de ficheros en %s tiene ahora %u bloques.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006364"\n"
6365
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006366#: resize/main.c:485
Eric Sandeen032eafe2012-07-28 17:48:36 -04006367#, fuzzy, c-format
6368msgid "while trying to truncate %s"
6369msgstr "mientras se intentaba ver el estado del fichero %s"
6370
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006371#: resize/online.c:82
6372#, fuzzy
6373msgid "kernel does not support online resize with sparse_super2"
6374msgstr "El @j externo no tiene implementado este @f\n"
6375
6376#: resize/online.c:87
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006377#, c-format
6378msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6379msgstr ""
6380
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006381#: resize/online.c:91
Eric Sandeen032eafe2012-07-28 17:48:36 -04006382#, fuzzy
6383msgid "On-line shrinking not supported"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006384msgstr ""
6385"El cambio de tamaño en línea no está soportado con sistemas de archivos de "
6386"revisión 0\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006387
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006388#: resize/online.c:116
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006389msgid "Filesystem does not support online resizing"
6390msgstr ""
6391
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006392#: resize/online.c:125
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006393#, fuzzy
6394msgid "Not enough reserved gdt blocks for resizing"
6395msgstr "mientras se reservaban los bloques para el cambio de tamaño en línea"
6396
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006397#: resize/online.c:132
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006398#, fuzzy
6399msgid "Kernel does not support resizing a file system this large"
6400msgstr ""
6401"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006402"El tamaño del fichero de transacciones es muy grande para el sistema de "
6403"ficheros.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006404
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006405#: resize/online.c:140
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006406#, fuzzy, c-format
6407msgid "while trying to open mountpoint %s"
6408msgstr ""
6409"\n"
6410"\tmientras se intentaba abrir el fichero de transacciones en %s\n"
6411
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006412#: resize/online.c:145
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006413#, c-format
6414msgid "Old resize interface requested.\n"
6415msgstr ""
6416
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006417#: resize/online.c:164 resize/online.c:181
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006418msgid "Permission denied to resize filesystem"
6419msgstr ""
6420
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006421#: resize/online.c:167 resize/online.c:187
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006422#, fuzzy
6423msgid "While checking for on-line resizing support"
6424msgstr "mientras se reservaban los bloques para el cambio de tamaño en línea"
6425
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006426#: resize/online.c:184
Eric Sandeen032eafe2012-07-28 17:48:36 -04006427#, fuzzy
6428msgid "Kernel does not support online resizing"
6429msgstr "El @j externo no tiene implementado este @f\n"
6430
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006431#: resize/online.c:223
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006432#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006433msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006434msgstr ""
6435
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006436#: resize/online.c:233
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006437#, fuzzy
6438msgid "While trying to extend the last group"
6439msgstr "mientras se intentaba abrir el fichero de transacciones externo"
6440
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006441#: resize/online.c:287
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006442#, fuzzy, c-format
6443msgid "While trying to add group #%d"
6444msgstr "mientras se intentaba abrir %s"
6445
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006446#: resize/online.c:298
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006447#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006448msgid ""
6449"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6450"this system.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006451msgstr ""
6452
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006453#: resize/resize2fs.c:402
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006454#, c-format
6455msgid "inodes (%llu) must be less than %u"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006456msgstr "los nodos-i (%llu) deben ser menos de %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006457
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006458#: resize/resize2fs.c:685
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006459msgid "reserved blocks"
6460msgstr "bloques reservados"
6461
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006462#: resize/resize2fs.c:930
Theodore Ts'obc759702005-05-09 20:40:55 -04006463msgid "meta-data blocks"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006464msgstr "bloques de metadatos"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006465
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006466#: resize/resize2fs.c:1031 resize/resize2fs.c:1828
6467#, fuzzy
6468msgid "new meta blocks"
6469msgstr "bloques de metadatos"
6470
6471#: resize/resize2fs.c:2046
6472msgid "Should never happen! No sb in last super_sparse bg?\n"
6473msgstr ""
6474
6475#: resize/resize2fs.c:2051
6476msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6477msgstr ""
6478
6479#: resize/resize2fs.c:2129
Theodore Ts'obc759702005-05-09 20:40:55 -04006480msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006481msgstr ""
6482"Esto nunca debería suceder: ¡Se cambia el tamaño del nodo-i corrupto!\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006483
Eric Sandeen032eafe2012-07-28 17:48:36 -04006484#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o9ed8d782014-07-09 23:30:49 -04006485msgid "EXT2FS Library version 1.42.11"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006486msgstr ""
6487
6488#: lib/ext2fs/ext2_err.c:12
6489msgid "Wrong magic number for ext2_filsys structure"
6490msgstr ""
6491
6492#: lib/ext2fs/ext2_err.c:13
6493msgid "Wrong magic number for badblocks_list structure"
6494msgstr ""
6495
6496#: lib/ext2fs/ext2_err.c:14
6497msgid "Wrong magic number for badblocks_iterate structure"
6498msgstr ""
6499
6500#: lib/ext2fs/ext2_err.c:15
6501msgid "Wrong magic number for inode_scan structure"
6502msgstr ""
6503
6504#: lib/ext2fs/ext2_err.c:16
6505msgid "Wrong magic number for io_channel structure"
6506msgstr ""
6507
6508#: lib/ext2fs/ext2_err.c:17
6509msgid "Wrong magic number for unix io_channel structure"
6510msgstr ""
6511
6512#: lib/ext2fs/ext2_err.c:18
6513msgid "Wrong magic number for io_manager structure"
6514msgstr ""
6515
6516#: lib/ext2fs/ext2_err.c:19
6517msgid "Wrong magic number for block_bitmap structure"
6518msgstr ""
6519
6520#: lib/ext2fs/ext2_err.c:20
6521msgid "Wrong magic number for inode_bitmap structure"
6522msgstr ""
6523
6524#: lib/ext2fs/ext2_err.c:21
6525msgid "Wrong magic number for generic_bitmap structure"
6526msgstr ""
6527
6528#: lib/ext2fs/ext2_err.c:22
6529msgid "Wrong magic number for test io_channel structure"
6530msgstr ""
6531
6532#: lib/ext2fs/ext2_err.c:23
6533msgid "Wrong magic number for directory block list structure"
6534msgstr ""
6535
6536#: lib/ext2fs/ext2_err.c:24
6537msgid "Wrong magic number for icount structure"
6538msgstr ""
6539
6540#: lib/ext2fs/ext2_err.c:25
6541msgid "Wrong magic number for Powerquest io_channel structure"
6542msgstr ""
6543
6544#: lib/ext2fs/ext2_err.c:26
6545msgid "Wrong magic number for ext2 file structure"
6546msgstr ""
6547
6548#: lib/ext2fs/ext2_err.c:27
6549msgid "Wrong magic number for Ext2 Image Header"
6550msgstr ""
6551
6552#: lib/ext2fs/ext2_err.c:28
6553msgid "Wrong magic number for inode io_channel structure"
6554msgstr ""
6555
6556#: lib/ext2fs/ext2_err.c:29
6557msgid "Wrong magic number for ext4 extent handle"
6558msgstr ""
6559
6560#: lib/ext2fs/ext2_err.c:30
6561#, fuzzy
6562msgid "Bad magic number in super-block"
6563msgstr "leyendo el superbloque del fichero de transacciones\n"
6564
6565#: lib/ext2fs/ext2_err.c:31
6566msgid "Filesystem revision too high"
6567msgstr ""
6568
6569#: lib/ext2fs/ext2_err.c:32
6570msgid "Attempt to write to filesystem opened read-only"
6571msgstr ""
6572
6573#: lib/ext2fs/ext2_err.c:33
6574#, fuzzy
6575msgid "Can't read group descriptors"
6576msgstr ", descriptores de grupo en "
6577
6578#: lib/ext2fs/ext2_err.c:34
6579#, fuzzy
6580msgid "Can't write group descriptors"
6581msgstr ", descriptores de grupo en "
6582
6583#: lib/ext2fs/ext2_err.c:35
6584msgid "Corrupt group descriptor: bad block for block bitmap"
6585msgstr ""
6586
6587#: lib/ext2fs/ext2_err.c:36
6588msgid "Corrupt group descriptor: bad block for inode bitmap"
6589msgstr ""
6590
6591#: lib/ext2fs/ext2_err.c:37
6592msgid "Corrupt group descriptor: bad block for inode table"
6593msgstr ""
6594
6595#: lib/ext2fs/ext2_err.c:38
6596#, fuzzy
6597msgid "Can't write an inode bitmap"
6598msgstr "escribiendo los mapas de bits de los nodos-i"
6599
6600#: lib/ext2fs/ext2_err.c:39
6601#, fuzzy
6602msgid "Can't read an inode bitmap"
6603msgstr "escribiendo los mapas de bits de los nodos-i"
6604
6605#: lib/ext2fs/ext2_err.c:40
6606#, fuzzy
Darrick J. Wong580d8a02013-10-07 09:20:28 -04006607msgid "Can't write a block bitmap"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006608msgstr "escribiendo los mapas de bits del bloque"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006609
6610#: lib/ext2fs/ext2_err.c:41
6611#, fuzzy
Darrick J. Wongba0230f2013-12-12 12:41:58 -05006612msgid "Can't read a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006613msgstr "leyendo los mapas de bits del nodo-i y del bloque"
6614
6615#: lib/ext2fs/ext2_err.c:42
6616#, fuzzy
6617msgid "Can't write an inode table"
6618msgstr "mientras se escribía la tabla de nodos-i"
6619
6620#: lib/ext2fs/ext2_err.c:43
6621#, fuzzy
6622msgid "Can't read an inode table"
6623msgstr "Revisando la tabla de nodos-i"
6624
6625#: lib/ext2fs/ext2_err.c:44
6626msgid "Can't read next inode"
6627msgstr ""
6628
6629#: lib/ext2fs/ext2_err.c:45
6630#, fuzzy
6631msgid "Filesystem has unexpected block size"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006632msgstr ""
6633"El sistema de ficheros es más grande que el tamaño aparente del dispositivo."
Eric Sandeen032eafe2012-07-28 17:48:36 -04006634
6635#: lib/ext2fs/ext2_err.c:46
6636msgid "EXT2 directory corrupted"
6637msgstr ""
6638
6639#: lib/ext2fs/ext2_err.c:47
6640msgid "Attempt to read block from filesystem resulted in short read"
6641msgstr ""
6642
6643#: lib/ext2fs/ext2_err.c:48
6644msgid "Attempt to write block to filesystem resulted in short write"
6645msgstr ""
6646
6647#: lib/ext2fs/ext2_err.c:49
6648msgid "No free space in the directory"
6649msgstr ""
6650
6651#: lib/ext2fs/ext2_err.c:50
Eric Sandeen032eafe2012-07-28 17:48:36 -04006652msgid "Inode bitmap not loaded"
Benno Schulenberg02696b82014-07-09 23:13:30 -04006653msgstr "No está cargado el mapa de bits de nodos-i"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006654
6655#: lib/ext2fs/ext2_err.c:51
Eric Sandeen032eafe2012-07-28 17:48:36 -04006656msgid "Block bitmap not loaded"
Benno Schulenberg02696b82014-07-09 23:13:30 -04006657msgstr "No está cargado el mapa de bits de bloques"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006658
6659#: lib/ext2fs/ext2_err.c:52
Eric Sandeen032eafe2012-07-28 17:48:36 -04006660msgid "Illegal inode number"
Benno Schulenberg02696b82014-07-09 23:13:30 -04006661msgstr "Número inválido de nodo-i"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006662
6663#: lib/ext2fs/ext2_err.c:53
Eric Sandeen032eafe2012-07-28 17:48:36 -04006664msgid "Illegal block number"
Benno Schulenberg02696b82014-07-09 23:13:30 -04006665msgstr "Número inválido de bloque"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006666
6667#: lib/ext2fs/ext2_err.c:54
6668msgid "Internal error in ext2fs_expand_dir"
6669msgstr ""
6670
6671#: lib/ext2fs/ext2_err.c:55
6672msgid "Not enough space to build proposed filesystem"
6673msgstr ""
6674
6675#: lib/ext2fs/ext2_err.c:56
6676msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6677msgstr ""
6678
6679#: lib/ext2fs/ext2_err.c:57
6680msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
6681msgstr ""
6682
6683#: lib/ext2fs/ext2_err.c:58
6684msgid "Illegal block number passed to ext2fs_test_block_bitmap"
6685msgstr ""
6686
6687#: lib/ext2fs/ext2_err.c:59
6688msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
6689msgstr ""
6690
6691#: lib/ext2fs/ext2_err.c:60
6692msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
6693msgstr ""
6694
6695#: lib/ext2fs/ext2_err.c:61
6696msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
6697msgstr ""
6698
6699#: lib/ext2fs/ext2_err.c:62
6700msgid "Attempt to fudge end of block bitmap past the real end"
6701msgstr ""
6702
6703#: lib/ext2fs/ext2_err.c:63
6704msgid "Attempt to fudge end of inode bitmap past the real end"
6705msgstr ""
6706
6707#: lib/ext2fs/ext2_err.c:64
6708#, fuzzy
6709msgid "Illegal indirect block found"
6710msgstr "leyendo bloques indirectos del nodo-i %u"
6711
6712#: lib/ext2fs/ext2_err.c:65
6713#, fuzzy
6714msgid "Illegal doubly indirect block found"
6715msgstr "leyendo bloques indirectos del nodo-i %u"
6716
6717#: lib/ext2fs/ext2_err.c:66
6718#, fuzzy
6719msgid "Illegal triply indirect block found"
6720msgstr "leyendo bloques indirectos del nodo-i %u"
6721
6722#: lib/ext2fs/ext2_err.c:67
Eric Sandeen032eafe2012-07-28 17:48:36 -04006723msgid "Block bitmaps are not the same"
Benno Schulenberg02696b82014-07-09 23:13:30 -04006724msgstr "Los mapas de bits de bloques no son iguales"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006725
6726#: lib/ext2fs/ext2_err.c:68
Eric Sandeen032eafe2012-07-28 17:48:36 -04006727msgid "Inode bitmaps are not the same"
Benno Schulenberg02696b82014-07-09 23:13:30 -04006728msgstr "Los mapas de bits de nodos-i no son iguales"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006729
6730#: lib/ext2fs/ext2_err.c:69
6731msgid "Illegal or malformed device name"
6732msgstr ""
6733
6734#: lib/ext2fs/ext2_err.c:70
6735msgid "A block group is missing an inode table"
6736msgstr ""
6737
6738#: lib/ext2fs/ext2_err.c:71
6739msgid "The ext2 superblock is corrupt"
6740msgstr ""
6741
6742#: lib/ext2fs/ext2_err.c:72
6743msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
6744msgstr ""
6745
6746#: lib/ext2fs/ext2_err.c:73
6747msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
6748msgstr ""
6749
6750#: lib/ext2fs/ext2_err.c:74
6751msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
6752msgstr ""
6753
6754#: lib/ext2fs/ext2_err.c:75
6755msgid "Too many symbolic links encountered."
6756msgstr ""
6757
6758#: lib/ext2fs/ext2_err.c:76
6759msgid "The callback function will not handle this case"
6760msgstr ""
6761
6762#: lib/ext2fs/ext2_err.c:77
6763msgid "The inode is from a bad block in the inode table"
6764msgstr ""
6765
6766#: lib/ext2fs/ext2_err.c:78
6767#, fuzzy
6768msgid "Filesystem has unsupported feature(s)"
6769msgstr "%s tiene características no soportadas:"
6770
6771#: lib/ext2fs/ext2_err.c:79
6772#, fuzzy
6773msgid "Filesystem has unsupported read-only feature(s)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006774msgstr ""
6775"El sistema de ficheros %s tiene activadas características no soportadas.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006776
6777#: lib/ext2fs/ext2_err.c:80
6778msgid "IO Channel failed to seek on read or write"
6779msgstr ""
6780
6781#: lib/ext2fs/ext2_err.c:81
6782#, fuzzy
6783msgid "Memory allocation failed"
6784msgstr "Aerror en la reserva"
6785
6786#: lib/ext2fs/ext2_err.c:82
6787msgid "Invalid argument passed to ext2 library"
6788msgstr ""
6789
6790#: lib/ext2fs/ext2_err.c:83
6791#, fuzzy
6792msgid "Could not allocate block in ext2 filesystem"
6793msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
6794
6795#: lib/ext2fs/ext2_err.c:84
6796#, fuzzy
6797msgid "Could not allocate inode in ext2 filesystem"
6798msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
6799
6800#: lib/ext2fs/ext2_err.c:85
6801msgid "Ext2 inode is not a directory"
6802msgstr ""
6803
6804#: lib/ext2fs/ext2_err.c:86
6805msgid "Too many references in table"
6806msgstr ""
6807
6808#: lib/ext2fs/ext2_err.c:87
6809msgid "File not found by ext2_lookup"
6810msgstr ""
6811
6812#: lib/ext2fs/ext2_err.c:88
6813msgid "File open read-only"
6814msgstr ""
6815
6816#: lib/ext2fs/ext2_err.c:89
6817#, fuzzy
6818msgid "Ext2 directory block not found"
6819msgstr "El bloque del directorio %u (#%d) está vacío en el nodo-i %u\n"
6820
6821#: lib/ext2fs/ext2_err.c:90
6822msgid "Ext2 directory already exists"
6823msgstr ""
6824
6825#: lib/ext2fs/ext2_err.c:91
6826msgid "Unimplemented ext2 library function"
6827msgstr ""
6828
6829#: lib/ext2fs/ext2_err.c:92
6830msgid "User cancel requested"
6831msgstr ""
6832
6833#: lib/ext2fs/ext2_err.c:93
6834msgid "Ext2 file too big"
6835msgstr ""
6836
6837#: lib/ext2fs/ext2_err.c:94
Eric Sandeen032eafe2012-07-28 17:48:36 -04006838msgid "Supplied journal device not a block device"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006839msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006840
6841#: lib/ext2fs/ext2_err.c:95
6842#, fuzzy
6843msgid "Journal superblock not found"
6844msgstr "¡No se encontró el superbloque del fichero de transacciones!\n"
6845
6846#: lib/ext2fs/ext2_err.c:96
6847msgid "Journal must be at least 1024 blocks"
6848msgstr ""
6849
6850#: lib/ext2fs/ext2_err.c:97
6851msgid "Unsupported journal version"
6852msgstr ""
6853
6854#: lib/ext2fs/ext2_err.c:98
6855#, fuzzy
6856msgid "Error loading external journal"
6857msgstr "mientras se intentaba abrir el fichero de transacciones externo"
6858
6859#: lib/ext2fs/ext2_err.c:99
6860#, fuzzy
6861msgid "Journal not found"
6862msgstr "¡No se encontró el superbloque del fichero de transacciones!\n"
6863
6864#: lib/ext2fs/ext2_err.c:100
6865msgid "Directory hash unsupported"
6866msgstr ""
6867
6868#: lib/ext2fs/ext2_err.c:101
6869#, fuzzy
6870msgid "Illegal extended attribute block number"
6871msgstr "aatributo extendido"
6872
6873#: lib/ext2fs/ext2_err.c:102
6874msgid "Cannot create filesystem with requested number of inodes"
6875msgstr ""
6876
6877#: lib/ext2fs/ext2_err.c:103
6878msgid "E2image snapshot not in use"
6879msgstr ""
6880
6881#: lib/ext2fs/ext2_err.c:104
6882#, fuzzy
6883msgid "Too many reserved group descriptor blocks"
6884msgstr "<El nodo-i descriptor del grupo>"
6885
6886#: lib/ext2fs/ext2_err.c:105
6887msgid "Resize inode is corrupt"
6888msgstr ""
6889
6890#: lib/ext2fs/ext2_err.c:106
6891msgid "Tried to set block bmap with missing indirect block"
6892msgstr ""
6893
6894#: lib/ext2fs/ext2_err.c:107
6895msgid "TDB: Success"
6896msgstr ""
6897
6898#: lib/ext2fs/ext2_err.c:108
6899msgid "TDB: Corrupt database"
6900msgstr ""
6901
6902#: lib/ext2fs/ext2_err.c:109
6903msgid "TDB: IO Error"
6904msgstr ""
6905
6906#: lib/ext2fs/ext2_err.c:110
6907msgid "TDB: Locking error"
6908msgstr ""
6909
6910#: lib/ext2fs/ext2_err.c:111
6911msgid "TDB: Out of memory"
6912msgstr ""
6913
6914#: lib/ext2fs/ext2_err.c:112
6915msgid "TDB: Record exists"
6916msgstr ""
6917
6918#: lib/ext2fs/ext2_err.c:113
6919msgid "TDB: Lock exists on other keys"
6920msgstr ""
6921
6922#: lib/ext2fs/ext2_err.c:114
6923#, fuzzy
6924msgid "TDB: Invalid parameter"
6925msgstr "Tamaño de zancada no válido: %s\n"
6926
6927#: lib/ext2fs/ext2_err.c:115
6928msgid "TDB: Record does not exist"
6929msgstr ""
6930
6931#: lib/ext2fs/ext2_err.c:116
6932msgid "TDB: Write not permitted"
6933msgstr ""
6934
6935#: lib/ext2fs/ext2_err.c:117
6936msgid "Ext2fs directory block list is empty"
6937msgstr ""
6938
6939#: lib/ext2fs/ext2_err.c:118
6940msgid "Attempt to modify a block mapping via a read-only block iterator"
6941msgstr ""
6942
6943#: lib/ext2fs/ext2_err.c:119
6944msgid "Wrong magic number for ext4 extent saved path"
6945msgstr ""
6946
6947#: lib/ext2fs/ext2_err.c:120
6948msgid "Wrong magic number for 64-bit generic bitmap"
6949msgstr ""
6950
6951#: lib/ext2fs/ext2_err.c:121
6952msgid "Wrong magic number for 64-bit block bitmap"
6953msgstr ""
6954
6955#: lib/ext2fs/ext2_err.c:122
6956msgid "Wrong magic number for 64-bit inode bitmap"
6957msgstr ""
6958
6959#: lib/ext2fs/ext2_err.c:123
6960msgid "Wrong magic number --- RESERVED_13"
6961msgstr ""
6962
6963#: lib/ext2fs/ext2_err.c:124
6964msgid "Wrong magic number --- RESERVED_14"
6965msgstr ""
6966
6967#: lib/ext2fs/ext2_err.c:125
6968msgid "Wrong magic number --- RESERVED_15"
6969msgstr ""
6970
6971#: lib/ext2fs/ext2_err.c:126
6972msgid "Wrong magic number --- RESERVED_16"
6973msgstr ""
6974
6975#: lib/ext2fs/ext2_err.c:127
6976msgid "Wrong magic number --- RESERVED_17"
6977msgstr ""
6978
6979#: lib/ext2fs/ext2_err.c:128
6980msgid "Wrong magic number --- RESERVED_18"
6981msgstr ""
6982
6983#: lib/ext2fs/ext2_err.c:129
6984msgid "Wrong magic number --- RESERVED_19"
6985msgstr ""
6986
6987#: lib/ext2fs/ext2_err.c:130
6988msgid "Corrupt extent header"
6989msgstr ""
6990
6991#: lib/ext2fs/ext2_err.c:131
6992msgid "Corrupt extent index"
6993msgstr ""
6994
6995#: lib/ext2fs/ext2_err.c:132
6996msgid "Corrupt extent"
6997msgstr ""
6998
6999#: lib/ext2fs/ext2_err.c:133
7000msgid "No free space in extent map"
7001msgstr ""
7002
7003#: lib/ext2fs/ext2_err.c:134
7004msgid "Inode does not use extents"
7005msgstr ""
7006
7007#: lib/ext2fs/ext2_err.c:135
Eric Sandeen032eafe2012-07-28 17:48:36 -04007008msgid "No 'next' extent"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007009msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04007010
7011#: lib/ext2fs/ext2_err.c:136
7012msgid "No 'previous' extent"
7013msgstr ""
7014
7015#: lib/ext2fs/ext2_err.c:137
7016msgid "No 'up' extent"
7017msgstr ""
7018
7019#: lib/ext2fs/ext2_err.c:138
7020msgid "No 'down' extent"
7021msgstr ""
7022
7023#: lib/ext2fs/ext2_err.c:139
7024msgid "No current node"
7025msgstr ""
7026
7027#: lib/ext2fs/ext2_err.c:140
7028msgid "Ext2fs operation not supported"
7029msgstr ""
7030
7031#: lib/ext2fs/ext2_err.c:141
7032msgid "No room to insert extent in node"
7033msgstr ""
7034
7035#: lib/ext2fs/ext2_err.c:142
7036msgid "Splitting would result in empty node"
7037msgstr ""
7038
7039#: lib/ext2fs/ext2_err.c:143
7040#, fuzzy
7041msgid "Extent not found"
7042msgstr "No se encontró /@l. "
7043
7044#: lib/ext2fs/ext2_err.c:144
7045msgid "Operation not supported for inodes containing extents"
7046msgstr ""
7047
7048#: lib/ext2fs/ext2_err.c:145
7049msgid "Extent length is invalid"
7050msgstr ""
7051
7052#: lib/ext2fs/ext2_err.c:146
7053msgid "I/O Channel does not support 64-bit block numbers"
7054msgstr ""
7055
7056#: lib/ext2fs/ext2_err.c:147
7057msgid "Can't check if filesystem is mounted due to missing mtab file"
7058msgstr ""
7059
7060#: lib/ext2fs/ext2_err.c:148
7061msgid "Filesystem too large to use legacy bitmaps"
7062msgstr ""
7063
7064#: lib/ext2fs/ext2_err.c:149
7065msgid "MMP: invalid magic number"
7066msgstr ""
7067
7068#: lib/ext2fs/ext2_err.c:150
7069msgid "MMP: device currently active"
7070msgstr ""
7071
7072#: lib/ext2fs/ext2_err.c:151
7073msgid "MMP: fsck being run"
7074msgstr ""
7075
7076#: lib/ext2fs/ext2_err.c:152
7077msgid "MMP: block number beyond filesystem range"
7078msgstr ""
7079
7080#: lib/ext2fs/ext2_err.c:153
7081msgid "MMP: undergoing an unknown operation"
7082msgstr ""
7083
7084#: lib/ext2fs/ext2_err.c:154
7085#, fuzzy
7086msgid "MMP: filesystem still in use"
7087msgstr "tamaño inválido del sistema de ficheros - %s"
7088
7089#: lib/ext2fs/ext2_err.c:155
7090msgid "MMP: open with O_DIRECT failed"
7091msgstr ""
7092
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007093#: lib/ext2fs/ext2_err.c:156
7094#, fuzzy
7095msgid "Block group descriptor size incorrect"
7096msgstr "<El nodo-i descriptor del grupo>"
7097
7098#: lib/ext2fs/ext2_err.c:157
7099msgid "Inode checksum does not match inode"
7100msgstr ""
7101
7102#: lib/ext2fs/ext2_err.c:158
7103msgid "Inode bitmap checksum does not match bitmap"
7104msgstr ""
7105
7106#: lib/ext2fs/ext2_err.c:159
7107msgid "Extent block checksum does not match extent block"
7108msgstr ""
7109
7110#: lib/ext2fs/ext2_err.c:160
7111msgid "Directory block does not have space for checksum"
7112msgstr ""
7113
7114#: lib/ext2fs/ext2_err.c:161
7115msgid "Directory block checksum does not match directory block"
7116msgstr ""
7117
7118#: lib/ext2fs/ext2_err.c:162
7119msgid "Extended attribute block checksum does not match block"
7120msgstr ""
7121
7122#: lib/ext2fs/ext2_err.c:163
7123#, fuzzy
7124msgid "Superblock checksum does not match superblock"
7125msgstr "Respaldo del superbloque guardado en los bloques: "
7126
7127#: lib/ext2fs/ext2_err.c:164
7128msgid "Unknown checksum algorithm"
7129msgstr ""
7130
7131#: lib/ext2fs/ext2_err.c:165
7132msgid "MMP block checksum does not match MMP block"
7133msgstr ""
7134
7135#: lib/ext2fs/ext2_err.c:166
7136msgid "Ext2 file already exists"
7137msgstr ""
7138
Eric Sandeen032eafe2012-07-28 17:48:36 -04007139#: e2fsck/prof_err.c:11
7140msgid "Profile version 0.0"
7141msgstr ""
7142
7143#: e2fsck/prof_err.c:12
7144msgid "Bad magic value in profile_node"
7145msgstr ""
7146
7147#: e2fsck/prof_err.c:13
7148#, fuzzy
7149msgid "Profile section not found"
7150msgstr "mientras se creaba /lost+found"
7151
7152#: e2fsck/prof_err.c:14
7153#, fuzzy
7154msgid "Profile relation not found"
7155msgstr "mientras se creaba /lost+found"
7156
7157#: e2fsck/prof_err.c:15
7158msgid "Attempt to add a relation to node which is not a section"
7159msgstr ""
7160
7161#: e2fsck/prof_err.c:16
7162msgid "A profile section header has a non-zero value"
7163msgstr ""
7164
7165#: e2fsck/prof_err.c:17
7166msgid "Bad linked list in profile structures"
7167msgstr ""
7168
7169#: e2fsck/prof_err.c:18
7170msgid "Bad group level in profile structures"
7171msgstr ""
7172
7173#: e2fsck/prof_err.c:19
7174msgid "Bad parent pointer in profile structures"
7175msgstr ""
7176
7177#: e2fsck/prof_err.c:20
7178msgid "Bad magic value in profile iterator"
7179msgstr ""
7180
7181#: e2fsck/prof_err.c:21
7182msgid "Can't set value on section node"
7183msgstr ""
7184
7185#: e2fsck/prof_err.c:22
7186msgid "Invalid argument passed to profile library"
7187msgstr ""
7188
7189#: e2fsck/prof_err.c:23
7190msgid "Attempt to modify read-only profile"
7191msgstr ""
7192
7193#: e2fsck/prof_err.c:24
7194msgid "Profile section header not at top level"
7195msgstr ""
7196
7197#: e2fsck/prof_err.c:25
7198msgid "Syntax error in profile section header"
7199msgstr ""
7200
7201#: e2fsck/prof_err.c:26
7202msgid "Syntax error in profile relation"
7203msgstr ""
7204
7205#: e2fsck/prof_err.c:27
7206msgid "Extra closing brace in profile"
7207msgstr ""
7208
7209#: e2fsck/prof_err.c:28
7210msgid "Missing open brace in profile"
7211msgstr ""
7212
7213#: e2fsck/prof_err.c:29
7214msgid "Bad magic value in profile_t"
7215msgstr ""
7216
7217#: e2fsck/prof_err.c:30
7218msgid "Bad magic value in profile_section_t"
7219msgstr ""
7220
7221#: e2fsck/prof_err.c:31
7222msgid "Iteration through all top level section not supported"
7223msgstr ""
7224
7225#: e2fsck/prof_err.c:32
7226#, fuzzy
7227msgid "Invalid profile_section object"
7228msgstr "Se puso una opción no válida para el sistema de ficheros: %s\n"
7229
7230#: e2fsck/prof_err.c:33
7231msgid "No more sections"
7232msgstr ""
7233
7234#: e2fsck/prof_err.c:34
7235msgid "Bad nameset passed to query routine"
7236msgstr ""
7237
7238#: e2fsck/prof_err.c:35
7239msgid "No profile file open"
7240msgstr ""
7241
7242#: e2fsck/prof_err.c:36
7243msgid "Bad magic value in profile_file_t"
7244msgstr ""
7245
7246#: e2fsck/prof_err.c:37
7247#, fuzzy
7248msgid "Couldn't open profile file"
7249msgstr "No se puede clonar el fichero: %m\n"
7250
7251#: e2fsck/prof_err.c:38
7252msgid "Section already exists"
7253msgstr ""
7254
7255#: e2fsck/prof_err.c:39
7256msgid "Invalid boolean value"
7257msgstr ""
7258
7259#: e2fsck/prof_err.c:40
7260#, fuzzy
7261msgid "Invalid integer value"
7262msgstr "Parámetro de zancada no válido: %s\n"
7263
7264#: e2fsck/prof_err.c:41
7265msgid "Bad magic value in profile_file_data_t"
7266msgstr ""
7267
7268#~ msgid "<The ACL index inode>"
7269#~ msgstr "<El índice ACL del nodo-i>"
7270
7271#~ msgid "<The ACL data inode>"
7272#~ msgstr "<La información ACL del nodo-i>"
7273
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007274#~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
7275#~ msgstr "El @S no tiene la bandera has_journal, pero tiene un @j ext3 %s.\n"
7276
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007277#~ msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007278#~ msgstr ""
7279#~ "El @a en el @i %i tiene un arreglo asociativo (%N) que es @n (debe ser "
7280#~ "0)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007281
7282#~ msgid "Recreate journal to make the filesystem ext3 again?\n"
7283#~ msgstr "¿Recrear el @j para hacer el sistema de ficheros ext3 de nuevo?\n"
7284
Benno Schulenbergd6408f12008-06-21 14:06:00 -04007285#~ msgid "while calling iterator function"
7286#~ msgstr "mientras se llamaba a la función iteradora"
7287
7288#~ msgid "while allocating inode buffer"
7289#~ msgstr "mientras se reservaba al búfer del nodo-i"
7290
7291#~ msgid "while reading inode table (group %d)"
7292#~ msgstr "mientras se leía la tabla de nodos-i (grupo %d)"
7293
7294#~ msgid "while writing inode table (group %d)"
7295#~ msgstr "mientras se escribía la tabla de nodos-i (grupo %d)"
7296
7297#~ msgid "Pass 0: Doing byte-swap of filesystem\n"
7298#~ msgstr "Paso 0: Haciendo la trasposición de bytes del sistema de ficheros\n"
7299
7300#~ msgid ""
7301#~ "%s: the filesystem must be freshly checked using fsck\n"
7302#~ "and not mounted before trying to byte-swap it.\n"
7303#~ msgstr ""
7304#~ "%s: el sistema de ficheros debe ser revisado desde cero utilizando\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007305#~ "fsck y no debe estar montado cuando se intente hacer una trasposición de "
7306#~ "bytes en él.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04007307
7308#~ msgid "Byte swap"
7309#~ msgstr "Trasposición de bytes"
7310
7311#~ msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007312#~ msgstr ""
7313#~ "Los sistemas con trasposición de bytes no están compilados en esta "
7314#~ "versión de e2fsck\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04007315
7316#~ msgid "Incompatible options not allowed when byte-swapping.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007317#~ msgstr ""
7318#~ "Las opciones incompatibles no están permitidas cuando se hace "
7319#~ "trasposición de bytes.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04007320
7321#~ msgid "%s: Filesystem byte order already normalized.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007322#~ msgstr ""
7323#~ "%s: el orden de los bytes del sistema de ficheros ya se normalizó.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007324
7325#~ msgid "Couldn't determine journal size"
7326#~ msgstr "No se puede determinar el tamaño del fichero de transacciones"
7327
7328#~ msgid "while retrying to write block bitmaps for %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007329#~ msgstr ""
7330#~ "mientras se reintentaba escribir los mapas de bits del bloque para %s"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007331
7332#~ msgid "bad block size - %s"
7333#~ msgstr "tamaño de los bloques dañados - %s"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04007334
Benno Schulenbergd6408f12008-06-21 14:06:00 -04007335#~ msgid "invalid starting block - %s"
7336#~ msgstr "bloque inicial no válido - %s"
7337
7338#~ msgid "Note: This is a byte-swapped filesystem\n"
7339#~ msgstr "Nota: este es un sistema de ficheros con trasposición de bytes\n"
7340
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007341#~ msgid "short write (only %d bytes) for writing image header"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007342#~ msgstr ""
7343#~ "se escribió muy poco (sólo %d bytes) para el encabezado de la imagen"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007344
7345#~ msgid "invalid fragment size - %s"
7346#~ msgstr "Tamaño del fragmento inválido - %s"
7347
7348#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007349#~ msgstr ""
7350#~ "Atención: no están implementados los fragmentos. Se descarta la opción -"
7351#~ "f\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007352
Benno Schulenbergd6408f12008-06-21 14:06:00 -04007353#~ msgid ""
7354#~ "Filesystem too large. No more than 2**31-1 blocks\n"
7355#~ "\t (8TB using a blocksize of 4k) are currently supported."
7356#~ msgstr ""
7357#~ "El sistema de ficheros es demasiado grande. Actualmente no se\n"
7358#~ "soportan más de 2**31-1 bloques (8 TB con un tamaño de bloque de 4k)."
7359
7360#~ msgid ""
7361#~ "\n"
7362#~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
7363#~ "\tusing ext3. Use -b 4096 if this is an issue for you.\n"
7364#~ "\n"
7365#~ msgstr ""
7366#~ "\n"
7367#~ "Atención: algunos núcleos 2.4 no operan con tamaños de bloque superiores\n"
7368#~ "a 4096 con ext3. Utilice -b 4096 si esto es un problema para usted.\n"
7369#~ "\n"
7370
7371#~ msgid "Warning: %d-byte inodes not usable on older systems\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007372#~ msgstr ""
7373#~ "Atención: los nodos-i de %d bytes no se pueden utilizar en muchos "
7374#~ "sistemas\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007375
7376#~ msgid "Journal NOT removed\n"
7377#~ msgstr "NO se ha eliminado el fichero de transacciones\n"
7378
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007379#~ msgid "done \n"
7380#~ msgstr "hecho \n"
7381
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007382#~ msgid "invalid blocks range: %lu-%lu"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007383#~ msgstr "intervalo de bloques dañados: %lu-%lu"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007384
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05007385#~ msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05007386#~ "\n"
7387#~ "The filesystem already has sparse superblocks disabled.\n"
7388#~ msgstr ""
7389#~ "\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007390#~ "El sistema de ficheros ya tiene los superbloques dispersos "
7391#~ "deshabilitados.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05007392
7393#~ msgid ""
7394#~ "\n"
7395#~ "Sparse superblock flag cleared. %s"
7396#~ msgstr ""
7397#~ "\n"
7398#~ "La bandera de superbloques dispersos ha sido borrada. %s"
7399
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007400#~ msgid ""
7401#~ "%s is mounted; can't resize a mounted filesystem!\n"
7402#~ "\n"
7403#~ msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007404#~ "%s está montado; ¡No se puede cambiar el tamaño de un sistema de ficheros "
7405#~ "montado!\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007406#~ "\n"
7407
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007408#~ msgid "Clone duplicate/bad blocks"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007409#~ msgstr "Clonar los bloques duplicados/dañados"
Theodore Ts'o6956f612005-12-31 16:46:15 -05007410
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007411#~ msgid "Error allocating @a @b %b. "
7412#~ msgstr "Error al reservar el @b del @a %b. "
7413
7414#~ msgid ""
7415#~ "Duplicate @bs found... invoking duplicate @b passes.\n"
7416#~ "Pass 1B: Rescan for duplicate/bad @bs\n"
7417#~ msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007418#~ "Se encontraron @bs duplicados... se invocan los pasos para @bs "
7419#~ "duplicados.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007420#~ "Paso 1B: Re-exploración para buscar @bs duplicados/dañados\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007421
7422#~ msgid "Duplicate/bad @b(s) in @i %i:"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007423#~ msgstr "Hay @b(s) duplicados/dañados en el @i %i:"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007424
7425#~ msgid "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007426#~ msgstr ""
7427#~ "Se intenta borrar a la fuerza la bandera HTREE en el @i %d (%q). (Código "
7428#~ "de prueba en etapa beta)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007429
Theodore Ts'o197abba2005-06-20 18:00:23 -04007430#~ msgid "Usage: findsuper device [skipbytes [startkb]]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007431#~ msgstr ""
7432#~ "Modo de empleo: findsuper dispositivo [bytesporsaltar [principio (en "
7433#~ "kb)]]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007434
7435#~ msgid "skipbytes should be a number, not %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007436#~ msgstr "bytesporsaltar debe ser un número, no %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007437
7438#~ msgid "skipbytes must be a multiple of the sector size\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007439#~ msgstr "bytesporsaltar debe ser un múltiplo del tamaño del sector\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007440
7441#~ msgid "startkb should be a number, not %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007442#~ msgstr "principio debe ser un número, no %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007443
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007444#~ msgid "startkb should be positive, not %Ld\n"
7445#~ msgstr "principio debe ser positivo, no %Ld\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007446
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007447#~ msgid "starting at %Ld, with %d byte increments\n"
7448#~ msgstr "se comienza en %Ld, con incrementos de %d bytes\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007449
7450#~ msgid " thisoff block fs_blk_sz blksz grp last_mount\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007451#~ msgstr " este bloque fs_blk_sz blksz grp ultimo_montado\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007452
7453#~ msgid ""
7454#~ "\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007455#~ "%14Ld: finished with errno %d\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007456#~ msgstr ""
7457#~ "\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007458#~ "%14Ld: se finaliza con el error número %d\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007459
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007460#~ msgid "(unknown os)"
7461#~ msgstr "(so desconocido)"
7462
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007463#~ msgid "%s failed for %s: %s\n"
7464#~ msgstr "%s falló para %s: %s\n"
7465
Theodore Ts'obc759702005-05-09 20:40:55 -04007466#~ msgid "Number of free blocks: %d/%d, Needed: %d\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007467#~ msgstr "Número de bloques libres: %d/%d, se necesitan: %d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05007468
Theodore Ts'obc759702005-05-09 20:40:55 -04007469#~ msgid "Going into desperation mode for block allocations\n"
7470#~ msgstr "Entrando al modo desesperado para reservar bloques\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05007471
Theodore Ts'obc759702005-05-09 20:40:55 -04007472#~ msgid "Moving %d blocks %u->%u\n"
7473#~ msgstr "Moviendo %d bloques %u->%u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05007474
Theodore Ts'obc759702005-05-09 20:40:55 -04007475#~ msgid "Inode moved %u->%u\n"
7476#~ msgstr "Nodo i movido %u->%u\n"
7477
7478#~ msgid "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007479#~ msgstr "Traducción de nodo-i (dir=%u, nombre=%.*s, %u->%u)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04007480
7481#~ msgid "Itable move group %d block %u->%u (diff %d)\n"
7482#~ msgstr "La tabla i mueve al grupo %d bloque %u->%u (diferencia %d)\n"
7483
7484#~ msgid "%d blocks of zeros...\n"
7485#~ msgstr "%d bloques de ceros...\n"
7486
7487#~ msgid "Inode table move finished.\n"
7488#~ msgstr "El movimiento de la tabla de los nodos i ha terminado.\n"