blob: 3102b0a13f7ef210373d7f713eb99c196c51fd68 [file] [log] [blame]
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001# Mensajes en español para e2fsprogs.
2# Copyright (C) 2013 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#
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05008#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04009#. The strings in e2fsck's problem.c can be very hard to translate,
10#. since the strings are expanded in two different ways. First of all,
11#. there is an @-expansion, where strings like "@i" are expanded to
12#. "inode", and so on. In order to make it easier for translators, the
13#. e2fsprogs po template file has been enhanced with comments that show
14#. the @-expansion, for the strings in the problem.c file.
15#.
16#. Translators are free to use the @-expansion facility if they so
17#. choose, by providing translations for strings in e2fsck/message.c.
18#. These translation can completely replace an expansion; for example,
19#. if "bblock" (which indicated that "@b" would be expanded to "block")
20#. is translated as "ddatenverlust", then "@d" will be expanded to
21#. "datenverlust". Alternatively, translators can simply not use the
22#. @-expansion facility at all.
23#.
24#. The second expansion which is done for e2fsck's problem.c messages is
25#. a dynamic %-expansion, which expands %i as an inode number, and so
26#. on. A table of these expansions can be found below. Note that
27#. %-expressions that begin with "%D" and "%I" are two-character
28#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040029#. ownership field (inode->i_uid). Also the "%B" expansion is special:
30#. it can expand to either the string "indirect block" (possibly preceded
31#. by the word "double" or "triple"), or the string "block #" immediately
32#. followed by an integer indicating a block sequence number.
Benno Schulenbergd6408f12008-06-21 14:06:00 -040033#.
Theodore Ts'o7ae19832005-06-19 09:45:36 -040034#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040035#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'o7ae19832005-06-19 09:45:36 -040036#. %c <blk2> block number
37#. %Di <dirent> -> ino inode number
38#. %Dn <dirent> -> name string
39#. %Dr <dirent> -> rec_len
40#. %Dl <dirent> -> name_len
41#. %Dt <dirent> -> filetype
42#. %d <dir> inode number
43#. %g <group> integer
44#. %i <ino> inode number
45#. %Is <inode> -> i_size
46#. %IS <inode> -> i_extra_isize
47#. %Ib <inode> -> i_blocks
48#. %Il <inode> -> i_links_count
49#. %Im <inode> -> i_mode
50#. %IM <inode> -> i_mtime
51#. %IF <inode> -> i_faddr
52#. %If <inode> -> i_file_acl
53#. %Id <inode> -> i_dir_acl
54#. %Iu <inode> -> i_uid
55#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040056#. %It <str> file type
Theodore Ts'o7ae19832005-06-19 09:45:36 -040057#. %j <ino2> inode number
58#. %m <com_err error message>
59#. %N <num>
60#. %p ext2fs_get_pathname of directory <ino>
61#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
62#. the containing directory. (If dirent is NULL
63#. then return the pathname of directory <ino2>)
64#. %q ext2fs_get_pathname of directory <dir>
65#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
66#. the containing directory.
67#. %s <str> miscellaneous string
68#. %S backup superblock
69#. %X <num> hexadecimal format
70#.
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050071msgid ""
72msgstr ""
Benno Schulenberg8dc47042014-05-18 09:46:34 -040073"Project-Id-Version: e2fsprogs-1.42.9\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050074"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040075"POT-Creation-Date: 2014-07-05 23:41-0400\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -040076"PO-Revision-Date: 2014-01-05 22:51+0100\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040077"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050078"Language-Team: Spanish <es@li.org>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -040079"Language: es\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050080"MIME-Version: 1.0\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040081"Content-Type: text/plain; charset=UTF-8\n"
82"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050083"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -040084"X-Generator: Lokalize 1.0\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050085
Theodore Ts'o7527ef12007-12-05 19:35:20 -050086# Ojo: "To ignore" no es ignorar sino "no tener en cuenta",
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040087# "pasar por alto", etc. Ya sé que "ignorar" se entiende, pero sólo
88# porque su mal uso está muy extendido. sv
89# ¿Qué tal "se descarta"? Me gustaría saber si hay algún glosario de
90# frases para traducir programas GNU, son cosas que deberían ser
91# estándar. mm
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040092#: e2fsck/badblocks.c:23 misc/mke2fs.c:211
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050093#, c-format
94msgid "Bad block %u out of range; ignored.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040095msgstr "El bloque dañado %u está fuera del intervalo; se descarta.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -050096
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040097# 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 -050098# de "nodo i" sobre "nodo-i"? sv
Benno Schulenberg0acb53e2008-06-02 21:13:36 -040099# El plural. Pero está bien, adopto la convención K&R. mm
Eric Sandeen032eafe2012-07-28 17:48:36 -0400100#: e2fsck/badblocks.c:46
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500101msgid "while sanity checking the bad blocks inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400102msgstr "mientras se revisaba la salud del nodo-i de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500103
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400104# Yo pondría mejor "el nodo i de bloques dañados". No sé mucho sobre el
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500105# formato ext2, pero creo que es muy posible que haya un nodo-i especial
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400106# cuya tarea sea precisamente la de recordar cuáles son los bloques
107# dañados. Investigarlo en caso de duda. sv
Eric Sandeen032eafe2012-07-28 17:48:36 -0400108#: e2fsck/badblocks.c:58
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500109msgid "while reading the bad blocks inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400110msgstr "mientras se leía el nodo-i de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500111
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400112#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1345
113#: e2fsck/unix.c:1434 misc/badblocks.c:1227 misc/badblocks.c:1235
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400114#: misc/badblocks.c:1249 misc/badblocks.c:1261 misc/dumpe2fs.c:602
115#: misc/e2image.c:1396 misc/e2image.c:1580 misc/e2image.c:1599
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400116#: misc/mke2fs.c:227 misc/tune2fs.c:1945 resize/main.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500117#, c-format
118msgid "while trying to open %s"
119msgstr "mientras se intentaba abrir %s"
120
Eric Sandeen032eafe2012-07-28 17:48:36 -0400121#: e2fsck/badblocks.c:83
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500122#, c-format
123msgid "while trying popen '%s'"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400124msgstr "mientras se intentaba abrir una tubería a '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500125
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400126#: e2fsck/badblocks.c:94 misc/mke2fs.c:234
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500127msgid "while reading in list of bad blocks from file"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400128msgstr "mientras se leía una lista de bloques dañados desde un fichero"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500129
Eric Sandeen032eafe2012-07-28 17:48:36 -0400130#: e2fsck/badblocks.c:105
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500131msgid "while updating bad block inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400132msgstr "mientras se actualizaba el nodo-i de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500133
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400134# Solemos traducir Warning por Atención. sv
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500135# Ok, uniformizo. mm
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400136#: e2fsck/badblocks.c:133
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500137#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400138msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400139msgstr ""
140"Atención: se encontró un bloque ilegal %u en el nodo-i de bloques dañados. "
141"Limpiado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500142
Eric Sandeen032eafe2012-07-28 17:48:36 -0400143#: e2fsck/ehandler.c:55
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500144#, c-format
145msgid "Error reading block %lu (%s) while %s. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500146msgstr "Error al leer el bloque %lu (%s) mientras %s. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500147
Eric Sandeen032eafe2012-07-28 17:48:36 -0400148#: e2fsck/ehandler.c:58
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500149#, c-format
150msgid "Error reading block %lu (%s). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400151msgstr "Error al leer el bloque %lu (%s). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500152
Eric Sandeen032eafe2012-07-28 17:48:36 -0400153#: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500154msgid "Ignore error"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500155msgstr "Se descarta el error"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500156
Eric Sandeen032eafe2012-07-28 17:48:36 -0400157#: e2fsck/ehandler.c:62
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500158msgid "Force rewrite"
159msgstr "Se fuerza la reescritura"
160
Eric Sandeen032eafe2012-07-28 17:48:36 -0400161#: e2fsck/ehandler.c:104
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500162#, c-format
163msgid "Error writing block %lu (%s) while %s. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500164msgstr "Error al escribir el bloque %lu (%s) mientras %s. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500165
Eric Sandeen032eafe2012-07-28 17:48:36 -0400166#: e2fsck/ehandler.c:107
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500167#, c-format
168msgid "Error writing block %lu (%s). "
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500169msgstr "Error al escribir el bloque %lu (%s). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500170
Eric Sandeen032eafe2012-07-28 17:48:36 -0400171#: e2fsck/emptydir.c:57
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500172msgid "empty dirblocks"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400173msgstr "bloques de directorio vacíos"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500174
Eric Sandeen032eafe2012-07-28 17:48:36 -0400175#: e2fsck/emptydir.c:62
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500176msgid "empty dir map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400177msgstr "mapa de directorios vacío"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500178
Eric Sandeen032eafe2012-07-28 17:48:36 -0400179#: e2fsck/emptydir.c:98
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400180#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400181msgid "Empty directory block %u (#%d) in inode %u\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400182msgstr "El bloque del directorio %u (#%d) está vacío en el nodo-i %u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500183
Eric Sandeen032eafe2012-07-28 17:48:36 -0400184#: e2fsck/extend.c:22
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500185#, c-format
186msgid "%s: %s filename nblocks blocksize\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400187msgstr "%s: %s fichero númerodebloques tamañodelbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500188
Eric Sandeen032eafe2012-07-28 17:48:36 -0400189#: e2fsck/extend.c:44
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500190#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500191msgid "Illegal number of blocks!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400192msgstr "¡Número inválido de bloques!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500193
Eric Sandeen032eafe2012-07-28 17:48:36 -0400194#: e2fsck/extend.c:50
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500195#, c-format
196msgid "Couldn't allocate block buffer (size=%d)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400197msgstr "No se puede reservar el bloque del búfer (tamaño=%d)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500198
Eric Sandeen032eafe2012-07-28 17:48:36 -0400199#: e2fsck/flushb.c:35
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500200#, c-format
201msgid "Usage: %s disk\n"
202msgstr "Modo de empleo: %s disco\n"
203
Eric Sandeen032eafe2012-07-28 17:48:36 -0400204#: e2fsck/flushb.c:64
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500205#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500206msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400207msgstr ""
208"¡No está implementado el control de entrada/salida del BLKFLSBUF! No se "
209"pueden vaciar los búfers.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500210
Eric Sandeen032eafe2012-07-28 17:48:36 -0400211#: e2fsck/iscan.c:44
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500212#, c-format
213msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400214msgstr ""
215"Modo de empleo: %s [-F] [-I bloques_del_búfer_del_nodo_i] dispositivo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500216
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400217#: e2fsck/iscan.c:81 e2fsck/unix.c:972
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500218#, c-format
219msgid "while opening %s for flushing"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400220msgstr "mientras se abría %s para su vaciado"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500221
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400222#: e2fsck/iscan.c:86 e2fsck/unix.c:978 resize/main.c:289
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500223#, c-format
224msgid "while trying to flush %s"
225msgstr "mientras se intentaba vaciar %s"
226
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400227#: e2fsck/iscan.c:110
228#, c-format
229msgid "while trying to open '%s'"
230msgstr "mientras se intentaba abrir '%s'"
231
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400232#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1290
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500233msgid "while opening inode scan"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400234msgstr "mientras se iniciaba la exploración de los nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500235
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400236#: e2fsck/iscan.c:127 misc/e2image.c:1309
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500237msgid "while getting next inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400238msgstr "mientras se obtenía el nodo-i siguiente"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500239
Eric Sandeen032eafe2012-07-28 17:48:36 -0400240#: e2fsck/iscan.c:136
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400241#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400242msgid "%u inodes scanned.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400243msgstr "%u nodos-i explorados.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500244
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400245#: e2fsck/journal.c:525
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500246msgid "reading journal superblock\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500247msgstr "leyendo el superbloque del fichero de transacciones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500248
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500249# Ojo: No es que se haya encontrado un superbloque que resulta que no es
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400250# válido, sino que no se ha encontrado ningún superbloque que sea válido,
251# que es distinto (a lo mejor no se ha encontrado ningún superbloque
252# en absoluto). Creo que la traducción debería cambiarse. sv
253# En efecto, tienes toda la razón. Corregido. mm
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400254#: e2fsck/journal.c:582
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500255#, c-format
256msgid "%s: no valid journal superblock found\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400257msgstr ""
258"%s: no se encontró un superbloque válido en el fichero de transacciones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500259
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400260#: e2fsck/journal.c:591
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500261#, c-format
262msgid "%s: journal too short\n"
263msgstr "%s: el fichero de transacciones es demasiado corto\n"
264
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400265#: e2fsck/journal.c:882
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500266#, c-format
267msgid "%s: recovering journal\n"
268msgstr "%s: recuperando el fichero de transacciones\n"
269
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400270#: e2fsck/journal.c:884
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500271#, c-format
272msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400273msgstr ""
274"%s: no se puede hacer la recuperación del fichero de transacciones en modo "
275"de sólo lectura\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500276
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400277#: e2fsck/journal.c:911
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500278#, c-format
279msgid "while trying to re-open %s"
280msgstr "mientras se intentaba reabrir %s"
281
Eric Sandeen032eafe2012-07-28 17:48:36 -0400282#: e2fsck/message.c:113
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500283msgid "aextended attribute"
284msgstr "aatributo extendido"
285
Eric Sandeen032eafe2012-07-28 17:48:36 -0400286#: e2fsck/message.c:114
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500287msgid "Aerror allocating"
288msgstr "Aerror en la reserva"
289
Eric Sandeen032eafe2012-07-28 17:48:36 -0400290#: e2fsck/message.c:115
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500291msgid "bblock"
292msgstr "bbloque"
293
Eric Sandeen032eafe2012-07-28 17:48:36 -0400294#: e2fsck/message.c:116
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500295msgid "Bbitmap"
296msgstr "Bmapa de bits"
297
Eric Sandeen032eafe2012-07-28 17:48:36 -0400298#: e2fsck/message.c:117
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500299msgid "ccompress"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400300msgstr "ccompresión"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500301
Eric Sandeen032eafe2012-07-28 17:48:36 -0400302#: e2fsck/message.c:118
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500303msgid "Cconflicts with some other fs @b"
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400304msgstr "Centra en conflicto con algún otro @b del sistema de ficheros"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500305
Eric Sandeen032eafe2012-07-28 17:48:36 -0400306#: e2fsck/message.c:119
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500307msgid "ddirectory"
308msgstr "ddirectorio"
309
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400310#: e2fsck/message.c:120
311msgid "Ddeleted"
312msgstr "Dborrado"
313
314#: e2fsck/message.c:121
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500315msgid "eentry"
316msgstr "eentrada"
317
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400318#: e2fsck/message.c:122
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500319msgid "E@e '%Dn' in %p (%i)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400320msgstr "ELa @e '%Dn' que está en %p (%i)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500321
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400322#: e2fsck/message.c:123
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500323msgid "ffilesystem"
324msgstr "fsistema de ficheros"
325
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400326#: e2fsck/message.c:124
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500327msgid "Ffor @i %i (%Q) is"
328msgstr "Fpara el @i %i (%Q) es"
329
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400330#: e2fsck/message.c:125
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500331msgid "ggroup"
332msgstr "ggrupo"
333
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400334#: e2fsck/message.c:126
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500335msgid "hHTREE @d @i"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400336msgstr "hEl ÁRBOL-H del @i del @d"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500337
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400338#: e2fsck/message.c:127
339msgid "iinode"
340msgstr "inodo-i"
341
342#: e2fsck/message.c:128
343msgid "Iillegal"
344msgstr "Iilegal"
345
346#: e2fsck/message.c:129
347msgid "jjournal"
348msgstr "jfichero de transacciones"
349
Eric Sandeen032eafe2012-07-28 17:48:36 -0400350#: e2fsck/message.c:130
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500351msgid "llost+found"
352msgstr "llost+found"
353
Eric Sandeen032eafe2012-07-28 17:48:36 -0400354#: e2fsck/message.c:131
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500355msgid "Lis a link"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500356msgstr "Les un enlace"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500357
Eric Sandeen032eafe2012-07-28 17:48:36 -0400358#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400359msgid "mmultiply-claimed"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400360msgstr "mreclamado en múltiples ocasiones"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400361
Eric Sandeen032eafe2012-07-28 17:48:36 -0400362#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400363msgid "ninvalid"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400364msgstr "ninválido"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400365
Eric Sandeen032eafe2012-07-28 17:48:36 -0400366#: e2fsck/message.c:134
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500367msgid "oorphaned"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400368msgstr "ohuérfano"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500369
Eric Sandeen032eafe2012-07-28 17:48:36 -0400370#: e2fsck/message.c:135
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500371msgid "pproblem in"
372msgstr "pproblema en"
373
Eric Sandeen032eafe2012-07-28 17:48:36 -0400374#: e2fsck/message.c:136
375msgid "qquota"
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400376msgstr "qcuota"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400377
378#: e2fsck/message.c:137
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500379msgid "rroot @i"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400380msgstr "r@i raíz"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500381
Eric Sandeen032eafe2012-07-28 17:48:36 -0400382#: e2fsck/message.c:138
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500383msgid "sshould be"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400384msgstr "sdebería ser"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500385
Eric Sandeen032eafe2012-07-28 17:48:36 -0400386#: e2fsck/message.c:139
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500387msgid "Ssuper@b"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500388msgstr "Ssuper@b"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500389
Eric Sandeen032eafe2012-07-28 17:48:36 -0400390#: e2fsck/message.c:140
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500391msgid "uunattached"
392msgstr "udesacoplado"
393
Eric Sandeen032eafe2012-07-28 17:48:36 -0400394#: e2fsck/message.c:141
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500395msgid "vdevice"
396msgstr "vdispositivo"
397
Eric Sandeen032eafe2012-07-28 17:48:36 -0400398#: e2fsck/message.c:142
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400399msgid "xextent"
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400400msgstr ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400401
Eric Sandeen032eafe2012-07-28 17:48:36 -0400402#: e2fsck/message.c:143
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500403msgid "zzero-length"
404msgstr "zlongitud cero"
405
Eric Sandeen032eafe2012-07-28 17:48:36 -0400406#: e2fsck/message.c:154
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500407msgid "<The NULL inode>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500408msgstr "<El nodo-i NULO>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500409
Eric Sandeen032eafe2012-07-28 17:48:36 -0400410#: e2fsck/message.c:155
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500411msgid "<The bad blocks inode>"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400412msgstr "<El nodo-i de bloques dañados>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500413
Eric Sandeen032eafe2012-07-28 17:48:36 -0400414#: e2fsck/message.c:157
415#, fuzzy
416msgid "<The user quota inode>"
417msgstr "<El nodo-i del fichero de transacciones>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500418
Eric Sandeen032eafe2012-07-28 17:48:36 -0400419#: e2fsck/message.c:158
420#, fuzzy
421msgid "<The group quota inode>"
422msgstr "<El nodo-i descriptor del grupo>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500423
Eric Sandeen032eafe2012-07-28 17:48:36 -0400424#: e2fsck/message.c:159
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500425msgid "<The boot loader inode>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500426msgstr "<El nodo-i del cargador de arranque>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500427
Eric Sandeen032eafe2012-07-28 17:48:36 -0400428#: e2fsck/message.c:160
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500429msgid "<The undelete directory inode>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500430msgstr "<El nodo-i del directorio de desborrado>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500431
Eric Sandeen032eafe2012-07-28 17:48:36 -0400432#: e2fsck/message.c:161
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500433msgid "<The group descriptor inode>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500434msgstr "<El nodo-i descriptor del grupo>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500435
Eric Sandeen032eafe2012-07-28 17:48:36 -0400436#: e2fsck/message.c:162
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500437msgid "<The journal inode>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500438msgstr "<El nodo-i del fichero de transacciones>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500439
Eric Sandeen032eafe2012-07-28 17:48:36 -0400440#: e2fsck/message.c:163
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500441msgid "<Reserved inode 9>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500442msgstr "<Se ha reservado el nodo-i 9>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500443
Eric Sandeen032eafe2012-07-28 17:48:36 -0400444#: e2fsck/message.c:164
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500445msgid "<Reserved inode 10>"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500446msgstr "<Se ha reservado el nodo-i 10>"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500447
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400448#: e2fsck/message.c:334
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400449msgid "regular file"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400450msgstr "fichero regular"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400451
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400452#: e2fsck/message.c:336
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400453msgid "directory"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400454msgstr "directorio"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400455
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400456#: e2fsck/message.c:338
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400457msgid "character device"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400458msgstr "dispositivo de caracteres"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400459
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400460#: e2fsck/message.c:340
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400461msgid "block device"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400462msgstr "dispositivo de bloque"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400463
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400464#: e2fsck/message.c:342
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400465msgid "named pipe"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400466msgstr "tubería designada"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400467
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400468#: e2fsck/message.c:344
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400469msgid "symbolic link"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400470msgstr "enlace simbólico"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400471
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400472#: e2fsck/message.c:346 misc/uuidd.c:161
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400473msgid "socket"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400474msgstr "zócalo"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400475
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400476#: e2fsck/message.c:348
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400477#, c-format
478msgid "unknown file type with mode 0%o"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400479msgstr "tipo de fichero desconocido con modo 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400480
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400481#: e2fsck/message.c:423
Eric Sandeen032eafe2012-07-28 17:48:36 -0400482msgid "indirect block"
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400483msgstr "bloque indirecto"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400484
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400485#: e2fsck/message.c:425
Eric Sandeen032eafe2012-07-28 17:48:36 -0400486#, fuzzy
487msgid "double indirect block"
488msgstr "leyendo bloque de directorio"
489
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400490#: e2fsck/message.c:427
Eric Sandeen032eafe2012-07-28 17:48:36 -0400491#, fuzzy
492msgid "triple indirect block"
493msgstr "leyendo bloque de directorio"
494
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400495#: e2fsck/message.c:429
Eric Sandeen032eafe2012-07-28 17:48:36 -0400496#, fuzzy
497msgid "translator block"
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400498msgstr "bloques de metadatos"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400499
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400500#: e2fsck/message.c:431
Eric Sandeen032eafe2012-07-28 17:48:36 -0400501#, fuzzy
502msgid "block #"
503msgstr "bbloque"
504
505#: e2fsck/pass1b.c:222
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500506msgid "multiply claimed inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400507msgstr "mapa de nodos-i reclamados en múltiples ocasiones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500508
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400509#: e2fsck/pass1b.c:610 e2fsck/pass1b.c:730
510#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -0400511msgid "internal error: can't find dup_blk for %llu\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400512msgstr "error interno: no se encontró el dup_blk para %llu\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500513
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400514#: e2fsck/pass1b.c:821
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500515msgid "returned from clone_file_block"
516msgstr "regresado del clone_file_block"
517
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400518#: e2fsck/pass1b.c:843
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400519#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -0400520msgid "internal error: couldn't lookup EA block record for %llu"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500521msgstr "Error interno: no se puede encontrar el dir_info para %i.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400522
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400523#: e2fsck/pass1b.c:855
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400524#, fuzzy, c-format
525msgid "internal error: couldn't lookup EA inode record for %u"
526msgstr "Error interno: no se puede encontrar el dir_info para %i.\n"
527
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400528#: e2fsck/pass1.c:475 e2fsck/pass2.c:782
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400529msgid "reading directory block"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400530msgstr "leyendo bloque de directorio"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400531
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400532#: e2fsck/pass1.c:598
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500533msgid "in-use inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400534msgstr "mapa de nodos-i usados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500535
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400536#: e2fsck/pass1.c:609
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500537msgid "directory inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400538msgstr "mapa de nodos-i de directorio"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500539
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400540#: e2fsck/pass1.c:619
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500541msgid "regular file inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400542msgstr "mapa de nodos-i de ficheros normales"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500543
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400544#: e2fsck/pass1.c:628 misc/e2image.c:1265
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500545msgid "in-use block map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400546msgstr "mapa de bloques usados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500547
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400548#: e2fsck/pass1.c:693
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400549msgid "opening inode scan"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400550msgstr "iniciando la exploración de los nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500551
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400552#: e2fsck/pass1.c:727
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400553msgid "getting next inode from scan"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400554msgstr "obteniendo el siguiente nodo-i para examinar"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400555
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400556#: e2fsck/pass1.c:1243
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500557msgid "Pass 1"
558msgstr "Paso 1"
559
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400560#: e2fsck/pass1.c:1300
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500561#, c-format
562msgid "reading indirect blocks of inode %u"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500563msgstr "leyendo bloques indirectos del nodo-i %u"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500564
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400565#: e2fsck/pass1.c:1350
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500566msgid "bad inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400567msgstr "mapa de nodos-i dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500568
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400569#: e2fsck/pass1.c:1373
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500570msgid "inode in bad block map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400571msgstr "el nodo-i está en el mapa de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500572
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400573#: e2fsck/pass1.c:1393
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500574msgid "imagic inode map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400575msgstr "mapa de nodos-i con 'imagic'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500576
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400577#: e2fsck/pass1.c:1420
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500578msgid "multiply claimed block map"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400579msgstr "mapa de bloques reclamados en múltiples ocasiones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500580
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400581#: e2fsck/pass1.c:1531
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500582msgid "ext attr block map"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500583msgstr "mapa de bloques de atributos extendidos"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500584
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400585#: e2fsck/pass1.c:2315
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500586#, c-format
587msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
588msgstr ""
589
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400590#: e2fsck/pass1.c:2678
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500591msgid "block bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400592msgstr "mapa de bits de bloques"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500593
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400594#: e2fsck/pass1.c:2684
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500595msgid "inode bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400596msgstr "mapa de bits de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500597
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400598#: e2fsck/pass1.c:2690
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500599msgid "inode table"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400600msgstr "tabla de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500601
Eric Sandeen032eafe2012-07-28 17:48:36 -0400602#: e2fsck/pass2.c:283
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500603msgid "Pass 2"
604msgstr "Paso 2"
605
Eric Sandeen032eafe2012-07-28 17:48:36 -0400606#: e2fsck/pass2.c:805
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400607msgid "Can not continue."
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400608msgstr "No se puede continuar."
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400609
Eric Sandeen032eafe2012-07-28 17:48:36 -0400610#: e2fsck/pass3.c:77
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500611msgid "inode done bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400612msgstr "mapa de bits de nodos-i pasados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500613
Eric Sandeen032eafe2012-07-28 17:48:36 -0400614#: e2fsck/pass3.c:86
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500615msgid "Peak memory"
616msgstr "Memoria pico"
617
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400618#: e2fsck/pass3.c:137
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500619msgid "Pass 3"
620msgstr "Paso 3"
621
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400622#: e2fsck/pass3.c:323
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500623msgid "inode loop detection bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400624msgstr "mapa de bits de detección de ciclos de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500625
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400626#: e2fsck/pass4.c:196
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500627msgid "Pass 4"
628msgstr "Paso 4"
629
Eric Sandeen032eafe2012-07-28 17:48:36 -0400630#: e2fsck/pass5.c:74
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500631msgid "Pass 5"
632msgstr "Paso 5"
633
Eric Sandeen032eafe2012-07-28 17:48:36 -0400634#: e2fsck/problem.c:51
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500635msgid "(no prompt)"
636msgstr "(no hay cursor)"
637
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400638# Yo pondría mejor "Arreglar", ya que es una pregunta que hace que quedaría
639# mejor en forma impersonal. Fíjate que todos los demás verbos que siguen
640# están en infinitivo.
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500641# Cierto. mm
Eric Sandeen032eafe2012-07-28 17:48:36 -0400642#: e2fsck/problem.c:52
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500643msgid "Fix"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500644msgstr "Arreglar"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500645
Eric Sandeen032eafe2012-07-28 17:48:36 -0400646#: e2fsck/problem.c:53
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500647msgid "Clear"
648msgstr "Borrar"
649
Eric Sandeen032eafe2012-07-28 17:48:36 -0400650#: e2fsck/problem.c:54
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500651msgid "Relocate"
652msgstr "Reubicar"
653
Eric Sandeen032eafe2012-07-28 17:48:36 -0400654#: e2fsck/problem.c:55
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500655msgid "Allocate"
656msgstr "Reservar"
657
Eric Sandeen032eafe2012-07-28 17:48:36 -0400658#: e2fsck/problem.c:56
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500659msgid "Expand"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500660msgstr "Expandir"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500661
Eric Sandeen032eafe2012-07-28 17:48:36 -0400662#: e2fsck/problem.c:57
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500663msgid "Connect to /lost+found"
664msgstr "Conectar a /lost+found"
665
Eric Sandeen032eafe2012-07-28 17:48:36 -0400666#: e2fsck/problem.c:58
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500667msgid "Create"
668msgstr "Crear"
669
Eric Sandeen032eafe2012-07-28 17:48:36 -0400670#: e2fsck/problem.c:59
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500671msgid "Salvage"
672msgstr "Recuperar"
673
Eric Sandeen032eafe2012-07-28 17:48:36 -0400674#: e2fsck/problem.c:60
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500675msgid "Truncate"
676msgstr "Truncar"
677
Eric Sandeen032eafe2012-07-28 17:48:36 -0400678#: e2fsck/problem.c:61
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500679msgid "Clear inode"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500680msgstr "Borrar nodo-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500681
Eric Sandeen032eafe2012-07-28 17:48:36 -0400682#: e2fsck/problem.c:62
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500683msgid "Abort"
684msgstr "Interrumpir"
685
Eric Sandeen032eafe2012-07-28 17:48:36 -0400686#: e2fsck/problem.c:63
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500687msgid "Split"
688msgstr "Dividir"
689
Eric Sandeen032eafe2012-07-28 17:48:36 -0400690#: e2fsck/problem.c:64
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500691msgid "Continue"
692msgstr "Continuar"
693
Eric Sandeen032eafe2012-07-28 17:48:36 -0400694#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400695msgid "Clone multiply-claimed blocks"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400696msgstr "Clonar los bloques reclamados en múltiples ocasiones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500697
Eric Sandeen032eafe2012-07-28 17:48:36 -0400698#: e2fsck/problem.c:66
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500699msgid "Delete file"
700msgstr "Borrar fichero"
701
Eric Sandeen032eafe2012-07-28 17:48:36 -0400702#: e2fsck/problem.c:67
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500703msgid "Suppress messages"
704msgstr "Eliminar mensajes"
705
Eric Sandeen032eafe2012-07-28 17:48:36 -0400706#: e2fsck/problem.c:68
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500707msgid "Unlink"
708msgstr "Desvincular"
709
Eric Sandeen032eafe2012-07-28 17:48:36 -0400710#: e2fsck/problem.c:69
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500711msgid "Clear HTree index"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400712msgstr "Borrar el índice del árbol-H"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500713
Eric Sandeen032eafe2012-07-28 17:48:36 -0400714#: e2fsck/problem.c:70
Theodore Ts'obc759702005-05-09 20:40:55 -0400715msgid "Recreate"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500716msgstr "Recrear"
Theodore Ts'obc759702005-05-09 20:40:55 -0400717
Eric Sandeen032eafe2012-07-28 17:48:36 -0400718#: e2fsck/problem.c:79
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500719msgid "(NONE)"
720msgstr "(NINGUNO)"
721
Eric Sandeen032eafe2012-07-28 17:48:36 -0400722#: e2fsck/problem.c:80
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500723msgid "FIXED"
724msgstr "ARREGLADO"
725
Eric Sandeen032eafe2012-07-28 17:48:36 -0400726#: e2fsck/problem.c:81
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500727msgid "CLEARED"
728msgstr "BORRADO"
729
Eric Sandeen032eafe2012-07-28 17:48:36 -0400730#: e2fsck/problem.c:82
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500731msgid "RELOCATED"
732msgstr "REUBICADO"
733
Eric Sandeen032eafe2012-07-28 17:48:36 -0400734#: e2fsck/problem.c:83
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500735msgid "ALLOCATED"
736msgstr "RESERVADO"
737
Eric Sandeen032eafe2012-07-28 17:48:36 -0400738#: e2fsck/problem.c:84
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500739msgid "EXPANDED"
740msgstr "EXPANDIDO"
741
Eric Sandeen032eafe2012-07-28 17:48:36 -0400742#: e2fsck/problem.c:85
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500743msgid "RECONNECTED"
744msgstr "RECONECTADO"
745
Eric Sandeen032eafe2012-07-28 17:48:36 -0400746#: e2fsck/problem.c:86
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500747msgid "CREATED"
748msgstr "CREADO"
749
Eric Sandeen032eafe2012-07-28 17:48:36 -0400750#: e2fsck/problem.c:87
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500751msgid "SALVAGED"
752msgstr "RECUPERADO"
753
Eric Sandeen032eafe2012-07-28 17:48:36 -0400754#: e2fsck/problem.c:88
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500755msgid "TRUNCATED"
756msgstr "TRUNCADO"
757
Eric Sandeen032eafe2012-07-28 17:48:36 -0400758#: e2fsck/problem.c:89
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500759msgid "INODE CLEARED"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400760msgstr "NODO-I BORRADO"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500761
Eric Sandeen032eafe2012-07-28 17:48:36 -0400762#: e2fsck/problem.c:90
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500763msgid "ABORTED"
764msgstr "INTERRUMPIDO"
765
Eric Sandeen032eafe2012-07-28 17:48:36 -0400766#: e2fsck/problem.c:91
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500767msgid "SPLIT"
768msgstr "DIVIDIDO"
769
Eric Sandeen032eafe2012-07-28 17:48:36 -0400770#: e2fsck/problem.c:92
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500771msgid "CONTINUING"
772msgstr "CONTINUANDO"
773
Eric Sandeen032eafe2012-07-28 17:48:36 -0400774#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400775msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400776msgstr "SE CLONARON LOS BLOQUES RECLAMADOS EN MÚLTIPLES OCASIONES"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500777
Eric Sandeen032eafe2012-07-28 17:48:36 -0400778#: e2fsck/problem.c:94
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500779msgid "FILE DELETED"
780msgstr "FICHERO BORRADO"
781
Eric Sandeen032eafe2012-07-28 17:48:36 -0400782#: e2fsck/problem.c:95
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500783msgid "SUPPRESSED"
784msgstr "SUPRIMIDO"
785
Eric Sandeen032eafe2012-07-28 17:48:36 -0400786#: e2fsck/problem.c:96
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500787msgid "UNLINKED"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500788msgstr "DESVINCULADO"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500789
Eric Sandeen032eafe2012-07-28 17:48:36 -0400790#: e2fsck/problem.c:97
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500791msgid "HTREE INDEX CLEARED"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400792msgstr "SE BORRÓ EL ÍNDICE DEL ÁRBOL-H"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500793
Eric Sandeen032eafe2012-07-28 17:48:36 -0400794#: e2fsck/problem.c:98
Theodore Ts'obc759702005-05-09 20:40:55 -0400795msgid "WILL RECREATE"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400796msgstr "SE RECREARÁ"
Theodore Ts'obc759702005-05-09 20:40:55 -0400797
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400798#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400799#: e2fsck/problem.c:107
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500800msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400801msgstr ""
802"El mapa de bits de bloques para el grupo %g no está en el grupo. (bloque "
803"%b)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500804
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400805#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400806#: e2fsck/problem.c:111
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500807msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400808msgstr ""
809"El mapa de bits de nodos-i para el grupo %g no está en el grupo. (bloque "
810"%b)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500811
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400812#. @-expanded: inode table for group %g is not in group. (block %b)\n
813#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400814#: e2fsck/problem.c:116
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500815msgid ""
816"@i table for @g %g is not in @g. (@b %b)\n"
817"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
818msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400819"La tabla de nodos-i para el @g %g no está en el @g. (@b %b)\n"
820"ATENCIÓN: ES POSIBLE QUE HAYA UNA PÉRDIDA DE DATOS SEVERA.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500821
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400822#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400823#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
824#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400825#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
826#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400827#. @-expanded: e2fsck -b 8193 <device>\n
828#. @-expanded: or\n
829#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400830#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400831#: e2fsck/problem.c:122
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400832#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500833msgid ""
834"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400835"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
836"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500837"@f (and not swap or ufs or something else), then the @S\n"
838"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400839" e2fsck -b 8193 <@v>\n"
840" or\n"
841" e2fsck -b 32768 <@v>\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500842"\n"
843msgstr ""
844"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400845"El @S podría no ser leido o no describe un @f ext2 correcto.\n"
846"Si el @v es válido y en verdad contiene un @f ext2 (y no uno \n"
847"de intercambio, ufs o algo más), entonces el @S está corrompido\n"
848"y podría intentarse ejecutar el e2fsck con un @S alternativo:\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500849" e2fsck -b %S <@v>\n"
850"\n"
851
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400852#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
853#. @-expanded: The physical size of the device is %c blocks\n
854#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400855#: e2fsck/problem.c:133
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500856msgid ""
857"The @f size (according to the @S) is %b @bs\n"
858"The physical size of the @v is %c @bs\n"
859"Either the @S or the partition table is likely to be corrupt!\n"
860msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400861"El tamaño del @f (de acuerdo con el @S) es de %b @bs\n"
862"El tamaño físico del @v es de %c @bs\n"
863"¡Puede ser que el @S, o la tabla de particiones, estén corruptos!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500864
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400865#. @-expanded: superblock block_size = %b, fragsize = %c.\n
866#. @-expanded: This version of e2fsck does not support fragment sizes different\n
867#. @-expanded: from the block size.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400868#: e2fsck/problem.c:140
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500869msgid ""
870"@S @b_size = %b, fragsize = %c.\n"
871"This version of e2fsck does not support fragment sizes different\n"
872"from the @b size.\n"
873msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400874"El tamaño_del_@b del @S es %b, el tamaño del fragmento = %c.\n"
875"Esta versión de e2fsck no tiene implementado el manejo de\n"
876"tamaños de fragmento distintos al del @b.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500877
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400878#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400879#: e2fsck/problem.c:147
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500880msgid "@S @bs_per_group = %b, should have been %c\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400881msgstr "El @bs_per_group del @S = %b y debería haber sido %c\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500882
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400883#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400884#: e2fsck/problem.c:152
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500885msgid "@S first_data_@b = %b, should have been %c\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400886msgstr "El first_data_@b del @S = %b y debería haber sido %c\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500887
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400888#. @-expanded: filesystem did not have a UUID; generating one.\n
889#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400890#: e2fsck/problem.c:157
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500891msgid ""
892"@f did not have a UUID; generating one.\n"
893"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400894msgstr "El @f no tiene un UUID; se generará uno.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500895
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400896#: e2fsck/problem.c:162
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500897#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500898msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400899"Note: if several inode or block bitmap blocks or part\n"
900"of the inode table require relocation, you may wish to try\n"
901"running e2fsck with the '-b %S' option first. The problem\n"
902"may lie only with the primary block group descriptors, and\n"
903"the backup block group descriptors may be OK.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500904"\n"
905msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400906"Nota: si varios bloques de mapas de bits (de nodos-i o de bloques)\n"
907"o parte de la tabla de nodos-i necesitan reubicación,\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500908"es posible que primero se quiera intentar ejecutar e2fsck con\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400909"la opción '-b %S'. El problema podría estar únicamente en el\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500910"descriptor primario del grupo de bloques y posiblemente el\n"
911"descriptor del grupo de bloques de respaldo pudiera estar bien.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500912"\n"
913
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400914#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400915#: e2fsck/problem.c:171
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500916msgid "Corruption found in @S. (%s = %N).\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400917msgstr "El @S está corrupto. (%s = %N).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500918
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400919#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400920#: e2fsck/problem.c:176
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500921#, c-format
922msgid "Error determining size of the physical @v: %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400923msgstr "Error al determinar el tamaño del @v físico: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500924
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400925#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400926#: e2fsck/problem.c:181
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400927msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500928msgstr "La cuenta @i en el @S es %i, @s %j.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500929
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400930#: e2fsck/problem.c:185
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500931msgid "The Hurd does not support the filetype feature.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400932msgstr "El Hurd no tiene implementada la opción de tipos de fichero.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500933
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500934#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400935#: e2fsck/problem.c:190
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400936#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500937msgid "@S has an @n @j (@i %i).\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -0400938msgstr "@S tiene un @j @n (@i %i).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500939
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400940#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400941#: e2fsck/problem.c:195
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500942msgid "External @j has multiple @f users (unsupported).\n"
943msgstr "El @j externo tiene varios usuarios del @f (no implementado).\n"
944
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400945#. @-expanded: Can't find external journal\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400946#: e2fsck/problem.c:200
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500947msgid "Can't find external @j\n"
948msgstr "No puedo encontrar un @j externo\n"
949
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400950#. @-expanded: External journal has bad superblock\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400951#: e2fsck/problem.c:205
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500952msgid "External @j has bad @S\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400953msgstr "El @j externo tiene un @S dañado\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500954
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400955#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400956#: e2fsck/problem.c:210
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500957msgid "External @j does not support this @f\n"
958msgstr "El @j externo no tiene implementado este @f\n"
959
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500960#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Benno Schulenbergd6408f12008-06-21 14:06:00 -0400961#. @-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 -0400962#. @-expanded: format.\n
963#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400964#: e2fsck/problem.c:215
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500965#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500966msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500967"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400968"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
969"format.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500970"It is also possible the @j @S is corrupt.\n"
971msgstr ""
972"El @S del @j ext3 es de un tipo desconocido %N (no implementado).\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400973"Es posible que su copia de e2fsck sea muy antigua y/o no tenga implementado\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500974"este formato de @j.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400975"También es posible que el @S del @j esté corrupto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500976
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500977#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400978#: e2fsck/problem.c:223
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500979#, fuzzy
980msgid "@j @S is corrupt.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -0400981msgstr "El @S del @j ext3 está corrupto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500982
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400983#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400984#: e2fsck/problem.c:228
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400985#, fuzzy
986msgid "@S has_@j flag is clear, but a @j is present.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500987msgstr ""
988"La bandera de recuperación del ext3 está limpia, pero el @j\n"
989"contiene información.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500990
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500991#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400992#: e2fsck/problem.c:233
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500993#, fuzzy
994msgid "@S needs_recovery flag is set, but no @j is present.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400995msgstr ""
996"El @S tiene ext3 y la bandera need_recovery está activada, pero no hay @j.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500997
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500998#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400999#: e2fsck/problem.c:238
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001000#, fuzzy
1001msgid "@S needs_recovery flag is clear, but @j has data.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001002msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001003"La bandera de recuperación del ext3 está limpia, pero el @j\n"
1004"contiene información.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001005
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001006#. @-expanded: Clear journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001007#: e2fsck/problem.c:243
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001008msgid "Clear @j"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001009msgstr "Borrar el @j"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001010
Eric Sandeen032eafe2012-07-28 17:48:36 -04001011#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001012#: e2fsck/problem.c:248 e2fsck/problem.c:702
Eric Sandeen032eafe2012-07-28 17:48:36 -04001013msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001014msgstr ""
1015"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 -05001016
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001017#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001018#: e2fsck/problem.c:253
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001019msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001020msgstr "%s @i @o %i (uid=%Iu, gid=%Ig, modo=%Im, tamaño=%Is)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001021
Eric Sandeen032eafe2012-07-28 17:48:36 -04001022#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001023#: e2fsck/problem.c:258
Eric Sandeen032eafe2012-07-28 17:48:36 -04001024#, fuzzy
1025msgid "@I %B (%b) found in @o @i %i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001026msgstr "@b @I #%B (%b) encontrado en un @i @o %i.\n"
1027
Eric Sandeen032eafe2012-07-28 17:48:36 -04001028#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001029#: e2fsck/problem.c:263
Eric Sandeen032eafe2012-07-28 17:48:36 -04001030#, fuzzy
1031msgid "Already cleared %B (%b) found in @o @i %i.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001032msgstr "Ya se borró el @b #%B (%b) encontrado en el @i @o %i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001033
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001034#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001035#: e2fsck/problem.c:268
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001036#, c-format
1037msgid "@I @o @i %i in @S.\n"
1038msgstr "@i @o @I %i en el @S.\n"
1039
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001040#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001041#: e2fsck/problem.c:273
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001042#, c-format
1043msgid "@I @i %i in @o @i list.\n"
1044msgstr "@i @I %i en la lista de @i @o.\n"
1045
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001046#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001047#: e2fsck/problem.c:278
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001048#, fuzzy
1049msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001050msgstr ""
1051"El @S del @j ext3 tiene puesta una bandera desconocida en una característica "
1052"de sólo lectura.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001053
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001054#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001055#: e2fsck/problem.c:283
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001056#, fuzzy
1057msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001058msgstr ""
1059"El @S del @j ext3 tiene puesta una bandera desconocida en una característica "
1060"incompatible.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001061
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001062#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001063#: e2fsck/problem.c:288
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001064msgid "@j version not supported by this e2fsck.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001065msgstr "La versión del @j no está implementada en este e2fsck.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001066
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001067#. @-expanded: Moving journal from /%s to hidden inode.\n
1068#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001069#: e2fsck/problem.c:293
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001070#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001071msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001072"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001073"\n"
1074msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001075"Moviendo el @j de /%s a un nodo-i oculto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001076"\n"
1077
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001078#. @-expanded: Error moving journal: %m\n
1079#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001080#: e2fsck/problem.c:298
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001081#, c-format
1082msgid ""
1083"Error moving @j: %m\n"
1084"\n"
1085msgstr ""
1086"Error moviendo el @j: %m\n"
1087"\n"
1088
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001089#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1090#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1091#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001092#: e2fsck/problem.c:303
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001093msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001094"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001095"Clearing fields beyond the V1 @j @S...\n"
1096"\n"
1097msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001098"Se encontraron campos V2 no válidos en el @j del @S\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001099"(del V1 del @j).\n"
1100"Borrando los campos que exceden la V1 del @j del @S...\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001101"\n"
1102
Eric Sandeen032eafe2012-07-28 17:48:36 -04001103#. @-expanded: Run journal anyway
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001104#: e2fsck/problem.c:309
Eric Sandeen032eafe2012-07-28 17:48:36 -04001105msgid "Run @j anyway"
1106msgstr "Ejecutar el @j de todas formas"
1107
1108#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001109#: e2fsck/problem.c:314
Eric Sandeen032eafe2012-07-28 17:48:36 -04001110msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1111msgstr ""
1112"La bandera de recuperación no está activada en el @S de respaldo,\n"
1113"por eso se ejecutará de todas maneras el @j.\n"
1114
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001115#. @-expanded: Backing up journal inode block information.\n
1116#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001117#: e2fsck/problem.c:319
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001118msgid ""
1119"Backing up @j @i @b information.\n"
1120"\n"
1121msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001122"Respaldando la información del @j, el @i y el @b.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001123"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001124
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001125#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001126#. @-expanded: is %N; should be zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001127#: e2fsck/problem.c:324
Theodore Ts'obc759702005-05-09 20:40:55 -04001128msgid ""
1129"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1130"is %N; @s zero. "
1131msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001132"El @f no tiene 'resize_inode' habilitado, pero 's_reserved_gdt_blocks'\n"
1133"es %N; debería ser cero. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001134
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001135#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001136#: e2fsck/problem.c:330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001137msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001138msgstr ""
1139"El 'resize_inode' no está habilitado, pero el nodo-i de cambio del tamaño no "
1140"es cero. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001141
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001142#. @-expanded: Resize inode not valid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001143#: e2fsck/problem.c:335
Theodore Ts'obc759702005-05-09 20:40:55 -04001144msgid "Resize @i not valid. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001145msgstr "El nodo-i de cambio del tamaño no es válido. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001146
Eric Sandeen032eafe2012-07-28 17:48:36 -04001147#. @-expanded: superblock last mount time (%t,\n
1148#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001149#: e2fsck/problem.c:340
Eric Sandeen032eafe2012-07-28 17:48:36 -04001150#, fuzzy
1151msgid ""
1152"@S last mount time (%t,\n"
1153"\tnow = %T) is in the future.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001154msgstr "La última vez que se montó el superbloque es en el futuro. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001155
Eric Sandeen032eafe2012-07-28 17:48:36 -04001156#. @-expanded: superblock last write time (%t,\n
1157#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001158#: e2fsck/problem.c:345
Eric Sandeen032eafe2012-07-28 17:48:36 -04001159#, fuzzy
1160msgid ""
1161"@S last write time (%t,\n"
1162"\tnow = %T) is in the future.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001163msgstr "La última vez que se escribió en el superbloque es en el futuro. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001164
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001165#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001166#: e2fsck/problem.c:349
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001167#, c-format
1168msgid "@S hint for external superblock @s %X. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001169msgstr "La pista de superbloque para un superbloque externo debería ser %X. "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001170
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001171#. @-expanded: Adding dirhash hint to filesystem.\n
1172#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001173#: e2fsck/problem.c:354
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001174msgid ""
1175"Adding dirhash hint to @f.\n"
1176"\n"
1177msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001178"Agregando la pista dirhash al sistema de ficheros\n"
1179"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001180
Eric Sandeen032eafe2012-07-28 17:48:36 -04001181#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001182#: e2fsck/problem.c:359
Eric Sandeen032eafe2012-07-28 17:48:36 -04001183msgid "@g descriptor %g checksum is %04x, should be %04y. "
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001184msgstr ""
1185
1186#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001187#: e2fsck/problem.c:364
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001188#, c-format
1189msgid "@g descriptor %g marked uninitialized without feature set.\n"
1190msgstr ""
1191
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001192#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001193#: e2fsck/problem.c:369
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001194msgid "@g descriptor %g has invalid unused inodes count %b. "
1195msgstr ""
1196
1197#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001198#: e2fsck/problem.c:374
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001199msgid "Last @g @b @B uninitialized. "
1200msgstr ""
1201
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001202#: e2fsck/problem.c:379
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001203#, c-format
1204msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1205msgstr ""
1206
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001207#: e2fsck/problem.c:383
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001208msgid "The test_fs flag is set (and ext4 is available). "
1209msgstr ""
1210
Eric Sandeen032eafe2012-07-28 17:48:36 -04001211#. @-expanded: superblock last mount time is in the future.\n
1212#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1213#. @-expanded: set)
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001214#: e2fsck/problem.c:388
Eric Sandeen032eafe2012-07-28 17:48:36 -04001215msgid ""
1216"@S last mount time is in the future.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001217"\t(by less than a day, probably due to the hardware clock being incorrectly "
1218"set) "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001219msgstr ""
1220
1221#. @-expanded: superblock last write time is in the future.\n
1222#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1223#. @-expanded: set).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001224#: e2fsck/problem.c:394
Eric Sandeen032eafe2012-07-28 17:48:36 -04001225msgid ""
1226"@S last write time is in the future.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001227"\t(by less than a day, probably due to the hardware clock being incorrectly "
1228"set). "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001229msgstr ""
1230
1231#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001232#: e2fsck/problem.c:400
Eric Sandeen032eafe2012-07-28 17:48:36 -04001233msgid "One or more @b @g descriptor checksums are invalid. "
1234msgstr ""
1235
1236#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001237#: e2fsck/problem.c:405
Eric Sandeen032eafe2012-07-28 17:48:36 -04001238#, fuzzy
1239msgid "Setting free @is count to %j (was %i)\n"
1240msgstr "Se pone la cantidad de bloques reservados a %lu\n"
1241
1242#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001243#: e2fsck/problem.c:410
Eric Sandeen032eafe2012-07-28 17:48:36 -04001244#, fuzzy
1245msgid "Setting free @bs count to %c (was %b)\n"
1246msgstr "Se pone la cantidad de bloques reservados a %lu\n"
1247
1248#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001249#: e2fsck/problem.c:415
Eric Sandeen032eafe2012-07-28 17:48:36 -04001250#, fuzzy
1251msgid "Making @q @i %i (%Q) hidden.\n"
1252msgstr ""
1253"Moviendo el @j de /%s a un nodo-i oculto.\n"
1254"\n"
1255
1256#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001257#: e2fsck/problem.c:420
Eric Sandeen032eafe2012-07-28 17:48:36 -04001258#, fuzzy
1259msgid "@S has invalid MMP block. "
1260msgstr "tamaño del bloque inválido - %s"
1261
1262#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001263#: e2fsck/problem.c:425
Eric Sandeen032eafe2012-07-28 17:48:36 -04001264msgid "@S has invalid MMP magic. "
1265msgstr ""
1266
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001267#: e2fsck/problem.c:430
Eric Sandeen032eafe2012-07-28 17:48:36 -04001268#, c-format
1269msgid "ext2fs_open2: %m\n"
1270msgstr ""
1271
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001272#: e2fsck/problem.c:435
Eric Sandeen032eafe2012-07-28 17:48:36 -04001273#, c-format
1274msgid "ext2fs_check_desc: %m\n"
1275msgstr ""
1276
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001277#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001278#: e2fsck/problem.c:440
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001279msgid "@S 64bit filesystems needs extents to access the whole disk. "
1280msgstr ""
1281
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001282# Prefiero el infinitivo, pero hay ocasiones en que el gerundio es
1283# indispensable, como por ejemplo "verificando", "revisando", en donde
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001284# da la impresión de que en ese momento se están haciendo las cosas.
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001285# En este caso en particular, creo que es conveniente el gerundio. mm
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001286#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001287#: e2fsck/problem.c:447
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001288msgid "Pass 1: Checking @is, @bs, and sizes\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001289msgstr "Paso 1: Verificando nodos-i, @bs y tamaños\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001290
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001291#. @-expanded: root inode is not a directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001292#: e2fsck/problem.c:451
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001293msgid "@r is not a @d. "
1294msgstr "el @r no es un @d. "
1295
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001296#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001297#: e2fsck/problem.c:456
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001298msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001299msgstr ""
1300"el @r tiene puesto el dtime (probablemente debido a una versión antigua del "
1301"mke2fs). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001302
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001303#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001304#: e2fsck/problem.c:461
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001305msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001306msgstr "El @i reservado %i %Q tiene un modo incorrecto. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001307
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001308#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001309#: e2fsck/problem.c:466
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001310#, c-format
1311msgid "@D @i %i has zero dtime. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001312msgstr "@i %i @D, tiene un dtime cero. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001313
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001314#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001315#: e2fsck/problem.c:471
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001316#, c-format
1317msgid "@i %i is in use, but has dtime set. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001318msgstr "@i %i está en uso, pero tiene puesto dtime. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001319
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001320#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001321#: e2fsck/problem.c:476
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001322#, c-format
1323msgid "@i %i is a @z @d. "
1324msgstr "@i %i es un @d con @z. "
1325
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001326#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001327#: e2fsck/problem.c:481
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001328msgid "@g %g's @b @B at %b @C.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001329msgstr "El @B de @bs del @g %g en el lugar %b @C.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001331#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001332#: e2fsck/problem.c:486
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001333msgid "@g %g's @i @B at %b @C.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001334msgstr "El @B de nodos-i del @g %g en el lugar %b @C.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001336#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001337#: e2fsck/problem.c:491
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001338msgid "@g %g's @i table at %b @C.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001339msgstr "La tabla de @i del @g %g en el lugar %b @C.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001340
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001341#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001342#: e2fsck/problem.c:496
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001343msgid "@g %g's @b @B (%b) is bad. "
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001344msgstr "El @B (%b) de @bs del @g %g está dañado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001345
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001346#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001347#: e2fsck/problem.c:501
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001348msgid "@g %g's @i @B (%b) is bad. "
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001349msgstr "El @B (%b) de nodos-i del @g %g está dañado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001350
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001351#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001352#: e2fsck/problem.c:506
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001353msgid "@i %i, i_size is %Is, @s %N. "
1354msgstr "@i %i, i_size es %Is, @s %N. "
1355
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001356#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001357#: e2fsck/problem.c:511
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001358msgid "@i %i, i_@bs is %Ib, @s %N. "
1359msgstr "@i %i, i_@bs es %Ib, @s %N. "
1360
Eric Sandeen032eafe2012-07-28 17:48:36 -04001361#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001362#: e2fsck/problem.c:516
Eric Sandeen032eafe2012-07-28 17:48:36 -04001363#, fuzzy
1364msgid "@I %B (%b) in @i %i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001365msgstr "@I @b #%B (%b) en @i %i. "
1366
Eric Sandeen032eafe2012-07-28 17:48:36 -04001367#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001368#: e2fsck/problem.c:521
Eric Sandeen032eafe2012-07-28 17:48:36 -04001369#, fuzzy
1370msgid "%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001371msgstr "@b #%B (%b) se encima con los metadatos del @f en el @i %i. "
1372
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001373#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001374#: e2fsck/problem.c:526
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001375#, c-format
1376msgid "@i %i has illegal @b(s). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001377msgstr "@i %i tiene @b(s) inválido(s). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001378
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001379#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001380#: e2fsck/problem.c:531
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001381#, c-format
1382msgid "Too many illegal @bs in @i %i.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001383msgstr "Demasiados @bs inválidos en el @i %i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001384
Eric Sandeen032eafe2012-07-28 17:48:36 -04001385#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001386#: e2fsck/problem.c:536
Eric Sandeen032eafe2012-07-28 17:48:36 -04001387#, fuzzy
1388msgid "@I %B (%b) in bad @b @i. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001389msgstr "@b @I #%B (%b) en el @b del @i dañado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001390
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001391#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001392#: e2fsck/problem.c:541
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001393msgid "Bad @b @i has illegal @b(s). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001394msgstr "@b del @i dañado tiene @b(s) inválido(s). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001395
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001396#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001397#: e2fsck/problem.c:546
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001398msgid "Duplicate or bad @b in use!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001399msgstr "¡@b duplicado o dañado está en uso!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001400
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001401#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001402#: e2fsck/problem.c:551
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001403msgid "Bad @b %b used as bad @b @i indirect @b. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001404msgstr "El @b %b dañado se usa de forma indirecta como @b del @i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001405
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001406#. @-expanded: \n
1407#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1408#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1409#. @-expanded: in the filesystem.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001410#: e2fsck/problem.c:556
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001411msgid ""
1412"\n"
1413"The bad @b @i has probably been corrupted. You probably\n"
1414"should stop now and run e2fsck -c to scan for bad blocks\n"
1415"in the @f.\n"
1416msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001417"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001418"El nodo-i de bloques dañados probablemente haya sido corrompido.\n"
1419"Probablemente se debería detener ahora el programa y ejecutar\n"
1420"e2fsck -c para buscar bloques dañados en el @f.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001421
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001422# Muchas oraciones en pasiva en inglés quedan mejor en forma reflexiva
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001423# cuando se traducen.
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001424#. @-expanded: \n
1425#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001426#: e2fsck/problem.c:563
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001427msgid ""
1428"\n"
1429"If the @b is really bad, the @f can not be fixed.\n"
1430msgstr ""
1431"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001432"Si el @b está realmente dañado, el @f no se puede arreglar.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001433
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001434#. @-expanded: You can remove this block from the bad block list and hope\n
1435#. @-expanded: that the block is really OK. But there are no guarantees.\n
1436#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001437#: e2fsck/problem.c:568
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001438msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001439"You can remove this @b from the bad @b list and hope\n"
1440"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001441"\n"
1442msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001443"Se puede borrar este @b de la lista de @bs y esperar\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001444"que el @b esté correcto. Pero no hay ninguna garantía.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001445"\n"
1446
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001447#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001448#: e2fsck/problem.c:574
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001449msgid "The primary @S (%b) is on the bad @b list.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001450msgstr "El @S primario (%b) está en la lista de @bs dañados.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001451
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001452#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001453#: e2fsck/problem.c:579
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001454msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001455msgstr ""
1456"El bloque %b en los descriptores primarios del @g está en la lista de @bs "
1457"dañados\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001458
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001459#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001460#: e2fsck/problem.c:585
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001461msgid "Warning: Group %g's @S (%b) is bad.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001462msgstr "Atención: el @S (%B) del grupo %g está dañado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001463
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001464#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001465#: e2fsck/problem.c:590
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001466msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001467msgstr ""
1468"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 -05001469
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001470#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001471#: e2fsck/problem.c:596
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001472msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001473msgstr ""
1474"¿Será un error de programación? El @b #%b se reclama sin razón en el "
1475"process_bad_block.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001476
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001477#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001478#: e2fsck/problem.c:602
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001479msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001480msgstr "@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 -05001481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001482#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001483#: e2fsck/problem.c:607
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001484#, c-format
1485msgid "@A @b buffer for relocating %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001486msgstr "@A del búfer del @b por reubicar %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001487
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001488#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001489#: e2fsck/problem.c:612
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001490msgid "Relocating @g %g's %s from %b to %c...\n"
1491msgstr "Reubicando %s del @g %g de %b a %c...\n"
1492
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001493#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001494#: e2fsck/problem.c:617
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001495#, c-format
1496msgid "Relocating @g %g's %s to %c...\n"
1497msgstr "Reubicando el @g %g de %s hacia %c...\n"
1498
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001499#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001500#: e2fsck/problem.c:622
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001501msgid "Warning: could not read @b %b of %s: %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001502msgstr "Atención: no se puede leer el @b %b de %s: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001503
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001504#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001505#: e2fsck/problem.c:627
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001506msgid "Warning: could not write @b %b for %s: %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001507msgstr "Atención: no se puede escribir el @b %b para %s: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001508
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001509#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001510#: e2fsck/problem.c:632 e2fsck/problem.c:1481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001511msgid "@A @i @B (%N): %m\n"
1512msgstr "Hay un @A del @B del @i (%N): %m\n"
1513
1514#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001515#: e2fsck/problem.c:637
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001516msgid "@A @b @B (%N): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001517msgstr "Hay un @A del @b del @B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001518
1519#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001520#: e2fsck/problem.c:642
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001521#, c-format
1522msgid "@A icount link information: %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001523msgstr "@A en la cuenta-i de la información del enlace: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001524
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001525# array -> matriz
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001526#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001527#: e2fsck/problem.c:647
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001528#, c-format
1529msgid "@A @d @b array: %m\n"
1530msgstr "@A el arreglo del @b de @ds: %m\n"
1531
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001532#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001533#: e2fsck/problem.c:652
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001534#, c-format
1535msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001536msgstr "Error mientras se exploraba el @i (%i): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001537
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001538#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001539#: e2fsck/problem.c:657
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001540#, c-format
1541msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001542msgstr "Error mientras se iteraba sobre los @bs en el @i %i: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001543
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001544#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001545#: e2fsck/problem.c:662
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001546msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001547msgstr ""
1548"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 -05001549
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001550#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001551#: e2fsck/problem.c:667
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001552msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001553msgstr ""
1554"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 -05001555
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001556#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001557#: e2fsck/problem.c:673
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001558#, c-format
1559msgid "Error reading @i %i: %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001560msgstr "Error al leer el @i %i: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001561
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001562#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001563#: e2fsck/problem.c:681
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001564#, c-format
1565msgid "@i %i has imagic flag set. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001566msgstr "@i %i tiene puesta la bandera imagic. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001567
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001568#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001569#. @-expanded: or append-only flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001570#: e2fsck/problem.c:686
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001571#, c-format
1572msgid ""
1573"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1574"or append-only flag set. "
1575msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001576"El fichero especial (dispositivo/zócalo/fifo/enlace símbolico) (@i %i)\n"
1577"no es modificable o tiene la bandera 'append-only' (sólo añadir). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001578
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001579#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001580#: e2fsck/problem.c:692
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001581#, c-format
1582msgid "@i %i has @cion flag set on @f without @cion support. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001583msgstr ""
1584"el @i %i tiene la bandera de @c puesta en el @f sin que la @c esté "
1585"implementada. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001586
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001587#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001588#: e2fsck/problem.c:697
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001589#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001590msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1591msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001592"El fichero especial (dispositivo/zócalo/fifo) (@i %i)\n"
1593"tiene un tamaño distinto de cero. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001594
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001595#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001596#: e2fsck/problem.c:707
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001597msgid "@j @i is not in use, but contains data. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001598msgstr "El @i del @j no está en uso, pero contiene información. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001599
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001600#. @-expanded: journal is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001601#: e2fsck/problem.c:712
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001602msgid "@j is not regular file. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001603msgstr "el @j no es un fichero regular. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001604
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001605#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001606#: e2fsck/problem.c:717
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001607#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001608msgid "@i %i was part of the @o @i list. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001609msgstr "el @i %i era parte de la lista de nodos-i @os. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001610
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001611#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001612#: e2fsck/problem.c:723
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001613msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001614msgstr ""
1615"Los nodos-i fueron parte de una lista enlazada que estaba huérfana y "
1616"dañada. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001617
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001618#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001619#: e2fsck/problem.c:728
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001620msgid "@A refcount structure (%N): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001621msgstr "@A de la estructura refcount (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001622
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001623#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001624#: e2fsck/problem.c:733
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001625msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001626msgstr "Error al leer el @b del @a %b para el @i %i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001627
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001628#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001629#: e2fsck/problem.c:738
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001630msgid "@i %i has a bad @a @b %b. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001631msgstr "@i %i tiene un @b del @a %b dañado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001632
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001633#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001634#: e2fsck/problem.c:743
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001635msgid "Error reading @a @b %b (%m). "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001636msgstr "Error al leer el @b del @a %b (%m). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001637
Eric Sandeen032eafe2012-07-28 17:48:36 -04001638#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001639#: e2fsck/problem.c:748
Eric Sandeen032eafe2012-07-28 17:48:36 -04001640#, fuzzy
1641msgid "@a @b %b has reference count %r, @s %N. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001642msgstr "El @b del @a %b tiene una cuenta de referencia %B y @s %N. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001643
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001644#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001645#: e2fsck/problem.c:753
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001646msgid "Error writing @a @b %b (%m). "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001647msgstr "Error al escribir el @b de @a %b (%m). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001648
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001649#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001650#: e2fsck/problem.c:758
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001651msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001652msgstr "El @b del @a %b tiene h_@bs > 1. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001653
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001654#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001655#: e2fsck/problem.c:763
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001656msgid "@A @a @b %b. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001657msgstr "@A de @a @b %b. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001658
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001659#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001660#: e2fsck/problem.c:768
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001661msgid "@a @b %b is corrupt (allocation collision). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001662msgstr "el @b del @a %b está dañado (hubo una colisión en la reserva). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001663
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001664#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001665#: e2fsck/problem.c:773
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001666msgid "@a @b %b is corrupt (@n name). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001667msgstr "el @b del @a %b está dañado (nombre no válido). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001668
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001669#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001670#: e2fsck/problem.c:778
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001671msgid "@a @b %b is corrupt (@n value). "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001672msgstr "el @b del @a %b está dañado (valor no válido). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001673
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001674#. @-expanded: inode %i is too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001675#: e2fsck/problem.c:783
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001676#, c-format
1677msgid "@i %i is too big. "
1678msgstr "el @i %i es muy grande. "
1679
Eric Sandeen032eafe2012-07-28 17:48:36 -04001680#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001681#: e2fsck/problem.c:787
Eric Sandeen032eafe2012-07-28 17:48:36 -04001682#, fuzzy
1683msgid "%B (%b) causes @d to be too big. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001684msgstr "el @b #%B (%b) causa que el @d sea muy grande. "
1685
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001686#: e2fsck/problem.c:792
Eric Sandeen032eafe2012-07-28 17:48:36 -04001687#, fuzzy
1688msgid "%B (%b) causes file to be too big. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001689msgstr "el @b #%B (%b) causa que el fichero sea muy grande. "
1690
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001691#: e2fsck/problem.c:797
Eric Sandeen032eafe2012-07-28 17:48:36 -04001692#, fuzzy
1693msgid "%B (%b) causes symlink to be too big. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001694msgstr "el @b #%B (%b) causa que el enlace simbólico sea muy grande. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001695
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001696#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001697#: e2fsck/problem.c:802
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001698#, c-format
1699msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001700msgstr ""
1701"el @i %i tiene la bandera INDEX_FL puesta en el @f sin el árbol-h "
1702"implementado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001703
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001704#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001705#: e2fsck/problem.c:807
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001706#, c-format
1707msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001708msgstr "@i %i tiene puesta la bandera INDEX_FL pero no es un @d.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001709
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001710#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001711#: e2fsck/problem.c:812
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001712#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001713msgid "@h %i has an @n root node.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001714msgstr "El @h %i tiene un nodo raíz no válido.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001715
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001716#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001717#: e2fsck/problem.c:817
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001718msgid "@h %i has an unsupported hash version (%N)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001719msgstr "El @h %i tiene una versión de hash no implementada (%N)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001720
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001721#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001722#: e2fsck/problem.c:822
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001723#, c-format
1724msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001725msgstr ""
1726"El @h %i utiliza una bandera incompatible para el nodo raíz del árbol h.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001727
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001728#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001729#: e2fsck/problem.c:827
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001730msgid "@h %i has a tree depth (%N) which is too big\n"
1731msgstr "El @h %i tiene una profundidad (%N) muy grande\n"
1732
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001733#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001734#. @-expanded: filesystem metadata.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001735#: e2fsck/problem.c:832
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001736msgid ""
1737"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1738"@f metadata. "
1739msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001740"El @i del @b está dañado y tiene un @b indirecto (%b) que\n"
1741"entra en conflicto con la metainformación del @f. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001742
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001743#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001744#: e2fsck/problem.c:838
Theodore Ts'obc759702005-05-09 20:40:55 -04001745#, c-format
1746msgid "Resize @i (re)creation failed: %m."
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001747msgstr "Falló la (re)creación del nodo-i de cambio de tamaño: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001748
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001749#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001750#: e2fsck/problem.c:843
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001751msgid "@i %i has a extra size (%IS) which is @n\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001752msgstr "El @i %i tiene un tamaño adicional (%IS) que es @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001753
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001754#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001755#: e2fsck/problem.c:848
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001756msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001757msgstr "El @a en el @i %i tiene una longitud de nombre (%N) que es @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001758
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001759#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001760#: e2fsck/problem.c:853
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001761msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001762msgstr "El @a en @i %i tiene un valor de desplazamiento (%N) que es @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001763
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001764#. @-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 -04001765#: e2fsck/problem.c:858
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001766msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001767msgstr "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 -04001768
Eric Sandeen032eafe2012-07-28 17:48:36 -04001769#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001770#: e2fsck/problem.c:863
Eric Sandeen032eafe2012-07-28 17:48:36 -04001771msgid "@a in @i %i has a value size (%N) which is @n\n"
1772msgstr "El @a en el @i %i tiene un valor de tamaño (%N) que es @n\n"
1773
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001774#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001775#: e2fsck/problem.c:868
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001776#, fuzzy
1777msgid "@a in @i %i has a hash (%N) which is @n\n"
1778msgstr "El @a en el @i %i tiene una longitud de nombre (%N) que es @n\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001779
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001780#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001781#: e2fsck/problem.c:873
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001782msgid "@i %i is a %It but it looks like it is really a directory.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001783msgstr "Nodo-i %i está marcado como un %It pero parece ser un directorio.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001784
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001785#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001786#: e2fsck/problem.c:878
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001787#, fuzzy, c-format
1788msgid "Error while reading over @x tree in @i %i: %m\n"
1789msgstr "Error mientras se iteraba sobre los @bs en el @i %i: %m\n"
1790
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001791#. @-expanded: Failed to iterate extents in inode %i\n
1792#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001793#: e2fsck/problem.c:883
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001794msgid ""
1795"Failed to iterate extents in @i %i\n"
1796"\t(op %s, blk %b, lblk %c): %m\n"
1797msgstr ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001798
1799#. @-expanded: inode %i has an invalid extent\n
1800#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001801#: e2fsck/problem.c:889
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001802msgid ""
1803"@i %i has an @n extent\n"
1804"\t(logical @b %c, @n physical @b %b, len %N)\n"
1805msgstr ""
1806
1807#. @-expanded: inode %i has an invalid extent\n
1808#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001809#: e2fsck/problem.c:894
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001810msgid ""
1811"@i %i has an @n extent\n"
1812"\t(logical @b %c, physical @b %b, @n len %N)\n"
1813msgstr ""
1814
1815#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001816#: e2fsck/problem.c:899
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001817#, fuzzy, c-format
1818msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001819msgstr ""
1820"el @i %i tiene la bandera INDEX_FL puesta en el @f sin el árbol-h "
1821"implementado.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001822
1823#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001824#: e2fsck/problem.c:904
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001825#, c-format
1826msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1827msgstr ""
1828
1829#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001830#: e2fsck/problem.c:909
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001831#, c-format
1832msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1833msgstr ""
1834
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001835#: e2fsck/problem.c:914
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001836#, c-format
1837msgid "Fast symlink %i has EXTENT_FL set. "
1838msgstr ""
1839
1840#. @-expanded: inode %i has out of order extents\n
1841#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001842#: e2fsck/problem.c:919
Benno Schulenbergd6408f12008-06-21 14:06:00 -04001843msgid ""
1844"@i %i has out of order extents\n"
1845"\t(@n logical @b %c, physical @b %b, len %N)\n"
1846msgstr ""
1847
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001848#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001849#: e2fsck/problem.c:923
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001850msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1851msgstr ""
1852
Eric Sandeen032eafe2012-07-28 17:48:36 -04001853#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001854#: e2fsck/problem.c:928
Eric Sandeen032eafe2012-07-28 17:48:36 -04001855#, fuzzy, c-format
1856msgid "Error converting subcluster @b @B: %m\n"
1857msgstr "Error al iterar sobre los @bs del @d: %m\n"
1858
1859#. @-expanded: quota inode is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001860#: e2fsck/problem.c:933
Eric Sandeen032eafe2012-07-28 17:48:36 -04001861#, fuzzy
1862msgid "@q @i is not regular file. "
1863msgstr "el @j no es un fichero regular. "
1864
1865#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001866#: e2fsck/problem.c:938
Eric Sandeen032eafe2012-07-28 17:48:36 -04001867#, fuzzy
1868msgid "@q @i is not in use, but contains data. "
1869msgstr "El @i del @j no está en uso, pero contiene información. "
1870
1871#. @-expanded: quota inode is visible to the user.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001872#: e2fsck/problem.c:943
Eric Sandeen032eafe2012-07-28 17:48:36 -04001873#, fuzzy
1874msgid "@q @i is visible to the user. "
1875msgstr "@i %i está en uso, pero tiene puesto dtime. "
1876
1877#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001878#: e2fsck/problem.c:948
Eric Sandeen032eafe2012-07-28 17:48:36 -04001879msgid "The bad @b @i looks @n. "
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001880msgstr "El nodo-i de bloques dañados parece inválido. "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001881
1882#. @-expanded: inode %i has zero length extent\n
1883#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001884#: e2fsck/problem.c:953
Eric Sandeen032eafe2012-07-28 17:48:36 -04001885msgid ""
1886"@i %i has zero length extent\n"
1887"\t(@n logical @b %c, physical @b %b)\n"
1888msgstr ""
1889
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001890#. @-expanded: Interior extent node level %N of inode %i:\n
1891#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001892#: e2fsck/problem.c:960
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001893msgid ""
1894"Interior @x node level %N of @i %i:\n"
1895"Logical start %b does not match logical start %c at next level. "
1896msgstr ""
1897
1898#. @-expanded: inode %i, end of extent exceeds allowed value\n
1899#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001900#: e2fsck/problem.c:966
Benno Schulenberg8dc47042014-05-18 09:46:34 -04001901msgid ""
1902"@i %i, end of extent exceeds allowed value\n"
1903"\t(logical @b %c, physical @b %b, len %N)\n"
1904msgstr ""
1905
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001906#. @-expanded: \n
1907#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1908#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001909#: e2fsck/problem.c:974
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001910msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001911"\n"
1912"Running additional passes to resolve @bs claimed by more than one @i...\n"
1913"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001914msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001915"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001916"Se ejecutan pasos adicionales para resolver los @bs reclamados por más de un "
1917"@i...\n"
1918"Paso 1B: Se vuelven a explorar para los @bs reclamados en múltiples "
1919"ocasiones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001920
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001921#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001922#: e2fsck/problem.c:980
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001923#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001924msgid "@m @b(s) in @i %i:"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001925msgstr "Bloque(s) reclamado(s) en múltiples ocasiones en nodo- %i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001926
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001927#: e2fsck/problem.c:995
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001928#, c-format
1929msgid "Error while scanning inodes (%i): %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001930msgstr "Error mientras se exploraban los nodos-i (%i): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001931
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001932#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001933#: e2fsck/problem.c:1000
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001934#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001935msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001936msgstr "@A del @B del @i (@i_dup_map): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001937
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001938#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001939#: e2fsck/problem.c:1005
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001940#, c-format
1941msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1942msgstr "Error mientras se iteraba sobre los @bs en el @i %i (%s): %m\n"
1943
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001944#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001945#: e2fsck/problem.c:1010 e2fsck/problem.c:1325
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001946msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001947msgstr ""
1948"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 -05001949
Theodore Ts'o6956f612005-12-31 16:46:15 -05001950#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001951#: e2fsck/problem.c:1015
Theodore Ts'o6956f612005-12-31 16:46:15 -05001952msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001953msgstr ""
1954"Paso 1C: Explorando los directorios para buscar nodos-i con @bs reclamados "
1955"en múltiples ocasiones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001956
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001957#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001958#: e2fsck/problem.c:1021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001959msgid "Pass 1D: Reconciling @m @bs\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001960msgstr "Paso 1D: Reconciliando los @bs reclamados en múltiples ocasiones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001961
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001962#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001963#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001964#: e2fsck/problem.c:1026
Eric Sandeen032eafe2012-07-28 17:48:36 -04001965#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001966msgid ""
1967"File %Q (@i #%i, mod time %IM) \n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001968" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001969msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001970"El fichero %Q (@i #%i, fecha de modificación %IM)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001971"tiene %B @b(s) reclamado(s) en múltiples ocasiones, compartido(s) con %N "
1972"fichero(s):\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001973
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001974#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001975#: e2fsck/problem.c:1032
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001976msgid "\t%Q (@i #%i, mod time %IM)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001977msgstr "\t%Q (@i #%i, fecha de modificación %IM)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001978
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001979#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001980#: e2fsck/problem.c:1037
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001981msgid "\t<@f metadata>\n"
1982msgstr "\t<metadatos del @f>\n"
1983
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001984#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1985#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001986#: e2fsck/problem.c:1042
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001987msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001988"(There are %N @is containing @m @bs.)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001989"\n"
1990msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04001991"(Hay %N nodos-i que contienen @bs reclamados en múltiples ocasiones.)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001992"\n"
1993
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001994#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1995#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001996#: e2fsck/problem.c:1047
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001997msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001998"@m @bs already reassigned or cloned.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001999"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002000msgstr ""
2001"Los @bs reclamados en múltiples ocasiones ya se reasignaron o se clonaron.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002002
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002003#: e2fsck/problem.c:1060
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002004#, c-format
2005msgid "Couldn't clone file: %m\n"
2006msgstr "No se puede clonar el fichero: %m\n"
2007
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002008#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002009#: e2fsck/problem.c:1066
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002010msgid "Pass 2: Checking @d structure\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002011msgstr "Paso 2: Verificando la estructura de @ds\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002012
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002013#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002014#: e2fsck/problem.c:1071
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002015#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002016msgid "@n @i number for '.' in @d @i %i.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002017msgstr "Número @n del @i para '.' en el @i del @d %i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002018
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002019#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002020#: e2fsck/problem.c:1076
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002021msgid "@E has @n @i #: %Di.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002022msgstr "@E tiene un @i @n #: %Di.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002023
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002024#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002025#: e2fsck/problem.c:1081
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002026msgid "@E has @D/unused @i %Di. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002027msgstr "@E tiene un @i %Di @D/no utilizado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002028
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002029#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002030#: e2fsck/problem.c:1086
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002031msgid "@E @L to '.' "
2032msgstr "@E @L a '.' "
2033
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002034#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002035#: e2fsck/problem.c:1091
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002036msgid "@E points to @i (%Di) located in a bad @b.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002037msgstr "@E apunta al @i (%Di) ubicado en un @b dañado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002038
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002039#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002040#: e2fsck/problem.c:1096
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002041msgid "@E @L to @d %P (%Di).\n"
2042msgstr "@E @L al @d %P (%Di).\n"
2043
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002044#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002045#: e2fsck/problem.c:1101
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002046msgid "@E @L to the @r.\n"
2047msgstr "@E @L al @r.\n"
2048
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002049#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002050#: e2fsck/problem.c:1106
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002051msgid "@E has illegal characters in its name.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002052msgstr "La @E contiene caracteres no válidos en el nombre.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002053
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002054#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002055#: e2fsck/problem.c:1111
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002056#, c-format
2057msgid "Missing '.' in @d @i %i.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002058msgstr "Falta '.' en el @d @i %i.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002059
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002060#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002061#: e2fsck/problem.c:1116
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002062#, c-format
2063msgid "Missing '..' in @d @i %i.\n"
2064msgstr "Falta '..' en el @i del @d %i.\n"
2065
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002066#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002067#: e2fsck/problem.c:1121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002068msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002069msgstr "La primera @e '%Dn' (@i=%Di) en el @i del @d %i (%p) @s '.'\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002070
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002071#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002072#: e2fsck/problem.c:1126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002073msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002074msgstr "La segunda @e '%Dn' (@i=%Di) en el @i del @d %i @s '..'\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002075
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002076#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002077#: e2fsck/problem.c:1131
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002078msgid "i_faddr @F %IF, @s zero.\n"
2079msgstr "El i_faddr @F %IF, @s cero.\n"
2080
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002081#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002082#: e2fsck/problem.c:1136
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002083msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002084msgstr "El i_file_acl @F %If, @s cero.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002085
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002086#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002087#: e2fsck/problem.c:1141
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002088msgid "i_dir_acl @F %Id, @s zero.\n"
2089msgstr "El i_dir_acl @F %Id, @s cero.\n"
2090
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002091#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002092#: e2fsck/problem.c:1146
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002093msgid "i_frag @F %N, @s zero.\n"
2094msgstr "El i_frag @F %N, @s cero.\n"
2095
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002096#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002097#: e2fsck/problem.c:1151
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002098msgid "i_fsize @F %N, @s zero.\n"
2099msgstr "El i_fsize @F %N, @s cero.\n"
2100
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002101#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002102#: e2fsck/problem.c:1156
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002103msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002104msgstr "El @i %i (%Q) tiene un modo @n (%Im).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002105
Eric Sandeen032eafe2012-07-28 17:48:36 -04002106#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002107#: e2fsck/problem.c:1161
Eric Sandeen032eafe2012-07-28 17:48:36 -04002108#, fuzzy
2109msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002110msgstr "El @i del @d %i, @b %B, desplazamiento %N: el @d está dañado\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002111
Eric Sandeen032eafe2012-07-28 17:48:36 -04002112#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002113#: e2fsck/problem.c:1166
Eric Sandeen032eafe2012-07-28 17:48:36 -04002114#, fuzzy
2115msgid "@d @i %i, %B, offset %N: filename too long\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002116msgstr ""
2117"El @i del @d %i, @b %B, desplazamiento %N: el nombre del fichero es muy "
2118"largo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002119
Eric Sandeen032eafe2012-07-28 17:48:36 -04002120#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002121#: e2fsck/problem.c:1171
Eric Sandeen032eafe2012-07-28 17:48:36 -04002122#, fuzzy
2123msgid "@d @i %i has an unallocated %B. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002124msgstr "El @i %i del @d tiene un @b #%B que no está reservado. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002125
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002126#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002127#: e2fsck/problem.c:1176
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002128#, c-format
2129msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002130msgstr "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 -05002131
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002132#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002133#: e2fsck/problem.c:1181
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002134#, c-format
2135msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002136msgstr "La @e al @d '..' en el @i %i del @d no está terminada con NULL\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002137
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002138#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002139#: e2fsck/problem.c:1186
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002140msgid "@i %i (%Q) is an @I character @v.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002141msgstr "El @i %i (%Q) es un @v de carácter @I.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002143#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002144#: e2fsck/problem.c:1191
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002145msgid "@i %i (%Q) is an @I @b @v.\n"
2146msgstr "El @i %i (%Q) es un @v de @b @I.\n"
2147
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002148#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002149#: e2fsck/problem.c:1196
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002150msgid "@E is duplicate '.' @e.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002151msgstr "La @E está duplicada en la @e '.'.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002152
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002153#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002154#: e2fsck/problem.c:1201
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002155msgid "@E is duplicate '..' @e.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002156msgstr "La @E está duplicada en la @e '..'.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002157
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002158#: e2fsck/problem.c:1206 e2fsck/problem.c:1506
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002159#, c-format
2160msgid "Internal error: couldn't find dir_info for %i.\n"
2161msgstr "Error interno: no se puede encontrar el dir_info para %i.\n"
2162
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002163#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002164#: e2fsck/problem.c:1211
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002165msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002166msgstr "La @E tiene un rec_len de %Dr y @s %N.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002168#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002169#: e2fsck/problem.c:1216
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002170#, c-format
2171msgid "@A icount structure: %m\n"
2172msgstr "@A de la estructura icount: %m\n"
2173
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002174#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002175#: e2fsck/problem.c:1221
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002176#, c-format
2177msgid "Error iterating over @d @bs: %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002178msgstr "Error al iterar sobre los @bs del @d: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002179
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002180#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002181#: e2fsck/problem.c:1226
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002182msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002183msgstr "Error al leer el @b %b del @d (@i %i): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002185#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002186#: e2fsck/problem.c:1231
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002187msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002188msgstr "Error al escribir el @b %b del @d (@i %i): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002189
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002190#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002191#: e2fsck/problem.c:1236
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002192#, c-format
2193msgid "@A new @d @b for @i %i (%s): %m\n"
2194msgstr "@A del @b del @d para el @i %i (%s): %m\n"
2195
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002196#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002197#: e2fsck/problem.c:1241
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002198#, c-format
2199msgid "Error deallocating @i %i: %m\n"
2200msgstr "Error al liberar el @i %i: %m\n"
2201
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002202#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002203#: e2fsck/problem.c:1246
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002204#, fuzzy, c-format
2205msgid "@d @e for '.' in %p (%i) is big.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002206msgstr "La @e del @d para '.' es grande. "
2207
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002208#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002209#: e2fsck/problem.c:1251
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002210msgid "@i %i (%Q) is an @I FIFO.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002211msgstr "El @i %i (%Q) es un FIFO @I.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002212
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002213#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002214#: e2fsck/problem.c:1256
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002215msgid "@i %i (%Q) is an @I socket.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002216msgstr "El @i %i (%Q) es un sócket @I.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002217
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002218#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002219#: e2fsck/problem.c:1261
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002220msgid "Setting filetype for @E to %N.\n"
2221msgstr "Se pone el tipo de fichero para la @E a %N.\n"
2222
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002223#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002224#: e2fsck/problem.c:1266
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002225msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002226msgstr "La @E tiene un tipo de fichero incorrecto (era %Dt y @s %N).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002227
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002228#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002229#: e2fsck/problem.c:1271
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002230msgid "@E has filetype set.\n"
2231msgstr "La @E tiene puesto el tipo de fichero.\n"
2232
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002233#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002234#: e2fsck/problem.c:1276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002235msgid "@E has a @z name.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002236msgstr "La @E tiene un nombre de @z.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002238#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002239#: e2fsck/problem.c:1281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002240msgid "Symlink %Q (@i #%i) is @n.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002241msgstr "El enlace simbólico %Q (@i #%i) es @n.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002242
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002243#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002244#: e2fsck/problem.c:1286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002245msgid "@a @b @F @n (%If).\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002246msgstr "El @b del @a @F es @n (%If).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002247
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002248#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002249#: e2fsck/problem.c:1291
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002250msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002251msgstr ""
2252"El @f contiene ficheros muy grandes, pero no tiene la bandera LARGE_FILE en "
2253"el @S.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002254
Eric Sandeen032eafe2012-07-28 17:48:36 -04002255#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002256#: e2fsck/problem.c:1296
Eric Sandeen032eafe2012-07-28 17:48:36 -04002257#, fuzzy
2258msgid "@p @h %d: %B not referenced\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002259msgstr "Hay un @p en el @h %d: el nodo (%B) no ha sido referenciado.\n"
2260
Eric Sandeen032eafe2012-07-28 17:48:36 -04002261#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002262#: e2fsck/problem.c:1301
Eric Sandeen032eafe2012-07-28 17:48:36 -04002263#, fuzzy
2264msgid "@p @h %d: %B referenced twice\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002265msgstr "Hay un @p en el @h %d: el nodo (%B) ha sido referenciado dos veces.\n"
2266
Eric Sandeen032eafe2012-07-28 17:48:36 -04002267#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002268#: e2fsck/problem.c:1306
Eric Sandeen032eafe2012-07-28 17:48:36 -04002269#, fuzzy
2270msgid "@p @h %d: %B has bad min hash\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002271msgstr "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 -05002272
Eric Sandeen032eafe2012-07-28 17:48:36 -04002273#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002274#: e2fsck/problem.c:1311
Eric Sandeen032eafe2012-07-28 17:48:36 -04002275#, fuzzy
2276msgid "@p @h %d: %B has bad max hash\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002277msgstr "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 -05002278
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002279#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002280#: e2fsck/problem.c:1316
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002281msgid "@n @h %d (%q). "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002282msgstr "El @h %d es @n (%q). "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002283
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002284#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002285#: e2fsck/problem.c:1320
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002286msgid "@p @h %d (%q): bad @b number %b.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002287msgstr "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 -05002288
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002289#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002290#: e2fsck/problem.c:1330
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002291#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002292msgid "@p @h %d: root node is @n\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002293msgstr "Hay un @p en el @h %d: el nodo raíz es @n.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002294
Eric Sandeen032eafe2012-07-28 17:48:36 -04002295#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002296#: e2fsck/problem.c:1335
Eric Sandeen032eafe2012-07-28 17:48:36 -04002297#, fuzzy
2298msgid "@p @h %d: %B has @n limit (%N)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002299msgstr "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 -05002300
Eric Sandeen032eafe2012-07-28 17:48:36 -04002301#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002302#: e2fsck/problem.c:1340
Eric Sandeen032eafe2012-07-28 17:48:36 -04002303#, fuzzy
2304msgid "@p @h %d: %B has @n count (%N)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002305msgstr "Hay un @p en el @h %d: el nodo (%B) tiene una cuenta @n (%N).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002306
Eric Sandeen032eafe2012-07-28 17:48:36 -04002307#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002308#: e2fsck/problem.c:1345
Eric Sandeen032eafe2012-07-28 17:48:36 -04002309#, fuzzy
2310msgid "@p @h %d: %B has an unordered hash table\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002311msgstr ""
2312"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 -05002313
Eric Sandeen032eafe2012-07-28 17:48:36 -04002314#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002315#: e2fsck/problem.c:1350
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002316#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04002317msgid "@p @h %d: %B has @n depth (%N)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002318msgstr "Hay un @p en el @h %d: el nodo (%B) su profundidad es @n.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002319
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002320#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002321#: e2fsck/problem.c:1355
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002322msgid "Duplicate @E found. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002323msgstr "@E está duplicada. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002324
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002325#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2326#. @-expanded: Rename to %s
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002327#: e2fsck/problem.c:1360
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002328#, no-c-format
2329msgid ""
2330"@E has a non-unique filename.\n"
2331"Rename to %s"
2332msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002333"La @E tiene un nombre de fichero no único.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002334"Se cambia el nombre a %s"
2335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002336#. @-expanded: Duplicate entry '%Dn' found.\n
2337#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2338#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002339#: e2fsck/problem.c:1365
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002340msgid ""
2341"Duplicate @e '%Dn' found.\n"
2342"\tMarking %p (%i) to be rebuilt.\n"
2343"\n"
2344msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002345"Se encontró una @e duplicada '%Dn'.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002346"\tSe marca %p (%i) para ser reconstruido.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002347"\n"
2348
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002349#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002350#: e2fsck/problem.c:1370
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002351msgid "i_blocks_hi @F %N, @s zero.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002352msgstr "El i_blocks_hi @F %N, @s cero.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002353
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002354#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002355#: e2fsck/problem.c:1375
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002356#, fuzzy
2357msgid "Unexpected @b in @h %d (%q).\n"
2358msgstr "El @d del @i %i (%p) está desconectado\n"
2359
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002360#. @-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 -04002361#: e2fsck/problem.c:1379
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002362msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002363msgstr ""
2364
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002365#. @-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 -04002366#: e2fsck/problem.c:1384
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002367msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002368msgstr ""
2369
Eric Sandeen032eafe2012-07-28 17:48:36 -04002370#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002371#: e2fsck/problem.c:1389
Eric Sandeen032eafe2012-07-28 17:48:36 -04002372#, fuzzy
2373msgid "i_file_acl_hi @F %N, @s zero.\n"
2374msgstr "El i_file_acl @F %If, @s cero.\n"
2375
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002376#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002377#: e2fsck/problem.c:1396
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002378msgid "Pass 3: Checking @d connectivity\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002379msgstr "Paso 3: Revisando la conectividad de directorios\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002380
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002381#. @-expanded: root inode not allocated.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002382#: e2fsck/problem.c:1401
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002383msgid "@r not allocated. "
2384msgstr "El @r no ha sido reservado. "
2385
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002386#. @-expanded: No room in lost+found directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002387#: e2fsck/problem.c:1406
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002388msgid "No room in @l @d. "
2389msgstr "No hay espacio en el @d @l. "
2390
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002391#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002392#: e2fsck/problem.c:1411
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002393#, c-format
2394msgid "Unconnected @d @i %i (%p)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002395msgstr "El @d del @i %i (%p) está desconectado\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002396
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002397#. @-expanded: /lost+found not found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002398#: e2fsck/problem.c:1416
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002399msgid "/@l not found. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002400msgstr "No se encontró /@l. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002401
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002402#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002403#: e2fsck/problem.c:1421
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002404msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002405msgstr "'..' en %Q (i) es %P (%j) y debería ser %q (%d).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002407#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002408#: e2fsck/problem.c:1426
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002409msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002410msgstr "El /@l no existe o está dañado. No se puede reconectar.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002411
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002412#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002413#: e2fsck/problem.c:1431
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002414#, c-format
2415msgid "Could not expand /@l: %m\n"
2416msgstr "No se puede expandir /@l: %m\n"
2417
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002418#: e2fsck/problem.c:1436
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002419#, c-format
2420msgid "Could not reconnect %i: %m\n"
2421msgstr "No se puede reconectar %i: %m\n"
2422
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002423#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002424#: e2fsck/problem.c:1441
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002425#, c-format
2426msgid "Error while trying to find /@l: %m\n"
2427msgstr "Error mientras se intentaba encontrar /@l: %m\n"
2428
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002429#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002430#: e2fsck/problem.c:1446
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002431#, c-format
2432msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2433msgstr "ext2fs_new_block: %m mientras se intentaba crear el @d /@l.\n"
2434
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002435#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002436#: e2fsck/problem.c:1451
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002437#, c-format
2438msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2439msgstr "ext2fs_new_inode: %m cuando se intentaba crear el @d /@l.\n"
2440
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002441#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002442#: e2fsck/problem.c:1456
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002443#, c-format
2444msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2445msgstr "ext2fs_new_dir_block: %m mientras se creaba un nuevo @b de @d.\n"
2446
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002447#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002448#: e2fsck/problem.c:1461
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002449#, c-format
2450msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002451msgstr "ext2fs_write_dir_block: %m mientras se escribía el @b de @d para /@l\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002452
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002453#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002454#: e2fsck/problem.c:1466
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002455#, c-format
2456msgid "Error while adjusting @i count on @i %i\n"
2457msgstr "Error mientras se ajustaba la cuenta del @i en el @i %i\n"
2458
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002459#. @-expanded: Couldn't fix parent of inode %i: %m\n
2460#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002461#: e2fsck/problem.c:1471
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002462#, c-format
2463msgid ""
2464"Couldn't fix parent of @i %i: %m\n"
2465"\n"
2466msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002467"No se puede corregir al padre del @i %i: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002468"\n"
2469
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002470# el padre
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002471# Perdón, no entiendo, se intenta arreglar AL padre, no EL padre de un directorio.
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002472# Hay alguna regla que se me escape? mm
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002473#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2474#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002475#: e2fsck/problem.c:1476
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002476#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002477msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002478"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002479"\n"
2480msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002481"No se puede arreglar al padre del @i %i: no se puede encontrar la @e al @d "
2482"padre\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002483"\n"
2484
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002485#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002486#: e2fsck/problem.c:1486
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002487#, c-format
2488msgid "Error creating root @d (%s): %m\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002489msgstr "Error al crear el @d raíz (%s): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002490
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002491#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002492#: e2fsck/problem.c:1491
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002493#, c-format
2494msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002495msgstr "Error al crear el @d /@l (%s): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002497#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002498#: e2fsck/problem.c:1496
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002499msgid "@r is not a @d; aborting.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002500msgstr "El @r no es un @d; se finaliza la operación.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002501
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002502#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002503#: e2fsck/problem.c:1501
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002504msgid "Cannot proceed without a @r.\n"
2505msgstr "No se puede proceder sin un @r.\n"
2506
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002507#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002508#: e2fsck/problem.c:1511
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002509#, c-format
2510msgid "/@l is not a @d (ino=%i)\n"
2511msgstr "El /@l no es un @d (ino=%i)\n"
2512
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002513#: e2fsck/problem.c:1518
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002514msgid "Pass 3A: Optimizing directories\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002515msgstr "Paso 3A: Optimizando directorios\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002516
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002517#: e2fsck/problem.c:1523
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002518#, fuzzy, c-format
2519msgid "Failed to create dirs_to_hash iterator: %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002520msgstr "Falla al crear el iterador dirs_to_hash: %m"
2521
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002522#: e2fsck/problem.c:1528
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002523#, fuzzy
2524msgid "Failed to optimize directory %q (%d): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002525msgstr "Fallo al optimizar el directorio %q (%d): %m"
2526
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002527#: e2fsck/problem.c:1533
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002528msgid "Optimizing directories: "
2529msgstr "Optimizando directorios: "
2530
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002531#: e2fsck/problem.c:1550
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002532msgid "Pass 4: Checking reference counts\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002533msgstr "Paso 4: Revisando las cuentas de referencia\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002534
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002535#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002536#: e2fsck/problem.c:1555
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002537#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002538msgid "@u @z @i %i. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002539msgstr "@i %i que tiene @z está @u. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002540
2541#. @-expanded: unattached inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002542#: e2fsck/problem.c:1560
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002543#, c-format
2544msgid "@u @i %i\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002545msgstr "el @i %i está @u\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002546
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002547#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002548#: e2fsck/problem.c:1565
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002549msgid "@i %i ref count is %Il, @s %N. "
2550msgstr "La cuenta de referencia del @i %i es %Il, y @s %N. "
2551
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002552#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2553#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2554#. @-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 -04002555#: e2fsck/problem.c:1569
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002556msgid ""
2557"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2558"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002559"@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 -05002560msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002561"¡ATENCIÓN: ERROR DE PROGRAMACIÓN EN E2FSCK!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002562"\tO ALGÚN TARADO (USTED) ESTÁ REVISANDO UN SISTEMA DE FICHEROS MONTADO "
2563"(VIVO).\n"
2564"inode_link_info[%i] es %N, inode.i_links_count es %Il. ¡Y deberían ser el "
2565"mismo!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002566
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002567#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002568#: e2fsck/problem.c:1579
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002569msgid "Pass 5: Checking @g summary information\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002570msgstr "Paso 5: Revisando el resumen de información de grupos\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002571
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002572#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002573#: e2fsck/problem.c:1584
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002574msgid "Padding at end of @i @B is not set. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002575msgstr "No está puesto el relleno al final del @B del @i. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002576
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002577#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002578#: e2fsck/problem.c:1589
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002579msgid "Padding at end of @b @B is not set. "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002580msgstr "No está puesto el relleno al final del @B del @b. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002581
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002582#. @-expanded: block bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002583#: e2fsck/problem.c:1594
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002584msgid "@b @B differences: "
2585msgstr "Diferencias del @B del @b: "
2586
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002587#. @-expanded: inode bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002588#: e2fsck/problem.c:1614
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002589msgid "@i @B differences: "
2590msgstr "Diferencias del @B del @i: "
2591
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002592#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002593#: e2fsck/problem.c:1634
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002594msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002595msgstr ""
2596"La cuenta de nodos-i libres es incorrecta para el @g #%g (%i, contados=%j).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002597
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002598#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002599#: e2fsck/problem.c:1639
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002600msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002601msgstr ""
2602"La cuenta de directorios es incorrecta para @g #%g (%i, contados=%j).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002603
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002604#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002605#: e2fsck/problem.c:1644
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002606msgid "Free @is count wrong (%i, counted=%j).\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002607msgstr "La cuenta de nodos-i libres es incorrecta (%i, contados=%j).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002608
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002609#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002610#: e2fsck/problem.c:1649
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002611msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002612msgstr ""
2613"La cuenta de @bs libres es incorrecta para el @g #%g (%b, contados=%c).\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002614
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002615#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002616#: e2fsck/problem.c:1654
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002617msgid "Free @bs count wrong (%b, counted=%c).\n"
2618msgstr "La cuenta de @bs libres es incorrecta (%b, contados=%c).\n"
2619
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002620#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002621#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002622#: e2fsck/problem.c:1659
2623msgid ""
2624"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2625"endpoints (%i, %j)\n"
2626msgstr ""
2627"ERROR DE PROGRAMACIÓN: el @f (#%N) los puntos finales del %B (%b, %c) no "
2628"coinciden con los puntos finales del @B calculados (%i, %j)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002629
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002630#: e2fsck/problem.c:1665
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002631msgid "Internal error: fudging end of bitmap (%N)\n"
2632msgstr "Error interno: el final del bitmap no tiene sentido (%N)\n"
2633
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002634#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002635#: e2fsck/problem.c:1670
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002636#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002637msgid "Error copying in replacement @i @B: %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002638msgstr "Error al copiar el reemplazo del @i @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002639
2640#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002641#: e2fsck/problem.c:1675
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002642#, c-format
2643msgid "Error copying in replacement @b @B: %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002644msgstr "Error al copiar el reemplazo del @b @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002645
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002646#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002647#: e2fsck/problem.c:1700
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002648#, c-format
2649msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2650msgstr ""
2651
2652#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002653#: e2fsck/problem.c:1705
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002654#, c-format
2655msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2656msgstr ""
2657
Eric Sandeen032eafe2012-07-28 17:48:36 -04002658#. @-expanded: Recreate journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002659#: e2fsck/problem.c:1712
Eric Sandeen032eafe2012-07-28 17:48:36 -04002660#, fuzzy
2661msgid "Recreate @j"
2662msgstr "Recrear"
2663
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002664#: e2fsck/problem.c:1717
Eric Sandeen032eafe2012-07-28 17:48:36 -04002665msgid "Update quota info for quota type %N"
2666msgstr ""
2667
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002668#: e2fsck/problem.c:1836
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002669#, c-format
2670msgid "Unhandled error code (0x%x)!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002671msgstr "¡Código de error no previsto (0x%x)!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002672
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002673#: e2fsck/problem.c:1961 e2fsck/problem.c:1965
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002674msgid "IGNORED"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002675msgstr "SE IGNORA"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002676
Eric Sandeen032eafe2012-07-28 17:48:36 -04002677#: e2fsck/scantest.c:79
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002678#, c-format
2679msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2680msgstr "Memoria utilizada: %d, tiempo transcurrido: %6.3f/%6.3f/%6.3f\n"
2681
Eric Sandeen032eafe2012-07-28 17:48:36 -04002682#: e2fsck/scantest.c:98
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002683#, c-format
2684msgid "size of inode=%d\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002685msgstr "tamaño del nodo-i=%d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002686
Eric Sandeen032eafe2012-07-28 17:48:36 -04002687#: e2fsck/scantest.c:119
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002688msgid "while starting inode scan"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002689msgstr "mientras se comenzaba a explorar los nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002690
Eric Sandeen032eafe2012-07-28 17:48:36 -04002691#: e2fsck/scantest.c:130
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002692msgid "while doing inode scan"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002693msgstr "mientras se exploraba los nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002694
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002695#: e2fsck/super.c:190
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002696#, c-format
2697msgid "while calling ext2fs_block_iterate for inode %d"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002698msgstr "mientras se llamaba a ext2fs_block_iterate para el nodo-i %d"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002699
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002700#: e2fsck/super.c:213
Eric Sandeen032eafe2012-07-28 17:48:36 -04002701#, fuzzy, c-format
2702msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002703msgstr "mientras se llamaba a ext2fs_adjust_ea_refcount para el nodo-i %d"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002704
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002705#: e2fsck/super.c:274
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002706msgid "Truncating"
2707msgstr "Truncando"
2708
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002709#: e2fsck/super.c:275
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002710msgid "Clearing"
2711msgstr "Borrando"
2712
Eric Sandeen032eafe2012-07-28 17:48:36 -04002713#: e2fsck/unix.c:74
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002714#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002715msgid ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002716"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002717"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002718"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002719"\t\t[-E extended-options] device\n"
2720msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002721"Modo de empleo: %s [-panyrcdfvstDFSV] [-b superbloque] [-B tamañodelbloque]\n"
2722"\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 -04002723"\t\t[-l|-L fichero_de_bloques_dañados] [-C fd] [-j fichero-de-transacciones-"
2724"externo]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002725"\t\t[-E opciones-extendidas] dispositivo\n"
2726
Eric Sandeen032eafe2012-07-28 17:48:36 -04002727#: e2fsck/unix.c:80
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002728msgid ""
2729"\n"
2730"Emergency help:\n"
2731" -p Automatic repair (no questions)\n"
2732" -n Make no changes to the filesystem\n"
2733" -y Assume \"yes\" to all questions\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002734" -c Check for bad blocks and add them to the badblock "
2735"list\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002736" -f Force checking even if filesystem is marked clean\n"
2737msgstr ""
2738"\n"
2739"Ayuda de emergencia:\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002740" -p Reparación automática (sin hacer preguntas)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002741" -n No se hacen cambios al sistema de ficheros\n"
2742" -y Contestar \"si\" a todas las preguntas\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002743" -c Busca los bloques dañados y los agrega a la\n"
2744" lista de bloques dañados\n"
2745" -f Fuerza la revisión aún si el sistema de ficheros\n"
2746" está etiquetado como limpio\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002747
Eric Sandeen032eafe2012-07-28 17:48:36 -04002748#: e2fsck/unix.c:86
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002749msgid ""
2750" -v Be verbose\n"
2751" -b superblock Use alternative superblock\n"
2752" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002753" -j external_journal Set location of the external journal\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002754" -l bad_blocks_file Add to badblocks list\n"
2755" -L bad_blocks_file Set badblocks list\n"
2756msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002757" -v Genera más mensajes de diagnóstico\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002758" -b superbloque Utiliza el superbloque alternativo\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002759" -B tamañodelbloque Fuerza el tamañodelbloque cuando busca "
2760"al superbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002761" -j fichero-de-transacciones-externo \n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002762" Indica el lugar en donde está el fichero\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002763" de transacciones externo\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002764" -l fichero_de_bloques_dañados \n"
2765" Agrega a la lista de bloques dañados\n"
2766" -L fichero_de_bloques_dañados \n"
2767" Pone la lista de bloques dañados\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002768
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002769#: e2fsck/unix.c:131
2770#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002771msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002772msgstr "%s: %u/%u ficheros (%0d.%d%% no contiguos), %llu/%llu bloques\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002773
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002774#: e2fsck/unix.c:157
2775#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002776msgid ""
2777"\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002778"%12u inode used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002779msgid_plural ""
2780"\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002781"%12u inodes used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002782msgstr[0] ""
2783"\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002784"%12u nodo-i utilizado (%2.2f%%, el %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002785msgstr[1] ""
2786"\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002787"%12u nodos-i utilizados (%2.2f%%, el %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002788
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002789#: e2fsck/unix.c:161
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002790#, c-format
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002791msgid "%12u non-contiguous file (%0d.%d%%)\n"
2792msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2793msgstr[0] "%12u fichero no contiguo (%0d.%d%%)\n"
2794msgstr[1] "%12u ficheros no contiguos (%0d.%d%%)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002795
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002796#: e2fsck/unix.c:166
2797#, c-format
2798msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2799msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2800msgstr[0] "%12u directorio no contiguo (%0d.%d%%)\n"
2801msgstr[1] "%12u directorios no contiguos (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002802
2803#: e2fsck/unix.c:171
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002804#, c-format
2805msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2806msgstr " número de nodos-i con bloques ind/dind/tind: %u/%u/%u\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002807
2808#: e2fsck/unix.c:179
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002809msgid " Extent depth histogram: "
2810msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04002811
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002812#: e2fsck/unix.c:188
2813#, c-format
2814msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2815msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2816msgstr[0] "%12llu bloque usado (%2.2f%%, el %llu)\n"
2817msgstr[1] "%12llu bloques usados (%2.2f%%, el %llu)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002818
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002819#: e2fsck/unix.c:192
2820#, c-format
2821msgid "%12u bad block\n"
2822msgid_plural "%12u bad blocks\n"
2823msgstr[0] "%12u bloque dañado\n"
2824msgstr[1] "%12u bloques dañados\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002825
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002826#: e2fsck/unix.c:194
2827#, c-format
2828msgid "%12u large file\n"
2829msgid_plural "%12u large files\n"
2830msgstr[0] "%12u fichero grande\n"
2831msgstr[1] "%12u ficheros grandes\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002832
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002833#: e2fsck/unix.c:196
2834#, c-format
2835msgid ""
2836"\n"
2837"%12u regular file\n"
2838msgid_plural ""
2839"\n"
2840"%12u regular files\n"
2841msgstr[0] ""
2842"\n"
2843"%12u fichero regular\n"
2844msgstr[1] ""
2845"\n"
2846"%12u ficheros regulares\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002847
2848#: e2fsck/unix.c:198
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002849#, c-format
2850msgid "%12u directory\n"
2851msgid_plural "%12u directories\n"
2852msgstr[0] "%12u directorio\n"
2853msgstr[1] "%12u directorios\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002854
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002855#: e2fsck/unix.c:200
2856#, c-format
2857msgid "%12u character device file\n"
2858msgid_plural "%12u character device files\n"
2859msgstr[0] "%12u dispositivo de caracteres\n"
2860msgstr[1] "%12u dispositivos de caracteres\n"
2861
2862#: e2fsck/unix.c:203
2863#, c-format
2864msgid "%12u block device file\n"
2865msgid_plural "%12u block device files\n"
2866msgstr[0] "%12u dispositivo de bloque\n"
2867msgstr[1] "%12u dispositivos de bloque\n"
2868
2869#: e2fsck/unix.c:205
2870#, c-format
2871msgid "%12u fifo\n"
2872msgid_plural "%12u fifos\n"
2873msgstr[0] "%12u fifo\n"
2874msgstr[1] "%12u fifos\n"
2875
2876#: e2fsck/unix.c:207
2877#, c-format
2878msgid "%12u link\n"
2879msgid_plural "%12u links\n"
2880msgstr[0] "%12u vínculo\n"
2881msgstr[1] "%12u vínculos\n"
2882
2883#: e2fsck/unix.c:209
2884#, c-format
2885msgid "%12u symbolic link"
2886msgid_plural "%12u symbolic links"
2887msgstr[0] "%12u enlace simbólico"
2888msgstr[1] "%12u enlaces simbólicos"
2889
2890#: e2fsck/unix.c:211
2891#, c-format
2892msgid " (%u fast symbolic link)\n"
2893msgid_plural " (%u fast symbolic links)\n"
2894msgstr[0] " (%u vínculo simbólico rápido)\n"
2895msgstr[1] " (%u vínculos simbólicos rápidos)\n"
2896
2897#: e2fsck/unix.c:215
2898#, c-format
2899msgid "%12u socket\n"
2900msgid_plural "%12u sockets\n"
2901msgstr[0] "%12u zócalo\n"
2902msgstr[1] "%12u zócalos\n"
2903
2904#: e2fsck/unix.c:219
2905#, c-format
2906msgid "%12u file\n"
2907msgid_plural "%12u files\n"
2908msgstr[0] "%12u fichero\n"
2909msgstr[1] "%12u ficheros\n"
2910
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002911#: e2fsck/unix.c:232 misc/badblocks.c:988 misc/tune2fs.c:2023 misc/util.c:311
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002912#: resize/main.c:260
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002913#, c-format
2914msgid "while determining whether %s is mounted."
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002915msgstr "mientras se determinaba si %s está montado."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002916
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002917#: e2fsck/unix.c:253
Eric Sandeen032eafe2012-07-28 17:48:36 -04002918#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002919msgid "Warning! %s is mounted.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002920msgstr "¡Atención! %s está montado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002921
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002922#: e2fsck/unix.c:256
2923#, fuzzy, c-format
2924msgid "Warning! %s is in use.\n"
2925msgstr "¡Atención! %s está montado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002926
Benno Schulenberg8dc47042014-05-18 09:46:34 -04002927#: e2fsck/unix.c:262
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002928#, fuzzy, c-format
2929msgid "%s is mounted.\n"
2930msgstr "%s está montado. "
2931
2932#: e2fsck/unix.c:264
2933#, fuzzy, c-format
2934msgid "%s is in use.\n"
2935msgstr "%s está montado. "
2936
2937#: e2fsck/unix.c:266
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002938msgid ""
2939"Cannot continue, aborting.\n"
2940"\n"
2941msgstr ""
2942"No se puede continuar, se finaliza.\n"
2943"\n"
2944
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002945#: e2fsck/unix.c:268
Eric Sandeen032eafe2012-07-28 17:48:36 -04002946#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002947msgid ""
2948"\n"
2949"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002950"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2951"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002952"\n"
2953msgstr ""
2954"\n"
2955"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002956"\a\a\a\a¡¡ATENCIÓN!! Ejecutar e2fsck en un sistema de ficheros montado\n"
2957"puede causar GRAVES daños al sistema de ficheros.\a\a\a\n"
2958"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002959
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002960#: e2fsck/unix.c:273
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002961msgid "Do you really want to continue"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002962msgstr "¿De verdad quiere continuar?"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002963
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002964#: e2fsck/unix.c:275
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002965msgid "check aborted.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002966msgstr "revisión terminada.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002967
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002968#: e2fsck/unix.c:368
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002969msgid " contains a file system with errors"
2970msgstr " contiene un sistema de ficheros con errores"
2971
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002972#: e2fsck/unix.c:370
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002973msgid " was not cleanly unmounted"
2974msgstr " no fue desmontado limpiamente"
2975
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002976#: e2fsck/unix.c:372
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002977msgid " primary superblock features different from backup"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002978msgstr ""
2979" las características del superbloque primario difieren de las de la copia de "
2980"seguridad"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002981
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002982#: e2fsck/unix.c:376
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002983#, c-format
2984msgid " has been mounted %u times without being checked"
2985msgstr " ha sido montado %u veces sin ser revisado"
2986
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002987#: e2fsck/unix.c:383
Benno Schulenbergd6408f12008-06-21 14:06:00 -04002988#, fuzzy
2989msgid " has filesystem last checked time in the future"
2990msgstr "Se pone la hora de la última revisión al sistema de ficheros a %s\n"
2991
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002992#: e2fsck/unix.c:389
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002993#, c-format
2994msgid " has gone %u days without being checked"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002995msgstr " ya lleva %u días sin ser revisado"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002996
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002997#: e2fsck/unix.c:398
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002998msgid ", check forced.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04002999msgstr ", se fuerza la revisión.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003000
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003001#: e2fsck/unix.c:431
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003002#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003003msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003004msgstr "%s: limpio, %u/%u ficheros, %llu/%llu bloques"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003005
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003006#: e2fsck/unix.c:451
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003007msgid " (check deferred; on battery)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003008msgstr " (comprobación aplazada; con baterías)"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003009
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003010# O "revisión después del siguiente montaje".
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003011#: e2fsck/unix.c:454
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003012msgid " (check after next mount)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003013msgstr " (comprobación en el siguiente montaje)"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003014
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003015#: e2fsck/unix.c:456
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003016#, c-format
3017msgid " (check in %ld mounts)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003018msgstr " (comprobación después de %ld montajes)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003019
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003020#: e2fsck/unix.c:606
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003021#, c-format
3022msgid "ERROR: Couldn't open /dev/null (%s)\n"
3023msgstr "ERROR: no se puede abrir /dev/null (%s)\n"
3024
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003025#: e2fsck/unix.c:675
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003026msgid "Invalid EA version.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003027msgstr "Versión de EA no válida.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003028
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003029#: e2fsck/unix.c:702
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003030#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003031msgid "Unknown extended option: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003032msgstr "Opción extendida desconocida: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003033
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003034#: e2fsck/unix.c:727
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003035#, c-format
3036msgid ""
3037"Syntax error in e2fsck config file (%s, line #%d)\n"
3038"\t%s\n"
3039msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003040"Error de sintaxis en el fichero de configuración de e2fsck (%s, línea #%d)\n"
3041"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003042
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003043#: e2fsck/unix.c:797
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003044#, c-format
3045msgid "Error validating file descriptor %d: %s\n"
3046msgstr "Error al validar el descriptor de ficheros %d: %s\n"
3047
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003048#: e2fsck/unix.c:801
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003049msgid "Invalid completion information file descriptor"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003050msgstr "Información de consistencia no válida en el descriptor de ficheros"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003051
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003052#: e2fsck/unix.c:816
Theodore Ts'o6956f612005-12-31 16:46:15 -05003053msgid "Only one of the options -p/-a, -n or -y may be specified."
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003054msgstr "Sólo se puede especificar una de las opciones -p/-a, -n o -y."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003055
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003056#: e2fsck/unix.c:837
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003057#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003058msgid "The -t option is not supported on this version of e2fsck.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003059msgstr "La opción -t no está implementada en esta versión de e2fsck.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003060
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003061#: e2fsck/unix.c:868 e2fsck/unix.c:942 misc/tune2fs.c:846 misc/tune2fs.c:1141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003062#: misc/tune2fs.c:1159
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003063#, c-format
3064msgid "Unable to resolve '%s'"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003065msgstr "No es posible resolver '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003066
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003067#: e2fsck/unix.c:921
Eric Sandeen032eafe2012-07-28 17:48:36 -04003068msgid "The -n and -D options are incompatible."
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003069msgstr "Las opciones -n y -D se excluyen mutuamente."
Eric Sandeen032eafe2012-07-28 17:48:36 -04003070
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003071#: e2fsck/unix.c:926
Eric Sandeen032eafe2012-07-28 17:48:36 -04003072msgid "The -n and -c options are incompatible."
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003073msgstr "Las opciones -n y -c se excluyen mutuamente."
Eric Sandeen032eafe2012-07-28 17:48:36 -04003074
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003075#: e2fsck/unix.c:931
Eric Sandeen032eafe2012-07-28 17:48:36 -04003076msgid "The -n and -l/-L options are incompatible."
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003077msgstr "Las opciones -n y -l/-L se excluyen mutuamente."
Eric Sandeen032eafe2012-07-28 17:48:36 -04003078
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003079#: e2fsck/unix.c:985
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003080msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003081msgstr "Las opciones -c y -l/-L no pueden ser utilizadas simultáneamente.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003082
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003083#: e2fsck/unix.c:1032
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003084#, c-format
3085msgid ""
3086"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3087"\n"
3088msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003089"E2FSCK_JBD_DEBUG \"%s\" no es un entero\n"
3090"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003091
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003092#: e2fsck/unix.c:1041
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003093#, c-format
3094msgid ""
3095"\n"
3096"Invalid non-numeric argument to -%c (\"%s\")\n"
3097"\n"
3098msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003099"\n"
3100"Argumento no numérico inválido para -%c (\"%s\")\n"
3101"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003102
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003103#: e2fsck/unix.c:1132
Eric Sandeen032eafe2012-07-28 17:48:36 -04003104#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003105msgid ""
3106"MMP interval is %u seconds and total wait time is %u seconds. Please "
3107"wait...\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003108msgstr ""
3109
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003110#: e2fsck/unix.c:1149 e2fsck/unix.c:1154
Eric Sandeen032eafe2012-07-28 17:48:36 -04003111#, fuzzy
3112msgid "while checking MMP block"
3113msgstr "mientras se ajustaba el superbloque"
3114
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003115#: e2fsck/unix.c:1156 misc/tune2fs.c:1950
Eric Sandeen032eafe2012-07-28 17:48:36 -04003116msgid ""
3117"If you are sure the filesystem is not in use on any node, run:\n"
3118"'tune2fs -f -E clear_mmp {device}'\n"
3119msgstr ""
3120
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003121#: e2fsck/unix.c:1207
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003122msgid "Error: ext2fs library version out of date!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003123msgstr "¡Error: la versión de la biblioteca ext2fs está caduca!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003124
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003125#: e2fsck/unix.c:1214
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003126msgid "while trying to initialize program"
3127msgstr "mientras se intentaba inicializar el programa"
3128
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003129#: e2fsck/unix.c:1237
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003130#, c-format
3131msgid "\tUsing %s, %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003132msgstr "\tAl emplear %s, %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003133
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003134#: e2fsck/unix.c:1249
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003135msgid "need terminal for interactive repairs"
3136msgstr "se necesita una terminal para hacer las reparaciones interactivas"
3137
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003138#: e2fsck/unix.c:1303
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003139#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003140msgid "%s: %s trying backup blocks...\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003141msgstr "%s: %s intentando los bloques de respaldo...\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003142
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003143#: e2fsck/unix.c:1305
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003144msgid "Superblock invalid,"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003145msgstr "Superbloque es inválido,"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003146
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003147#: e2fsck/unix.c:1306
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003148msgid "Group descriptors look bad..."
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003149msgstr "Los descriptores de los grupos parecen dañados..."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003150
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003151#: e2fsck/unix.c:1316
Eric Sandeen032eafe2012-07-28 17:48:36 -04003152#, fuzzy, c-format
3153msgid "%s: %s while using the backup blocks"
3154msgstr "%s: %s intentando los bloques de respaldo...\n"
3155
3156# Ojo: No es que se haya encontrado un superbloque que resulta que no es
3157# válido, sino que no se ha encontrado ningún superbloque que sea válido,
3158# que es distinto (a lo mejor no se ha encontrado ningún superbloque
3159# en absoluto). Creo que la traducción debería cambiarse. sv
3160# En efecto, tienes toda la razón. Corregido. mm
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003161#: e2fsck/unix.c:1320
Eric Sandeen032eafe2012-07-28 17:48:36 -04003162#, fuzzy, c-format
3163msgid "%s: going back to original superblock\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003164msgstr ""
3165"%s: no se encontró un superbloque válido en el fichero de transacciones\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003166
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003167#: e2fsck/unix.c:1349
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003168msgid ""
3169"The filesystem revision is apparently too high for this version of e2fsck.\n"
3170"(Or the filesystem superblock is corrupt)\n"
3171"\n"
3172msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003173"La versión del sistema de ficheros es, en apariencia, muy superior para "
3174"esta\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003175"versión de e2fsck. (O el superbloque del sistema de ficheros está dañado)\n"
3176"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003177
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003178#: e2fsck/unix.c:1356
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003179msgid "Could this be a zero-length partition?\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003180msgstr "¿Esta podría ser una partición de longitud cero?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003181
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003182#: e2fsck/unix.c:1358
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003183#, c-format
3184msgid "You must have %s access to the filesystem or be root\n"
3185msgstr "Se debe tener acceso %s al sistema de ficheros o ser root\n"
3186
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003187#: e2fsck/unix.c:1364
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003188msgid "Possibly non-existent or swap device?\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003189msgstr "¿Es posible que no exista o que sea un dispositivo de intercambio?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003190
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003191#: e2fsck/unix.c:1366
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003192msgid "Filesystem mounted or opened exclusively by another program?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003193msgstr ""
3194"¿Sistema de ficheros montado o abierto en exclusiva por otro programa?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003195
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003196#: e2fsck/unix.c:1370
Eric Sandeen032eafe2012-07-28 17:48:36 -04003197msgid "Possibly non-existent device?\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003198msgstr "¿Es posible que no exista el dispositivo?\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003199
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003200#: e2fsck/unix.c:1373
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003201msgid ""
3202"Disk write-protected; use the -n option to do a read-only\n"
3203"check of the device.\n"
3204msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003205"El disco está protegido contra escritura; utilice la opción -n para\n"
3206"hacer una revisión de sólo lectura al dispositivo.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003207
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003208#: e2fsck/unix.c:1437
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003209msgid "Get a newer version of e2fsck!"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003210msgstr "¡Consiga una versión más moderna de e2fsck!"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003211
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003212#: e2fsck/unix.c:1480
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003213#, c-format
3214msgid "while checking ext3 journal for %s"
3215msgstr "mientras se revisaba el fichero de transacciones ext3 para %s"
3216
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003217#: e2fsck/unix.c:1492
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003218msgid ""
3219"Warning: skipping journal recovery because doing a read-only filesystem "
3220"check.\n"
3221msgstr ""
3222"Atención: se omitirá la recuperación del fichero de transacciones debido a "
3223"que se está haciendo una revisión de sólo lectura del sistema de ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003224
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003225#: e2fsck/unix.c:1504
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003226#, c-format
3227msgid "unable to set superblock flags on %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003228msgstr "no es posible poner las banderas de superbloque en %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003229
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003230#: e2fsck/unix.c:1511
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003231#, c-format
3232msgid "while recovering ext3 journal of %s"
3233msgstr "mientras se recuperaba el fichero de transacciones ext3 de %s"
3234
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003235#: e2fsck/unix.c:1534
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003236#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003237msgid "%s has unsupported feature(s):"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003238msgstr "%s tiene características no soportadas:"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003239
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003240#: e2fsck/unix.c:1549
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003241#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003242msgid "%s: warning: compression support is experimental.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003243msgstr "%s: atención: el soporte a la compresión es experimental.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003244
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003245#: e2fsck/unix.c:1555
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003246#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003247msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04003248"%s: e2fsck not compiled with HTREE support,\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003249"\tbut filesystem %s has HTREE directories.\n"
3250msgstr ""
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003251"%s: e2fsck no está compilado con soporte a ÁRBOLES-H,\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003252"\tpero el sistema de ficheros %s tiene directorios con ÁRBOLES-H.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003253
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003254#: e2fsck/unix.c:1607
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003255#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003256msgid "%s: %s while reading bad blocks inode\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003257msgstr "%s: %s mientras se leía el nodo-i de los bloques dañados\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003258
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003259#: e2fsck/unix.c:1610
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003260msgid "This doesn't bode well, but we'll try to go on...\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003261msgstr "Esto no se ve muy bien, pero se intentará continuar...\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003262
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003263#: e2fsck/unix.c:1651
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003264#, c-format
3265msgid "Creating journal (%d blocks): "
3266msgstr "Creando el fichero de transacciones (%d bloques): "
3267
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003268#: e2fsck/unix.c:1661
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003269msgid " Done.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003270msgstr " Hecho.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003271
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003272#: e2fsck/unix.c:1663
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003273msgid ""
3274"\n"
3275"*** journal has been re-created - filesystem is now ext3 again ***\n"
3276msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003277"\n"
3278"*** el fichero de transacciones se ha creado de nuevo ***\n"
3279"*** el sistema de ficheros vuelve a ser ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003280
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003281#: e2fsck/unix.c:1687
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003282msgid "Restarting e2fsck from the beginning...\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003283msgstr "Se reinicia e2fsck desde el principio...\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003284
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003285#: e2fsck/unix.c:1691
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003286msgid "while resetting context"
3287msgstr "mientras se reajusta el contexto"
3288
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003289#: e2fsck/unix.c:1698
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003290#, c-format
3291msgid "%s: e2fsck canceled.\n"
3292msgstr "%s: se cancela e2fsck.\n"
3293
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003294#: e2fsck/unix.c:1703
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003295msgid "aborted"
3296msgstr "finalizado"
3297
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003298#: e2fsck/unix.c:1715 e2fsck/util.c:67
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003299#, c-format
3300msgid ""
3301"\n"
3302"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3303msgstr ""
3304"\n"
3305"%s: ***** EL SISTEMA DE FICHEROS FUE MODIFICADO *****\n"
3306
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003307#: e2fsck/unix.c:1719
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003308#, c-format
3309msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003310msgstr "%s: ***** REINICIE LINUX *****\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003311
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003312#: e2fsck/unix.c:1727 e2fsck/util.c:73
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003313#, c-format
3314msgid ""
3315"\n"
3316"%s: ********** WARNING: Filesystem still has errors **********\n"
3317"\n"
3318msgstr ""
3319"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003320"%s: ********** ATENCIÓN: El sistema de ficheros todavía tiene errores "
3321"***********\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003322"\n"
3323
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003324#: e2fsck/unix.c:1767
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003325#, fuzzy
3326msgid "while setting block group checksum info"
3327msgstr "mientras se ponía el nodo-i de bloques dañados"
3328
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003329#: e2fsck/util.c:190 misc/util.c:86
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003330msgid "yY"
3331msgstr "sS"
3332
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003333#: e2fsck/util.c:191
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003334msgid "nN"
3335msgstr "nN"
3336
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003337#: e2fsck/util.c:205
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003338msgid "<y>"
3339msgstr "<s>"
3340
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003341#: e2fsck/util.c:207
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003342msgid "<n>"
3343msgstr "<n>"
3344
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003345#: e2fsck/util.c:209
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003346msgid " (y/n)"
3347msgstr " (s/n)"
3348
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003349#: e2fsck/util.c:223
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003350msgid "cancelled!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003351msgstr "¡cancelado!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003352
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003353#: e2fsck/util.c:238
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003354msgid "yes\n"
3355msgstr "si\n"
3356
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003357#: e2fsck/util.c:240
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003358msgid "no\n"
3359msgstr "no\n"
3360
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003361#: e2fsck/util.c:250
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003362#, c-format
3363msgid ""
3364"%s? no\n"
3365"\n"
3366msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003367"¿%s? no\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003368"\n"
3369
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003370#: e2fsck/util.c:254
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003371#, c-format
3372msgid ""
3373"%s? yes\n"
3374"\n"
3375msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003376"¿%s? si\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003377"\n"
3378
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003379#: e2fsck/util.c:258
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003380msgid "yes"
3381msgstr "si"
3382
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003383#: e2fsck/util.c:258
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003384msgid "no"
3385msgstr "no"
3386
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003387#: e2fsck/util.c:273
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003388#, c-format
3389msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003390msgstr "e2fsck_read_bitmaps: bloque(s) ilegal(es) de mapas de bits para %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003391
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003392#: e2fsck/util.c:278
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003393msgid "reading inode and block bitmaps"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003394msgstr "leyendo los mapas de bits del nodo-i y del bloque"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003395
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003396#: e2fsck/util.c:286
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003397#, c-format
3398msgid "while retrying to read bitmaps for %s"
3399msgstr "mientras se intentaban leer los mapas de bits para %s"
3400
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003401#: e2fsck/util.c:298
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003402#, fuzzy
3403msgid "writing block and inode bitmaps"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003404msgstr "escribiendo los mapas de bits del bloque"
3405
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003406#: e2fsck/util.c:303
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003407#, fuzzy, c-format
3408msgid "while rewriting block and inode bitmaps for %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003409msgstr ""
3410"mientras se reintentaba escribir los mapas de bits de los nodos-i para %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003411
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003412#: e2fsck/util.c:315
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003413#, c-format
3414msgid ""
3415"\n"
3416"\n"
3417"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3418"\t(i.e., without -a or -p options)\n"
3419msgstr ""
3420"\n"
3421"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003422"%s: INCONSISTENCIA INESPERADA; EJECUTE fsck MANUALMENTE.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003423"(i.e., sin las opciones -a o -p)\n"
3424
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003425#: e2fsck/util.c:396
3426#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003427msgid "Memory used: %luk/%luk (%luk/%luk), "
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003428msgstr "Memoria utilizada: %luk/%luk (%luk/%luk), "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003429
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003430#: e2fsck/util.c:400
3431#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003432msgid "Memory used: %lu, "
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003433msgstr "Memoria utilizada: %lu, "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003434
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003435#: e2fsck/util.c:407
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003436#, c-format
3437msgid "time: %5.2f/%5.2f/%5.2f\n"
3438msgstr "fecha: %5.2f/%5.2f/%5.2f\n"
3439
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003440#: e2fsck/util.c:412
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003441#, c-format
3442msgid "elapsed time: %6.3f\n"
3443msgstr "tiempo transcurrido: %6.3f\n"
3444
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003445#: e2fsck/util.c:447 e2fsck/util.c:461
3446#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003447msgid "while reading inode %lu in %s"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003448msgstr "mientras se leía el nodo-i %lu en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003449
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003450#: e2fsck/util.c:475 e2fsck/util.c:488
3451#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003452msgid "while writing inode %lu in %s"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003453msgstr "mientras se escribía el nodo-i %lu en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003454
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003455#: e2fsck/util.c:637
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003456msgid "while allocating zeroizing buffer"
3457msgstr "mientras se reservaba el búfer relleno con ceros"
3458
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003459#: e2fsck/util.c:785
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003460msgid ""
3461"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3462"running.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003463msgstr ""
3464
3465#: misc/badblocks.c:69
Eric Sandeen032eafe2012-07-28 17:48:36 -04003466msgid "done \n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003467msgstr "hecho \n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003468
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003469#: misc/badblocks.c:92
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003470#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003471msgid ""
3472"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003473" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3474"max_bad_blocks]\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003475" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3476" device [last_block [first_block]]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003477msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003478"Modo de empleo: %s [-b tamaño_del_bloque] [-i fichero_de_entrada] [-svwnf]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003479" [-c bloques_a_la_vez] [-p núm_de_pasos] [-t patrón_de_prueba [-t "
3480"patrón_de_prueba \n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003481" [...]]]\n"
3482" dispositivo [bloque_final [bloque_inicial]]\n"
3483
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003484#: misc/badblocks.c:103
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003485#, c-format
3486msgid ""
3487"%s: The -n and -w options are mutually exclusive.\n"
3488"\n"
3489msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003490"%s: Las opciones -n y -w se excluyen mutuamente.\n"
3491"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003492
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003493#: misc/badblocks.c:218
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003494#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003495msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003496msgstr ""
3497
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003498#: misc/badblocks.c:323
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003499msgid "Testing with random pattern: "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003500msgstr "Probando con un patrón aleatorio: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003501
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003502#: misc/badblocks.c:341
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003503msgid "Testing with pattern 0x"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003504msgstr "Probando con el patrón 0x"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003505
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003506#: misc/badblocks.c:373 misc/badblocks.c:446
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003507msgid "during seek"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003508msgstr "durante la búsqueda"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003509
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003510#: misc/badblocks.c:384
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003511#, c-format
3512msgid "Weird value (%ld) in do_read\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003513msgstr "Valor extraño (%ld) en do_read\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003514
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003515#: misc/badblocks.c:471
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003516msgid "during ext2fs_sync_device"
3517msgstr "durante el ext2fs_sync_device"
3518
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003519#: misc/badblocks.c:491 misc/badblocks.c:753
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003520msgid "while beginning bad block list iteration"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003521msgstr "mientras se comenzaba la iteración en la lista de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003522
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003523#: misc/badblocks.c:506 misc/badblocks.c:606 misc/badblocks.c:764
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003524msgid "while allocating buffers"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003525msgstr "mientras se reservaban los búferes"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003526
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003527#: misc/badblocks.c:510
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003528#, c-format
3529msgid "Checking blocks %lu to %lu\n"
3530msgstr "Revisando los bloques del %lu al %lu\n"
3531
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003532#: misc/badblocks.c:515
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003533msgid "Checking for bad blocks in read-only mode\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003534msgstr "Revisando los bloques dañados en modo de sólo lectura\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003535
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003536#: misc/badblocks.c:524
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003537msgid "Checking for bad blocks (read-only test): "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003538msgstr "Se están revisando los bloques dañados (prueba de sólo lectura): "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003539
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003540#: misc/badblocks.c:531 misc/badblocks.c:638 misc/badblocks.c:680
3541#: misc/badblocks.c:827
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003542msgid "Too many bad blocks, aborting test\n"
3543msgstr ""
3544
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003545#: misc/badblocks.c:613
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003546msgid "Checking for bad blocks in read-write mode\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003547msgstr "Se están revisando los bloques dañados en modo de lectura-escritura\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003548
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003549#: misc/badblocks.c:615 misc/badblocks.c:777
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003550#, c-format
3551msgid "From block %lu to %lu\n"
3552msgstr "Del bloque %lu al %lu\n"
3553
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003554#: misc/badblocks.c:670
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003555msgid "Reading and comparing: "
3556msgstr "Leyendo y comparando: "
3557
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003558#: misc/badblocks.c:776
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003559msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003560msgstr ""
3561"Revisando los bloques dañados en modo lectura-escritura no destructivo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003562
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003563#: misc/badblocks.c:782
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003564msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003565msgstr ""
3566"Revisando los bloques dañados (prueba de lectura-escritura no destructiva)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003567
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003568#: misc/badblocks.c:789
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003569msgid ""
3570"\n"
3571"Interrupt caught, cleaning up\n"
3572msgstr ""
3573"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003574"Se interceptó una interrupción, se limpia todo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003575
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003576#: misc/badblocks.c:872
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003577#, c-format
3578msgid "during test data write, block %lu"
3579msgstr "durante la prueba de escritura de datos del bloque %lu"
3580
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003581#: misc/badblocks.c:993 misc/util.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003582#, c-format
3583msgid "%s is mounted; "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003584msgstr "%s está montado; "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003585
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003586#: misc/badblocks.c:995
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003587msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003588msgstr ""
3589"los bloques dañados se fuerzan de todas formas. Se cree que /etc/mtab esté "
3590"incorrecto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003591
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003592#: misc/badblocks.c:1000
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003593msgid "it's not safe to run badblocks!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003594msgstr "¡No es seguro ejecutar los bloques dañados!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003595
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003596#: misc/badblocks.c:1005 misc/util.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003597#, c-format
3598msgid "%s is apparently in use by the system; "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003599msgstr "%s está aparentemente en uso por el sistema; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003600
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003601#: misc/badblocks.c:1008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003602msgid "badblocks forced anyway.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003603msgstr "los bloques dañados se fuerzan de todas formas.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003604
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003605#: misc/badblocks.c:1028
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003606#, fuzzy, c-format
3607msgid "invalid %s - %s"
3608msgstr "tamaño del bloque inválido - %s"
3609
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003610#: misc/badblocks.c:1139
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003611#, c-format
3612msgid "can't allocate memory for test_pattern - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003613msgstr "no se puede reservar memoria para el patrón_de_prueba - %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003614
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003615#: misc/badblocks.c:1169
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003616msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003617msgstr ""
3618"Sólo un máximo de un patrón_de_prueba puede ser especificado en modo sólo "
3619"lectura"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003620
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003621#: misc/badblocks.c:1175
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003622msgid "Random test_pattern is not allowed in read-only mode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003623msgstr "El patrón_de_prueba aleatorio no está permitido en modo sólo lectura"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003624
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003625#: misc/badblocks.c:1189
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003626msgid ""
3627"Couldn't determine device size; you must specify\n"
3628"the size manually\n"
3629msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003630"No se puede determinar el tamaño del dispositivo; se debe especificar\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003631"de forma manual\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003632
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003633#: misc/badblocks.c:1195
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003634msgid "while trying to determine device size"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003635msgstr "mientras se intentaba determinar el tamaño del dispositivo"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003636
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003637#: misc/badblocks.c:1200
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003638#, fuzzy
3639msgid "last block"
3640msgstr "Reubicando bloques"
3641
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003642#: misc/badblocks.c:1206
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003643#, fuzzy
3644msgid "first block"
3645msgstr "Primer bloque de datos=%u\n"
3646
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003647#: misc/badblocks.c:1209
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003648#, fuzzy, c-format
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003649msgid "invalid starting block (%llu): must be less than %llu"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003650msgstr "bloque inicial no válido (%d): debe ser menos que %lu"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003651
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003652#: misc/badblocks.c:1216
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003653#, fuzzy, c-format
3654msgid "invalid end block (%llu): must be 32-bit value"
3655msgstr "bloque inicial no válido (%d): debe ser menos que %lu"
3656
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003657#: misc/badblocks.c:1272
Theodore Ts'o197abba2005-06-20 18:00:23 -04003658msgid "while creating in-memory bad blocks list"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003659msgstr "cuando se creaba la lista de bloques dañados en memoria"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003660
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003661#: misc/badblocks.c:1281
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003662msgid "input file - bad format"
3663msgstr ""
3664
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003665#: misc/badblocks.c:1289 misc/badblocks.c:1298
Theodore Ts'o197abba2005-06-20 18:00:23 -04003666msgid "while adding to in-memory bad block list"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003667msgstr "cuando se añadía a la lista de bloques dañados en memoria"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003668
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003669#: misc/badblocks.c:1323
Eric Sandeen032eafe2012-07-28 17:48:36 -04003670#, fuzzy, c-format
3671msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003672msgstr "Paso terminado, se encontraron %u bloques dañados.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003673
Eric Sandeen032eafe2012-07-28 17:48:36 -04003674#: misc/chattr.c:86
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003675#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003676msgid "Usage: %s [-RVf] [-+=aAcCdDeijsStTu] [-v version] files...\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003677msgstr "modo de empleo: %s [-RV] [-+=AacDdijsSu] [-v versión] ficheros...\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003678
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003679#: misc/chattr.c:155
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003680#, c-format
3681msgid "bad version - %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003682msgstr "versión incorrecta - %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003683
Eric Sandeen032eafe2012-07-28 17:48:36 -04003684#: misc/chattr.c:201 misc/lsattr.c:116
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003685#, c-format
3686msgid "while trying to stat %s"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003687msgstr "mientras se intentaba ver el estado del fichero %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003688
Eric Sandeen032eafe2012-07-28 17:48:36 -04003689#: misc/chattr.c:208
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003690#, c-format
3691msgid "while reading flags on %s"
3692msgstr "mientras se estaban leyendo las banderas en %s"
3693
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003694#: misc/chattr.c:213 misc/chattr.c:225
Eric Sandeen032eafe2012-07-28 17:48:36 -04003695#, c-format
3696msgid "Flags of %s set as "
3697msgstr "Las banderas de %s están puestas como "
3698
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003699#: misc/chattr.c:234
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003700#, c-format
3701msgid "while setting flags on %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003702msgstr "mientras se ponían las banderas en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003703
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003704#: misc/chattr.c:242
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003705#, c-format
3706msgid "Version of %s set as %lu\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003707msgstr "La versión de %s está puesta como %lu\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003708
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003709#: misc/chattr.c:246
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003710#, c-format
3711msgid "while setting version on %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003712msgstr "mientras se estaba poniendo la versión en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003713
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003714#: misc/chattr.c:267
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003715msgid "Couldn't allocate path variable in chattr_dir_proc"
3716msgstr "No se puede reservar la variable de ruta en chattr_dir_proc"
3717
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003718#: misc/chattr.c:307
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003719msgid "= is incompatible with - and +\n"
3720msgstr "= es incompatible con - y +\n"
3721
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003722#: misc/chattr.c:315
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003723msgid "Must use '-v', =, - or +\n"
3724msgstr "Se debe usar '-v', =, - o +\n"
3725
Eric Sandeen032eafe2012-07-28 17:48:36 -04003726#: misc/dumpe2fs.c:55
3727#, fuzzy, c-format
3728msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003729msgstr ""
3730"Modo de empleo: %s [-bfhixV] [-ob superbloque] [-oB tamañodelbloque] "
3731"dispositivo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003732
Eric Sandeen032eafe2012-07-28 17:48:36 -04003733#: misc/dumpe2fs.c:159
3734#, fuzzy
3735msgid "blocks"
3736msgstr "bbloque"
3737
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003738#: misc/dumpe2fs.c:169
Eric Sandeen032eafe2012-07-28 17:48:36 -04003739msgid "clusters"
3740msgstr ""
3741
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003742#: misc/dumpe2fs.c:197
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003743#, c-format
3744msgid "Group %lu: (Blocks "
3745msgstr "Grupo %lu: (Bloques "
3746
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003747#: misc/dumpe2fs.c:205
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003748#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003749msgid " Checksum 0x%04x"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003750msgstr ""
3751
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003752#: misc/dumpe2fs.c:207
Eric Sandeen032eafe2012-07-28 17:48:36 -04003753#, c-format
3754msgid " (EXPECTED 0x%04x)"
3755msgstr ""
3756
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003757#: misc/dumpe2fs.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003758#, fuzzy, c-format
3759msgid ", unused inodes %u\n"
3760msgstr "número de los nodos-i inválido - %s"
3761
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003762#: misc/dumpe2fs.c:213
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003763#, c-format
3764msgid " %s superblock at "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003765msgstr " %s superbloque en "
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 "Primary"
3769msgstr "Primario"
3770
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003771#: misc/dumpe2fs.c:214
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003772msgid "Backup"
3773msgstr "Respaldo"
3774
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003775#: misc/dumpe2fs.c:218
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003776msgid ", Group descriptors at "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003777msgstr ", descriptores de grupo en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003778
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003779#: misc/dumpe2fs.c:222
Theodore Ts'obc759702005-05-09 20:40:55 -04003780msgid ""
3781"\n"
3782" Reserved GDT blocks at "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003783msgstr ""
3784"\n"
3785" Se reservaron los bloques GDT en "
Theodore Ts'obc759702005-05-09 20:40:55 -04003786
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003787#: misc/dumpe2fs.c:229
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003788msgid " Group descriptor at "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003789msgstr " Descriptor de grupo en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003790
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003791#: misc/dumpe2fs.c:235
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003792msgid " Block bitmap at "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003793msgstr " Mapa de bits de bloque en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003794
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003795#: misc/dumpe2fs.c:239
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003796msgid ", Inode bitmap at "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003797msgstr ", mapa de bits de nodo-i en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003798
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003799#: misc/dumpe2fs.c:243
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003800msgid ""
3801"\n"
3802" Inode table at "
3803msgstr ""
3804"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003805" tabla de nodos-i en "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003806
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003807#: misc/dumpe2fs.c:249
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003808#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003809msgid ""
3810"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003811" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003812msgstr ""
3813"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003814" %d bloques libres, %d nodos-i libres, % directorios\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003815
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003816#: misc/dumpe2fs.c:256
Benno Schulenbergd6408f12008-06-21 14:06:00 -04003817#, c-format
3818msgid ", %u unused inodes\n"
3819msgstr ""
3820
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003821#: misc/dumpe2fs.c:259
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003822msgid " Free blocks: "
3823msgstr " Bloques libres: "
3824
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003825#: misc/dumpe2fs.c:274
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003826msgid " Free inodes: "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003827msgstr " Nodos-i libres: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003828
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003829#: misc/dumpe2fs.c:310
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003830msgid "while printing bad block list"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003831msgstr "mientras se imprimía la lista de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003832
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003833#: misc/dumpe2fs.c:316
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003834#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003835msgid "Bad blocks: %u"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003836msgstr "Bloques dañados: %u"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003837
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003838#: misc/dumpe2fs.c:345 misc/tune2fs.c:314
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003839msgid "while reading journal inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003840msgstr "mientras se leía el nodo-i del fichero de transacciones"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003841
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003842#: misc/dumpe2fs.c:351
Eric Sandeen032eafe2012-07-28 17:48:36 -04003843#, fuzzy
3844msgid "while opening journal inode"
3845msgstr "mientras se leía el nodo-i del fichero de transacciones"
3846
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003847#: misc/dumpe2fs.c:357
Eric Sandeen032eafe2012-07-28 17:48:36 -04003848#, fuzzy
3849msgid "while reading journal super block"
3850msgstr "mientras se leía el superbloque del fichero de transacciones"
3851
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003852#: misc/dumpe2fs.c:364
3853#, fuzzy
3854msgid "Journal superblock magic number invalid!\n"
3855msgstr "¡No se encontró el superbloque del fichero de transacciones!\n"
3856
3857#: misc/dumpe2fs.c:367
3858#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04003859msgid "Journal features: "
3860msgstr "Usuarios del fichero de transacciones: %s\n"
3861
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003862#: misc/dumpe2fs.c:380
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003863msgid "Journal size: "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003864msgstr "Tamaño de fichero de transacciones: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003865
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003866#: misc/dumpe2fs.c:391
Eric Sandeen032eafe2012-07-28 17:48:36 -04003867#, fuzzy, c-format
3868msgid ""
3869"Journal length: %u\n"
3870"Journal sequence: 0x%08x\n"
3871"Journal start: %u\n"
3872msgstr ""
3873"\n"
3874"Tamaño del bloque del fichero de transacciones: %u\n"
3875"Longitud del fichero de transacciones: %u\n"
3876"Primer bloque del fichero de transacciones: %u\n"
3877"Secuencia del fichero de transacciones: 0x%08x\n"
3878"Inicio del fichero de transacciones: %u\n"
3879"Número de usuarios del fichero de transacciones: %u\n"
3880
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003881#: misc/dumpe2fs.c:398
Eric Sandeen032eafe2012-07-28 17:48:36 -04003882#, fuzzy, c-format
3883msgid "Journal errno: %d\n"
3884msgstr "Usuarios del fichero de transacciones: %s\n"
3885
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003886#: misc/dumpe2fs.c:415 misc/tune2fs.c:230
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003887msgid "while reading journal superblock"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003888msgstr "mientras se leía el superbloque del fichero de transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003889
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003890#: misc/dumpe2fs.c:423
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003891msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003892msgstr ""
3893"No se pueden encontrar los números mágicos del superbloque del fichero de "
3894"transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003895
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003896#: misc/dumpe2fs.c:427
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003897#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003898msgid ""
3899"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003900"Journal block size: %u\n"
3901"Journal length: %u\n"
3902"Journal first block: %u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003903"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003904"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003905"Journal number of users: %u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003906msgstr ""
3907"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003908"Tamaño del bloque del fichero de transacciones: %u\n"
3909"Longitud del fichero de transacciones: %u\n"
3910"Primer bloque del fichero de transacciones: %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003911"Secuencia del fichero de transacciones: 0x%08x\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003912"Inicio del fichero de transacciones: %u\n"
3913"Número de usuarios del fichero de transacciones: %u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003914
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003915#: misc/dumpe2fs.c:440
Theodore Ts'o197abba2005-06-20 18:00:23 -04003916#, c-format
3917msgid "Journal users: %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003918msgstr "Usuarios del fichero de transacciones: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003919
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003920#: misc/dumpe2fs.c:456 misc/mke2fs.c:743 misc/tune2fs.c:1178
Theodore Ts'o8f741372008-02-28 21:47:05 -05003921msgid "Couldn't allocate memory to parse options!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003922msgstr ""
3923"¡No se puede reservar memoria para analizar sintácticamente las opciones!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003924
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003925#: misc/dumpe2fs.c:482
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003926#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003927msgid "Invalid superblock parameter: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003928msgstr "Parámetro de superbloque no válido: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003929
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003930#: misc/dumpe2fs.c:497
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003931#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003932msgid "Invalid blocksize parameter: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003933msgstr "Parámetro de tamaño del bloque no válido: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003934
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003935#: misc/dumpe2fs.c:508
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003936#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003937msgid ""
3938"\n"
3939"Bad extended option(s) specified: %s\n"
3940"\n"
3941"Extended options are separated by commas, and may take an argument which\n"
3942"\tis set off by an equals ('=') sign.\n"
3943"\n"
3944"Valid extended options are:\n"
3945"\tsuperblock=<superblock number>\n"
3946"\tblocksize=<blocksize>\n"
3947msgstr ""
3948"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003949"Las opciones especificadas son incorrectas: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003950"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003951"Opciones extendidas deben estar separadas por comas, y pueden tomar un\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003952"\targumento que se ajusta con un signo de igual ('=').\n"
3953"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04003954"Las opciones extendidas válidas son:\n"
3955"\tsuperblock=<número_del_superbloque>\n"
3956"\tblocksize=<tamaño_del_bloque>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003957
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003958#: misc/dumpe2fs.c:568 misc/mke2fs.c:1734
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003959#, c-format
3960msgid "\tUsing %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003961msgstr "\tSe emplea %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003962
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003963#: misc/dumpe2fs.c:604 misc/e2image.c:1582 misc/tune2fs.c:1961
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003964#: resize/main.c:318
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003965msgid "Couldn't find valid filesystem superblock.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003966msgstr ""
3967"No se pudo encontrar un superbloque válido para el sistema de ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003968
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003969#: misc/dumpe2fs.c:632
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003970#, c-format
3971msgid ""
3972"\n"
3973"%s: %s: error reading bitmaps: %s\n"
3974msgstr ""
3975"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003976"%s: %s: error al leer los mapas de bits: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003977
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003978#: misc/e2image.c:101
Eric Sandeen032eafe2012-07-28 17:48:36 -04003979#, fuzzy, c-format
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003980msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003981msgstr "Modo de empleo: %s [-rsI] dispositivo fichero_de_imagen\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003982
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003983#: misc/e2image.c:103
3984#, fuzzy, c-format
3985msgid " %s -I device image-file\n"
3986msgstr "Modo de empleo: %s [-rsI] dispositivo fichero_de_imagen\n"
3987
3988#: misc/e2image.c:104
Eric Sandeen032eafe2012-07-28 17:48:36 -04003989#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003990msgid ""
3991" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
3992"[ dest_fs ]\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003993msgstr ""
3994
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003995#: misc/e2image.c:169 misc/e2image.c:576 misc/e2image.c:582
3996#: misc/e2image.c:1178
Benno Schulenberg8dc47042014-05-18 09:46:34 -04003997#, fuzzy
3998msgid "while allocating buffer"
3999msgstr "mientras se reservaban los búferes"
4000
4001#: misc/e2image.c:174
4002#, fuzzy, c-format
4003msgid "Writing block %llu\n"
4004msgstr "Revisando los bloques del %lu al %lu\n"
4005
4006#: misc/e2image.c:188
4007#, fuzzy, c-format
4008msgid "error writing block %llu"
4009msgstr "Error al escribir el bloque %lu (%s). "
4010
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004011#: misc/e2image.c:191
4012msgid "error in generic_write()"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004013msgstr ""
4014
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004015#: misc/e2image.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04004016msgid "Error: header size is bigger than wrt_size\n"
4017msgstr ""
4018
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004019#: misc/e2image.c:213
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004020msgid "Couldn't allocate header buffer\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004021msgstr "No se puede reservar el búfer del encabezado\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004022
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004023#: misc/e2image.c:241
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004024msgid "while writing superblock"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004025msgstr "mientras se escribía el superbloque"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004026
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004027#: misc/e2image.c:250
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004028msgid "while writing inode table"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004029msgstr "mientras se escribía la tabla de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004030
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004031#: misc/e2image.c:258
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004032msgid "while writing block bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004033msgstr "mientras se escribía el mapa de bits del bloque"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004034
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004035#: misc/e2image.c:266
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004036msgid "while writing inode bitmap"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004037msgstr "mientras se escribía el mapa de bits del nodo-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004038
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004039#: misc/e2image.c:502
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004040#, fuzzy, c-format
4041msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4042msgstr "El bloque del directorio %u (#%d) está vacío en el nodo-i %u\n"
4043
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004044#: misc/e2image.c:514
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004045#, fuzzy, c-format
4046msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4047msgstr "El bloque del directorio %u (#%d) está vacío en el nodo-i %u\n"
4048
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004049#: misc/e2image.c:555
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004050#, fuzzy, c-format
4051msgid "%llu / %llu blocks (%d%%)"
4052msgstr "%8d bloque usado (%d%%)\n"
4053
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004054#: misc/e2image.c:586 misc/e2image.c:626
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004055msgid "Copying "
4056msgstr ""
4057
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004058#: misc/e2image.c:623
4059msgid ""
4060"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004061msgstr ""
4062
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004063#: misc/e2image.c:649
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004064#, c-format
4065msgid " %s remaining at %.2f MB/s"
4066msgstr ""
4067
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004068#: misc/e2image.c:661 misc/e2image.c:1188
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004069#, fuzzy, c-format
4070msgid "error reading block %llu"
4071msgstr "Error al leer el bloque %lu (%s). "
4072
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004073#: misc/e2image.c:715
4074#, fuzzy, c-format
4075msgid "Copied %llu / %llu blocks (%d%%) in %s "
4076msgstr "%8d bloque usado (%d%%)\n"
4077
4078#: misc/e2image.c:719
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004079#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004080msgid "at %.2f MB/s"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004081msgstr ""
4082
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004083#: misc/e2image.c:755
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004084#, fuzzy
4085msgid "while allocating l1 table"
4086msgstr "mientras se reservaban los búferes"
4087
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004088#: misc/e2image.c:800
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004089#, fuzzy
4090msgid "while allocating l2 cache"
4091msgstr "mientras se reservaban los búferes"
4092
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004093#: misc/e2image.c:823
4094msgid ""
4095"Warning: There are still tables in the cache while putting the cache, data "
4096"will be lost so the image may not be valid.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004097msgstr ""
4098
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004099#: misc/e2image.c:1145
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004100#, fuzzy
4101msgid "while allocating ext2_qcow2_image"
4102msgstr "mientras se llamaba a ext2fs_block_iterate"
4103
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004104#: misc/e2image.c:1152
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004105#, fuzzy
4106msgid "while initializing ext2_qcow2_image"
4107msgstr "mientras se llamaba a ext2fs_block_iterate"
4108
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004109#: misc/e2image.c:1211 misc/e2image.c:1229
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004110msgid "Programming error: multiple sequential refcount blocks created!\n"
4111msgstr ""
4112
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004113#: misc/e2image.c:1269
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004114#, fuzzy
4115msgid "while allocating block bitmap"
4116msgstr "mientras se escribía el mapa de bits del bloque"
4117
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004118#: misc/e2image.c:1278
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004119#, fuzzy
4120msgid "while allocating scramble block bitmap"
4121msgstr "mientras se escribía el mapa de bits del bloque"
4122
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004123#: misc/e2image.c:1285
4124#, fuzzy
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004125msgid "Scanning inodes...\n"
4126msgstr "Revisando la tabla de nodos-i"
4127
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004128#: misc/e2image.c:1297
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004129#, fuzzy
4130msgid "Can't allocate block buffer"
4131msgstr "No se puede reservar el bloque del búfer (tamaño=%d)\n"
4132
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004133#: misc/e2image.c:1336 misc/e2image.c:1350
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004134#, fuzzy, c-format
4135msgid "while iterating over inode %u"
4136msgstr "mientras se obtenía el nodo-i siguiente"
4137
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004138#: misc/e2image.c:1381
4139msgid "Raw and qcow2 images cannot be installed"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004140msgstr ""
4141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004142#: misc/e2image.c:1403
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004143#, fuzzy
4144msgid "error reading bitmaps"
4145msgstr "mientras se leían los mapas de bits"
4146
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004147#: misc/e2image.c:1415
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004148#, fuzzy
4149msgid "while opening device file"
4150msgstr "mientras se iniciaba la exploración de los nodos-i"
4151
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004152#: misc/e2image.c:1426
4153#, fuzzy
4154msgid "while restoring the image table"
4155msgstr "mientras se escribía la tabla de nodos-i"
4156
4157#: misc/e2image.c:1523
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004158msgid "-a option can only be used with raw or QCOW2 images."
4159msgstr ""
4160
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004161#: misc/e2image.c:1529
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004162msgid "Offsets are only allowed with raw images."
4163msgstr ""
4164
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004165#: misc/e2image.c:1534
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004166msgid "Move mode is only allowed with raw images."
4167msgstr ""
4168
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004169#: misc/e2image.c:1539
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004170msgid "Move mode requires all data mode."
4171msgstr ""
4172
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004173#: misc/e2image.c:1549
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004174#, fuzzy
4175msgid "checking if mounted"
4176msgstr " (comprobación después de %ld montajes)"
4177
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004178#: misc/e2image.c:1556
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004179msgid ""
4180"\n"
4181"Running e2image on a R/W mounted filesystem can result in an\n"
4182"inconsistent image which will not be useful for debugging purposes.\n"
4183"Use -f option if you really want to do that.\n"
4184msgstr ""
4185
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004186#: misc/e2image.c:1608
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004187msgid "QCOW2 image can not be written to the stdout!\n"
4188msgstr ""
4189
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004190#: misc/e2image.c:1614
4191msgid "Can not stat output\n"
4192msgstr ""
4193
4194#: misc/e2image.c:1624
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004195#, c-format
4196msgid "Image (%s) is compressed\n"
4197msgstr ""
4198
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004199#: misc/e2image.c:1627
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004200#, c-format
4201msgid "Image (%s) is encrypted\n"
4202msgstr ""
4203
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004204#: misc/e2image.c:1630
Eric Sandeen032eafe2012-07-28 17:48:36 -04004205#, c-format
4206msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4207msgstr ""
4208
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004209#: misc/e2image.c:1639
4210#, fuzzy
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004211msgid "The -c option only supported in raw mode\n"
4212msgstr "La opción -t no está implementada en esta versión de e2fsck.\n"
4213
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004214#: misc/e2image.c:1644
4215#, fuzzy
4216msgid "The -c option not supported when writing to stdout\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004217msgstr "La opción -t no está implementada en esta versión de e2fsck.\n"
4218
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004219#: misc/e2image.c:1651
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004220#, fuzzy
4221msgid "while allocating check_buf"
4222msgstr "mientras se reservaban los búferes"
4223
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004224#: misc/e2image.c:1657
4225#, fuzzy
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004226msgid "The -p option only supported in raw mode\n"
4227msgstr "La opción -t no está implementada en esta versión de e2fsck.\n"
4228
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004229#: misc/e2image.c:1667
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004230#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004231msgid "%d blocks already contained the data to be copied\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004232msgstr ""
4233
Eric Sandeen032eafe2012-07-28 17:48:36 -04004234#: misc/e2label.c:58
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004235#, c-format
4236msgid "e2label: cannot open %s\n"
4237msgstr "e2label: no se puede abrir %s\n"
4238
Eric Sandeen032eafe2012-07-28 17:48:36 -04004239#: misc/e2label.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004240#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004241msgid "e2label: cannot seek to superblock\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004242msgstr "e2label: no se puede buscar al superbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004243
Eric Sandeen032eafe2012-07-28 17:48:36 -04004244#: misc/e2label.c:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004245#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004246msgid "e2label: error reading superblock\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004247msgstr "e2label: error leyendo el superbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004248
Eric Sandeen032eafe2012-07-28 17:48:36 -04004249#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004250#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004251msgid "e2label: not an ext2 filesystem\n"
4252msgstr "e2label: no es un sistema de ficheros ext2\n"
4253
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004254#: misc/e2label.c:97 misc/tune2fs.c:2126
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004255#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004256msgid "Warning: label too long, truncating.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004257msgstr "Atención: la etiqueta es muy larga, se trunca.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004258
Eric Sandeen032eafe2012-07-28 17:48:36 -04004259#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004260#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004261msgid "e2label: cannot seek to superblock again\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004262msgstr "e2label: de nuevo, no se puede encontrar al superbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004263
Eric Sandeen032eafe2012-07-28 17:48:36 -04004264#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004265#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004266msgid "e2label: error writing superblock\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004267msgstr "e2label: error al escribir el superbloque\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004268
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004269#: misc/e2label.c:117 misc/tune2fs.c:838
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004270#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004271msgid "Usage: e2label device [newlabel]\n"
4272msgstr "Modo de empleo: e2label dispositivo [nuevabandera]\n"
4273
Eric Sandeen032eafe2012-07-28 17:48:36 -04004274#: misc/e2undo.c:36
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004275#, c-format
4276msgid "Usage: %s <transaction file> <filesystem>\n"
4277msgstr ""
4278
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004279#: misc/e2undo.c:52
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004280#, fuzzy
4281msgid "Failed to read the file system data \n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004282msgstr "mientras se intentaba reservar las tablas del sistema de ficheros"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004283
Eric Sandeen032eafe2012-07-28 17:48:36 -04004284#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004285#, c-format
4286msgid "Failed tdb_fetch %s\n"
4287msgstr ""
4288
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004289#: misc/e2undo.c:70
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004290#, c-format
4291msgid "The file system Mount time didn't match %u\n"
4292msgstr ""
4293
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004294#: misc/e2undo.c:89
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004295msgid "The file system UUID didn't match \n"
4296msgstr ""
4297
Eric Sandeen032eafe2012-07-28 17:48:36 -04004298#: misc/e2undo.c:163
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004299#, fuzzy, c-format
4300msgid "Failed tdb_open %s\n"
4301msgstr "mientras se abría %s"
4302
Eric Sandeen032eafe2012-07-28 17:48:36 -04004303#: misc/e2undo.c:169
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004304#, fuzzy, c-format
4305msgid "Error while determining whether %s is mounted.\n"
4306msgstr "mientras se determinaba si %s está montado."
4307
Eric Sandeen032eafe2012-07-28 17:48:36 -04004308#: misc/e2undo.c:175
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004309msgid "e2undo should only be run on unmounted file system\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004310msgstr ""
4311
Eric Sandeen032eafe2012-07-28 17:48:36 -04004312#: misc/e2undo.c:184
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004313#, fuzzy, c-format
4314msgid "Failed to open %s\n"
4315msgstr "mientras se intentaba abrir %s"
4316
Eric Sandeen032eafe2012-07-28 17:48:36 -04004317#: misc/e2undo.c:210
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004318#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004319msgid "Replayed transaction of size %zd at location %llu\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004320msgstr ""
4321
Eric Sandeen032eafe2012-07-28 17:48:36 -04004322#: misc/e2undo.c:216
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004323#, c-format
4324msgid "Failed write %s\n"
4325msgstr ""
4326
Eric Sandeen032eafe2012-07-28 17:48:36 -04004327#: misc/fsck.c:343
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004328#, c-format
4329msgid "WARNING: couldn't open %s: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004330msgstr "ATENCIÓN: no se puede abrir %s: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004331
Eric Sandeen032eafe2012-07-28 17:48:36 -04004332#: misc/fsck.c:353
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004333#, c-format
4334msgid "WARNING: bad format on line %d of %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004335msgstr "ATENCIÓN: formato incorrecto en la línea %d de %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004336
Eric Sandeen032eafe2012-07-28 17:48:36 -04004337#: misc/fsck.c:370
4338#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004339msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004340"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004341"\tfield. I will kludge around things for you, but you\n"
4342"\tshould fix your /etc/fstab file as soon as you can.\n"
4343"\n"
4344msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004345"\a\a\aATENCIÓN: El /etc/fstab no contiene el campo passno fsck.\n"
4346"Se intentará hacer un truco, pero se debería arreglar el \n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004347"fichero /etc/fstab tan pronto como sea posible.\n"
4348"\n"
4349
Eric Sandeen032eafe2012-07-28 17:48:36 -04004350#: misc/fsck.c:478
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004351#, c-format
4352msgid "fsck: %s: not found\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004353msgstr "fsck: %s: no se encontró\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004354
Eric Sandeen032eafe2012-07-28 17:48:36 -04004355#: misc/fsck.c:594
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004356#, c-format
4357msgid "%s: wait: No more child process?!?\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004358msgstr "%s: espera: ¿¡¿No hay más procesos hijos?!?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004359
Eric Sandeen032eafe2012-07-28 17:48:36 -04004360#: misc/fsck.c:616
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004361#, c-format
4362msgid "Warning... %s for device %s exited with signal %d.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004363msgstr "Atención... %s para el dispositivo %s que finalizó con la señal %d.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004364
Eric Sandeen032eafe2012-07-28 17:48:36 -04004365#: misc/fsck.c:622
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004366#, c-format
4367msgid "%s %s: status is %x, should never happen.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004368msgstr "%s %s: el estatus es %x, y nunca debió haber sucedido.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004369
Eric Sandeen032eafe2012-07-28 17:48:36 -04004370#: misc/fsck.c:661
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004371#, c-format
4372msgid "Finished with %s (exit status %d)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004373msgstr "Se finaliza con %s (estado de salida %d)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004374
Eric Sandeen032eafe2012-07-28 17:48:36 -04004375#: misc/fsck.c:721
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004376#, c-format
4377msgid "%s: Error %d while executing fsck.%s for %s\n"
4378msgstr "%s: Error %d mientras se ejecutaba fsck. %s para %s\n"
4379
Eric Sandeen032eafe2012-07-28 17:48:36 -04004380#: misc/fsck.c:742
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004381msgid ""
4382"Either all or none of the filesystem types passed to -t must be prefixed\n"
4383"with 'no' or '!'.\n"
4384msgstr ""
4385"Puede ser que todos o ninguno de los tipos de sistemas de ficheros que se \n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004386"pasaron con -t deban estar con el prefijo 'no' o '!0.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004387
Eric Sandeen032eafe2012-07-28 17:48:36 -04004388#: misc/fsck.c:761
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004389msgid "Couldn't allocate memory for filesystem types\n"
4390msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
4391
Eric Sandeen032eafe2012-07-28 17:48:36 -04004392#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004393#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004394msgid ""
4395"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4396"number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004397msgstr ""
4398
Eric Sandeen032eafe2012-07-28 17:48:36 -04004399#: misc/fsck.c:911
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004400#, c-format
4401msgid "fsck: cannot check %s: fsck.%s not found\n"
4402msgstr "fsck: no se puede verificar %s: fsck.%s no se encuentra\n"
4403
Eric Sandeen032eafe2012-07-28 17:48:36 -04004404#: misc/fsck.c:967
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004405msgid "Checking all file systems.\n"
4406msgstr "Revisando todos los sistemas de ficheros.\n"
4407
Eric Sandeen032eafe2012-07-28 17:48:36 -04004408#: misc/fsck.c:1058
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004409#, c-format
4410msgid "--waiting-- (pass %d)\n"
4411msgstr "--esperando-- (paso %d)\n"
4412
Eric Sandeen032eafe2012-07-28 17:48:36 -04004413#: misc/fsck.c:1078
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004414msgid ""
4415"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004416msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004417"Modo de empleo: fsck [-AMNPRTV] [ -C [ fd ] ] [-t tipo_de_sf]\n"
4418" [opciones_de_sf] [sistema_de_ficheros ...]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004419
Eric Sandeen032eafe2012-07-28 17:48:36 -04004420#: misc/fsck.c:1120
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004421#, c-format
4422msgid "%s: too many devices\n"
4423msgstr "%s: demasiados dispositivos\n"
4424
Eric Sandeen032eafe2012-07-28 17:48:36 -04004425#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004426#, c-format
4427msgid "%s: too many arguments\n"
4428msgstr "%s: demasiados argumentos\n"
4429
Eric Sandeen032eafe2012-07-28 17:48:36 -04004430#: misc/lsattr.c:74
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004431#, c-format
4432msgid "Usage: %s [-RVadlv] [files...]\n"
4433msgstr "Modo de empleo: %s [-RVadlv] [ficheros...]\n"
4434
Eric Sandeen032eafe2012-07-28 17:48:36 -04004435#: misc/lsattr.c:84
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004436#, c-format
4437msgid "While reading flags on %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004438msgstr "Mientras se leían las banderas en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004439
Eric Sandeen032eafe2012-07-28 17:48:36 -04004440#: misc/lsattr.c:91
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004441#, c-format
4442msgid "While reading version on %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004443msgstr "Mientras se leía la versión en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004444
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004445#: misc/mke2fs.c:123
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004446#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004447msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004448"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004449"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004450"\t[-G flex-group-size] [-N number-of-inodes]\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004451"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004452"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004453"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004454"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
4455"count]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004456msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004457"Modo de empleo: %s [-c|-l nombre-del-fichero] [-b tamaño-del-bloque]\n"
4458"\t[-f tamaño-del-fragmento] [-i bytes-por-nodo-i] [-I tamaño-del-nodo-i]\n"
4459"\t[-J opciones-de-fichero-de-transacciones] [-N número-de-nodos-i]\n"
4460"\t[-m porcentaje-de-bloques-reservados] [-o SO-creador]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004461"\t[-g bloques-por-grupo] [-L etiqueta-de-volumen]\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004462"\t[-M último-directorio-montado] [-O característica[,...]]\n"
4463"\t[-r revisión-del-sf] [-E opción-extendida{,...]]\n"
4464"\t[-T tipo-del-sf] [-jnqvFSV] dispositivo [cuenta-de-bloques]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004465
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004466#: misc/mke2fs.c:252
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004467#, c-format
4468msgid "Running command: %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004469msgstr "Ejecutando orden: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004470
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004471#: misc/mke2fs.c:256
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004472#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004473msgid "while trying to run '%s'"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004474msgstr "mientras se intentaba ejecutar '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004475
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004476#: misc/mke2fs.c:263
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004477msgid "while processing list of bad blocks from program"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004478msgstr "mientras se procesaba la lista de bloques dañados del programa"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004479
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004480#: misc/mke2fs.c:290
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004481#, c-format
4482msgid "Block %d in primary superblock/group descriptor area bad.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004483msgstr ""
4484"El bloque %d en el área del descriptor primario del superbloque/grupo está "
4485"dañado.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004486
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004487#: misc/mke2fs.c:292
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004488#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004489msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004490msgstr ""
4491"Los bloques del %u al %u deben estar correctos para poder construir un "
4492"sistema de ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004493
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004494#: misc/mke2fs.c:295
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004495msgid "Aborting....\n"
4496msgstr "Finalizando...\n"
4497
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004498#: misc/mke2fs.c:315
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004499#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004500msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004501"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004502"\tbad blocks.\n"
4503"\n"
4504msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004505"Atención: los descriptores de respaldo del superbloque/grupo en el bloque "
4506"%u\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004507"\tcontienen bloques dañados.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004508"\n"
4509
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004510#: misc/mke2fs.c:334
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004511msgid "while marking bad blocks as used"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004512msgstr "mientras se marcaban los bloques dañados como utilizados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004513
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004514#: misc/mke2fs.c:386
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004515msgid "Writing inode tables: "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004516msgstr "Escribiendo las tablas de nodos-i: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004517
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004518#: misc/mke2fs.c:407
Eric Sandeen032eafe2012-07-28 17:48:36 -04004519#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004520msgid ""
4521"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004522"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004523msgstr ""
4524"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004525"No se pueden escribir %d bloques en la tabla de nodos-i al principio de %u: "
4526"%s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004527
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004528#: misc/mke2fs.c:421 misc/mke2fs.c:2477 misc/mke2fs.c:2762
Eric Sandeen032eafe2012-07-28 17:48:36 -04004529msgid "done \n"
4530msgstr "hecho \n"
4531
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004532#: misc/mke2fs.c:432
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004533msgid "while creating root dir"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004534msgstr "mientras se creaba el directorio raíz"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004535
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004536#: misc/mke2fs.c:439
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004537msgid "while reading root inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004538msgstr "mientras se leía el nodo-i raíz"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004539
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004540#: misc/mke2fs.c:451
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004541msgid "while setting root inode ownership"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004542msgstr "mientras se ponían los permisos del dueño del nodo-i raíz"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004543
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004544#: misc/mke2fs.c:469
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004545msgid "while creating /lost+found"
4546msgstr "mientras se creaba /lost+found"
4547
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004548#: misc/mke2fs.c:476
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004549msgid "while looking up /lost+found"
4550msgstr "mientras se revisaba /lost+found"
4551
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004552#: misc/mke2fs.c:489
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004553msgid "while expanding /lost+found"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004554msgstr "mientras se expandía /lost+found"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004555
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004556#: misc/mke2fs.c:504
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004557msgid "while setting bad block inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004558msgstr "mientras se ponía el nodo-i de bloques dañados"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004559
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004560#: misc/mke2fs.c:531
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004561#, c-format
4562msgid "Out of memory erasing sectors %d-%d\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004563msgstr "Se agotó la memoria cuando se borraban los sectores %d-%d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004564
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004565#: misc/mke2fs.c:541
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004566#, c-format
4567msgid "Warning: could not read block 0: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004568msgstr "Atención: no se puede leer el bloque 0: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004569
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004570#: misc/mke2fs.c:557
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004571#, c-format
4572msgid "Warning: could not erase sector %d: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004573msgstr "Atención: no se puede borrar el sector %d: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004574
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004575#: misc/mke2fs.c:573
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004576msgid "while initializing journal superblock"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004577msgstr "mientras se inicializaba el superbloque del fichero de transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004578
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004579#: misc/mke2fs.c:581
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004580msgid "Zeroing journal device: "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004581msgstr "Se rellena con ceros el dispositivo del fichero de transacciones: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004582
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004583#: misc/mke2fs.c:593
Eric Sandeen032eafe2012-07-28 17:48:36 -04004584#, fuzzy, c-format
4585msgid "while zeroing journal device (block %llu, count %d)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004586msgstr ""
4587"mientras se inicializaba con ceros el fichero de transacciones del "
4588"dispositivo (bloque %u, cuenta %d)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004589
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004590#: misc/mke2fs.c:611
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004591msgid "while writing journal superblock"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004592msgstr "mientras se escribía el superbloque del fichero de transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004593
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004594#: misc/mke2fs.c:626
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004595#, fuzzy, c-format
4596msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
4597msgstr ""
4598"El sistema de ficheros en %s tiene ahora %u bloques.\n"
4599"\n"
4600
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004601#: misc/mke2fs.c:634
Eric Sandeen032eafe2012-07-28 17:48:36 -04004602#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004603msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004604"warning: %llu blocks unused.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004605"\n"
4606msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004607"Atención: hay %u bloques sin usar.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004608"\n"
4609
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004610#: misc/mke2fs.c:639
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004611#, c-format
4612msgid "Filesystem label=%s\n"
4613msgstr "Etiqueta del sistema de ficheros=%s\n"
4614
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004615#: misc/mke2fs.c:642
Eric Sandeen032eafe2012-07-28 17:48:36 -04004616#, fuzzy, c-format
4617msgid "OS type: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004618msgstr "Tipo de SO: "
4619
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004620#: misc/mke2fs.c:644
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004621#, c-format
4622msgid "Block size=%u (log=%u)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004623msgstr "Tamaño del bloque=%u (bitácora=%u)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004624
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004625#: misc/mke2fs.c:648
Eric Sandeen032eafe2012-07-28 17:48:36 -04004626#, fuzzy, c-format
4627msgid "Cluster size=%u (log=%u)\n"
4628msgstr "Tamaño del bloque=%u (bitácora=%u)\n"
4629
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004630#: misc/mke2fs.c:652
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004631#, c-format
4632msgid "Fragment size=%u (log=%u)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004633msgstr "Tamaño del fragmento=%u (bitácora=%u)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004634
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004635#: misc/mke2fs.c:654
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004636#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004637msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4638msgstr ""
4639
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004640#: misc/mke2fs.c:656
Eric Sandeen032eafe2012-07-28 17:48:36 -04004641#, fuzzy, c-format
4642msgid "%u inodes, %llu blocks\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004643msgstr "%u nodos-i, %u bloques\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004644
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004645#: misc/mke2fs.c:658
Eric Sandeen032eafe2012-07-28 17:48:36 -04004646#, fuzzy, c-format
4647msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004648msgstr "%u bloques (%2.2f%%) reservados para el superusuario\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004649
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004650#: misc/mke2fs.c:661
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004651#, c-format
4652msgid "First data block=%u\n"
4653msgstr "Primer bloque de datos=%u\n"
4654
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004655#: misc/mke2fs.c:663
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004656#, c-format
4657msgid "Root directory owner=%u:%u\n"
4658msgstr ""
4659
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004660#: misc/mke2fs.c:665
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004661#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004662msgid "Maximum filesystem blocks=%lu\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004663msgstr "Número máximo de bloques del sistema de ficheros=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004664
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004665#: misc/mke2fs.c:669
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004666#, c-format
4667msgid "%u block groups\n"
4668msgstr "%u bloque de grupos\n"
4669
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004670#: misc/mke2fs.c:671
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004671#, c-format
4672msgid "%u block group\n"
4673msgstr "%u bloque de grupo\n"
4674
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004675#: misc/mke2fs.c:674
Eric Sandeen032eafe2012-07-28 17:48:36 -04004676#, fuzzy, c-format
4677msgid "%u blocks per group, %u clusters per group\n"
4678msgstr "%u bloques por grupo, %u fragmentos por grupo\n"
4679
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004680#: misc/mke2fs.c:677
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004681#, c-format
4682msgid "%u blocks per group, %u fragments per group\n"
4683msgstr "%u bloques por grupo, %u fragmentos por grupo\n"
4684
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004685#: misc/mke2fs.c:679
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004686#, c-format
4687msgid "%u inodes per group\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004688msgstr "%u nodos-i por grupo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004689
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004690#: misc/mke2fs.c:688
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004691#, fuzzy, c-format
4692msgid "Filesystem UUID: %s\n"
4693msgstr "Etiqueta del sistema de ficheros=%s\n"
4694
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004695#: misc/mke2fs.c:689
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004696msgid "Superblock backups stored on blocks: "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004697msgstr "Respaldo del superbloque guardado en los bloques: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004698
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004699#: misc/mke2fs.c:766
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004700#, c-format
4701msgid "%s requires '-O 64bit'\n"
4702msgstr ""
4703
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004704#: misc/mke2fs.c:772
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004705#, c-format
4706msgid "'%s' must be before 'resize=%u'\n"
4707msgstr ""
4708
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004709#: misc/mke2fs.c:785
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004710#, fuzzy, c-format
4711msgid "Invalid desc_size: '%s'\n"
4712msgstr "tamaño de los nodos-i inválido - %s"
4713
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004714#: misc/mke2fs.c:798
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004715#, fuzzy, c-format
4716msgid "Invalid offset: %s\n"
4717msgstr "tamaño de los nodos-i inválido - %s"
4718
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004719#: misc/mke2fs.c:812 misc/tune2fs.c:1206
Eric Sandeen032eafe2012-07-28 17:48:36 -04004720#, fuzzy, c-format
4721msgid "Invalid mmp_update_interval: %s\n"
4722msgstr "patrón_de_prueba no válido: %s\n"
4723
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004724#: misc/mke2fs.c:826
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004725#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004726msgid "Invalid # of backup superblocks: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004727msgstr "Parámetro de superbloque no válido: %s\n"
4728
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004729#: misc/mke2fs.c:848
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004730#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004731msgid "Invalid stride parameter: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004732msgstr "Tamaño de zancada no válido: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004733
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004734#: misc/mke2fs.c:863
Theodore Ts'o8f741372008-02-28 21:47:05 -05004735#, fuzzy, c-format
4736msgid "Invalid stripe-width parameter: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004737msgstr "Parámetro de zancada no válido: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004738
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004739#: misc/mke2fs.c:886
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004740#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004741msgid "Invalid resize parameter: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004742msgstr "Parámetro de variación de tamaño no válido: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004743
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004744#: misc/mke2fs.c:893
Theodore Ts'obc759702005-05-09 20:40:55 -04004745msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004746msgstr ""
4747"El máximo de la variación de tamaño debe ser mayor que el tamaño del sistema "
4748"de ficheros.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004749
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004750#: misc/mke2fs.c:917
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004751msgid "On-line resizing not supported with revision 0 filesystems\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004752msgstr ""
4753"El cambio de tamaño en línea no está soportado con sistemas de archivos de "
4754"revisión 0\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004755
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004756#: misc/mke2fs.c:944 misc/mke2fs.c:953
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004757#, fuzzy, c-format
4758msgid "Invalid root_owner: '%s'\n"
4759msgstr "Se puso una opción de montaje no válida: %s\n"
4760
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004761#: misc/mke2fs.c:978
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004762#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004763msgid "Invalid quotatype parameter: %s\n"
4764msgstr "Tamaño de zancada no válido: %s\n"
4765
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004766#: misc/mke2fs.c:989
Eric Sandeen032eafe2012-07-28 17:48:36 -04004767#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004768msgid ""
4769"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004770"Bad option(s) specified: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004771"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004772"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004773"\tis set off by an equals ('=') sign.\n"
4774"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004775"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004776"\tmmp_update_interval=<interval>\n"
4777"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004778"\tstride=<RAID per-disk data chunk in blocks>\n"
4779"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004780"\toffset=<offset to create the file system>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004781"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004782"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004783"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004784"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004785"\troot_uid=<uid of root directory>\n"
4786"\troot_gid=<gid of root directory>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004787"\ttest_fs\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004788"\tdiscard\n"
4789"\tnodiscard\n"
4790"\tquotatype=<usr OR grp>\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004791"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004792msgstr ""
4793"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004794"Las opciones especificadas son incorrectas: %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004795"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004796"Opciones extendidas deben estar separadas por comas, y pueden tomar un\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004797"\targumento que se ajusta con un signo de igual ('=').\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004798"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004799"Las opciones extendidas válidas son:\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004800"\tstride=<longitud de la zancada en bloques>\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004801"\tstripe-width=<RAID stride * data disks in blocks>\n"
4802"\tresize=<máximo de variación de tamaño en bloques>\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004803"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004804"\ttest_fs\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004805
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004806#: misc/mke2fs.c:1015
Theodore Ts'o8f741372008-02-28 21:47:05 -05004807#, c-format
4808msgid ""
4809"\n"
4810"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4811"\n"
4812msgstr ""
4813
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004814#: misc/mke2fs.c:1055
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004815#, c-format
4816msgid ""
4817"Syntax error in mke2fs config file (%s, line #%d)\n"
4818"\t%s\n"
4819msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004820"Error de sintaxis en el fichero de configuración de mke2fs (%s, línea #%d)\n"
4821"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004822
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004823#: misc/mke2fs.c:1068 misc/tune2fs.c:416
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004824#, c-format
4825msgid "Invalid filesystem option set: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004826msgstr "Se puso una opción no válida para el sistema de ficheros: %s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004827
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004828#: misc/mke2fs.c:1080 misc/tune2fs.c:357
Eric Sandeen032eafe2012-07-28 17:48:36 -04004829#, c-format
4830msgid "Invalid mount option set: %s\n"
4831msgstr "Se puso una opción de montaje no válida: %s\n"
4832
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004833#: misc/mke2fs.c:1220
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004834#, c-format
4835msgid ""
4836"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004837"Your mke2fs.conf file does not define the %s filesystem type.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004838msgstr ""
4839
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004840#: misc/mke2fs.c:1224
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004841msgid ""
4842"You probably need to install an updated mke2fs.conf file.\n"
4843"\n"
4844msgstr ""
4845
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004846#: misc/mke2fs.c:1228
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004847#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04004848msgid "Aborting...\n"
4849msgstr "Finalizando...\n"
4850
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004851#: misc/mke2fs.c:1269
Eric Sandeen032eafe2012-07-28 17:48:36 -04004852#, c-format
4853msgid ""
4854"\n"
4855"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4856"\n"
4857msgstr ""
4858
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004859#: misc/mke2fs.c:1449
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004860#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04004861msgid "Couldn't allocate memory for new PATH.\n"
4862msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
4863
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004864#: misc/mke2fs.c:1490
Eric Sandeen032eafe2012-07-28 17:48:36 -04004865#, c-format
4866msgid "Couldn't init profile successfully (error: %ld).\n"
4867msgstr ""
4868
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004869#: misc/mke2fs.c:1523
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004870#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004871msgid "invalid block size - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004872msgstr "tamaño del bloque inválido - %s"
Theodore Ts'obc759702005-05-09 20:40:55 -04004873
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004874#: misc/mke2fs.c:1527
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004875#, c-format
4876msgid "Warning: blocksize %d not usable on most systems.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004877msgstr ""
4878"Atención: el tamaño del bloque %d no se puede utilizar en muchos sistemas.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004879
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004880#: misc/mke2fs.c:1543
Eric Sandeen032eafe2012-07-28 17:48:36 -04004881#, fuzzy, c-format
4882msgid "invalid cluster size - %s"
4883msgstr "tamaño del bloque inválido - %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004884
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004885#: misc/mke2fs.c:1553
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004886msgid "'-R' is deprecated, use '-E' instead"
4887msgstr ""
4888
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004889#: misc/mke2fs.c:1565
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004890msgid "Illegal number for blocks per group"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004891msgstr "Número ilegal de bloques por grupo"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004892
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004893#: misc/mke2fs.c:1570
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004894msgid "blocks per group must be multiple of 8"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004895msgstr "los bloques por grupo deben ser un múltiplo de 8"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004896
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004897#: misc/mke2fs.c:1578
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004898#, fuzzy
4899msgid "Illegal number for flex_bg size"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004900msgstr "Número ilegal de bloques por grupo"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004901
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004902#: misc/mke2fs.c:1584
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004903msgid "flex_bg size must be a power of 2"
4904msgstr ""
4905
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004906#: misc/mke2fs.c:1589
4907#, fuzzy, c-format
4908msgid "flex_bg size (%lu) must be less than or equal to 2^31"
4909msgstr "los nodos-i (%llu) deben ser menos de %u"
4910
4911#: misc/mke2fs.c:1600
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004912#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004913msgid "invalid inode ratio %s (min %d/max %d)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004914msgstr "proporción de nodos-i inválida %s (min %d/max %d)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004915
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004916#: misc/mke2fs.c:1610
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004917#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004918msgid "invalid inode size - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004919msgstr "tamaño de los nodos-i inválido - %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004920
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004921#: misc/mke2fs.c:1623
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004922msgid ""
4923"Warning: -K option is deprecated and should not be used anymore. Use '-E "
4924"nodiscard' extended option instead!\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004925msgstr ""
4926
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004927#: misc/mke2fs.c:1634
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004928msgid "in malloc for bad_blocks_filename"
4929msgstr "en malloc para fichero_de_bloques_dañados"
4930
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004931#: misc/mke2fs.c:1647
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004932#, c-format
4933msgid "invalid reserved blocks percent - %s"
4934msgstr "el porcentaje de bloques reservados es inválido - %s"
4935
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004936#: misc/mke2fs.c:1662
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004937#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004938msgid "bad num inodes - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004939msgstr "número de los nodos-i inválido - %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004940
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004941#: misc/mke2fs.c:1679
Benno Schulenberg8dc47042014-05-18 09:46:34 -04004942#, c-format
4943msgid "bad revision level - %s"
4944msgstr "nivel de revisión incorrecto - %s"
4945
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004946#: misc/mke2fs.c:1684
4947#, fuzzy, c-format
4948msgid "while trying to create revision %d"
4949msgstr ""
4950"\n"
4951"\tmientras se intentaba crear el fichero de transacciones"
4952
4953#: misc/mke2fs.c:1698
Eric Sandeen032eafe2012-07-28 17:48:36 -04004954#, fuzzy
4955msgid "The -t option may only be used once"
4956msgstr "-o solo podría ser especificado una vez"
4957
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004958#: misc/mke2fs.c:1706
Eric Sandeen032eafe2012-07-28 17:48:36 -04004959#, fuzzy
4960msgid "The -T option may only be used once"
4961msgstr "-o solo podría ser especificado una vez"
4962
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004963#: misc/mke2fs.c:1759 misc/mke2fs.c:2843
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004964#, c-format
4965msgid "while trying to open journal device %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004966msgstr ""
4967"mientras se intentaba abrir el fichero de transacciones del dispositivo %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004968
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004969#: misc/mke2fs.c:1765
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004970#, c-format
4971msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4972msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004973"El tamaño del bloque del dispositivo del fichero de transacciones (%d) es\n"
4974"menor que el tamaño del bloque mínimo %d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004975
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004976#: misc/mke2fs.c:1771
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004977#, fuzzy, c-format
4978msgid "Using journal device's blocksize: %d\n"
4979msgstr "Añadiendo el fichero de transacciones al dispositivo %s: "
4980
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004981# The specified number of blocks is invalid.
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004982#: misc/mke2fs.c:1782
Eric Sandeen032eafe2012-07-28 17:48:36 -04004983#, fuzzy, c-format
4984msgid "invalid blocks '%s' on device '%s'"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04004985msgstr "cuenta de bloques no válida - %s"
4986
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004987#: misc/mke2fs.c:1802
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004988msgid "filesystem"
4989msgstr "sistema de ficheros"
4990
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004991#: misc/mke2fs.c:1815 resize/main.c:372
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004992msgid "while trying to determine filesystem size"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04004993msgstr "mientras se intentaba determinar el tamaño del sistema de ficheros"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004994
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004995#: misc/mke2fs.c:1821
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004996msgid ""
4997"Couldn't determine device size; you must specify\n"
4998"the size of the filesystem\n"
4999msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005000"No se puede determinar el tamaño del dispositivo; se deberá especificar\n"
5001"explícitamente el tamaño del sistema de ficheros\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005002
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005003#: misc/mke2fs.c:1828
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005004msgid ""
5005"Device size reported to be zero. Invalid partition specified, or\n"
5006"\tpartition table wasn't reread after running fdisk, due to\n"
5007"\ta modified partition being busy and in use. You may need to reboot\n"
5008"\tto re-read your partition table.\n"
5009msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005010"Se informó que el tamaño del disposivo es cero. Es posible que se haya\n"
5011"\tespecificado una partición no válida o que la tabla de particiones\n"
5012"\tno haya sido releída después de ejecutar fdisk debido a que una \n"
5013"\tpartición modificada está ocupada o en uso. Es necesario reiniciar\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005014"\tpara poder releer la tabla de particiones.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005015
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005016#: misc/mke2fs.c:1845
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005017msgid "Filesystem larger than apparent device size."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005018msgstr ""
5019"El sistema de ficheros es más grande que el tamaño aparente del dispositivo."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005020
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005021#: misc/mke2fs.c:1865
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005022msgid "Failed to parse fs types list\n"
5023msgstr ""
5024
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005025#: misc/mke2fs.c:1906
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005026msgid "while trying to determine hardware sector size"
5027msgstr "mientras se intentaba determinar el tamaño del sector por hardware"
5028
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005029#: misc/mke2fs.c:1912
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005030#, fuzzy
5031msgid "while trying to determine physical sector size"
5032msgstr "mientras se intentaba determinar el tamaño del sector por hardware"
5033
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005034#: misc/mke2fs.c:1944
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005035#, fuzzy
5036msgid "while setting blocksize; too small for device\n"
5037msgstr "mientras se reservaban los bloques para el cambio de tamaño en línea"
5038
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005039#: misc/mke2fs.c:1949
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005040#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005041msgid ""
5042"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005043msgstr ""
5044
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005045#: misc/mke2fs.c:1973
Eric Sandeen032eafe2012-07-28 17:48:36 -04005046#, c-format
5047msgid ""
5048"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5049"\tin 32 bits using a blocksize of %d.\n"
5050msgstr ""
5051
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005052#: misc/mke2fs.c:1989
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005053msgid "fs_types for mke2fs.conf resolution: "
5054msgstr ""
5055
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005056#: misc/mke2fs.c:1996
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005057msgid "Filesystem features not supported with revision 0 filesystems\n"
5058msgstr ""
5059
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005060#: misc/mke2fs.c:2004
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005061#, fuzzy
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005062msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005063msgstr ""
5064"el cambio de tamaño en línea de los bloques reservados no está implementado "
5065"para los sistemas de ficheros que no están esparcidos"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005066
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005067#: misc/mke2fs.c:2016
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005068#, fuzzy
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005069msgid "Journals not supported with revision 0 filesystems\n"
5070msgstr ""
5071"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005072"El tamaño del fichero de transacciones es muy grande para el sistema de "
5073"ficheros.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005074
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005075#: misc/mke2fs.c:2030
Eric Sandeen032eafe2012-07-28 17:48:36 -04005076#, fuzzy, c-format
5077msgid "invalid reserved blocks percent - %lf"
5078msgstr "el porcentaje de bloques reservados es inválido - %s"
5079
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005080#: misc/mke2fs.c:2047
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005081msgid ""
5082"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5083"rectify.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005084msgstr ""
5085
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005086#: misc/mke2fs.c:2067
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005087#, fuzzy
5088msgid "The cluster size may not be smaller than the block size.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005089msgstr ""
5090"El máximo de la variación de tamaño debe ser mayor que el tamaño del sistema "
5091"de ficheros.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005092
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005093#: misc/mke2fs.c:2073
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005094msgid "specifying a cluster size requires the bigalloc feature"
5095msgstr ""
5096
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005097#: misc/mke2fs.c:2092
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005098#, c-format
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005099msgid "warning: Unable to get device geometry for %s\n"
5100msgstr ""
5101
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005102#: misc/mke2fs.c:2095
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005103#, c-format
5104msgid "%s alignment is offset by %lu bytes.\n"
5105msgstr ""
5106
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005107#: misc/mke2fs.c:2097
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005108#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005109msgid ""
5110"This may result in very poor performance, (re)-partitioning suggested.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005111msgstr ""
5112
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005113#: misc/mke2fs.c:2118
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005114#, c-format
5115msgid "%d-byte blocks too big for system (max %d)"
5116msgstr "los bloques de %d bytes son muy grandes para el sistema (máx %d)"
5117
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005118#: misc/mke2fs.c:2122
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005119#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005120msgid ""
5121"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005122msgstr ""
5123"Atención: los bloques de %d bytes son muy grandes para el sistema \n"
5124"(máx %d), se hace un esfuerzo para continuar\n"
5125
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005126#: misc/mke2fs.c:2178
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005127msgid "Can't support bigalloc feature without extents feature"
5128msgstr ""
5129
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005130#: misc/mke2fs.c:2185
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005131msgid ""
5132"The resize_inode and meta_bg features are not compatible.\n"
5133"They can not be both enabled simultaneously.\n"
5134msgstr ""
5135
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005136#: misc/mke2fs.c:2194
Eric Sandeen032eafe2012-07-28 17:48:36 -04005137msgid ""
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005138"\n"
5139"Warning: the bigalloc feature is still under development\n"
5140"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5141"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005142msgstr ""
5143
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005144#: misc/mke2fs.c:2205
Theodore Ts'obc759702005-05-09 20:40:55 -04005145msgid "reserved online resize blocks not supported on non-sparse filesystem"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005146msgstr ""
5147"el cambio de tamaño en línea de los bloques reservados no está implementado "
5148"para los sistemas de ficheros que no están esparcidos"
Theodore Ts'obc759702005-05-09 20:40:55 -04005149
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005150#: misc/mke2fs.c:2214
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005151msgid "blocks per group count out of range"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005152msgstr "la cuenta de bloques por grupo está fuera del intervalo"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005153
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005154#: misc/mke2fs.c:2238
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005155msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005156msgstr ""
5157
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005158#: misc/mke2fs.c:2250
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005159#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04005160msgid "invalid inode size %d (min %d/max %d)"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005161msgstr "tamaño incorrecto del nodo-i %d (mín %d/máx %d)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005162
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005163#: misc/mke2fs.c:2268
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005164#, c-format
5165msgid "too many inodes (%llu), raise inode ratio?"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005166msgstr "demasiados nodos-i (%llu), ¿aumentar el ratio de los nodos-i?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005167
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005168#: misc/mke2fs.c:2275
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005169#, c-format
5170msgid "too many inodes (%llu), specify < 2^32 inodes"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005171msgstr "demasiados nodos-i (%llu), especifique menos que 2^32 nodos-i"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005172
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005173#: misc/mke2fs.c:2289
Eric Sandeen032eafe2012-07-28 17:48:36 -04005174#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005175msgid ""
5176"inode_size (%u) * inodes_count (%u) too big for a\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005177"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005178"\tor lower inode count (-N).\n"
5179msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005180"tamaño_de_nodos_i (%u) * número_de_nodos_i (%u) es demasiado\n"
5181"grande para un sistema de ficheros con %lu bloques; especifique\n"
5182"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 -04005183
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005184#: misc/mke2fs.c:2416
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005185#, c-format
5186msgid ""
5187"Overwriting existing filesystem; this can be undone using the command:\n"
5188" e2undo %s %s\n"
5189"\n"
5190msgstr ""
5191
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005192#: misc/mke2fs.c:2430
Eric Sandeen032eafe2012-07-28 17:48:36 -04005193#, fuzzy
5194msgid "while trying to setup undo file\n"
5195msgstr ""
5196"\n"
5197"\tmientras intentaba crear el fichero de transacciones"
5198
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005199#: misc/mke2fs.c:2456
Eric Sandeen032eafe2012-07-28 17:48:36 -04005200#, fuzzy
5201msgid "Discarding device blocks: "
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005202msgstr "leyendo bloque de directorio"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005203
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005204#: misc/mke2fs.c:2472
Eric Sandeen032eafe2012-07-28 17:48:36 -04005205msgid "failed - "
5206msgstr ""
5207
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005208#: misc/mke2fs.c:2594
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005209msgid "while setting up superblock"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005210msgstr "mientras se ajustaba el superbloque"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005211
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005212#: misc/mke2fs.c:2610
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005213msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005214msgstr ""
5215
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005216#: misc/mke2fs.c:2698
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005217#, c-format
5218msgid "unknown os - %s"
5219msgstr "sistema operativo desconocido - %s"
5220
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005221#: misc/mke2fs.c:2750
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005222#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005223msgid "Allocating group tables: "
5224msgstr "Escribiendo las tablas de nodos-i: "
5225
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005226#: misc/mke2fs.c:2758
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005227msgid "while trying to allocate filesystem tables"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005228msgstr "mientras se intentaba reservar las tablas del sistema de ficheros"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005229
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005230#: misc/mke2fs.c:2767
Eric Sandeen032eafe2012-07-28 17:48:36 -04005231#, fuzzy
5232msgid ""
5233"\n"
5234"\twhile converting subcluster bitmap"
5235msgstr "mientras se escribía el mapa de bits del bloque"
5236
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005237#: misc/mke2fs.c:2810
Eric Sandeen032eafe2012-07-28 17:48:36 -04005238#, fuzzy, c-format
5239msgid "while zeroing block %llu at end of filesystem"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005240msgstr ""
5241"mientras se inicializaba a cero el bloque %u al final del sistema de ficheros"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005242
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005243#: misc/mke2fs.c:2824
Theodore Ts'obc759702005-05-09 20:40:55 -04005244msgid "while reserving blocks for online resize"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005245msgstr "mientras se reservaban los bloques para el cambio de tamaño en línea"
Theodore Ts'obc759702005-05-09 20:40:55 -04005246
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005247#: misc/mke2fs.c:2836 misc/tune2fs.c:679
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005248msgid "journal"
5249msgstr "fichero de transacciones"
5250
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005251#: misc/mke2fs.c:2848
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005252#, c-format
5253msgid "Adding journal to device %s: "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005254msgstr "Añadiendo el fichero de transacciones al dispositivo %s: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005255
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005256#: misc/mke2fs.c:2855
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005257#, c-format
5258msgid ""
5259"\n"
5260"\twhile trying to add journal to device %s"
5261msgstr ""
5262"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005263"\tmientras se intentaba añadir el fichero de transacciones al dispositivo %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005264
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005265#: misc/mke2fs.c:2860 misc/mke2fs.c:2891 misc/tune2fs.c:708 misc/tune2fs.c:727
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005266msgid "done\n"
5267msgstr "hecho\n"
5268
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005269#: misc/mke2fs.c:2867
Eric Sandeen032eafe2012-07-28 17:48:36 -04005270msgid "Skipping journal creation in super-only mode\n"
5271msgstr ""
5272
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005273#: misc/mke2fs.c:2878
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005274#, fuzzy, c-format
5275msgid "Creating journal (%u blocks): "
5276msgstr "Creando el fichero de transacciones (%d bloques): "
5277
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005278#: misc/mke2fs.c:2887
Eric Sandeen032eafe2012-07-28 17:48:36 -04005279msgid ""
5280"\n"
5281"\twhile trying to create journal"
5282msgstr ""
5283"\n"
5284"\tmientras se intentaba crear el fichero de transacciones"
5285
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005286#: misc/mke2fs.c:2899 misc/tune2fs.c:483
Eric Sandeen032eafe2012-07-28 17:48:36 -04005287msgid ""
5288"\n"
5289"Error while enabling multiple mount protection feature."
5290msgstr ""
5291
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005292#: misc/mke2fs.c:2904
Eric Sandeen032eafe2012-07-28 17:48:36 -04005293#, c-format
5294msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5295msgstr ""
5296
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005297#: misc/mke2fs.c:2921
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005298msgid "Writing superblocks and filesystem accounting information: "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005299msgstr ""
5300"Escribiendo superbloques y la información contable del sistema de ficheros: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005301
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005302#: misc/mke2fs.c:2928
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005303msgid ""
5304"\n"
5305"Warning, had trouble writing out superblocks."
5306msgstr ""
5307"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005308"Atención, se tuvo un problema al escribir los superbloques."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005309
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005310#: misc/mke2fs.c:2930
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005311msgid ""
5312"done\n"
5313"\n"
5314msgstr ""
5315"hecho\n"
5316"\n"
5317
Eric Sandeen032eafe2012-07-28 17:48:36 -04005318#: misc/mklost+found.c:50
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005319msgid "Usage: mklost+found\n"
5320msgstr "Modo de empleo: mklost+found\n"
5321
Eric Sandeen032eafe2012-07-28 17:48:36 -04005322#: misc/partinfo.c:41
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005323#, fuzzy, c-format
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005324msgid ""
5325"Usage: %s device...\n"
5326"\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005327"Prints out the partition information for each given device.\n"
5328"For example: %s /dev/hda\n"
5329"\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005330msgstr ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005331"Modo de empleo: %s <dev1> <dev2> <dev3>\n"
5332"\n"
5333"Este programa muestra la información de la partición para un conjunto de\n"
5334"dispositivos. Una forma común de utilizar este programa es:\n"
5335"\n"
5336"\t%s /dev/hda?\n"
5337"\n"
5338
Eric Sandeen032eafe2012-07-28 17:48:36 -04005339#: misc/partinfo.c:51
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005340#, fuzzy, c-format
5341msgid "Cannot open %s: %s"
5342msgstr "e2label: no se puede abrir %s\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005343
Eric Sandeen032eafe2012-07-28 17:48:36 -04005344#: misc/partinfo.c:57
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005345#, c-format
5346msgid "Cannot get geometry of %s: %s"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005347msgstr ""
5348
Eric Sandeen032eafe2012-07-28 17:48:36 -04005349#: misc/partinfo.c:65
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005350#, c-format
5351msgid "Cannot get size of %s: %s"
5352msgstr ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005353
Eric Sandeen032eafe2012-07-28 17:48:36 -04005354#: misc/partinfo.c:71
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005355#, c-format
5356msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5357msgstr ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005358
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005359#: misc/tune2fs.c:112
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005360msgid "Please run e2fsck on the filesystem.\n"
5361msgstr "Por favor ejecute e2fsck sobre el sistema de ficheros.\n"
5362
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005363#: misc/tune2fs.c:121
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005364#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005365msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04005366"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005367"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005368"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
5369"mmp_update_interval]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005370"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005371"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005372"\t[-Q quota_options]\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005373"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5374"\t[ -I new_inode_size ] device\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005375msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005376"Modo de empleo: %s [-c cuenta-máxima-de-montajes]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005377"\t[-e comportamiento-de-errores] [-g grupo] [-i intervalo[d|m|w]] \n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005378"\t[-j] [-J opciones-del-fichero-de-transacciones]\n"
5379"\t[-l] [-s bandera-esparcimiento] [-m porcentaje-de-bloques-reservados]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005380"\t[-o [^]opciones-de-montaje[,...]] [-r cuenta-de-bloques-reservados]\n"
5381"\t[-u usuario] [-C cuenta-de-montajes] [-L etiqueta-de-volumen]\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005382"\t[-M último-directorio-montado] [-O [^]característica[,...]]\n"
5383"\t[-T última-fecha-de-revisón] [-U UUID] dispositivo\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005384
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005385#: misc/tune2fs.c:217
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005386msgid "while trying to open external journal"
5387msgstr "mientras se intentaba abrir el fichero de transacciones externo"
5388
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005389#: misc/tune2fs.c:222
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005390#, c-format
5391msgid "%s is not a journal device.\n"
5392msgstr "%s no es un dispositivo con fichero de transacciones.\n"
5393
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005394#: misc/tune2fs.c:237
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005395msgid "Journal superblock not found!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005396msgstr "¡No se encontró el superbloque del fichero de transacciones!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005397
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005398#: misc/tune2fs.c:248
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005399msgid "Filesystem's UUID not found on journal device.\n"
5400msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005401"No se encontró el UUID del sistema de ficheros en el fichero de\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005402"transacciones del dispositivo.\n"
5403
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005404#: misc/tune2fs.c:269
Eric Sandeen032eafe2012-07-28 17:48:36 -04005405msgid ""
5406"Cannot locate journal device. It was NOT removed\n"
5407"Use -f option to remove missing journal device.\n"
5408msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005409
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005410#: misc/tune2fs.c:277
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005411msgid "Journal removed\n"
5412msgstr "Fichero de transacciones eliminado\n"
5413
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005414#: misc/tune2fs.c:321
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005415msgid "while reading bitmaps"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005416msgstr "mientras se leían los mapas de bits"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005417
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005418#: misc/tune2fs.c:329
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005419msgid "while clearing journal inode"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005420msgstr "mientras se borraba el nodo-i del fichero de transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005421
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005422#: misc/tune2fs.c:340
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005423msgid "while writing journal inode"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005424msgstr "mientras se escribía el nodo-i del fichero de transacciones"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005425
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005426#: misc/tune2fs.c:372 misc/tune2fs.c:385
Eric Sandeen032eafe2012-07-28 17:48:36 -04005427msgid "(and reboot afterwards!)\n"
5428msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005429
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005430#: misc/tune2fs.c:419
Theodore Ts'o8f741372008-02-28 21:47:05 -05005431#, c-format
5432msgid "Clearing filesystem feature '%s' not supported.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005433msgstr ""
5434"No se soporta desactivar la característica '%s' del sistema de ficheros.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005435
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005436#: misc/tune2fs.c:425
Theodore Ts'o8f741372008-02-28 21:47:05 -05005437#, fuzzy, c-format
5438msgid "Setting filesystem feature '%s' not supported.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005439msgstr "Se pone la hora de la última revisión al sistema de ficheros a %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005440
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005441#: misc/tune2fs.c:434
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005442#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005443msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005444"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005445"unmounted or mounted read-only.\n"
5446msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005447"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5448"ficheros no está montada o está en modo de sólo lectura.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005449
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005450#: misc/tune2fs.c:443
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005451msgid ""
5452"The needs_recovery flag is set. Please run e2fsck before clearing\n"
5453"the has_journal flag.\n"
5454msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005455"La bandera 'needs_recovery' está puesta. Por favor ejecute e2fsck antes\n"
5456"de deactivar la bandera 'has_journal'.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005457
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005458#: misc/tune2fs.c:462
5459#, fuzzy
5460msgid ""
5461"Setting filesystem feature 'sparse_super' not supported\n"
5462"for filesystems with the meta_bg feature enabled.\n"
5463msgstr "Se pone la hora de la última revisión al sistema de ficheros a %s\n"
5464
5465#: misc/tune2fs.c:475
Eric Sandeen032eafe2012-07-28 17:48:36 -04005466#, fuzzy
5467msgid ""
5468"The multiple mount protection feature can't\n"
5469"be set if the filesystem is mounted or\n"
5470"read-only.\n"
5471msgstr ""
5472"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5473"ficheros no está montada o está en modo de sólo lectura.\n"
5474
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005475#: misc/tune2fs.c:493
Eric Sandeen032eafe2012-07-28 17:48:36 -04005476#, c-format
5477msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5478msgstr ""
5479
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005480#: misc/tune2fs.c:502
Eric Sandeen032eafe2012-07-28 17:48:36 -04005481msgid ""
5482"The multiple mount protection feature cannot\n"
5483"be disabled if the filesystem is readonly.\n"
5484msgstr ""
5485
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005486#: misc/tune2fs.c:510
Eric Sandeen032eafe2012-07-28 17:48:36 -04005487#, fuzzy
5488msgid "Error while reading bitmaps\n"
5489msgstr "mientras se leían los mapas de bits"
5490
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005491#: misc/tune2fs.c:519
Eric Sandeen032eafe2012-07-28 17:48:36 -04005492#, c-format
5493msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5494msgstr ""
5495
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005496#: misc/tune2fs.c:524
Eric Sandeen032eafe2012-07-28 17:48:36 -04005497#, fuzzy
5498msgid "while reading MMP block."
5499msgstr "mientras se leían los bloques dañados del nodo-i"
5500
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005501#: misc/tune2fs.c:556
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005502msgid ""
5503"Clearing the flex_bg flag would cause the the filesystem to be\n"
5504"inconsistent.\n"
5505msgstr ""
5506
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005507#: misc/tune2fs.c:567
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005508#, fuzzy
5509msgid ""
5510"The huge_file feature may only be cleared when the filesystem is\n"
5511"unmounted or mounted read-only.\n"
5512msgstr ""
5513"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5514"ficheros no está montada o está en modo de sólo lectura.\n"
5515
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005516#: misc/tune2fs.c:627
Eric Sandeen032eafe2012-07-28 17:48:36 -04005517msgid ""
5518"\n"
5519"Warning: '^quota' option overrides '-Q'arguments.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005520msgstr ""
5521
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005522#: misc/tune2fs.c:672
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005523msgid "The filesystem already has a journal.\n"
5524msgstr "El sistema de ficheros ya tiene un fichero de transacciones.\n"
5525
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005526#: misc/tune2fs.c:692
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005527#, c-format
5528msgid ""
5529"\n"
5530"\twhile trying to open journal on %s\n"
5531msgstr ""
5532"\n"
5533"\tmientras se intentaba abrir el fichero de transacciones en %s\n"
5534
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005535#: misc/tune2fs.c:696
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005536#, c-format
5537msgid "Creating journal on device %s: "
5538msgstr "Creando un fichero de transacciones en el dispositivo %s: "
5539
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005540#: misc/tune2fs.c:704
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005541#, c-format
5542msgid "while adding filesystem to journal on %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005543msgstr ""
5544"mientras se agregaba un sistema de ficheros al fichero de transacciones en %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005545
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005546#: misc/tune2fs.c:710
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005547msgid "Creating journal inode: "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005548msgstr "Creando el nodo-i del fichero de transacciones: "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005549
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005550#: misc/tune2fs.c:724
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005551msgid ""
5552"\n"
5553"\twhile trying to create journal file"
5554msgstr ""
5555"\n"
5556"\tmientras intentaba crear el fichero de transacciones"
5557
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005558#: misc/tune2fs.c:799
Eric Sandeen032eafe2012-07-28 17:48:36 -04005559#, fuzzy
5560msgid "Couldn't allocate memory to parse quota options!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005561msgstr ""
5562"¡No se puede reservar memoria para analizar sintácticamente las opciones!\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005563
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005564#: misc/tune2fs.c:821
Eric Sandeen032eafe2012-07-28 17:48:36 -04005565msgid ""
5566"\n"
5567"Bad quota options specified.\n"
5568"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005569"Following valid quota options are available (pass by separating with "
5570"comma):\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005571"\t[^]usrquota\n"
5572"\t[^]grpquota\n"
5573"\n"
5574"\n"
5575msgstr ""
5576
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005577#: misc/tune2fs.c:881
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005578#, c-format
5579msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005580msgstr ""
5581"No se puede analizar sintácticamente el especificador de fecha/hora: %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005582
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005583#: misc/tune2fs.c:909 misc/tune2fs.c:922
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005584#, c-format
5585msgid "bad mounts count - %s"
5586msgstr "cuenta de montajes incorrectos - %s"
5587
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005588#: misc/tune2fs.c:938
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005589#, c-format
5590msgid "bad error behavior - %s"
5591msgstr "comportamiento de errores incorrecto - %s"
5592
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005593#: misc/tune2fs.c:965
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005594#, c-format
5595msgid "bad gid/group name - %s"
5596msgstr "nombre del gid/grupo incorrecto - %s"
5597
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005598#: misc/tune2fs.c:998
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005599#, c-format
5600msgid "bad interval - %s"
5601msgstr "intervalo incorrecto - %s"
5602
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005603#: misc/tune2fs.c:1027
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005604#, c-format
5605msgid "bad reserved block ratio - %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005606msgstr "proporción de bloques reservados incorrecta - %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005607
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005608#: misc/tune2fs.c:1042
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005609msgid "-o may only be specified once"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005610msgstr "-o solo podría ser especificado una vez"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005611
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005612#: misc/tune2fs.c:1051
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005613msgid "-O may only be specified once"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005614msgstr "-O sólo se puede especificar una vez"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005615
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005616#: misc/tune2fs.c:1068
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005617#, c-format
5618msgid "bad reserved blocks count - %s"
5619msgstr "cuenta de bloques reservados incorrecta - %s"
5620
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005621#: misc/tune2fs.c:1097
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005622#, c-format
5623msgid "bad uid/user name - %s"
5624msgstr "nombre de uid/usuario incorrecto - %s"
5625
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005626#: misc/tune2fs.c:1114
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005627#, fuzzy, c-format
5628msgid "bad inode size - %s"
5629msgstr "tamaño de los nodos-i inválido - %s"
5630
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005631#: misc/tune2fs.c:1121
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005632#, c-format
5633msgid "Inode size must be a power of two- %s"
5634msgstr ""
5635
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005636#: misc/tune2fs.c:1215
Eric Sandeen032eafe2012-07-28 17:48:36 -04005637#, c-format
5638msgid "mmp_update_interval too big: %lu\n"
5639msgstr ""
5640
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005641#: misc/tune2fs.c:1220
Eric Sandeen032eafe2012-07-28 17:48:36 -04005642#, fuzzy, c-format
5643msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005644msgid_plural ""
5645"Setting multiple mount protection update interval to %lu seconds\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005646msgstr[0] "Se pone la cuenta de montajes máxima a %d\n"
5647msgstr[1] "Se pone la cuenta de montajes máxima a %d\n"
5648
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005649#: misc/tune2fs.c:1243
Theodore Ts'o8f741372008-02-28 21:47:05 -05005650#, fuzzy, c-format
5651msgid "Invalid RAID stride: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005652msgstr "Parámetro de zancada no válido: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005654#: misc/tune2fs.c:1258
Theodore Ts'o8f741372008-02-28 21:47:05 -05005655#, fuzzy, c-format
5656msgid "Invalid RAID stripe-width: %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005657msgstr "Parámetro de zancada no válido: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005658
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005659#: misc/tune2fs.c:1273
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005660#, fuzzy, c-format
5661msgid "Invalid hash algorithm: %s\n"
5662msgstr "Tamaño de zancada no válido: %s\n"
5663
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005664#: misc/tune2fs.c:1279
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005665#, c-format
5666msgid "Setting default hash algorithm to %s (%d)\n"
5667msgstr ""
5668
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005669#: misc/tune2fs.c:1298
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005670#, fuzzy
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005671msgid ""
5672"\n"
5673"Bad options specified.\n"
5674"\n"
5675"Extended options are separated by commas, and may take an argument which\n"
5676"\tis set off by an equals ('=') sign.\n"
5677"\n"
5678"Valid extended options are:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005679"\tclear_mmp\n"
5680"\thash_alg=<hash algorithm>\n"
5681"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005682"\tstride=<RAID per-disk chunk size in blocks>\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005683"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005684"\ttest_fs\n"
5685"\t^test_fs\n"
5686msgstr ""
5687"\n"
5688"Las opciones especificadas son incorrectas.\n"
5689"\n"
5690"Las opciones extendidas deben estar separadas por comas, y pueden tomar un\n"
5691"\targumento que se ajusta con un signo de igual ('=').\n"
5692"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005693"Las opciones extendidas válidas son:\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005694"\tstride=<longitud de la zancada en bloques>\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005695"\tresize=<máximo de variación de tamaño en bloques>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005696"\n"
5697
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005698#: misc/tune2fs.c:1764
Eric Sandeen032eafe2012-07-28 17:48:36 -04005699#, fuzzy
5700msgid "Failed to read inode bitmap\n"
5701msgstr "mientras se leían los mapas de bits"
5702
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005703#: misc/tune2fs.c:1769
Eric Sandeen032eafe2012-07-28 17:48:36 -04005704#, fuzzy
5705msgid "Failed to read block bitmap\n"
5706msgstr "leyendo los mapas de bits del nodo-i y del bloque"
5707
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005708#: misc/tune2fs.c:1786 resize/resize2fs.c:925
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005709msgid "blocks to be moved"
5710msgstr "bloques por ser movidos"
5711
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005712#: misc/tune2fs.c:1789
Eric Sandeen032eafe2012-07-28 17:48:36 -04005713msgid "Failed to allocate block bitmap when increasing inode size\n"
5714msgstr ""
5715
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005716#: misc/tune2fs.c:1795
Eric Sandeen032eafe2012-07-28 17:48:36 -04005717msgid "Not enough space to increase inode size \n"
5718msgstr ""
5719
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005720#: misc/tune2fs.c:1800
Eric Sandeen032eafe2012-07-28 17:48:36 -04005721#, fuzzy
5722msgid "Failed to relocate blocks during inode resize \n"
5723msgstr "mientras se reservaban los bloques para el cambio de tamaño en línea"
5724
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005725#: misc/tune2fs.c:1832
Eric Sandeen032eafe2012-07-28 17:48:36 -04005726msgid ""
5727"Error in resizing the inode size.\n"
5728"Run e2undo to undo the file system changes. \n"
5729msgstr ""
5730
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005731#: misc/tune2fs.c:1859
Eric Sandeen032eafe2012-07-28 17:48:36 -04005732#, fuzzy
5733msgid "Couldn't allocate memory for tdb filename\n"
5734msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
5735
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005736#: misc/tune2fs.c:1880
Eric Sandeen032eafe2012-07-28 17:48:36 -04005737#, fuzzy, c-format
5738msgid "while trying to delete %s"
5739msgstr "mientras se intentaba modificar el tamaño %s"
5740
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005741#: misc/tune2fs.c:1888
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005742#, c-format
5743msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005744"To undo the tune2fs operation please run the command\n"
5745" e2undo %s %s\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005746"\n"
5747msgstr ""
5748
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005749#: misc/tune2fs.c:1957
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005750#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005751msgid ""
5752"MMP block magic is bad. Try to fix it by running:\n"
5753"'e2fsck -f %s'\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005754msgstr ""
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005755
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005756#: misc/tune2fs.c:1975
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005757#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005758msgid "The inode size is already %lu\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005759msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005760
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005761#: misc/tune2fs.c:1982
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005762#, fuzzy
5763msgid "Shrinking inode size is not supported\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005764msgstr "Se pone la hora de la última revisión al sistema de ficheros a %s\n"
5765
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005766#: misc/tune2fs.c:1987
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005767#, fuzzy, c-format
5768msgid "Invalid inode size %lu (max %d)\n"
5769msgstr "tamaño incorrecto del nodo-i %d (mín %d/máx %d)"
5770
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005771#: misc/tune2fs.c:2034
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005772#, c-format
5773msgid "Setting maximal mount count to %d\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005774msgstr "Se pone la cuenta de montajes máxima a %d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005775
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005776#: misc/tune2fs.c:2040
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005777#, c-format
5778msgid "Setting current mount count to %d\n"
5779msgstr "Se pone la cuenta de montajes actual a %d\n"
5780
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005781#: misc/tune2fs.c:2045
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005782#, c-format
5783msgid "Setting error behavior to %d\n"
5784msgstr "Se pone el comportamiento de errores a %d\n"
5785
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005786#: misc/tune2fs.c:2050
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005787#, c-format
5788msgid "Setting reserved blocks gid to %lu\n"
5789msgstr "Se pone el gid de los bloques reservados %lu\n"
5790
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005791#: misc/tune2fs.c:2055
Eric Sandeen032eafe2012-07-28 17:48:36 -04005792#, fuzzy, c-format
5793msgid "interval between checks is too big (%lu)"
5794msgstr "Se pone el intervalo entre revisiones en %lu segundos\n"
5795
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005796#: misc/tune2fs.c:2062
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005797#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005798msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005799msgstr "Se pone el intervalo entre revisiones en %lu segundos\n"
5800
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005801#: misc/tune2fs.c:2069
Theodore Ts'o6956f612005-12-31 16:46:15 -05005802#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005803msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005804msgstr "Se pone el porcentaje de bloques reservados a %lu (%u bloques)\n"
5805
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005806#: misc/tune2fs.c:2075
Eric Sandeen032eafe2012-07-28 17:48:36 -04005807#, fuzzy, c-format
5808msgid "reserved blocks count is too big (%llu)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005809msgstr "la cantidad de bloques reservados es muy grande (%lu)"
5810
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005811#: misc/tune2fs.c:2082
Eric Sandeen032eafe2012-07-28 17:48:36 -04005812#, fuzzy, c-format
5813msgid "Setting reserved blocks count to %llu\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005814msgstr "Se pone la cantidad de bloques reservados a %lu\n"
5815
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005816#: misc/tune2fs.c:2088
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005817msgid ""
5818"\n"
5819"The filesystem already has sparse superblocks.\n"
5820msgstr ""
5821"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005822"El sistema de ficheros ya tiene superbloques dispersos.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005823
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005824#: misc/tune2fs.c:2092
5825msgid ""
5826"\n"
5827"Setting the sparse superblock flag not supported\n"
5828"for filesystems with the meta_bg feature enabled.\n"
5829msgstr ""
5830
5831#: misc/tune2fs.c:2103
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005832#, c-format
5833msgid ""
5834"\n"
5835"Sparse superblock flag set. %s"
5836msgstr ""
5837"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005838"La bandera de superbloques dispersos está puesta. %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005839
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005840#: misc/tune2fs.c:2108
5841#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005842msgid ""
5843"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005844"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005845msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005846"No se soporta desactivar la característica '%s' del sistema de ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005847
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005848#: misc/tune2fs.c:2116
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005849#, c-format
5850msgid "Setting time filesystem last checked to %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005851msgstr "Se pone la hora de la última revisión al sistema de ficheros a %s\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005852
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005853#: misc/tune2fs.c:2122
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005854#, c-format
5855msgid "Setting reserved blocks uid to %lu\n"
5856msgstr "Se pone el uid de los bloques reservados a %lu\n"
5857
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005858#: misc/tune2fs.c:2154
Eric Sandeen032eafe2012-07-28 17:48:36 -04005859msgid "Error in using clear_mmp. It must be used with -f\n"
5860msgstr ""
5861
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005862#: misc/tune2fs.c:2172
Eric Sandeen032eafe2012-07-28 17:48:36 -04005863#, fuzzy
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005864msgid ""
5865"The quota feature may only be changed when the filesystem is unmounted.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005866msgstr ""
5867"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5868"ficheros no está montada o está en modo de sólo lectura.\n"
5869
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005870#: misc/tune2fs.c:2191
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005871#, fuzzy
5872msgid "The UUID may only be changed when the filesystem is unmounted.\n"
5873msgstr ""
5874"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5875"ficheros no está montada o está en modo de sólo lectura.\n"
5876
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005877#: misc/tune2fs.c:2219
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005878msgid "Invalid UUID format\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005879msgstr "Formato del UUID no válido\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005880
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005881#: misc/tune2fs.c:2232
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005882#, fuzzy
5883msgid "The inode size may only be changed when the filesystem is unmounted.\n"
5884msgstr ""
5885"La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
5886"ficheros no está montada o está en modo de sólo lectura.\n"
5887
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005888#: misc/tune2fs.c:2240
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005889msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005890"Changing the inode size not supported for filesystems with the flex_bg\n"
5891"feature enabled.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005892msgstr ""
5893
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005894#: misc/tune2fs.c:2253
Benno Schulenbergd6408f12008-06-21 14:06:00 -04005895#, fuzzy, c-format
5896msgid "Setting inode size %lu\n"
5897msgstr "Se pone el gid de los bloques reservados %lu\n"
5898
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005899#: misc/tune2fs.c:2256
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005900#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005901msgid "Failed to change inode size\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04005902msgstr "mientras se comenzaba a explorar los nodos-i"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005903
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005904#: misc/tune2fs.c:2267
Theodore Ts'o8f741372008-02-28 21:47:05 -05005905#, fuzzy, c-format
5906msgid "Setting stride size to %d\n"
5907msgstr "Se pone el gid de los bloques reservados %lu\n"
5908
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005909#: misc/tune2fs.c:2272
Theodore Ts'o8f741372008-02-28 21:47:05 -05005910#, fuzzy, c-format
5911msgid "Setting stripe width to %d\n"
5912msgstr "Se pone el gid de los bloques reservados %lu\n"
5913
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005914#: misc/tune2fs.c:2279
Eric Sandeen032eafe2012-07-28 17:48:36 -04005915#, fuzzy, c-format
5916msgid "Setting extended default mount options to '%s'\n"
5917msgstr "Se pone la cuenta de montajes actual a %d\n"
5918
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005919#: misc/util.c:93
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005920msgid "<proceeding>\n"
5921msgstr ""
5922
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005923#: misc/util.c:97
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005924#, fuzzy, c-format
5925msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
5926msgstr "¿Continuar de todas formas? (s,n) "
5927
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005928#: misc/util.c:101
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005929msgid "Proceed anyway? (y,n) "
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005930msgstr "¿Continuar de todas formas? (s,n) "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005931
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005932#: misc/util.c:132
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005933#, fuzzy, c-format
5934msgid "\tlast mounted on %s on %s"
5935msgstr "cuenta de montajes incorrectos - %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005936
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005937#: misc/util.c:135
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005938#, fuzzy, c-format
5939msgid "\tlast mounted on %s"
5940msgstr "cuenta de montajes incorrectos - %s"
5941
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005942#: misc/util.c:138
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005943#, c-format
5944msgid "\tcreated on %s"
5945msgstr ""
5946
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005947#: misc/util.c:141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005948#, c-format
5949msgid "\tlast modified on %s"
5950msgstr ""
5951
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005952#: misc/util.c:175
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005953#, c-format
5954msgid "Found a %s partition table in %s\n"
5955msgstr ""
5956
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005957#: misc/util.c:205
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005958#, fuzzy, c-format
5959msgid "Creating regular file %s\n"
5960msgstr "fichero regular"
5961
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005962#: misc/util.c:208
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005963#, fuzzy, c-format
5964msgid "Could not open %s: %s\n"
5965msgstr "e2label: no se puede abrir %s\n"
5966
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005967#: misc/util.c:211
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005968msgid ""
5969"\n"
5970"The device apparently does not exist; did you specify it correctly?\n"
5971msgstr ""
5972"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005973"En apariencia, el dispositivo no existe; ¿Se especificó correctamente?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005974
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005975#: misc/util.c:233
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005976#, c-format
5977msgid "%s is not a block special device.\n"
5978msgstr "%s no es un dispositivo especial de bloques.\n"
5979
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005980#: misc/util.c:255
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005981#, fuzzy, c-format
5982msgid "%s contains a %s file system labelled '%s'\n"
5983msgstr " contiene un sistema de ficheros con errores"
5984
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005985#: misc/util.c:258
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005986#, fuzzy, c-format
5987msgid "%s contains a %s file system\n"
5988msgstr " contiene un sistema de ficheros con errores"
5989
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005990#: misc/util.c:295
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005991#, c-format
5992msgid "%s is entire device, not just one partition!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04005993msgstr "¡%s es todo el dispositivo, no sólo una partición!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005994
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005995#: misc/util.c:318
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005996msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005997msgstr ""
5998"Se fuerza de todas formas mke2fs. Esperemos que /etc/mtab sea incorrecto.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005999
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006000#: misc/util.c:323
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006001#, c-format
6002msgid "will not make a %s here!\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006003msgstr "¡No se hará un %s aquí!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006004
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006005#: misc/util.c:330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006006msgid "mke2fs forced anyway.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006007msgstr "Se fuerza de todas formas mke2fs.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006008
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006009#: misc/util.c:346
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006010msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006011msgstr ""
6012"¡No se puede reservar memoria para la revisión sintáctica de las opciones "
6013"del fichero de transacciones!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006014
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006015#: misc/util.c:371
Eric Sandeen032eafe2012-07-28 17:48:36 -04006016#, fuzzy, c-format
6017msgid ""
6018"\n"
6019"Could not find journal device matching %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006020msgstr ""
6021"No se pueden encontrar los números mágicos del superbloque del fichero de "
6022"transacciones"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006023
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006024#: misc/util.c:398
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006025#, fuzzy
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006026msgid ""
6027"\n"
6028"Bad journal options specified.\n"
6029"\n"
6030"Journal options are separated by commas, and may take an argument which\n"
6031"\tis set off by an equals ('=') sign.\n"
6032"\n"
6033"Valid journal options are:\n"
6034"\tsize=<journal size in megabytes>\n"
6035"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006036"\tlocation=<journal location>\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006037"\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006038"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006039"\n"
6040msgstr ""
6041"\n"
6042"Se especificaron opciones incorrectas para el fichero de transacciones.\n"
6043"\n"
6044"Las opciones del fichero de transacciones deben estar separadas por comas\n"
6045"y pueden tener un argumento que se pone con un signo de igual ('=').\n"
6046"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006047"Las opciones válidas para el fichero de transacciones son:\n"
6048"\tsize=<tamaño del fichero de transacciones en megabytes>\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006049" device=<dispositivo del fichero de transacciones>\n"
6050"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006051"El tamaño del fichero de transacciones debe estar entre 1024 y 102400 "
6052"bloques del sistema de ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006053"\n"
6054
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006055#: misc/util.c:429
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006056msgid ""
6057"\n"
6058"Filesystem too small for a journal\n"
6059msgstr ""
6060"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006061"El sistema de ficheros es demasiado pequeño para un fichero de "
6062"transacciones\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006063
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006064#: misc/util.c:436
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006065#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006066msgid ""
6067"\n"
6068"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006069"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006070msgstr ""
6071"\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006072"El tamaño del fichero de transacciones solicitado es de %d bloques;\n"
6073"debería estar entre 1024 y 10240000 bloques. Se finaliza.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006074
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006075#: misc/util.c:444
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006076msgid ""
6077"\n"
6078"Journal size too big for filesystem.\n"
6079msgstr ""
6080"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006081"El tamaño del fichero de transacciones es muy grande para el sistema de "
6082"ficheros.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006083
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006084#: misc/util.c:458
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006085#, c-format
6086msgid ""
6087"This filesystem will be automatically checked every %d mounts or\n"
6088"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6089msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006090"Este sistema de ficheros se revisará automáticamente cada %d montajes o\n"
6091"%g días, lo que suceda primero. Utilice tune2fs -c o -i para cambiarlo.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006092
Eric Sandeen032eafe2012-07-28 17:48:36 -04006093#: misc/uuidd.c:48
6094#, c-format
6095msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6096msgstr ""
6097
6098#: misc/uuidd.c:50
6099#, c-format
6100msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6101msgstr ""
6102
6103#: misc/uuidd.c:52
6104#, c-format
6105msgid " %s -k\n"
6106msgstr ""
6107
6108#: misc/uuidd.c:154
6109#, fuzzy
6110msgid "bad arguments"
6111msgstr "%s: demasiados argumentos\n"
6112
6113#: misc/uuidd.c:172
6114msgid "connect"
6115msgstr ""
6116
6117#: misc/uuidd.c:191
6118msgid "write"
6119msgstr ""
6120
6121#: misc/uuidd.c:199
6122msgid "read count"
6123msgstr ""
6124
6125#: misc/uuidd.c:205
6126#, fuzzy
6127msgid "bad response length"
6128msgstr "Parámetro de zancada no válido: %s\n"
6129
6130#: misc/uuidd.c:270
6131#, c-format
6132msgid "uuidd daemon already running at pid %s\n"
6133msgstr ""
6134
6135#: misc/uuidd.c:278
6136#, fuzzy, c-format
6137msgid "Couldn't create unix stream socket: %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006138msgstr ""
6139"No se puede analizar sintácticamente el especificador de fecha/hora: %s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006140
6141#: misc/uuidd.c:307
6142#, fuzzy, c-format
6143msgid "Couldn't bind unix socket %s: %s\n"
6144msgstr "No se puede encontrar el superbloque del ext2,"
6145
6146#: misc/uuidd.c:315
6147#, fuzzy, c-format
6148msgid "Couldn't listen on unix socket %s: %s\n"
6149msgstr "No se puede reconectar %i: %m\n"
6150
6151#: misc/uuidd.c:353
6152#, fuzzy, c-format
6153msgid "Error reading from client, len = %d\n"
6154msgstr "Error al leer el @i %i: %m\n"
6155
6156#: misc/uuidd.c:361
6157#, c-format
6158msgid "operation %d, incoming num = %d\n"
6159msgstr ""
6160
6161#: misc/uuidd.c:380
6162#, c-format
6163msgid "Generated time UUID: %s\n"
6164msgstr ""
6165
6166#: misc/uuidd.c:390
6167#, c-format
6168msgid "Generated random UUID: %s\n"
6169msgstr ""
6170
6171#: misc/uuidd.c:399
6172#, c-format
6173msgid "Generated time UUID %s and subsequent UUID\n"
6174msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6175msgstr[0] ""
6176msgstr[1] ""
6177
6178#: misc/uuidd.c:420
6179#, c-format
6180msgid "Generated %d UUID's:\n"
6181msgstr ""
6182
6183#: misc/uuidd.c:432
6184#, fuzzy, c-format
6185msgid "Invalid operation %d\n"
6186msgstr "Versión de EA no válida.\n"
6187
6188#: misc/uuidd.c:476 misc/uuidd.c:498
6189#, c-format
6190msgid "Bad number: %s\n"
6191msgstr ""
6192
6193#: misc/uuidd.c:533 misc/uuidd.c:562
6194#, fuzzy, c-format
6195msgid "Error calling uuidd daemon (%s): %s\n"
6196msgstr "Error al crear el @d /@l (%s): %m\n"
6197
6198#: misc/uuidd.c:543
6199#, c-format
6200msgid "%s and subsequent UUID\n"
6201msgid_plural "%s and subsequent %d UUIDs\n"
6202msgstr[0] ""
6203msgstr[1] ""
6204
6205#: misc/uuidd.c:547
Eric Sandeen032eafe2012-07-28 17:48:36 -04006206msgid "List of UUID's:\n"
6207msgstr ""
6208
6209#: misc/uuidd.c:568
6210#, c-format
6211msgid "Unexpected reply length from server %d\n"
6212msgstr ""
6213
6214#: misc/uuidd.c:585
6215#, c-format
6216msgid "Couldn't kill uuidd running at pid %d: %s\n"
6217msgstr ""
6218
6219#: misc/uuidd.c:591
6220#, c-format
6221msgid "Killed uuidd running at pid %d\n"
6222msgstr ""
6223
6224#: misc/uuidgen.c:32
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006225#, c-format
6226msgid "Usage: %s [-r] [-t]\n"
6227msgstr "Modo de empleo: %s [-r] [-t]\n"
6228
Eric Sandeen032eafe2012-07-28 17:48:36 -04006229#: resize/extent.c:202
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006230msgid "# Extent dump:\n"
6231msgstr "# Vaciado extenso:\n"
6232
Eric Sandeen032eafe2012-07-28 17:48:36 -04006233#: resize/extent.c:203
6234#, fuzzy, c-format
6235msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006236msgstr "#\tNúm=%d, Tamaño=%d, Cursor=%d, Ordenado=%d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006237
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006238#: resize/main.c:44
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006239#, fuzzy, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006240msgid ""
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006241"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006242"\n"
6243msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006244"Modo de empleo: %s [-d banderas_de_depuración] [-f] [-F] \n"
6245"\t[-p] dispositivo [nuevo-tamaño]\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006246"\n"
6247
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006248#: resize/main.c:66
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006249msgid "Extending the inode table"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006250msgstr "Extendiendo la tabla de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006251
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006252#: resize/main.c:69
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006253msgid "Relocating blocks"
6254msgstr "Reubicando bloques"
6255
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006256#: resize/main.c:72
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006257msgid "Scanning inode table"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006258msgstr "Revisando la tabla de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006259
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006260#: resize/main.c:75
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006261msgid "Updating inode references"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006262msgstr "Actualizando las referencias a los nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006263
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006264#: resize/main.c:78
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006265msgid "Moving inode table"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006266msgstr "Moviendo la tabla de nodos-i"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006267
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006268#: resize/main.c:81
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006269msgid "Unknown pass?!?"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006270msgstr "¿¡¿Paso desconocido?!?"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006271
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006272#: resize/main.c:84
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006273#, c-format
6274msgid "Begin pass %d (max = %lu)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006275msgstr "Se comienza el paso %d (máx = %lu)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006276
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006277#: resize/main.c:155
6278msgid ""
6279"\n"
6280"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6281"your own risk! Use the force option if you want to go ahead anyway.\n"
6282"\n"
6283msgstr ""
6284
6285#: resize/main.c:272
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006286#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05006287msgid "while opening %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006288msgstr "mientras se abría %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05006289
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006290#: resize/main.c:280
Theodore Ts'o6956f612005-12-31 16:46:15 -05006291#, fuzzy, c-format
6292msgid "while getting stat information for %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006293msgstr "mientras se estaba poniendo la versión en %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05006294
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006295#: resize/main.c:327
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006296#, c-format
6297msgid ""
6298"Please run 'e2fsck -f %s' first.\n"
6299"\n"
6300msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006301"Por favor ejecute antes 'e2fsck -f %s'.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006302"\n"
6303
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006304#: resize/main.c:346
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006305#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006306msgid "Estimated minimum size of the filesystem: %llu\n"
6307msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006308
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006309#: resize/main.c:382
Eric Sandeen032eafe2012-07-28 17:48:36 -04006310#, fuzzy, c-format
6311msgid "Invalid new size: %s\n"
6312msgstr "tamaño de los nodos-i inválido - %s"
6313
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006314#: resize/main.c:398
Eric Sandeen032eafe2012-07-28 17:48:36 -04006315msgid "New size too large to be expressed in 32 bits\n"
6316msgstr ""
6317
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006318#: resize/main.c:406
Eric Sandeen032eafe2012-07-28 17:48:36 -04006319#, fuzzy, c-format
6320msgid "New size smaller than minimum (%llu)\n"
6321msgstr ""
6322"El tamaño del bloque del dispositivo del fichero de transacciones (%d) es\n"
6323"menor que el tamaño del bloque mínimo %d\n"
6324
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006325#: resize/main.c:412
Eric Sandeen032eafe2012-07-28 17:48:36 -04006326#, fuzzy
6327msgid "Invalid stride length"
6328msgstr "Parámetro de zancada no válido: %s\n"
6329
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006330#: resize/main.c:436
Eric Sandeen032eafe2012-07-28 17:48:36 -04006331#, fuzzy, c-format
6332msgid ""
6333"The containing partition (or device) is only %llu (%dk) blocks.\n"
6334"You requested a new size of %llu blocks.\n"
6335"\n"
6336msgstr ""
6337"La partición contenida (o el dispositivo) sólo tiene %u (%dk) bloques.\n"
6338"Y se ha solicitado un nuevo tamaño de %u bloques.\n"
6339"\n"
6340
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006341#: resize/main.c:443
Eric Sandeen032eafe2012-07-28 17:48:36 -04006342#, fuzzy, c-format
6343msgid ""
6344"The filesystem is already %llu blocks long. Nothing to do!\n"
6345"\n"
6346msgstr ""
6347"El sistema de ficheros ya tiene %u bloques. ¡No hay nada que hacer!\n"
6348"\n"
6349
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006350#: resize/main.c:452
Eric Sandeen032eafe2012-07-28 17:48:36 -04006351#, fuzzy, c-format
6352msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6353msgstr ""
6354"El sistema de ficheros en %s tiene ahora %u bloques.\n"
6355"\n"
6356
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006357#: resize/main.c:461
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006358#, c-format
6359msgid "while trying to resize %s"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006360msgstr "mientras se intentaba modificar el tamaño %s"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006361
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006362#: resize/main.c:464
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006363#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006364msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006365"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6366"after the aborted resize operation.\n"
6367msgstr ""
6368
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006369#: resize/main.c:470
Eric Sandeen032eafe2012-07-28 17:48:36 -04006370#, fuzzy, c-format
6371msgid ""
6372"The filesystem on %s is now %llu blocks long.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006373"\n"
6374msgstr ""
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006375"El sistema de ficheros en %s tiene ahora %u bloques.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006376"\n"
6377
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006378#: resize/main.c:485
Eric Sandeen032eafe2012-07-28 17:48:36 -04006379#, fuzzy, c-format
6380msgid "while trying to truncate %s"
6381msgstr "mientras se intentaba ver el estado del fichero %s"
6382
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006383#: resize/online.c:82
6384#, fuzzy
6385msgid "kernel does not support online resize with sparse_super2"
6386msgstr "El @j externo no tiene implementado este @f\n"
6387
6388#: resize/online.c:87
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006389#, c-format
6390msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6391msgstr ""
6392
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006393#: resize/online.c:91
Eric Sandeen032eafe2012-07-28 17:48:36 -04006394#, fuzzy
6395msgid "On-line shrinking not supported"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006396msgstr ""
6397"El cambio de tamaño en línea no está soportado con sistemas de archivos de "
6398"revisión 0\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006399
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006400#: resize/online.c:116
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006401msgid "Filesystem does not support online resizing"
6402msgstr ""
6403
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006404#: resize/online.c:125
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006405#, fuzzy
6406msgid "Not enough reserved gdt blocks for resizing"
6407msgstr "mientras se reservaban los bloques para el cambio de tamaño en línea"
6408
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006409#: resize/online.c:132
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006410#, fuzzy
6411msgid "Kernel does not support resizing a file system this large"
6412msgstr ""
6413"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006414"El tamaño del fichero de transacciones es muy grande para el sistema de "
6415"ficheros.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006416
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006417#: resize/online.c:140
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006418#, fuzzy, c-format
6419msgid "while trying to open mountpoint %s"
6420msgstr ""
6421"\n"
6422"\tmientras se intentaba abrir el fichero de transacciones en %s\n"
6423
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006424#: resize/online.c:145
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006425#, c-format
6426msgid "Old resize interface requested.\n"
6427msgstr ""
6428
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006429#: resize/online.c:164 resize/online.c:181
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006430msgid "Permission denied to resize filesystem"
6431msgstr ""
6432
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006433#: resize/online.c:167 resize/online.c:187
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006434#, fuzzy
6435msgid "While checking for on-line resizing support"
6436msgstr "mientras se reservaban los bloques para el cambio de tamaño en línea"
6437
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006438#: resize/online.c:184
Eric Sandeen032eafe2012-07-28 17:48:36 -04006439#, fuzzy
6440msgid "Kernel does not support online resizing"
6441msgstr "El @j externo no tiene implementado este @f\n"
6442
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006443#: resize/online.c:223
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006444#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006445msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006446msgstr ""
6447
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006448#: resize/online.c:233
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006449#, fuzzy
6450msgid "While trying to extend the last group"
6451msgstr "mientras se intentaba abrir el fichero de transacciones externo"
6452
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006453#: resize/online.c:287
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006454#, fuzzy, c-format
6455msgid "While trying to add group #%d"
6456msgstr "mientras se intentaba abrir %s"
6457
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006458#: resize/online.c:298
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006459#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006460msgid ""
6461"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6462"this system.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006463msgstr ""
6464
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006465#: resize/resize2fs.c:402
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006466#, c-format
6467msgid "inodes (%llu) must be less than %u"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04006468msgstr "los nodos-i (%llu) deben ser menos de %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006469
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006470#: resize/resize2fs.c:685
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006471msgid "reserved blocks"
6472msgstr "bloques reservados"
6473
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006474#: resize/resize2fs.c:930
Theodore Ts'obc759702005-05-09 20:40:55 -04006475msgid "meta-data blocks"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006476msgstr "bloques de metadatos"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05006477
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006478#: resize/resize2fs.c:1031 resize/resize2fs.c:1828
6479#, fuzzy
6480msgid "new meta blocks"
6481msgstr "bloques de metadatos"
6482
6483#: resize/resize2fs.c:2046
6484msgid "Should never happen! No sb in last super_sparse bg?\n"
6485msgstr ""
6486
6487#: resize/resize2fs.c:2051
6488msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6489msgstr ""
6490
6491#: resize/resize2fs.c:2129
Theodore Ts'obc759702005-05-09 20:40:55 -04006492msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006493msgstr ""
6494"Esto nunca debería suceder: ¡Se cambia el tamaño del nodo-i corrupto!\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04006495
Eric Sandeen032eafe2012-07-28 17:48:36 -04006496#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006497msgid "EXT2FS Library version 1.42.10"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006498msgstr ""
6499
6500#: lib/ext2fs/ext2_err.c:12
6501msgid "Wrong magic number for ext2_filsys structure"
6502msgstr ""
6503
6504#: lib/ext2fs/ext2_err.c:13
6505msgid "Wrong magic number for badblocks_list structure"
6506msgstr ""
6507
6508#: lib/ext2fs/ext2_err.c:14
6509msgid "Wrong magic number for badblocks_iterate structure"
6510msgstr ""
6511
6512#: lib/ext2fs/ext2_err.c:15
6513msgid "Wrong magic number for inode_scan structure"
6514msgstr ""
6515
6516#: lib/ext2fs/ext2_err.c:16
6517msgid "Wrong magic number for io_channel structure"
6518msgstr ""
6519
6520#: lib/ext2fs/ext2_err.c:17
6521msgid "Wrong magic number for unix io_channel structure"
6522msgstr ""
6523
6524#: lib/ext2fs/ext2_err.c:18
6525msgid "Wrong magic number for io_manager structure"
6526msgstr ""
6527
6528#: lib/ext2fs/ext2_err.c:19
6529msgid "Wrong magic number for block_bitmap structure"
6530msgstr ""
6531
6532#: lib/ext2fs/ext2_err.c:20
6533msgid "Wrong magic number for inode_bitmap structure"
6534msgstr ""
6535
6536#: lib/ext2fs/ext2_err.c:21
6537msgid "Wrong magic number for generic_bitmap structure"
6538msgstr ""
6539
6540#: lib/ext2fs/ext2_err.c:22
6541msgid "Wrong magic number for test io_channel structure"
6542msgstr ""
6543
6544#: lib/ext2fs/ext2_err.c:23
6545msgid "Wrong magic number for directory block list structure"
6546msgstr ""
6547
6548#: lib/ext2fs/ext2_err.c:24
6549msgid "Wrong magic number for icount structure"
6550msgstr ""
6551
6552#: lib/ext2fs/ext2_err.c:25
6553msgid "Wrong magic number for Powerquest io_channel structure"
6554msgstr ""
6555
6556#: lib/ext2fs/ext2_err.c:26
6557msgid "Wrong magic number for ext2 file structure"
6558msgstr ""
6559
6560#: lib/ext2fs/ext2_err.c:27
6561msgid "Wrong magic number for Ext2 Image Header"
6562msgstr ""
6563
6564#: lib/ext2fs/ext2_err.c:28
6565msgid "Wrong magic number for inode io_channel structure"
6566msgstr ""
6567
6568#: lib/ext2fs/ext2_err.c:29
6569msgid "Wrong magic number for ext4 extent handle"
6570msgstr ""
6571
6572#: lib/ext2fs/ext2_err.c:30
6573#, fuzzy
6574msgid "Bad magic number in super-block"
6575msgstr "leyendo el superbloque del fichero de transacciones\n"
6576
6577#: lib/ext2fs/ext2_err.c:31
6578msgid "Filesystem revision too high"
6579msgstr ""
6580
6581#: lib/ext2fs/ext2_err.c:32
6582msgid "Attempt to write to filesystem opened read-only"
6583msgstr ""
6584
6585#: lib/ext2fs/ext2_err.c:33
6586#, fuzzy
6587msgid "Can't read group descriptors"
6588msgstr ", descriptores de grupo en "
6589
6590#: lib/ext2fs/ext2_err.c:34
6591#, fuzzy
6592msgid "Can't write group descriptors"
6593msgstr ", descriptores de grupo en "
6594
6595#: lib/ext2fs/ext2_err.c:35
6596msgid "Corrupt group descriptor: bad block for block bitmap"
6597msgstr ""
6598
6599#: lib/ext2fs/ext2_err.c:36
6600msgid "Corrupt group descriptor: bad block for inode bitmap"
6601msgstr ""
6602
6603#: lib/ext2fs/ext2_err.c:37
6604msgid "Corrupt group descriptor: bad block for inode table"
6605msgstr ""
6606
6607#: lib/ext2fs/ext2_err.c:38
6608#, fuzzy
6609msgid "Can't write an inode bitmap"
6610msgstr "escribiendo los mapas de bits de los nodos-i"
6611
6612#: lib/ext2fs/ext2_err.c:39
6613#, fuzzy
6614msgid "Can't read an inode bitmap"
6615msgstr "escribiendo los mapas de bits de los nodos-i"
6616
6617#: lib/ext2fs/ext2_err.c:40
6618#, fuzzy
Darrick J. Wong580d8a02013-10-07 09:20:28 -04006619msgid "Can't write a block bitmap"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006620msgstr "escribiendo los mapas de bits del bloque"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006621
6622#: lib/ext2fs/ext2_err.c:41
6623#, fuzzy
Darrick J. Wongba0230f2013-12-12 12:41:58 -05006624msgid "Can't read a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006625msgstr "leyendo los mapas de bits del nodo-i y del bloque"
6626
6627#: lib/ext2fs/ext2_err.c:42
6628#, fuzzy
6629msgid "Can't write an inode table"
6630msgstr "mientras se escribía la tabla de nodos-i"
6631
6632#: lib/ext2fs/ext2_err.c:43
6633#, fuzzy
6634msgid "Can't read an inode table"
6635msgstr "Revisando la tabla de nodos-i"
6636
6637#: lib/ext2fs/ext2_err.c:44
6638msgid "Can't read next inode"
6639msgstr ""
6640
6641#: lib/ext2fs/ext2_err.c:45
6642#, fuzzy
6643msgid "Filesystem has unexpected block size"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006644msgstr ""
6645"El sistema de ficheros es más grande que el tamaño aparente del dispositivo."
Eric Sandeen032eafe2012-07-28 17:48:36 -04006646
6647#: lib/ext2fs/ext2_err.c:46
6648msgid "EXT2 directory corrupted"
6649msgstr ""
6650
6651#: lib/ext2fs/ext2_err.c:47
6652msgid "Attempt to read block from filesystem resulted in short read"
6653msgstr ""
6654
6655#: lib/ext2fs/ext2_err.c:48
6656msgid "Attempt to write block to filesystem resulted in short write"
6657msgstr ""
6658
6659#: lib/ext2fs/ext2_err.c:49
6660msgid "No free space in the directory"
6661msgstr ""
6662
6663#: lib/ext2fs/ext2_err.c:50
6664#, fuzzy
6665msgid "Inode bitmap not loaded"
6666msgstr ", mapa de bits de nodo-i en "
6667
6668#: lib/ext2fs/ext2_err.c:51
6669#, fuzzy
6670msgid "Block bitmap not loaded"
6671msgstr " Mapa de bits de bloque en "
6672
6673#: lib/ext2fs/ext2_err.c:52
6674#, fuzzy
6675msgid "Illegal inode number"
6676msgstr "¡Número inválido de bloques!\n"
6677
6678#: lib/ext2fs/ext2_err.c:53
6679#, fuzzy
6680msgid "Illegal block number"
6681msgstr "¡Número inválido de bloques!\n"
6682
6683#: lib/ext2fs/ext2_err.c:54
6684msgid "Internal error in ext2fs_expand_dir"
6685msgstr ""
6686
6687#: lib/ext2fs/ext2_err.c:55
6688msgid "Not enough space to build proposed filesystem"
6689msgstr ""
6690
6691#: lib/ext2fs/ext2_err.c:56
6692msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6693msgstr ""
6694
6695#: lib/ext2fs/ext2_err.c:57
6696msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
6697msgstr ""
6698
6699#: lib/ext2fs/ext2_err.c:58
6700msgid "Illegal block number passed to ext2fs_test_block_bitmap"
6701msgstr ""
6702
6703#: lib/ext2fs/ext2_err.c:59
6704msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
6705msgstr ""
6706
6707#: lib/ext2fs/ext2_err.c:60
6708msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
6709msgstr ""
6710
6711#: lib/ext2fs/ext2_err.c:61
6712msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
6713msgstr ""
6714
6715#: lib/ext2fs/ext2_err.c:62
6716msgid "Attempt to fudge end of block bitmap past the real end"
6717msgstr ""
6718
6719#: lib/ext2fs/ext2_err.c:63
6720msgid "Attempt to fudge end of inode bitmap past the real end"
6721msgstr ""
6722
6723#: lib/ext2fs/ext2_err.c:64
6724#, fuzzy
6725msgid "Illegal indirect block found"
6726msgstr "leyendo bloques indirectos del nodo-i %u"
6727
6728#: lib/ext2fs/ext2_err.c:65
6729#, fuzzy
6730msgid "Illegal doubly indirect block found"
6731msgstr "leyendo bloques indirectos del nodo-i %u"
6732
6733#: lib/ext2fs/ext2_err.c:66
6734#, fuzzy
6735msgid "Illegal triply indirect block found"
6736msgstr "leyendo bloques indirectos del nodo-i %u"
6737
6738#: lib/ext2fs/ext2_err.c:67
6739#, fuzzy
6740msgid "Block bitmaps are not the same"
6741msgstr " Mapa de bits de bloque en "
6742
6743#: lib/ext2fs/ext2_err.c:68
6744#, fuzzy
6745msgid "Inode bitmaps are not the same"
6746msgstr ", mapa de bits de nodo-i en "
6747
6748#: lib/ext2fs/ext2_err.c:69
6749msgid "Illegal or malformed device name"
6750msgstr ""
6751
6752#: lib/ext2fs/ext2_err.c:70
6753msgid "A block group is missing an inode table"
6754msgstr ""
6755
6756#: lib/ext2fs/ext2_err.c:71
6757msgid "The ext2 superblock is corrupt"
6758msgstr ""
6759
6760#: lib/ext2fs/ext2_err.c:72
6761msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
6762msgstr ""
6763
6764#: lib/ext2fs/ext2_err.c:73
6765msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
6766msgstr ""
6767
6768#: lib/ext2fs/ext2_err.c:74
6769msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
6770msgstr ""
6771
6772#: lib/ext2fs/ext2_err.c:75
6773msgid "Too many symbolic links encountered."
6774msgstr ""
6775
6776#: lib/ext2fs/ext2_err.c:76
6777msgid "The callback function will not handle this case"
6778msgstr ""
6779
6780#: lib/ext2fs/ext2_err.c:77
6781msgid "The inode is from a bad block in the inode table"
6782msgstr ""
6783
6784#: lib/ext2fs/ext2_err.c:78
6785#, fuzzy
6786msgid "Filesystem has unsupported feature(s)"
6787msgstr "%s tiene características no soportadas:"
6788
6789#: lib/ext2fs/ext2_err.c:79
6790#, fuzzy
6791msgid "Filesystem has unsupported read-only feature(s)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006792msgstr ""
6793"El sistema de ficheros %s tiene activadas características no soportadas.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006794
6795#: lib/ext2fs/ext2_err.c:80
6796msgid "IO Channel failed to seek on read or write"
6797msgstr ""
6798
6799#: lib/ext2fs/ext2_err.c:81
6800#, fuzzy
6801msgid "Memory allocation failed"
6802msgstr "Aerror en la reserva"
6803
6804#: lib/ext2fs/ext2_err.c:82
6805msgid "Invalid argument passed to ext2 library"
6806msgstr ""
6807
6808#: lib/ext2fs/ext2_err.c:83
6809#, fuzzy
6810msgid "Could not allocate block in ext2 filesystem"
6811msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
6812
6813#: lib/ext2fs/ext2_err.c:84
6814#, fuzzy
6815msgid "Could not allocate inode in ext2 filesystem"
6816msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
6817
6818#: lib/ext2fs/ext2_err.c:85
6819msgid "Ext2 inode is not a directory"
6820msgstr ""
6821
6822#: lib/ext2fs/ext2_err.c:86
6823msgid "Too many references in table"
6824msgstr ""
6825
6826#: lib/ext2fs/ext2_err.c:87
6827msgid "File not found by ext2_lookup"
6828msgstr ""
6829
6830#: lib/ext2fs/ext2_err.c:88
6831msgid "File open read-only"
6832msgstr ""
6833
6834#: lib/ext2fs/ext2_err.c:89
6835#, fuzzy
6836msgid "Ext2 directory block not found"
6837msgstr "El bloque del directorio %u (#%d) está vacío en el nodo-i %u\n"
6838
6839#: lib/ext2fs/ext2_err.c:90
6840msgid "Ext2 directory already exists"
6841msgstr ""
6842
6843#: lib/ext2fs/ext2_err.c:91
6844msgid "Unimplemented ext2 library function"
6845msgstr ""
6846
6847#: lib/ext2fs/ext2_err.c:92
6848msgid "User cancel requested"
6849msgstr ""
6850
6851#: lib/ext2fs/ext2_err.c:93
6852msgid "Ext2 file too big"
6853msgstr ""
6854
6855#: lib/ext2fs/ext2_err.c:94
Eric Sandeen032eafe2012-07-28 17:48:36 -04006856msgid "Supplied journal device not a block device"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04006857msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006858
6859#: lib/ext2fs/ext2_err.c:95
6860#, fuzzy
6861msgid "Journal superblock not found"
6862msgstr "¡No se encontró el superbloque del fichero de transacciones!\n"
6863
6864#: lib/ext2fs/ext2_err.c:96
6865msgid "Journal must be at least 1024 blocks"
6866msgstr ""
6867
6868#: lib/ext2fs/ext2_err.c:97
6869msgid "Unsupported journal version"
6870msgstr ""
6871
6872#: lib/ext2fs/ext2_err.c:98
6873#, fuzzy
6874msgid "Error loading external journal"
6875msgstr "mientras se intentaba abrir el fichero de transacciones externo"
6876
6877#: lib/ext2fs/ext2_err.c:99
6878#, fuzzy
6879msgid "Journal not found"
6880msgstr "¡No se encontró el superbloque del fichero de transacciones!\n"
6881
6882#: lib/ext2fs/ext2_err.c:100
6883msgid "Directory hash unsupported"
6884msgstr ""
6885
6886#: lib/ext2fs/ext2_err.c:101
6887#, fuzzy
6888msgid "Illegal extended attribute block number"
6889msgstr "aatributo extendido"
6890
6891#: lib/ext2fs/ext2_err.c:102
6892msgid "Cannot create filesystem with requested number of inodes"
6893msgstr ""
6894
6895#: lib/ext2fs/ext2_err.c:103
6896msgid "E2image snapshot not in use"
6897msgstr ""
6898
6899#: lib/ext2fs/ext2_err.c:104
6900#, fuzzy
6901msgid "Too many reserved group descriptor blocks"
6902msgstr "<El nodo-i descriptor del grupo>"
6903
6904#: lib/ext2fs/ext2_err.c:105
6905msgid "Resize inode is corrupt"
6906msgstr ""
6907
6908#: lib/ext2fs/ext2_err.c:106
6909msgid "Tried to set block bmap with missing indirect block"
6910msgstr ""
6911
6912#: lib/ext2fs/ext2_err.c:107
6913msgid "TDB: Success"
6914msgstr ""
6915
6916#: lib/ext2fs/ext2_err.c:108
6917msgid "TDB: Corrupt database"
6918msgstr ""
6919
6920#: lib/ext2fs/ext2_err.c:109
6921msgid "TDB: IO Error"
6922msgstr ""
6923
6924#: lib/ext2fs/ext2_err.c:110
6925msgid "TDB: Locking error"
6926msgstr ""
6927
6928#: lib/ext2fs/ext2_err.c:111
6929msgid "TDB: Out of memory"
6930msgstr ""
6931
6932#: lib/ext2fs/ext2_err.c:112
6933msgid "TDB: Record exists"
6934msgstr ""
6935
6936#: lib/ext2fs/ext2_err.c:113
6937msgid "TDB: Lock exists on other keys"
6938msgstr ""
6939
6940#: lib/ext2fs/ext2_err.c:114
6941#, fuzzy
6942msgid "TDB: Invalid parameter"
6943msgstr "Tamaño de zancada no válido: %s\n"
6944
6945#: lib/ext2fs/ext2_err.c:115
6946msgid "TDB: Record does not exist"
6947msgstr ""
6948
6949#: lib/ext2fs/ext2_err.c:116
6950msgid "TDB: Write not permitted"
6951msgstr ""
6952
6953#: lib/ext2fs/ext2_err.c:117
6954msgid "Ext2fs directory block list is empty"
6955msgstr ""
6956
6957#: lib/ext2fs/ext2_err.c:118
6958msgid "Attempt to modify a block mapping via a read-only block iterator"
6959msgstr ""
6960
6961#: lib/ext2fs/ext2_err.c:119
6962msgid "Wrong magic number for ext4 extent saved path"
6963msgstr ""
6964
6965#: lib/ext2fs/ext2_err.c:120
6966msgid "Wrong magic number for 64-bit generic bitmap"
6967msgstr ""
6968
6969#: lib/ext2fs/ext2_err.c:121
6970msgid "Wrong magic number for 64-bit block bitmap"
6971msgstr ""
6972
6973#: lib/ext2fs/ext2_err.c:122
6974msgid "Wrong magic number for 64-bit inode bitmap"
6975msgstr ""
6976
6977#: lib/ext2fs/ext2_err.c:123
6978msgid "Wrong magic number --- RESERVED_13"
6979msgstr ""
6980
6981#: lib/ext2fs/ext2_err.c:124
6982msgid "Wrong magic number --- RESERVED_14"
6983msgstr ""
6984
6985#: lib/ext2fs/ext2_err.c:125
6986msgid "Wrong magic number --- RESERVED_15"
6987msgstr ""
6988
6989#: lib/ext2fs/ext2_err.c:126
6990msgid "Wrong magic number --- RESERVED_16"
6991msgstr ""
6992
6993#: lib/ext2fs/ext2_err.c:127
6994msgid "Wrong magic number --- RESERVED_17"
6995msgstr ""
6996
6997#: lib/ext2fs/ext2_err.c:128
6998msgid "Wrong magic number --- RESERVED_18"
6999msgstr ""
7000
7001#: lib/ext2fs/ext2_err.c:129
7002msgid "Wrong magic number --- RESERVED_19"
7003msgstr ""
7004
7005#: lib/ext2fs/ext2_err.c:130
7006msgid "Corrupt extent header"
7007msgstr ""
7008
7009#: lib/ext2fs/ext2_err.c:131
7010msgid "Corrupt extent index"
7011msgstr ""
7012
7013#: lib/ext2fs/ext2_err.c:132
7014msgid "Corrupt extent"
7015msgstr ""
7016
7017#: lib/ext2fs/ext2_err.c:133
7018msgid "No free space in extent map"
7019msgstr ""
7020
7021#: lib/ext2fs/ext2_err.c:134
7022msgid "Inode does not use extents"
7023msgstr ""
7024
7025#: lib/ext2fs/ext2_err.c:135
Eric Sandeen032eafe2012-07-28 17:48:36 -04007026msgid "No 'next' extent"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007027msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04007028
7029#: lib/ext2fs/ext2_err.c:136
7030msgid "No 'previous' extent"
7031msgstr ""
7032
7033#: lib/ext2fs/ext2_err.c:137
7034msgid "No 'up' extent"
7035msgstr ""
7036
7037#: lib/ext2fs/ext2_err.c:138
7038msgid "No 'down' extent"
7039msgstr ""
7040
7041#: lib/ext2fs/ext2_err.c:139
7042msgid "No current node"
7043msgstr ""
7044
7045#: lib/ext2fs/ext2_err.c:140
7046msgid "Ext2fs operation not supported"
7047msgstr ""
7048
7049#: lib/ext2fs/ext2_err.c:141
7050msgid "No room to insert extent in node"
7051msgstr ""
7052
7053#: lib/ext2fs/ext2_err.c:142
7054msgid "Splitting would result in empty node"
7055msgstr ""
7056
7057#: lib/ext2fs/ext2_err.c:143
7058#, fuzzy
7059msgid "Extent not found"
7060msgstr "No se encontró /@l. "
7061
7062#: lib/ext2fs/ext2_err.c:144
7063msgid "Operation not supported for inodes containing extents"
7064msgstr ""
7065
7066#: lib/ext2fs/ext2_err.c:145
7067msgid "Extent length is invalid"
7068msgstr ""
7069
7070#: lib/ext2fs/ext2_err.c:146
7071msgid "I/O Channel does not support 64-bit block numbers"
7072msgstr ""
7073
7074#: lib/ext2fs/ext2_err.c:147
7075msgid "Can't check if filesystem is mounted due to missing mtab file"
7076msgstr ""
7077
7078#: lib/ext2fs/ext2_err.c:148
7079msgid "Filesystem too large to use legacy bitmaps"
7080msgstr ""
7081
7082#: lib/ext2fs/ext2_err.c:149
7083msgid "MMP: invalid magic number"
7084msgstr ""
7085
7086#: lib/ext2fs/ext2_err.c:150
7087msgid "MMP: device currently active"
7088msgstr ""
7089
7090#: lib/ext2fs/ext2_err.c:151
7091msgid "MMP: fsck being run"
7092msgstr ""
7093
7094#: lib/ext2fs/ext2_err.c:152
7095msgid "MMP: block number beyond filesystem range"
7096msgstr ""
7097
7098#: lib/ext2fs/ext2_err.c:153
7099msgid "MMP: undergoing an unknown operation"
7100msgstr ""
7101
7102#: lib/ext2fs/ext2_err.c:154
7103#, fuzzy
7104msgid "MMP: filesystem still in use"
7105msgstr "tamaño inválido del sistema de ficheros - %s"
7106
7107#: lib/ext2fs/ext2_err.c:155
7108msgid "MMP: open with O_DIRECT failed"
7109msgstr ""
7110
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007111#: lib/ext2fs/ext2_err.c:156
7112#, fuzzy
7113msgid "Block group descriptor size incorrect"
7114msgstr "<El nodo-i descriptor del grupo>"
7115
7116#: lib/ext2fs/ext2_err.c:157
7117msgid "Inode checksum does not match inode"
7118msgstr ""
7119
7120#: lib/ext2fs/ext2_err.c:158
7121msgid "Inode bitmap checksum does not match bitmap"
7122msgstr ""
7123
7124#: lib/ext2fs/ext2_err.c:159
7125msgid "Extent block checksum does not match extent block"
7126msgstr ""
7127
7128#: lib/ext2fs/ext2_err.c:160
7129msgid "Directory block does not have space for checksum"
7130msgstr ""
7131
7132#: lib/ext2fs/ext2_err.c:161
7133msgid "Directory block checksum does not match directory block"
7134msgstr ""
7135
7136#: lib/ext2fs/ext2_err.c:162
7137msgid "Extended attribute block checksum does not match block"
7138msgstr ""
7139
7140#: lib/ext2fs/ext2_err.c:163
7141#, fuzzy
7142msgid "Superblock checksum does not match superblock"
7143msgstr "Respaldo del superbloque guardado en los bloques: "
7144
7145#: lib/ext2fs/ext2_err.c:164
7146msgid "Unknown checksum algorithm"
7147msgstr ""
7148
7149#: lib/ext2fs/ext2_err.c:165
7150msgid "MMP block checksum does not match MMP block"
7151msgstr ""
7152
7153#: lib/ext2fs/ext2_err.c:166
7154msgid "Ext2 file already exists"
7155msgstr ""
7156
Eric Sandeen032eafe2012-07-28 17:48:36 -04007157#: e2fsck/prof_err.c:11
7158msgid "Profile version 0.0"
7159msgstr ""
7160
7161#: e2fsck/prof_err.c:12
7162msgid "Bad magic value in profile_node"
7163msgstr ""
7164
7165#: e2fsck/prof_err.c:13
7166#, fuzzy
7167msgid "Profile section not found"
7168msgstr "mientras se creaba /lost+found"
7169
7170#: e2fsck/prof_err.c:14
7171#, fuzzy
7172msgid "Profile relation not found"
7173msgstr "mientras se creaba /lost+found"
7174
7175#: e2fsck/prof_err.c:15
7176msgid "Attempt to add a relation to node which is not a section"
7177msgstr ""
7178
7179#: e2fsck/prof_err.c:16
7180msgid "A profile section header has a non-zero value"
7181msgstr ""
7182
7183#: e2fsck/prof_err.c:17
7184msgid "Bad linked list in profile structures"
7185msgstr ""
7186
7187#: e2fsck/prof_err.c:18
7188msgid "Bad group level in profile structures"
7189msgstr ""
7190
7191#: e2fsck/prof_err.c:19
7192msgid "Bad parent pointer in profile structures"
7193msgstr ""
7194
7195#: e2fsck/prof_err.c:20
7196msgid "Bad magic value in profile iterator"
7197msgstr ""
7198
7199#: e2fsck/prof_err.c:21
7200msgid "Can't set value on section node"
7201msgstr ""
7202
7203#: e2fsck/prof_err.c:22
7204msgid "Invalid argument passed to profile library"
7205msgstr ""
7206
7207#: e2fsck/prof_err.c:23
7208msgid "Attempt to modify read-only profile"
7209msgstr ""
7210
7211#: e2fsck/prof_err.c:24
7212msgid "Profile section header not at top level"
7213msgstr ""
7214
7215#: e2fsck/prof_err.c:25
7216msgid "Syntax error in profile section header"
7217msgstr ""
7218
7219#: e2fsck/prof_err.c:26
7220msgid "Syntax error in profile relation"
7221msgstr ""
7222
7223#: e2fsck/prof_err.c:27
7224msgid "Extra closing brace in profile"
7225msgstr ""
7226
7227#: e2fsck/prof_err.c:28
7228msgid "Missing open brace in profile"
7229msgstr ""
7230
7231#: e2fsck/prof_err.c:29
7232msgid "Bad magic value in profile_t"
7233msgstr ""
7234
7235#: e2fsck/prof_err.c:30
7236msgid "Bad magic value in profile_section_t"
7237msgstr ""
7238
7239#: e2fsck/prof_err.c:31
7240msgid "Iteration through all top level section not supported"
7241msgstr ""
7242
7243#: e2fsck/prof_err.c:32
7244#, fuzzy
7245msgid "Invalid profile_section object"
7246msgstr "Se puso una opción no válida para el sistema de ficheros: %s\n"
7247
7248#: e2fsck/prof_err.c:33
7249msgid "No more sections"
7250msgstr ""
7251
7252#: e2fsck/prof_err.c:34
7253msgid "Bad nameset passed to query routine"
7254msgstr ""
7255
7256#: e2fsck/prof_err.c:35
7257msgid "No profile file open"
7258msgstr ""
7259
7260#: e2fsck/prof_err.c:36
7261msgid "Bad magic value in profile_file_t"
7262msgstr ""
7263
7264#: e2fsck/prof_err.c:37
7265#, fuzzy
7266msgid "Couldn't open profile file"
7267msgstr "No se puede clonar el fichero: %m\n"
7268
7269#: e2fsck/prof_err.c:38
7270msgid "Section already exists"
7271msgstr ""
7272
7273#: e2fsck/prof_err.c:39
7274msgid "Invalid boolean value"
7275msgstr ""
7276
7277#: e2fsck/prof_err.c:40
7278#, fuzzy
7279msgid "Invalid integer value"
7280msgstr "Parámetro de zancada no válido: %s\n"
7281
7282#: e2fsck/prof_err.c:41
7283msgid "Bad magic value in profile_file_data_t"
7284msgstr ""
7285
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007286#~ msgid "Could not stat %s --- %s\n"
7287#~ msgstr "No se puede poner %s --- %s\n"
7288
Eric Sandeen032eafe2012-07-28 17:48:36 -04007289#~ msgid "<The ACL index inode>"
7290#~ msgstr "<El índice ACL del nodo-i>"
7291
7292#~ msgid "<The ACL data inode>"
7293#~ msgstr "<La información ACL del nodo-i>"
7294
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007295#~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
7296#~ msgstr "El @S no tiene la bandera has_journal, pero tiene un @j ext3 %s.\n"
7297
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007298#~ msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007299#~ msgstr ""
7300#~ "El @a en el @i %i tiene un arreglo asociativo (%N) que es @n (debe ser "
7301#~ "0)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007302
7303#~ msgid "Recreate journal to make the filesystem ext3 again?\n"
7304#~ msgstr "¿Recrear el @j para hacer el sistema de ficheros ext3 de nuevo?\n"
7305
Benno Schulenbergd6408f12008-06-21 14:06:00 -04007306#~ msgid "while calling iterator function"
7307#~ msgstr "mientras se llamaba a la función iteradora"
7308
7309#~ msgid "while allocating inode buffer"
7310#~ msgstr "mientras se reservaba al búfer del nodo-i"
7311
7312#~ msgid "while reading inode table (group %d)"
7313#~ msgstr "mientras se leía la tabla de nodos-i (grupo %d)"
7314
7315#~ msgid "while writing inode table (group %d)"
7316#~ msgstr "mientras se escribía la tabla de nodos-i (grupo %d)"
7317
7318#~ msgid "Pass 0: Doing byte-swap of filesystem\n"
7319#~ msgstr "Paso 0: Haciendo la trasposición de bytes del sistema de ficheros\n"
7320
7321#~ msgid ""
7322#~ "%s: the filesystem must be freshly checked using fsck\n"
7323#~ "and not mounted before trying to byte-swap it.\n"
7324#~ msgstr ""
7325#~ "%s: el sistema de ficheros debe ser revisado desde cero utilizando\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007326#~ "fsck y no debe estar montado cuando se intente hacer una trasposición de "
7327#~ "bytes en él.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04007328
7329#~ msgid "Byte swap"
7330#~ msgstr "Trasposición de bytes"
7331
7332#~ msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007333#~ msgstr ""
7334#~ "Los sistemas con trasposición de bytes no están compilados en esta "
7335#~ "versión de e2fsck\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04007336
7337#~ msgid "Incompatible options not allowed when byte-swapping.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007338#~ msgstr ""
7339#~ "Las opciones incompatibles no están permitidas cuando se hace "
7340#~ "trasposición de bytes.\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04007341
7342#~ msgid "%s: Filesystem byte order already normalized.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007343#~ msgstr ""
7344#~ "%s: el orden de los bytes del sistema de ficheros ya se normalizó.\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007345
7346#~ msgid "Couldn't determine journal size"
7347#~ msgstr "No se puede determinar el tamaño del fichero de transacciones"
7348
7349#~ msgid "while retrying to write block bitmaps for %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007350#~ msgstr ""
7351#~ "mientras se reintentaba escribir los mapas de bits del bloque para %s"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007352
7353#~ msgid "bad block size - %s"
7354#~ msgstr "tamaño de los bloques dañados - %s"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04007355
Benno Schulenbergd6408f12008-06-21 14:06:00 -04007356#~ msgid "invalid starting block - %s"
7357#~ msgstr "bloque inicial no válido - %s"
7358
7359#~ msgid "Note: This is a byte-swapped filesystem\n"
7360#~ msgstr "Nota: este es un sistema de ficheros con trasposición de bytes\n"
7361
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007362#~ msgid "short write (only %d bytes) for writing image header"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007363#~ msgstr ""
7364#~ "se escribió muy poco (sólo %d bytes) para el encabezado de la imagen"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007365
7366#~ msgid "invalid fragment size - %s"
7367#~ msgstr "Tamaño del fragmento inválido - %s"
7368
7369#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007370#~ msgstr ""
7371#~ "Atención: no están implementados los fragmentos. Se descarta la opción -"
7372#~ "f\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007373
Benno Schulenbergd6408f12008-06-21 14:06:00 -04007374#~ msgid ""
7375#~ "Filesystem too large. No more than 2**31-1 blocks\n"
7376#~ "\t (8TB using a blocksize of 4k) are currently supported."
7377#~ msgstr ""
7378#~ "El sistema de ficheros es demasiado grande. Actualmente no se\n"
7379#~ "soportan más de 2**31-1 bloques (8 TB con un tamaño de bloque de 4k)."
7380
7381#~ msgid ""
7382#~ "\n"
7383#~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
7384#~ "\tusing ext3. Use -b 4096 if this is an issue for you.\n"
7385#~ "\n"
7386#~ msgstr ""
7387#~ "\n"
7388#~ "Atención: algunos núcleos 2.4 no operan con tamaños de bloque superiores\n"
7389#~ "a 4096 con ext3. Utilice -b 4096 si esto es un problema para usted.\n"
7390#~ "\n"
7391
7392#~ msgid "Warning: %d-byte inodes not usable on older systems\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007393#~ msgstr ""
7394#~ "Atención: los nodos-i de %d bytes no se pueden utilizar en muchos "
7395#~ "sistemas\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007396
7397#~ msgid "Journal NOT removed\n"
7398#~ msgstr "NO se ha eliminado el fichero de transacciones\n"
7399
7400#~ msgid "#\t\t %u -> %u (%d)\n"
7401#~ msgstr "#\t\t %u -> %u (%d)\n"
Benno Schulenbergd6408f12008-06-21 14:06:00 -04007402
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007403#~ msgid "done \n"
7404#~ msgstr "hecho \n"
7405
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007406#~ msgid "invalid blocks range: %lu-%lu"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007407#~ msgstr "intervalo de bloques dañados: %lu-%lu"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007408
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05007409#~ msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05007410#~ "\n"
7411#~ "The filesystem already has sparse superblocks disabled.\n"
7412#~ msgstr ""
7413#~ "\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007414#~ "El sistema de ficheros ya tiene los superbloques dispersos "
7415#~ "deshabilitados.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05007416
7417#~ msgid ""
7418#~ "\n"
7419#~ "Sparse superblock flag cleared. %s"
7420#~ msgstr ""
7421#~ "\n"
7422#~ "La bandera de superbloques dispersos ha sido borrada. %s"
7423
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007424#~ msgid ""
7425#~ "%s is mounted; can't resize a mounted filesystem!\n"
7426#~ "\n"
7427#~ msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007428#~ "%s está montado; ¡No se puede cambiar el tamaño de un sistema de ficheros "
7429#~ "montado!\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007430#~ "\n"
7431
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007432#~ msgid "Clone duplicate/bad blocks"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007433#~ msgstr "Clonar los bloques duplicados/dañados"
Theodore Ts'o6956f612005-12-31 16:46:15 -05007434
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007435#~ msgid "Error allocating @a @b %b. "
7436#~ msgstr "Error al reservar el @b del @a %b. "
7437
7438#~ msgid ""
7439#~ "Duplicate @bs found... invoking duplicate @b passes.\n"
7440#~ "Pass 1B: Rescan for duplicate/bad @bs\n"
7441#~ msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007442#~ "Se encontraron @bs duplicados... se invocan los pasos para @bs "
7443#~ "duplicados.\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007444#~ "Paso 1B: Re-exploración para buscar @bs duplicados/dañados\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007445
7446#~ msgid "Duplicate/bad @b(s) in @i %i:"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007447#~ msgstr "Hay @b(s) duplicados/dañados en el @i %i:"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007448
7449#~ msgid "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007450#~ msgstr ""
7451#~ "Se intenta borrar a la fuerza la bandera HTREE en el @i %d (%q). (Código "
7452#~ "de prueba en etapa beta)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007453
Theodore Ts'o197abba2005-06-20 18:00:23 -04007454#~ msgid "Usage: findsuper device [skipbytes [startkb]]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007455#~ msgstr ""
7456#~ "Modo de empleo: findsuper dispositivo [bytesporsaltar [principio (en "
7457#~ "kb)]]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007458
7459#~ msgid "skipbytes should be a number, not %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007460#~ msgstr "bytesporsaltar debe ser un número, no %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007461
7462#~ msgid "skipbytes must be a multiple of the sector size\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007463#~ msgstr "bytesporsaltar debe ser un múltiplo del tamaño del sector\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007464
7465#~ msgid "startkb should be a number, not %s\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007466#~ msgstr "principio debe ser un número, no %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007467
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007468#~ msgid "startkb should be positive, not %Ld\n"
7469#~ msgstr "principio debe ser positivo, no %Ld\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007470
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007471#~ msgid "starting at %Ld, with %d byte increments\n"
7472#~ msgstr "se comienza en %Ld, con incrementos de %d bytes\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007473
7474#~ msgid " thisoff block fs_blk_sz blksz grp last_mount\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007475#~ msgstr " este bloque fs_blk_sz blksz grp ultimo_montado\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007476
7477#~ msgid ""
7478#~ "\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007479#~ "%14Ld: finished with errno %d\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007480#~ msgstr ""
7481#~ "\n"
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007482#~ "%14Ld: se finaliza con el error número %d\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007483
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007484#~ msgid "(unknown os)"
7485#~ msgstr "(so desconocido)"
7486
Benno Schulenberg8dc47042014-05-18 09:46:34 -04007487#~ msgid "%s failed for %s: %s\n"
7488#~ msgstr "%s falló para %s: %s\n"
7489
7490# Bueno, en estos casos, y ante la imposibilidad de traducir las palabras
7491# considero al menos que se debe traducir a la gramática española:
7492# -> ioctl de HDIO_GETGEO
7493#~ msgid "HDIO_GETGEO ioctl"
7494#~ msgstr "HDIO_GETGEO ioctl"
7495
7496#~ msgid "BLKGETSIZE ioctl"
7497#~ msgstr "BLKGETSIZE ioctl"
7498
Theodore Ts'obc759702005-05-09 20:40:55 -04007499#~ msgid "resize2fs %s (%s)\n"
7500#~ msgstr "resize2fs %s (%s)\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05007501
Theodore Ts'obc759702005-05-09 20:40:55 -04007502#~ msgid "Number of free blocks: %d/%d, Needed: %d\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007503#~ msgstr "Número de bloques libres: %d/%d, se necesitan: %d\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05007504
Theodore Ts'obc759702005-05-09 20:40:55 -04007505#~ msgid "Going into desperation mode for block allocations\n"
7506#~ msgstr "Entrando al modo desesperado para reservar bloques\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05007507
Theodore Ts'obc759702005-05-09 20:40:55 -04007508#~ msgid "Moving %d blocks %u->%u\n"
7509#~ msgstr "Moviendo %d bloques %u->%u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05007510
Theodore Ts'obc759702005-05-09 20:40:55 -04007511#~ msgid "ino=%u, blockcnt=%lld, %u->%u\n"
7512#~ msgstr "ino=%u, blockcnt=%lld, %u-%u\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05007513
Theodore Ts'obc759702005-05-09 20:40:55 -04007514#~ msgid "Inode moved %u->%u\n"
7515#~ msgstr "Nodo i movido %u->%u\n"
7516
7517#~ msgid "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
Benno Schulenberg0acb53e2008-06-02 21:13:36 -04007518#~ msgstr "Traducción de nodo-i (dir=%u, nombre=%.*s, %u->%u)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04007519
7520#~ msgid "Itable move group %d block %u->%u (diff %d)\n"
7521#~ msgstr "La tabla i mueve al grupo %d bloque %u->%u (diferencia %d)\n"
7522
7523#~ msgid "%d blocks of zeros...\n"
7524#~ msgstr "%d bloques de ceros...\n"
7525
7526#~ msgid "Inode table move finished.\n"
7527#~ msgstr "El movimiento de la tabla de los nodos i ha terminado.\n"