Whamcloud - gitweb
po: update es.po (from translationproject.org)
[tools/e2fsprogs.git] / po / es.po
1 # Mensajes en español para e2fsprogs.
2 # Copyright (C) 2014 Theodore Tso (msgids)
3 # This file is distributed under the same license as the e2fsprogs package.
4 #
5 # Max de Mendizábal <max@upn.mx>, 2003, 2005.
6 # Benno Schulenberg <benno@vertaalt.nl>, 2008, 2014.
7 # Antonio Ceballos <aceballos@gmail.com>, 2014, 2015, 2016, 2017, 2018, 2019, 2021.
8 #
9 # Comienzo de un vocabulario (lista de palabras usadas aquí):
10 # block --> bloque
11 # bad block --> bloque dañado
12 # inode --> nodo-i
13 # bitmap --> mapa de bits
14 # ignore --> descartar
15 # extent --> «extent» TBC
16 # journal -> fichero de transacciones
17 # socket -> «socket» TBC
18 # regular file -> fichero ordnario, normal TBC
19 # checksum -> «checksum», suma de verificación TBC
20 # lost+found -> lost+found
21 # loop -> bucle
22 # cluster -> TBD
23 # profile -> «profile» TBC
24 # profile file -> fichero «profile» TBC
25 # ...
26 #
27 #. The strings in e2fsck's problem.c can be very hard to translate,
28 #. since the strings are expanded in two different ways.  First of all,
29 #. there is an @-expansion, where strings like "@i" are expanded to
30 #. "inode", and so on.  In order to make it easier for translators, the
31 #. e2fsprogs po template file has been enhanced with comments that show
32 #. the @-expansion, for the strings in the problem.c file.
33 #.
34 #. Translators are free to use the @-expansion facility if they so
35 #. choose, by providing translations for strings in e2fsck/message.c.
36 #. These translation can completely replace an expansion; for example,
37 #. if "bblock" (which indicated that "@b" would be expanded to "block")
38 #. is translated as "ddatenverlust", then "@d" will be expanded to
39 #. "datenverlust".  Alternatively, translators can simply not use the
40 #. @-expansion facility at all.
41 #.
42 #. The second expansion which is done for e2fsck's problem.c messages is
43 #. a dynamic %-expansion, which expands %i as an inode number, and so
44 #. on.  A table of these expansions can be found below.  Note that
45 #. %-expressions that begin with "%D" and "%I" are two-character
46 #. expansions; so for example, "%Iu" expands to the inode's user id
47 #. ownership field (inode->i_uid).  Also the "%B" expansion is special:
48 #. it can expand to either the string "indirect block" (possibly preceded
49 #. by the word "double" or "triple"), or the string "block #" immediately
50 #. followed by an integer indicating a block sequence number.
51 #.
52 #. Please note that the %-expansion for most e2fsck's problem.c should not
53 #. use positional indicators such as %1, since although they look like c-style
54 #. format strings, they are NOT c-style format strings, and the positional
55 #. indicators (which BTW are GNU extensions and so won't work on other Unix
56 #. gettext implementations) won't work with e2fsck's print_e2fsck_message()
57 #. function found in e2fsck/message.c
58 #.
59 #.      %b      <blk>                   block number
60 #.      %B      "indirect block" | "block #"<blkcount>  string | string+integer
61 #.      %c      <blk2>                  block number
62 #.      %Di     <dirent> -> ino         inode number
63 #.      %Dn     <dirent> -> name        string
64 #.      %Dr     <dirent> -> rec_len
65 #.      %Dl     <dirent> -> name_len
66 #.      %Dt     <dirent> -> filetype
67 #.      %d      <dir>                   inode number
68 #.      %g      <group>                 integer
69 #.      %i      <ino>                   inode number
70 #.      %Is     <inode> -> i_size
71 #.      %IS     <inode> -> i_extra_isize
72 #.      %Ib     <inode> -> i_blocks
73 #.      %Il     <inode> -> i_links_count
74 #.      %Im     <inode> -> i_mode
75 #.      %IM     <inode> -> i_mtime
76 #.      %IF     <inode> -> i_faddr
77 #.      %If     <inode> -> i_file_acl
78 #.      %Id     <inode> -> i_size_high
79 #.      %Iu     <inode> -> i_uid
80 #.      %Ig     <inode> -> i_gid
81 #.      %It     <str>                   file type
82 #.      %j      <ino2>                  inode number
83 #.      %m      <com_err error message>
84 #.      %N      <num>
85 #.      %p              ext2fs_get_pathname of directory <ino>
86 #.      %P              ext2fs_get_pathname of <dirent>->ino with <ino2> as
87 #.                              the containing directory.  (If dirent is NULL
88 #.                              then return the pathname of directory <ino2>)
89 #.      %q              ext2fs_get_pathname of directory <dir>
90 #.      %Q              ext2fs_get_pathname of directory <ino> with <dir> as
91 #.                              the containing directory.
92 #.      %s      <str>                   miscellaneous string
93 #.      %S              backup superblock
94 #.      %X      <num>   hexadecimal format
95 #.
96 msgid ""
97 msgstr ""
98 "Project-Id-Version: e2fsprogs-1.46.3\n"
99 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
100 "POT-Creation-Date: 2021-07-27 12:40-0400\n"
101 "PO-Revision-Date: 2021-09-05 14:29+0200\n"
102 "Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
103 "Language-Team: Spanish <es@tp.org.es>\n"
104 "Language: es\n"
105 "MIME-Version: 1.0\n"
106 "Content-Type: text/plain; charset=UTF-8\n"
107 "Content-Transfer-Encoding: 8bit\n"
108 "X-Bugs: Report translation errors to the Language-Team address.\n"
109 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
110 "X-Generator: Lokalize 1.0\n"
111
112 # Ojo: "To ignore" no es ignorar sino "no tener en cuenta",
113 # "pasar por alto", etc. Ya sé que "ignorar" se entiende, pero sólo
114 # porque su mal uso está muy extendido. sv
115 # ¿Qué tal "se descarta"? Me gustaría saber si hay algún glosario de
116 # frases para traducir programas GNU, son cosas que deberían ser
117 # estándar. mm
118 #: e2fsck/badblocks.c:23 misc/mke2fs.c:221
119 #, c-format
120 msgid "Bad block %u out of range; ignored.\n"
121 msgstr "El bloque dañado %u está fuera del intervalo; se descarta.\n"
122
123 # En el K&R se habla de nodo-i. ¿Cuáles son las razones a favor y en contra
124 # de "nodo i" sobre "nodo-i"? sv
125 # El plural. Pero está bien, adopto la convención K&R. mm
126 #: e2fsck/badblocks.c:46
127 msgid "while sanity checking the bad blocks inode"
128 msgstr "mientras se revisaba la salud del nodo-i de bloques dañados"
129
130 # Yo pondría mejor "el nodo i de bloques dañados". No sé mucho sobre el
131 # formato ext2, pero creo que es muy posible que haya un nodo-i especial
132 # cuya tarea sea precisamente la de recordar cuáles son los bloques
133 # dañados. Investigarlo en caso de duda. sv
134 #: e2fsck/badblocks.c:58
135 msgid "while reading the bad blocks inode"
136 msgstr "mientras se leía el nodo-i de bloques dañados"
137
138 #: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1584
139 #: e2fsck/unix.c:1698 misc/badblocks.c:1264 misc/badblocks.c:1272
140 #: misc/badblocks.c:1286 misc/badblocks.c:1298 misc/dumpe2fs.c:437
141 #: misc/dumpe2fs.c:702 misc/dumpe2fs.c:706 misc/e2image.c:1437
142 #: misc/e2image.c:1635 misc/e2image.c:1656 misc/mke2fs.c:237
143 #: misc/tune2fs.c:2886 misc/tune2fs.c:2986 resize/main.c:416
144 #, c-format
145 msgid "while trying to open %s"
146 msgstr "mientras se intentaba abrir %s"
147
148 #: e2fsck/badblocks.c:84
149 #, c-format
150 msgid "while trying popen '%s'"
151 msgstr "mientras se intentaba abrir la tubería '%s'"
152
153 #: e2fsck/badblocks.c:95 misc/mke2fs.c:244
154 msgid "while reading in list of bad blocks from file"
155 msgstr "mientras se leía una lista de bloques dañados desde un fichero"
156
157 #: e2fsck/badblocks.c:106
158 msgid "while updating bad block inode"
159 msgstr "mientras se actualizaba el nodo-i de bloques dañados"
160
161 # Solemos traducir Warning por Atención. sv
162 # Ok, uniformizo. mm
163 #: e2fsck/badblocks.c:134
164 #, c-format
165 msgid "Warning: illegal block %u found in bad block inode.  Cleared.\n"
166 msgstr "Atención: se encontró un bloque no válido %u en el nodo-i de bloques dañados. Limpiado.\n"
167
168 #: e2fsck/dirinfo.c:332
169 msgid "while freeing dir_info tdb file"
170 msgstr "mientras se liberaba el fichero tdb dir_info"
171
172 #: e2fsck/ehandler.c:55
173 #, c-format
174 msgid "Error reading block %lu (%s) while %s.  "
175 msgstr "Error al leer el bloque %lu (%s) mientras %s.  "
176
177 #: e2fsck/ehandler.c:58
178 #, c-format
179 msgid "Error reading block %lu (%s).  "
180 msgstr "Error al leer el bloque %lu (%s). "
181
182 #: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
183 msgid "Ignore error"
184 msgstr "Descartar el error"
185
186 #: e2fsck/ehandler.c:67
187 msgid "Force rewrite"
188 msgstr "Forzar la reescritura"
189
190 #: e2fsck/ehandler.c:109
191 #, c-format
192 msgid "Error writing block %lu (%s) while %s.  "
193 msgstr "Error al escribir el bloque %lu (%s) mientras %s.  "
194
195 #: e2fsck/ehandler.c:112
196 #, c-format
197 msgid "Error writing block %lu (%s).  "
198 msgstr "Error al escribir el bloque %lu (%s).  "
199
200 #: e2fsck/emptydir.c:56
201 msgid "empty dirblocks"
202 msgstr "bloques de directorio vacíos"
203
204 #: e2fsck/emptydir.c:61
205 msgid "empty dir map"
206 msgstr "mapa de directorios vacío"
207
208 #: e2fsck/emptydir.c:97
209 #, c-format
210 msgid "Empty directory block %u (#%d) in inode %u\n"
211 msgstr "El bloque del directorio %u (#%d) está vacío en el nodo-i %u\n"
212
213 #: e2fsck/extend.c:22
214 #, c-format
215 msgid "%s: %s filename nblocks blocksize\n"
216 msgstr "%s: %s fichero númerodebloques tamañodelbloque\n"
217
218 #: e2fsck/extend.c:45
219 #, c-format
220 msgid "Illegal number of blocks!\n"
221 msgstr "¡Número inválido de bloques!\n"
222
223 #: e2fsck/extend.c:51
224 #, c-format
225 msgid "Couldn't allocate block buffer (size=%d)\n"
226 msgstr "No se puede reservar un búfer de bloques (tamaño=%d)\n"
227
228 #: e2fsck/extents.c:42
229 msgid "extent rebuild inode map"
230 msgstr "mapa de nodos-i de reconstrucción de «extents»"
231
232 #: e2fsck/flushb.c:35
233 #, c-format
234 msgid "Usage: %s disk\n"
235 msgstr "Modo de empleo: %s disco\n"
236
237 #: e2fsck/flushb.c:64
238 #, c-format
239 msgid "BLKFLSBUF ioctl not supported!  Can't flush buffers.\n"
240 msgstr "¡No está implementado el control de entrada/salida BLKFLSBUF! No se pueden vaciar los búfers.\n"
241
242 #: e2fsck/journal.c:1270
243 msgid "reading journal superblock\n"
244 msgstr "leyendo el superbloque del fichero de transacciones\n"
245
246 # Ojo: No es que se haya encontrado un superbloque que resulta que no es
247 # válido, sino que no se ha encontrado ningún superbloque que sea válido,
248 # que es distinto (a lo mejor no se ha encontrado ningún superbloque
249 # en absoluto). Creo que la traducción debería cambiarse. sv
250 # En efecto, tienes toda la razón. Corregido. mm
251 #: e2fsck/journal.c:1343
252 #, c-format
253 msgid "%s: no valid journal superblock found\n"
254 msgstr "%s: no se ha encontrado un superbloque válido en el fichero de transacciones\n"
255
256 #: e2fsck/journal.c:1352
257 #, c-format
258 msgid "%s: journal too short\n"
259 msgstr "%s: el fichero de transacciones es demasiado corto\n"
260
261 #: e2fsck/journal.c:1365
262 #, c-format
263 msgid "%s: incorrect fast commit blocks\n"
264 msgstr "%s: bloques de commit rápido incorrectos\n"
265
266 #: e2fsck/journal.c:1667 misc/fuse2fs.c:3797
267 #, c-format
268 msgid "%s: recovering journal\n"
269 msgstr "%s: recuperando el fichero de transacciones\n"
270
271 #: e2fsck/journal.c:1669
272 #, c-format
273 msgid "%s: won't do journal recovery while read-only\n"
274 msgstr "%s: no se puede hacer la recuperación del fichero de transacciones en modo de sólo lectura\n"
275
276 #: e2fsck/journal.c:1696
277 #, c-format
278 msgid "while trying to re-open %s"
279 msgstr "mientras se intentaba reabrir %s"
280
281 #: e2fsck/message.c:116
282 msgid "aextended attribute"
283 msgstr "aatributo extendido"
284
285 #: e2fsck/message.c:117
286 msgid "Aerror allocating"
287 msgstr "Aerror al asignar"
288
289 #: e2fsck/message.c:118
290 msgid "bblock"
291 msgstr "bbloque"
292
293 #: e2fsck/message.c:119
294 msgid "Bbitmap"
295 msgstr "Bmapa de bits"
296
297 #: e2fsck/message.c:120
298 msgid "ccompress"
299 msgstr "ccompresión"
300
301 #: e2fsck/message.c:121
302 msgid "Cconflicts with some other fs @b"
303 msgstr "Centra en conflicto con algún otro @b del sistema de ficheros"
304
305 #: e2fsck/message.c:122
306 msgid "ddirectory"
307 msgstr "ddirectorio"
308
309 #: e2fsck/message.c:123
310 msgid "Ddeleted"
311 msgstr "Dborrado"
312
313 #: e2fsck/message.c:124
314 msgid "eentry"
315 msgstr "eentrada"
316
317 #: e2fsck/message.c:125
318 msgid "E@e '%Dn' in %p (%i)"
319 msgstr "ELa @e '%Dn' que está en %p (%i)"
320
321 #: e2fsck/message.c:126
322 msgid "ffilesystem"
323 msgstr "fsistema de ficheros"
324
325 #: e2fsck/message.c:127
326 msgid "Ffor @i %i (%Q) is"
327 msgstr "Fpara el @i %i (%Q) es"
328
329 #: e2fsck/message.c:128
330 msgid "ggroup"
331 msgstr "ggrupo"
332
333 #: e2fsck/message.c:129
334 msgid "hHTREE @d @i"
335 msgstr "hEl ÁRBOL-H del @i del @d"
336
337 #: e2fsck/message.c:130
338 msgid "iinode"
339 msgstr "inodo-i"
340
341 #: e2fsck/message.c:131
342 msgid "Iillegal"
343 msgstr "Ino válido"
344
345 #: e2fsck/message.c:132
346 msgid "jjournal"
347 msgstr "jfichero de transacciones"
348
349 #: e2fsck/message.c:133
350 msgid "llost+found"
351 msgstr "llost+found"
352
353 #: e2fsck/message.c:134
354 msgid "Lis a link"
355 msgstr "Les un enlace"
356
357 #: e2fsck/message.c:135
358 msgid "mmultiply-claimed"
359 msgstr "mreclamado en múltiples ocasiones"
360
361 #: e2fsck/message.c:136
362 msgid "ninvalid"
363 msgstr "ninválido"
364
365 #: e2fsck/message.c:137
366 msgid "oorphaned"
367 msgstr "ohuérfano"
368
369 #: e2fsck/message.c:138
370 msgid "pproblem in"
371 msgstr "pproblema en"
372
373 #: e2fsck/message.c:139
374 msgid "qquota"
375 msgstr "qcuota"
376
377 #: e2fsck/message.c:140
378 msgid "rroot @i"
379 msgstr "r@i raíz"
380
381 #: e2fsck/message.c:141
382 msgid "sshould be"
383 msgstr "sdebería ser"
384
385 #: e2fsck/message.c:142
386 msgid "Ssuper@b"
387 msgstr "Ssuper@b"
388
389 #: e2fsck/message.c:143
390 msgid "uunattached"
391 msgstr "udesacoplado"
392
393 #: e2fsck/message.c:144
394 msgid "vdevice"
395 msgstr "vdispositivo"
396
397 #: e2fsck/message.c:145
398 msgid "xextent"
399 msgstr "xextent"
400
401 #: e2fsck/message.c:146
402 msgid "zzero-length"
403 msgstr "zlongitud cero"
404
405 #: e2fsck/message.c:157
406 msgid "<The NULL inode>"
407 msgstr "<El nodo-i NULO>"
408
409 #: e2fsck/message.c:158
410 msgid "<The bad blocks inode>"
411 msgstr "<El nodo-i de bloques dañados>"
412
413 #: e2fsck/message.c:160
414 msgid "<The user quota inode>"
415 msgstr "<El nodo-i de la cuota de usuario>"
416
417 #: e2fsck/message.c:161
418 msgid "<The group quota inode>"
419 msgstr "<El nodo-i de la cuota de grupo>"
420
421 #: e2fsck/message.c:162
422 msgid "<The boot loader inode>"
423 msgstr "<El nodo-i del cargador de arranque>"
424
425 #: e2fsck/message.c:163
426 msgid "<The undelete directory inode>"
427 msgstr "<El nodo-i del directorio de desborrado>"
428
429 #: e2fsck/message.c:164
430 msgid "<The group descriptor inode>"
431 msgstr "<El nodo-i del descriptor de grupo>"
432
433 #: e2fsck/message.c:165
434 msgid "<The journal inode>"
435 msgstr "<El nodo-i del fichero de transacciones>"
436
437 #: e2fsck/message.c:166
438 msgid "<Reserved inode 9>"
439 msgstr "<Se ha reservado el nodo-i 9>"
440
441 #: e2fsck/message.c:167
442 msgid "<Reserved inode 10>"
443 msgstr "<Se ha reservado el nodo-i 10>"
444
445 #: e2fsck/message.c:325
446 msgid "regular file"
447 msgstr "fichero normal"
448
449 #: e2fsck/message.c:327
450 msgid "directory"
451 msgstr "directorio"
452
453 #: e2fsck/message.c:329
454 msgid "character device"
455 msgstr "dispositivo de caracteres"
456
457 #: e2fsck/message.c:331
458 msgid "block device"
459 msgstr "dispositivo de bloque"
460
461 #: e2fsck/message.c:333
462 msgid "named pipe"
463 msgstr "tubería con nombre"
464
465 #: e2fsck/message.c:335
466 msgid "symbolic link"
467 msgstr "enlace simbólico"
468
469 #: e2fsck/message.c:337 misc/uuidd.c:162
470 msgid "socket"
471 msgstr "«socket»"
472
473 #: e2fsck/message.c:339
474 #, c-format
475 msgid "unknown file type with mode 0%o"
476 msgstr "tipo de fichero desconocido con modo 0%o"
477
478 #: e2fsck/message.c:410
479 msgid "indirect block"
480 msgstr "bloque indirecto"
481
482 #: e2fsck/message.c:412
483 msgid "double indirect block"
484 msgstr "bloque doblemente indirecto"
485
486 #: e2fsck/message.c:414
487 msgid "triple indirect block"
488 msgstr "bloque triplemente indirecto"
489
490 #: e2fsck/message.c:416
491 msgid "translator block"
492 msgstr "bloque de traducción"
493
494 #: e2fsck/message.c:418
495 msgid "block #"
496 msgstr "bloque #"
497
498 #: e2fsck/message.c:482
499 msgid "user"
500 msgstr "usuario"
501
502 #: e2fsck/message.c:485
503 msgid "group"
504 msgstr "grupo"
505
506 #: e2fsck/message.c:488
507 msgid "project"
508 msgstr "proyecto"
509
510 #: e2fsck/message.c:491
511 msgid "unknown quota type"
512 msgstr "tipo de cuota desconocido"
513
514 #: e2fsck/pass1b.c:223
515 msgid "multiply claimed inode map"
516 msgstr "mapa de nodos-i reclamados en múltiples ocasiones"
517
518 #: e2fsck/pass1b.c:673 e2fsck/pass1b.c:831
519 #, c-format
520 msgid "internal error: can't find dup_blk for %llu\n"
521 msgstr "error interno: no se ha encontrado el dup_blk para %llu\n"
522
523 #: e2fsck/pass1b.c:958
524 msgid "returned from clone_file_block"
525 msgstr "regresado del clone_file_block"
526
527 #: e2fsck/pass1b.c:982
528 #, c-format
529 msgid "internal error: couldn't lookup EA block record for %llu"
530 msgstr "Error interno: no se puede encontrar el registro de bloque EA para %llu"
531
532 #: e2fsck/pass1b.c:995
533 #, c-format
534 msgid "internal error: couldn't lookup EA inode record for %u"
535 msgstr "Error interno: no se puede encontrar el registro de bloque EA %u"
536
537 #: e2fsck/pass1.c:349
538 #, c-format
539 msgid "while hashing entry with e_value_inum = %u"
540 msgstr "mientras se hace «hash» de la entrada con e_value_inum = %u"
541
542 #: e2fsck/pass1.c:767 e2fsck/pass2.c:1147
543 msgid "reading directory block"
544 msgstr "leyendo bloque de directorio"
545
546 #: e2fsck/pass1.c:1166
547 msgid "getting next inode from scan"
548 msgstr "obteniendo el siguiente nodo-i para examinar"
549
550 #: e2fsck/pass1.c:1218
551 msgid "in-use inode map"
552 msgstr "mapa de nodos-i usados"
553
554 #: e2fsck/pass1.c:1229
555 msgid "directory inode map"
556 msgstr "mapa de nodos-i de directorio"
557
558 #: e2fsck/pass1.c:1239
559 msgid "regular file inode map"
560 msgstr "mapa de nodos-i de ficheros normales"
561
562 #: e2fsck/pass1.c:1248 misc/e2image.c:1289
563 msgid "in-use block map"
564 msgstr "mapa de bloques usados"
565
566 #: e2fsck/pass1.c:1257
567 msgid "metadata block map"
568 msgstr "mapa de bloques de metadatos"
569
570 #: e2fsck/pass1.c:1268
571 msgid "inode casefold map"
572 msgstr "mapa de casefold de nodos-i"
573
574 #: e2fsck/pass1.c:1333
575 msgid "opening inode scan"
576 msgstr "iniciando la exploración de los nodos-i"
577
578 #: e2fsck/pass1.c:2101
579 msgid "Pass 1"
580 msgstr "Paso 1"
581
582 #: e2fsck/pass1.c:2162
583 #, c-format
584 msgid "reading indirect blocks of inode %u"
585 msgstr "leyendo bloques indirectos del nodo-i %u"
586
587 #: e2fsck/pass1.c:2213
588 msgid "bad inode map"
589 msgstr "mapa de nodos-i dañados"
590
591 #: e2fsck/pass1.c:2253
592 msgid "inode in bad block map"
593 msgstr "el nodo-i está en el mapa de bloques dañados"
594
595 #: e2fsck/pass1.c:2273
596 msgid "imagic inode map"
597 msgstr "mapa de nodos-i con 'imagic'"
598
599 #: e2fsck/pass1.c:2304
600 msgid "multiply claimed block map"
601 msgstr "mapa de bloques reclamados en múltiples ocasiones"
602
603 #: e2fsck/pass1.c:2429
604 msgid "ext attr block map"
605 msgstr "mapa de bloques de atributos extendidos"
606
607 #: e2fsck/pass1.c:3724
608 #, c-format
609 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
610 msgstr "%6lu(%c): se esperaba %6lu, pero se han obtenido bloques físicos %6lu (número de bloques %lld)\n"
611
612 #: e2fsck/pass1.c:4145
613 msgid "block bitmap"
614 msgstr "mapa de bits de bloques"
615
616 #: e2fsck/pass1.c:4151
617 msgid "inode bitmap"
618 msgstr "mapa de bits de nodos-i"
619
620 #: e2fsck/pass1.c:4157
621 msgid "inode table"
622 msgstr "tabla de nodos-i"
623
624 #: e2fsck/pass2.c:317
625 msgid "Pass 2"
626 msgstr "Paso 2"
627
628 #: e2fsck/pass2.c:568
629 msgid "NLS is broken."
630 msgstr "El NLS está roto."
631
632 #: e2fsck/pass2.c:1220 e2fsck/pass2.c:1404
633 msgid "Can not continue."
634 msgstr "No se puede continuar."
635
636 #: e2fsck/pass3.c:77
637 msgid "inode done bitmap"
638 msgstr "mapa de bits de nodos-i pasados"
639
640 #: e2fsck/pass3.c:86
641 msgid "Peak memory"
642 msgstr "Pico de memoria"
643
644 #: e2fsck/pass3.c:149
645 msgid "Pass 3"
646 msgstr "Paso 3"
647
648 #: e2fsck/pass3.c:350
649 msgid "inode loop detection bitmap"
650 msgstr "mapa de bits de detección de bucles de nodos-i"
651
652 #: e2fsck/pass4.c:289
653 msgid "Pass 4"
654 msgstr "Paso 4"
655
656 #: e2fsck/pass5.c:79
657 msgid "Pass 5"
658 msgstr "Paso 5"
659
660 #: e2fsck/pass5.c:102
661 msgid "check_inode_bitmap_checksum: Memory allocation error"
662 msgstr "check_inode_bitmap_checksum: Error de asignación de memoria"
663
664 #: e2fsck/pass5.c:156
665 msgid "check_block_bitmap_checksum: Memory allocation error"
666 msgstr "check_block_bitmap_checksum: Error de asignación de memoria"
667
668 #: e2fsck/problem.c:53
669 msgid "(no prompt)"
670 msgstr "(sin cursor)"
671
672 # Yo pondría mejor "Arreglar", ya que es una pregunta que hace que quedaría
673 # mejor en forma impersonal. Fíjate que todos los demás verbos que siguen
674 # están en infinitivo.
675 # Cierto. mm
676 #: e2fsck/problem.c:54
677 msgid "Fix"
678 msgstr "Arreglar"
679
680 #: e2fsck/problem.c:55
681 msgid "Clear"
682 msgstr "Borrar"
683
684 #: e2fsck/problem.c:56
685 msgid "Relocate"
686 msgstr "Reubicar"
687
688 #: e2fsck/problem.c:57
689 msgid "Allocate"
690 msgstr "Reservar"
691
692 #: e2fsck/problem.c:58
693 msgid "Expand"
694 msgstr "Expandir"
695
696 #: e2fsck/problem.c:59
697 msgid "Connect to /lost+found"
698 msgstr "Conectar a /lost+found"
699
700 #: e2fsck/problem.c:60
701 msgid "Create"
702 msgstr "Crear"
703
704 #: e2fsck/problem.c:61
705 msgid "Salvage"
706 msgstr "Recuperar"
707
708 #: e2fsck/problem.c:62
709 msgid "Truncate"
710 msgstr "Truncar"
711
712 #: e2fsck/problem.c:63
713 msgid "Clear inode"
714 msgstr "Borrar nodo-i"
715
716 #: e2fsck/problem.c:64
717 msgid "Abort"
718 msgstr "Interrumpir"
719
720 #: e2fsck/problem.c:65
721 msgid "Split"
722 msgstr "Dividir"
723
724 #: e2fsck/problem.c:66
725 msgid "Continue"
726 msgstr "Continuar"
727
728 #: e2fsck/problem.c:67
729 msgid "Clone multiply-claimed blocks"
730 msgstr "Clonar los bloques reclamados en múltiples ocasiones"
731
732 #: e2fsck/problem.c:68
733 msgid "Delete file"
734 msgstr "Borrar fichero"
735
736 #: e2fsck/problem.c:69
737 msgid "Suppress messages"
738 msgstr "Eliminar mensajes"
739
740 #: e2fsck/problem.c:70
741 msgid "Unlink"
742 msgstr "Desvincular"
743
744 #: e2fsck/problem.c:71
745 msgid "Clear HTree index"
746 msgstr "Borrar el índice del árbol-H"
747
748 #: e2fsck/problem.c:72
749 msgid "Recreate"
750 msgstr "Recrear"
751
752 #: e2fsck/problem.c:73
753 msgid "Optimize"
754 msgstr "Optimizar"
755
756 #: e2fsck/problem.c:74
757 msgid "Clear flag"
758 msgstr "Borrar bandera"
759
760 #: e2fsck/problem.c:83
761 msgid "(NONE)"
762 msgstr "(NINGUNO)"
763
764 #: e2fsck/problem.c:84
765 msgid "FIXED"
766 msgstr "ARREGLADO"
767
768 #: e2fsck/problem.c:85
769 msgid "CLEARED"
770 msgstr "BORRADO"
771
772 #: e2fsck/problem.c:86
773 msgid "RELOCATED"
774 msgstr "REUBICADO"
775
776 #: e2fsck/problem.c:87
777 msgid "ALLOCATED"
778 msgstr "RESERVADO"
779
780 #: e2fsck/problem.c:88
781 msgid "EXPANDED"
782 msgstr "EXPANDIDO"
783
784 #: e2fsck/problem.c:89
785 msgid "RECONNECTED"
786 msgstr "RECONECTADO"
787
788 #: e2fsck/problem.c:90
789 msgid "CREATED"
790 msgstr "CREADO"
791
792 #: e2fsck/problem.c:91
793 msgid "SALVAGED"
794 msgstr "RECUPERADO"
795
796 #: e2fsck/problem.c:92
797 msgid "TRUNCATED"
798 msgstr "TRUNCADO"
799
800 #: e2fsck/problem.c:93
801 msgid "INODE CLEARED"
802 msgstr "NODO-I BORRADO"
803
804 #: e2fsck/problem.c:94
805 msgid "ABORTED"
806 msgstr "INTERRUMPIDO"
807
808 #: e2fsck/problem.c:95
809 msgid "SPLIT"
810 msgstr "DIVIDIDO"
811
812 #: e2fsck/problem.c:96
813 msgid "CONTINUING"
814 msgstr "CONTINUANDO"
815
816 #: e2fsck/problem.c:97
817 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
818 msgstr "SE CLONARON LOS BLOQUES RECLAMADOS EN MÚLTIPLES OCASIONES"
819
820 #: e2fsck/problem.c:98
821 msgid "FILE DELETED"
822 msgstr "FICHERO BORRADO"
823
824 #: e2fsck/problem.c:99
825 msgid "SUPPRESSED"
826 msgstr "SUPRIMIDO"
827
828 #: e2fsck/problem.c:100
829 msgid "UNLINKED"
830 msgstr "DESVINCULADO"
831
832 #: e2fsck/problem.c:101
833 msgid "HTREE INDEX CLEARED"
834 msgstr "SE HA LIMPIADO EL ÍNDICE DEL ÁRBOL-H"
835
836 #: e2fsck/problem.c:102
837 msgid "WILL RECREATE"
838 msgstr "SE CREARÁ DE NUEVO"
839
840 #: e2fsck/problem.c:103
841 msgid "WILL OPTIMIZE"
842 msgstr "SE OPTIMIZARÁ"
843
844 #: e2fsck/problem.c:104
845 msgid "FLAG CLEARED"
846 msgstr "BANDERA BORRADA"
847
848 #. @-expanded: block bitmap for group %g is not in group.  (block %b)\n
849 #: e2fsck/problem.c:118
850 msgid "@b @B for @g %g is not in @g.  (@b %b)\n"
851 msgstr "El mapa de bits de bloques para el grupo %g no está en el grupo.  (bloque %b)\n"
852
853 #. @-expanded: inode bitmap for group %g is not in group.  (block %b)\n
854 #: e2fsck/problem.c:122
855 msgid "@i @B for @g %g is not in @g.  (@b %b)\n"
856 msgstr "El mapa de bits de nodos-i para el grupo %g no está en el grupo.  (bloque %b)\n"
857
858 #. @-expanded: inode table for group %g is not in group.  (block %b)\n
859 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
860 #: e2fsck/problem.c:127
861 msgid ""
862 "@i table for @g %g is not in @g.  (@b %b)\n"
863 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
864 msgstr ""
865 "La tabla de nodos-i para el @g %g no está en el @g.  (@b %b)\n"
866 "ATENCIÓN: ES POSIBLE QUE HAYA UNA PÉRDIDA DE DATOS MUY GRAVE.\n"
867
868 #. @-expanded: \n
869 #. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
870 #. @-expanded: filesystem.  If the device is valid and it really contains an ext2/ext3/ext4\n
871 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
872 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
873 #. @-expanded:     e2fsck -b 8193 <device>\n
874 #. @-expanded:  or\n
875 #. @-expanded:     e2fsck -b 32768 <device>\n
876 #. @-expanded: \n
877 #: e2fsck/problem.c:133
878 msgid ""
879 "\n"
880 "The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
881 "@f.  If the @v is valid and it really contains an ext2/ext3/ext4\n"
882 "@f (and not swap or ufs or something else), then the @S\n"
883 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
884 "    e2fsck -b 8193 <@v>\n"
885 " or\n"
886 "    e2fsck -b 32768 <@v>\n"
887 "\n"
888 msgstr ""
889 "\n"
890 "El @S no se ha podido leer o no describe un @f ext2/ext3/ext4 válido.\n"
891 "Si el @v es válido y contiene realmente un @f ext2/ext3/ext4\n"
892 "(y no uno de intercambio, ufs u otra cosa), entonces el @S está\n"
893 "corrompido; podría intentar ejecutar e2fsck con un @S alternativo:\n"
894 "    e2fsck -b 8193 <@v>\n"
895 " o\n"
896 "    e2fsck -b 32768 <@v>\n"
897 "\n"
898
899 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
900 #. @-expanded: The physical size of the device is %c blocks\n
901 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
902 #: e2fsck/problem.c:144
903 msgid ""
904 "The @f size (according to the @S) is %b @bs\n"
905 "The physical size of the @v is %c @bs\n"
906 "Either the @S or the partition table is likely to be corrupt!\n"
907 msgstr ""
908 "El tamaño del @f (de acuerdo con el @S) es de %b @bs.\n"
909 "El tamaño físico del @v es de %c @bs.\n"
910 "¡Es probable que el @S o la tabla de particiones estén corruptos!\n"
911
912 # "¡Puede ser que el @S, o la tabla de particiones, estén corruptos!\n"
913 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
914 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
915 #. @-expanded: from the block size.\n
916 #: e2fsck/problem.c:151
917 msgid ""
918 "@S @b_size = %b, fragsize = %c.\n"
919 "This version of e2fsck does not support fragment sizes different\n"
920 "from the @b size.\n"
921 msgstr ""
922 "En el @S el tamaño del @b = %b, el tamaño del fragmento = %c.\n"
923 "Esta versión de e2fsck no tiene implementado el manejo de\n"
924 "tamaños de fragmento distintos al del @b.\n"
925
926 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
927 #: e2fsck/problem.c:158
928 msgid "@S @bs_per_group = %b, should have been %c\n"
929 msgstr "El «blocks_per_group» del @S es %b y debería haber sido %c\n"
930
931 #. @-expanded: superblock first_data_block = %b, should have been %c\n
932 #: e2fsck/problem.c:163
933 msgid "@S first_data_@b = %b, should have been %c\n"
934 msgstr "El «first_data_block» del @S es %b y debería haber sido %c\n"
935
936 #. @-expanded: filesystem did not have a UUID; generating one.\n
937 #. @-expanded: \n
938 #: e2fsck/problem.c:168
939 msgid ""
940 "@f did not have a UUID; generating one.\n"
941 "\n"
942 msgstr "El @f no tiene un UUID; se generará uno.\n"
943
944 #: e2fsck/problem.c:174
945 #, no-c-format
946 msgid ""
947 "Note: if several inode or block bitmap blocks or part\n"
948 "of the inode table require relocation, you may wish to try\n"
949 "running e2fsck with the '-b %S' option first.  The problem\n"
950 "may lie only with the primary block group descriptors, and\n"
951 "the backup block group descriptors may be OK.\n"
952 "\n"
953 msgstr ""
954 "Nota: si varios bloques de mapas de bits (de nodos-i o de bloques)\n"
955 "o parte de la tabla de nodos-i necesitan reubicación,\n"
956 "es posible que primero quiera intentar ejecutar e2fsck con\n"
957 "la opción '-b %S'. El problema podría estar únicamente en los\n"
958 "descriptores del grupo de bloques primario, y los\n"
959 "descriptores del grupo de bloques de respaldo podrían estar bien.\n"
960 "\n"
961
962 #. @-expanded: Corruption found in superblock.  (%s = %N).\n
963 #: e2fsck/problem.c:183
964 msgid "Corruption found in @S.  (%s = %N).\n"
965 msgstr "El @S está corrupto.  (%s = %N).\n"
966
967 #. @-expanded: Error determining size of the physical device: %m\n
968 #: e2fsck/problem.c:189
969 #, no-c-format
970 msgid "Error determining size of the physical @v: %m\n"
971 msgstr "Error al determinar el tamaño del @v físico: %m\n"
972
973 #. @-expanded: inode count in superblock is %i, should be %j.\n
974 #: e2fsck/problem.c:194
975 msgid "@i count in @S is %i, @s %j.\n"
976 msgstr "La cuenta @i en el @S es %i, @s %j.\n"
977
978 #: e2fsck/problem.c:198
979 msgid "The Hurd does not support the filetype feature.\n"
980 msgstr "El Hurd no tiene implementada la opción de tipos de fichero.\n"
981
982 #. @-expanded: superblock has an invalid journal (inode %i).\n
983 #: e2fsck/problem.c:204
984 #, no-c-format
985 msgid "@S has an @n @j (@i %i).\n"
986 msgstr "@S tiene un @j @n (@i %i).\n"
987
988 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
989 #: e2fsck/problem.c:209
990 msgid "External @j has multiple @f users (unsupported).\n"
991 msgstr "El @j externo tiene varios usuarios del @f (no implementado).\n"
992
993 #. @-expanded: Can't find external journal\n
994 #: e2fsck/problem.c:214
995 msgid "Can't find external @j\n"
996 msgstr "No se ha encontrado un @j externo\n"
997
998 #. @-expanded: External journal has bad superblock\n
999 #: e2fsck/problem.c:219
1000 msgid "External @j has bad @S\n"
1001 msgstr "El @j externo tiene un @S dañado\n"
1002
1003 #. @-expanded: External journal does not support this filesystem\n
1004 #: e2fsck/problem.c:224
1005 msgid "External @j does not support this @f\n"
1006 msgstr "El @j externo no tiene implementado este @f\n"
1007
1008 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
1009 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal 
1010 #. @-expanded: format.\n
1011 #. @-expanded: It is also possible the journal superblock is corrupt.\n
1012 #: e2fsck/problem.c:229
1013 msgid ""
1014 "@f @j @S is unknown type %N (unsupported).\n"
1015 "It is likely that your copy of e2fsck is old and/or doesn't support this @j format.\n"
1016 "It is also possible the @j @S is corrupt.\n"
1017 msgstr ""
1018 "El @S del @j del @f es de un tipo desconocido %N (no implementado).\n"
1019 "Es probable que su copia de e2fsck sea muy antigua y/o no tenga implementado\n"
1020 "este formato de @j.\n"
1021 "También es posible que el @S del @j esté corrupto.\n"
1022
1023 #. @-expanded: journal superblock is corrupt.\n
1024 #: e2fsck/problem.c:238
1025 msgid "@j @S is corrupt.\n"
1026 msgstr "El @S del @j está corrupto.\n"
1027
1028 #. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
1029 #: e2fsck/problem.c:243
1030 msgid "@S has_@j flag is clear, but a @j is present.\n"
1031 msgstr "La bandera has_journal del @S está quitada, pero hay un @j.\n"
1032
1033 #. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
1034 #: e2fsck/problem.c:248
1035 msgid "@S needs_recovery flag is set, but no @j is present.\n"
1036 msgstr "La bandera de recuperación del superbloque está puesta, pero no hay @j.\n"
1037
1038 #. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
1039 #: e2fsck/problem.c:253
1040 msgid "@S needs_recovery flag is clear, but @j has data.\n"
1041 msgstr ""
1042 "La bandera de recuperación del superbloque está limpia, pero el @j\n"
1043 "contiene información.\n"
1044
1045 #. @-expanded: Clear journal
1046 #: e2fsck/problem.c:258
1047 msgid "Clear @j"
1048 msgstr "Borrar el @j"
1049
1050 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.  
1051 #: e2fsck/problem.c:263 e2fsck/problem.c:799
1052 msgid "@f has feature flag(s) set, but is a revision 0 @f.  "
1053 msgstr "El @f tiene una(s) bandera(s) especial(es), pero es una revisión 0 del @f.  "
1054
1055 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
1056 #: e2fsck/problem.c:268
1057 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
1058 msgstr "%s @i @o %i (uid=%Iu, gid=%Ig, modo=%Im, tamaño=%Is)\n"
1059
1060 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
1061 #: e2fsck/problem.c:273
1062 msgid "@I %B (%b) found in @o @i %i.\n"
1063 msgstr "@I %B (%b) encontrado en un @i @o %i.\n"
1064
1065 #. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
1066 #: e2fsck/problem.c:278
1067 msgid "Already cleared %B (%b) found in @o @i %i.\n"
1068 msgstr "Ya se borró el %B (%b) encontrado en el @i @o %i.\n"
1069
1070 #. @-expanded: illegal orphaned inode %i in superblock.\n
1071 #: e2fsck/problem.c:284
1072 #, no-c-format
1073 msgid "@I @o @i %i in @S.\n"
1074 msgstr "@i @o @I %i en el @S.\n"
1075
1076 #. @-expanded: illegal inode %i in orphaned inode list.\n
1077 #: e2fsck/problem.c:290
1078 #, no-c-format
1079 msgid "@I @i %i in @o @i list.\n"
1080 msgstr "@i @I %i en la lista de nodos-i huérfanos.\n"
1081
1082 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
1083 #: e2fsck/problem.c:295
1084 msgid "@j @S has an unknown read-only feature flag set.\n"
1085 msgstr "El @S del @j tiene puesta una bandera desconocida de sólo lectura.\n"
1086
1087 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
1088 #: e2fsck/problem.c:300
1089 msgid "@j @S has an unknown incompatible feature flag set.\n"
1090 msgstr "El @S del @j tiene puesta una bandera desconocida incompatible.\n"
1091
1092 #. @-expanded: journal version not supported by this e2fsck.\n
1093 #: e2fsck/problem.c:305
1094 msgid "@j version not supported by this e2fsck.\n"
1095 msgstr "La versión del @j no está implementada en este e2fsck.\n"
1096
1097 #. @-expanded: Moving journal from /%s to hidden inode.\n
1098 #. @-expanded: \n
1099 #: e2fsck/problem.c:311
1100 #, no-c-format
1101 msgid ""
1102 "Moving @j from /%s to hidden @i.\n"
1103 "\n"
1104 msgstr ""
1105 "Moviendo el @j de /%s a un nodo-i oculto.\n"
1106 "\n"
1107
1108 #. @-expanded: Error moving journal: %m\n
1109 #. @-expanded: \n
1110 #: e2fsck/problem.c:317
1111 #, no-c-format
1112 msgid ""
1113 "Error moving @j: %m\n"
1114 "\n"
1115 msgstr ""
1116 "Error moviendo el @j: %m\n"
1117 "\n"
1118
1119 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1120 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1121 #. @-expanded: \n
1122 #: e2fsck/problem.c:322
1123 msgid ""
1124 "Found @n V2 @j @S fields (from V1 @j).\n"
1125 "Clearing fields beyond the V1 @j @S...\n"
1126 "\n"
1127 msgstr ""
1128 "Se encontraron campos V2 no válidos en el @j del @S\n"
1129 "(del V1 del @j).\n"
1130 "Borrando los campos que exceden la V1 del @j del @S...\n"
1131 "\n"
1132
1133 #. @-expanded: Run journal anyway
1134 #: e2fsck/problem.c:328
1135 msgid "Run @j anyway"
1136 msgstr "Ejecutar el @j de todas formas"
1137
1138 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1139 #: e2fsck/problem.c:333
1140 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1141 msgstr ""
1142 "La bandera de recuperación no está puesta en el @S de respaldo,\n"
1143 "por eso se ejecutará de todas maneras el @j.\n"
1144
1145 #. @-expanded: Backing up journal inode block information.\n
1146 #. @-expanded: \n
1147 #: e2fsck/problem.c:338
1148 msgid ""
1149 "Backing up @j @i @b information.\n"
1150 "\n"
1151 msgstr ""
1152 "Respaldando la información del @j, el @i y el @b.\n"
1153 "\n"
1154
1155 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1156 #. @-expanded: is %N; should be zero.  
1157 #: e2fsck/problem.c:344
1158 msgid ""
1159 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1160 "is %N; @s zero.  "
1161 msgstr ""
1162 "El @f no tiene 'resize_inode' habilitado, pero 's_reserved_gdt_blocks'\n"
1163 "es %N; debería ser cero.  "
1164
1165 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.  
1166 #: e2fsck/problem.c:350
1167 msgid "Resize_@i not enabled, but the resize @i is non-zero.  "
1168 msgstr "El 'resize_inode' no está habilitado, pero el nodo-i de cambio del tamaño no es cero.  "
1169
1170 #. @-expanded: Resize inode not valid.  
1171 #: e2fsck/problem.c:355
1172 msgid "Resize @i not valid.  "
1173 msgstr "Cambio de tamaño de nodo-i no válido.  "
1174
1175 #. @-expanded: superblock last mount time (%t,\n
1176 #. @-expanded: \tnow = %T) is in the future.\n
1177 #: e2fsck/problem.c:360
1178 msgid ""
1179 "@S last mount time (%t,\n"
1180 "\tnow = %T) is in the future.\n"
1181 msgstr ""
1182 "La última vez (%t,\tnow=%T)\n"
1183 "que se montó el superbloque es en el futuro.\n"
1184
1185 #. @-expanded: superblock last write time (%t,\n
1186 #. @-expanded: \tnow = %T) is in the future.\n
1187 #: e2fsck/problem.c:365
1188 msgid ""
1189 "@S last write time (%t,\n"
1190 "\tnow = %T) is in the future.\n"
1191 msgstr ""
1192 "La última vez (%t,\tnow = %T) que\n"
1193 "se escribió en el superbloque es en el futuro.\n"
1194
1195 #. @-expanded: superblock hint for external superblock should be %X.  
1196 #: e2fsck/problem.c:371
1197 #, no-c-format
1198 msgid "@S hint for external superblock @s %X.  "
1199 msgstr "La pista de superbloque para un superbloque externo debería ser %X.  "
1200
1201 #. @-expanded: Adding dirhash hint to filesystem.\n
1202 #. @-expanded: \n
1203 #: e2fsck/problem.c:376
1204 msgid ""
1205 "Adding dirhash hint to @f.\n"
1206 "\n"
1207 msgstr ""
1208 "Agregando la pista dirhash al sistema de ficheros\n"
1209 "\n"
1210
1211 #. @-expanded: group descriptor %g checksum is %04x, should be %04y.  
1212 #: e2fsck/problem.c:381
1213 msgid "@g descriptor %g checksum is %04x, should be %04y.  "
1214 msgstr "El «checksum» del descriptor de @g %g es %04x; debería ser %04y.  "
1215
1216 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1217 #: e2fsck/problem.c:387
1218 #, no-c-format
1219 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1220 msgstr "El descriptor de @g %g etiquetado como no inicializado no tiene activada esa funcionalidad.\n"
1221
1222 #. @-expanded: group descriptor %g has invalid unused inodes count %b.  
1223 #: e2fsck/problem.c:392
1224 msgid "@g descriptor %g has invalid unused inodes count %b.  "
1225 msgstr "La cuenta de nodos-i no utilizados %b del descriptor de @g %g no es válida.  "
1226
1227 #. @-expanded: Last group block bitmap uninitialized.  
1228 #: e2fsck/problem.c:397
1229 msgid "Last @g @b @B uninitialized.  "
1230 msgstr "El mapa de bits de bloque del último grupo no está inicializado.  "
1231
1232 #: e2fsck/problem.c:403
1233 #, no-c-format
1234 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1235 msgstr "La transacción %i del fichero de transacciones estaba corrupta; se ha interrumpido la repetición.\n"
1236
1237 #: e2fsck/problem.c:408
1238 msgid "The test_fs flag is set (and ext4 is available).  "
1239 msgstr "La bandera test_fs está puesta (y ext4 está disponible).  "
1240
1241 #. @-expanded: superblock last mount time is in the future.\n
1242 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly 
1243 #. @-expanded: set)\n
1244 #: e2fsck/problem.c:413
1245 msgid ""
1246 "@S last mount time is in the future.\n"
1247 "\t(by less than a day, probably due to the hardware clock being incorrectly set)\n"
1248 msgstr ""
1249 "La última hora de montaje del @S está en el futuro.\n"
1250 "\t(por menos de un día, probablemente debido a que el reloj del hardware está mal puesto)\n"
1251
1252 #. @-expanded: superblock last write time is in the future.\n
1253 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly 
1254 #. @-expanded: set)\n
1255 #: e2fsck/problem.c:419
1256 msgid ""
1257 "@S last write time is in the future.\n"
1258 "\t(by less than a day, probably due to the hardware clock being incorrectly set)\n"
1259 msgstr ""
1260 "La última hora de escritura del @S está en el futuro.\n"
1261 "\t(por menos de un día, probablemente debido a que el reloj del hardware está mal puesto)\n"
1262
1263 #. @-expanded: One or more block group descriptor checksums are invalid.  
1264 #: e2fsck/problem.c:425
1265 msgid "One or more @b @g descriptor checksums are invalid.  "
1266 msgstr "Los «checksums» de uno o más descriptores de @gs de @bs son inválidos.  "
1267
1268 #. @-expanded: Setting free inodes count to %j (was %i)\n
1269 #: e2fsck/problem.c:430
1270 msgid "Setting free @is count to %j (was %i)\n"
1271 msgstr "Se pone la cantidad de nodos-i libres a %j (era %i)\n"
1272
1273 #. @-expanded: Setting free blocks count to %c (was %b)\n
1274 #: e2fsck/problem.c:435
1275 msgid "Setting free @bs count to %c (was %b)\n"
1276 msgstr "Se pone la cantidad de bloques libres a %c (era %b)\n"
1277
1278 #. @-expanded: Hiding %U quota inode %i (%Q).\n
1279 #: e2fsck/problem.c:440
1280 msgid "Hiding %U @q @i %i (%Q).\n"
1281 msgstr "Ocultando el %U @i de @q %i (%Q).\n"
1282
1283 #. @-expanded: superblock has invalid MMP block.  
1284 #: e2fsck/problem.c:445
1285 msgid "@S has invalid MMP block.  "
1286 msgstr "El superbloque tiene un bloque MMP inválido.  "
1287
1288 #. @-expanded: superblock has invalid MMP magic.  
1289 #: e2fsck/problem.c:450
1290 msgid "@S has invalid MMP magic.  "
1291 msgstr "El superbloque tiene un número mágico de MMP inválido.  "
1292
1293 #: e2fsck/problem.c:456
1294 #, no-c-format
1295 msgid "ext2fs_open2: %m\n"
1296 msgstr "ext2fs_open2(): %m\n"
1297
1298 #: e2fsck/problem.c:462
1299 #, no-c-format
1300 msgid "ext2fs_check_desc: %m\n"
1301 msgstr "ext2fs_check_desc(): %m\n"
1302
1303 #. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set 
1304 #. @-expanded: simultaneously.
1305 #: e2fsck/problem.c:468
1306 msgid "@S metadata_csum supersedes uninit_bg; both feature bits cannot be set simultaneously."
1307 msgstr "El metadata_csum de superbloque reemplaza a uninit_bg; no pueden ponerse los dos bits a la vez."
1308
1309 #. @-expanded: superblock MMP block checksum does not match.  
1310 #: e2fsck/problem.c:474
1311 msgid "@S MMP @b checksum does not match.  "
1312 msgstr "El «checksum» del @b MMP del @S no cuadra.  "
1313
1314 #. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.  
1315 #: e2fsck/problem.c:479
1316 msgid "@S 64bit @f needs extents to access the whole disk.  "
1317 msgstr "@S de un @f de 64 bits necesita «extents» para acceder al disco entero.  "
1318
1319 #: e2fsck/problem.c:484
1320 msgid "First_meta_bg is too big.  (%N, max value %g).  "
1321 msgstr "First_meta_bg es demasiado grande. (%N, valor máx. %g).  "
1322
1323 #. @-expanded: External journal superblock checksum does not match superblock.  
1324 #: e2fsck/problem.c:489
1325 msgid "External @j @S checksum does not match @S.  "
1326 msgstr "El «checksum» del @S externo @j no cuadra con el @S.  "
1327
1328 #. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1329 #: e2fsck/problem.c:494
1330 msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1331 msgstr "El metadata_csum_seed de @S no es necesario sin metadata_csum."
1332
1333 #: e2fsck/problem.c:500
1334 #, no-c-format
1335 msgid "Error initializing quota context in support library: %m\n"
1336 msgstr "Error al inicializar el contexto de cuota en la biblioteca de soporte: %m\n"
1337
1338 #. @-expanded: Bad required extra isize in superblock (%N).  
1339 #: e2fsck/problem.c:505
1340 msgid "Bad required extra isize in @S (%N).  "
1341 msgstr "Tamaño-i extra requerido en @S incorrecto (%N).  "
1342
1343 #. @-expanded: Bad desired extra isize in superblock (%N).  
1344 #: e2fsck/problem.c:510
1345 msgid "Bad desired extra isize in @S (%N).  "
1346 msgstr "Tamaño-i extra deseado en @S incorrecto (%N).  "
1347
1348 #. @-expanded: Invalid %U quota inode %i.  
1349 #: e2fsck/problem.c:515
1350 msgid "Invalid %U @q @i %i.  "
1351 msgstr "%U @i de @q %i no válido.  "
1352
1353 #. @-expanded: superblock would have too many inodes (%N).\n
1354 #: e2fsck/problem.c:520
1355 msgid "@S would have too many inodes (%N).\n"
1356 msgstr "El @S tendría demasiados nodos-i (%N).\n"
1357
1358 #. @-expanded: Resize_inode and meta_bg features are enabled. Those features are\n
1359 #. @-expanded: not compatible. Resize inode should be disabled.  
1360 #: e2fsck/problem.c:525
1361 msgid ""
1362 "Resize_@i and meta_bg features are enabled. Those features are\n"
1363 "not compatible. Resize @i should be disabled.  "
1364 msgstr ""
1365 "Las características resize_inode y meta_bg están activadas, pero no son\n"
1366 "compatibles. Resize_inode debería desactivarse.  "
1367
1368 # Prefiero el infinitivo, pero hay ocasiones en que el gerundio es
1369 # indispensable, como por ejemplo "verificando", "revisando", en donde
1370 # da la impresión de que en ese momento se están haciendo las cosas.
1371 # En este caso en particular, creo que es conveniente el gerundio. mm
1372 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1373 #: e2fsck/problem.c:533
1374 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1375 msgstr "Paso 1: Verificando nodos-i, @bs y tamaños\n"
1376
1377 #. @-expanded: root inode is not a directory.  
1378 #: e2fsck/problem.c:537
1379 msgid "@r is not a @d.  "
1380 msgstr "El @r no es un @d.  "
1381
1382 #. @-expanded: root inode has dtime set (probably due to old mke2fs).  
1383 #: e2fsck/problem.c:542
1384 msgid "@r has dtime set (probably due to old mke2fs).  "
1385 msgstr "El @r tiene puesto el dtime (probablemente debido a una versión antigua del mke2fs).  "
1386
1387 #. @-expanded: Reserved inode %i (%Q) has invalid mode.  
1388 #: e2fsck/problem.c:547
1389 msgid "Reserved @i %i (%Q) has @n mode.  "
1390 msgstr "El @i reservado %i %Q tiene un modo incorrecto.  "
1391
1392 #. @-expanded: deleted inode %i has zero dtime.  
1393 #: e2fsck/problem.c:553
1394 #, no-c-format
1395 msgid "@D @i %i has zero dtime.  "
1396 msgstr "El @i %i @, tiene un dtime cero.  "
1397
1398 #. @-expanded: inode %i is in use, but has dtime set.  
1399 #: e2fsck/problem.c:559
1400 #, no-c-format
1401 msgid "@i %i is in use, but has dtime set.  "
1402 msgstr "El @i %i está en uso, pero tiene puesto dtime.  "
1403
1404 #. @-expanded: inode %i is a zero-length directory.  
1405 #: e2fsck/problem.c:565
1406 #, no-c-format
1407 msgid "@i %i is a @z @d.  "
1408 msgstr "El @i %i es un @d con @z.  "
1409
1410 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1411 #: e2fsck/problem.c:570
1412 msgid "@g %g's @b @B at %b @C.\n"
1413 msgstr "El @B de bloques del @g %g en el lugar %b @C.\n"
1414
1415 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1416 #: e2fsck/problem.c:575
1417 msgid "@g %g's @i @B at %b @C.\n"
1418 msgstr "El @B de nodos-i del @g %g en el lugar %b @C.\n"
1419
1420 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1421 #: e2fsck/problem.c:580
1422 msgid "@g %g's @i table at %b @C.\n"
1423 msgstr "La tabla de nodos-i del @g %g en el lugar %b @C.\n"
1424
1425 #. @-expanded: group %g's block bitmap (%b) is bad.  
1426 #: e2fsck/problem.c:585
1427 msgid "@g %g's @b @B (%b) is bad.  "
1428 msgstr "El @B (%b) de bloques del @g %g está dañado.  "
1429
1430 #. @-expanded: group %g's inode bitmap (%b) is bad.  
1431 #: e2fsck/problem.c:590
1432 msgid "@g %g's @i @B (%b) is bad.  "
1433 msgstr "El @B (%b) de nodos-i del @g %g está dañado.  "
1434
1435 #. @-expanded: inode %i, i_size is %Is, should be %N.  
1436 #: e2fsck/problem.c:595
1437 msgid "@i %i, i_size is %Is, @s %N.  "
1438 msgstr "@i %i, i_size es %Is, @s %N.  "
1439
1440 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.  
1441 #: e2fsck/problem.c:600
1442 msgid "@i %i, i_@bs is %Ib, @s %N.  "
1443 msgstr "@i %i, i_@bs es %Ib, @s %N.  "
1444
1445 #. @-expanded: illegal %B (%b) in inode %i.  
1446 #: e2fsck/problem.c:605
1447 msgid "@I %B (%b) in @i %i.  "
1448 msgstr "@I %B (%b) en @i %i.  "
1449
1450 #. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.  
1451 #: e2fsck/problem.c:610
1452 msgid "%B (%b) overlaps @f metadata in @i %i.  "
1453 msgstr "%B (%b) se solapa con los metadatos del @f en el @i %i.  "
1454
1455 #. @-expanded: inode %i has illegal block(s).  
1456 #: e2fsck/problem.c:616
1457 #, no-c-format
1458 msgid "@i %i has illegal @b(s).  "
1459 msgstr "@i %i tiene @b(s) inválido(s).  "
1460
1461 #. @-expanded: Too many illegal blocks in inode %i.\n
1462 #: e2fsck/problem.c:622
1463 #, no-c-format
1464 msgid "Too many illegal @bs in @i %i.\n"
1465 msgstr "Demasiados @bs inválidos en el @i %i.\n"
1466
1467 #. @-expanded: illegal %B (%b) in bad block inode.  
1468 #: e2fsck/problem.c:627
1469 msgid "@I %B (%b) in bad @b @i.  "
1470 msgstr "Número de bloque inválido (%b) en el nodo-i de bloques dañados.  "
1471
1472 #. @-expanded: Bad block inode has illegal block(s).  
1473 #: e2fsck/problem.c:632
1474 msgid "Bad @b @i has illegal @b(s).  "
1475 msgstr "El nodo-i de bloques dañados tiene @b(s) inválido(s).  "
1476
1477 #. @-expanded: Duplicate or bad block in use!\n
1478 #: e2fsck/problem.c:637
1479 msgid "Duplicate or bad @b in use!\n"
1480 msgstr "¡@b duplicado o dañado está en uso!\n"
1481
1482 #. @-expanded: Bad block %b used as bad block inode indirect block.  
1483 #: e2fsck/problem.c:642
1484 msgid "Bad @b %b used as bad @b @i indirect @b.  "
1485 msgstr "El @b dañado %b se usa como bloque indirecto en el nodo-i de bloques dañados"
1486
1487 #. @-expanded: \n
1488 #. @-expanded: The bad block inode has probably been corrupted.  You probably\n
1489 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1490 #. @-expanded: in the filesystem.\n
1491 #: e2fsck/problem.c:647
1492 msgid ""
1493 "\n"
1494 "The bad @b @i has probably been corrupted.  You probably\n"
1495 "should stop now and run e2fsck -c to scan for bad blocks\n"
1496 "in the @f.\n"
1497 msgstr ""
1498 "\n"
1499 "El nodo-i de bloques dañados probablemente haya sido corrompido.\n"
1500 "Probablemente se debería detener ahora el programa y ejecutar\n"
1501 "e2fsck -c para buscar bloques dañados en el @f.\n"
1502
1503 # Muchas oraciones en pasiva en inglés quedan mejor en forma reflexiva
1504 # cuando se traducen.
1505 #. @-expanded: \n
1506 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1507 #: e2fsck/problem.c:654
1508 msgid ""
1509 "\n"
1510 "If the @b is really bad, the @f can not be fixed.\n"
1511 msgstr ""
1512 "\n"
1513 "Si el @b está realmente dañado, el @f no se puede arreglar.\n"
1514
1515 #. @-expanded: You can remove this block from the bad block list and hope\n
1516 #. @-expanded: that the block is really OK.  But there are no guarantees.\n
1517 #. @-expanded: \n
1518 #: e2fsck/problem.c:659
1519 msgid ""
1520 "You can remove this @b from the bad @b list and hope\n"
1521 "that the @b is really OK.  But there are no guarantees.\n"
1522 "\n"
1523 msgstr ""
1524 "Se puede borrar este bloque de la lista de bloques dañados con la esperanza\n"
1525 "de que el bloque esté correcto.  Pero no hay ninguna garantía.\n"
1526 "\n"
1527
1528 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1529 #: e2fsck/problem.c:665
1530 msgid "The primary @S (%b) is on the bad @b list.\n"
1531 msgstr "El @S primario (%b) está en la lista de @bs dañados.\n"
1532
1533 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1534 #: e2fsck/problem.c:670
1535 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1536 msgstr "El bloque %b en los descriptores primarios de grupos está en la lista de @bs dañados\n"
1537
1538 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1539 #: e2fsck/problem.c:676
1540 msgid "Warning: Group %g's @S (%b) is bad.\n"
1541 msgstr "Atención: el @S (%b) del grupo %g está dañado.\n"
1542
1543 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1544 #: e2fsck/problem.c:682
1545 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1546 msgstr "Atención: la copia de los descriptores del @g %g tiene un @b (%b) dañado.\n"
1547
1548 #. @-expanded: Programming error?  block #%b claimed for no reason in process_bad_block.\n
1549 #: e2fsck/problem.c:688
1550 msgid "Programming error?  @b #%b claimed for no reason in process_bad_@b.\n"
1551 msgstr "¿Será un error de programación?  El @b #%b se reclama sin razón en el process_bad_block.\n"
1552
1553 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1554 #: e2fsck/problem.c:694
1555 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1556 msgstr "@A %N @b(s) contiguos en el @g de @b %g para %s: %m\n"
1557
1558 #. @-expanded: error allocating block buffer for relocating %s\n
1559 #: e2fsck/problem.c:700
1560 #, no-c-format
1561 msgid "@A @b buffer for relocating %s\n"
1562 msgstr "@A búfer de @b para reubicar %s\n"
1563
1564 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1565 #: e2fsck/problem.c:705
1566 msgid "Relocating @g %g's %s from %b to %c...\n"
1567 msgstr "Reubicando %s del @g %g de %b a %c...\n"
1568
1569 #. @-expanded: Relocating group %g's %s to %c...\n
1570 #: e2fsck/problem.c:711
1571 #, no-c-format
1572 msgid "Relocating @g %g's %s to %c...\n"
1573 msgstr "Reubicando el @g %g de %s hacia %c...\n"
1574
1575 #. @-expanded: Warning: could not read block %b of %s: %m\n
1576 #: e2fsck/problem.c:716
1577 msgid "Warning: could not read @b %b of %s: %m\n"
1578 msgstr "Atención: no se puede leer el @b %b de %s: %m\n"
1579
1580 #. @-expanded: Warning: could not write block %b for %s: %m\n
1581 #: e2fsck/problem.c:721
1582 msgid "Warning: could not write @b %b for %s: %m\n"
1583 msgstr "Atención: no se puede escribir el @b %b para %s: %m\n"
1584
1585 #. @-expanded: error allocating inode bitmap (%N): %m\n
1586 #: e2fsck/problem.c:726 e2fsck/problem.c:1936
1587 msgid "@A @i @B (%N): %m\n"
1588 msgstr "@A de @B de @i (%N): %m\n"
1589
1590 #. @-expanded: error allocating block bitmap (%N): %m\n
1591 #: e2fsck/problem.c:731
1592 msgid "@A @b @B (%N): %m\n"
1593 msgstr "@A @b de @B (%N): %m\n"
1594
1595 #. @-expanded: error allocating icount link information: %m\n
1596 #: e2fsck/problem.c:737
1597 #, no-c-format
1598 msgid "@A icount link information: %m\n"
1599 msgstr "@A la información del enlace de la cuenta-i: %m\n"
1600
1601 # array -> matriz
1602 #. @-expanded: error allocating directory block array: %m\n
1603 #: e2fsck/problem.c:743
1604 #, no-c-format
1605 msgid "@A @d @b array: %m\n"
1606 msgstr "@A matriz de @b de @d: %m\n"
1607
1608 #. @-expanded: Error while scanning inodes (%i): %m\n
1609 #: e2fsck/problem.c:749
1610 #, no-c-format
1611 msgid "Error while scanning @is (%i): %m\n"
1612 msgstr "Error mientras se exploraba el @i (%i): %m\n"
1613
1614 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1615 #: e2fsck/problem.c:755
1616 #, no-c-format
1617 msgid "Error while iterating over @bs in @i %i: %m\n"
1618 msgstr "Error mientras se iteraba sobre los @bs en el @i %i: %m\n"
1619
1620 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1621 #: e2fsck/problem.c:760
1622 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1623 msgstr "Error al guardar la información de la cuenta del @i (@i=%i, cuenta=%N): %m\n"
1624
1625 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1626 #: e2fsck/problem.c:765
1627 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1628 msgstr "Error al guardar la información del @b de @ds (@i=%i, @b=%b, núm=%N): %m\n"
1629
1630 #. @-expanded: Error reading inode %i: %m\n
1631 #: e2fsck/problem.c:772
1632 #, no-c-format
1633 msgid "Error reading @i %i: %m\n"
1634 msgstr "Error al leer el @i %i: %m\n"
1635
1636 #. @-expanded: inode %i has imagic flag set.  
1637 #: e2fsck/problem.c:781
1638 #, no-c-format
1639 msgid "@i %i has imagic flag set.  "
1640 msgstr "@i %i tiene puesta la bandera imagic.  "
1641
1642 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1643 #. @-expanded: or append-only flag set.  
1644 #: e2fsck/problem.c:787
1645 #, no-c-format
1646 msgid ""
1647 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1648 "or append-only flag set.  "
1649 msgstr ""
1650 "El fichero especial (dispositivo/«socket»/fifo/enlace símbolico) (@i %i)\n"
1651 "no es modificable o tiene la bandera 'append-only' (sólo añadir).  "
1652
1653 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.  
1654 #: e2fsck/problem.c:794
1655 #, no-c-format
1656 msgid "Special (@v/socket/fifo) @i %i has non-zero size.  "
1657 msgstr ""
1658 "El fichero especial (dispositivo/«socket»/fifo) (@i %i)\n"
1659 "tiene un tamaño distinto de cero.  "
1660
1661 #. @-expanded: journal inode is not in use, but contains data.  
1662 #: e2fsck/problem.c:804
1663 msgid "@j @i is not in use, but contains data.  "
1664 msgstr "El @i del @j no está en uso, pero contiene información.  "
1665
1666 #. @-expanded: journal is not regular file.  
1667 #: e2fsck/problem.c:809
1668 msgid "@j is not regular file.  "
1669 msgstr "el @j no es un fichero normal.  "
1670
1671 #. @-expanded: inode %i was part of the orphaned inode list.  
1672 #: e2fsck/problem.c:815
1673 #, no-c-format
1674 msgid "@i %i was part of the @o @i list.  "
1675 msgstr "el @i %i era parte de la lista de nodos-i @os.  "
1676
1677 #. @-expanded: inodes that were part of a corrupted orphan linked list found.  
1678 #: e2fsck/problem.c:821
1679 msgid "@is that were part of a corrupted orphan linked list found.  "
1680 msgstr "Los nodos-i fueron parte de una lista enlazada que estaba huérfana y dañada.  "
1681
1682 #. @-expanded: error allocating refcount structure (%N): %m\n
1683 #: e2fsck/problem.c:826
1684 msgid "@A refcount structure (%N): %m\n"
1685 msgstr "@A la estructura refcount (%N): %m\n"
1686
1687 #. @-expanded: Error reading extended attribute block %b for inode %i.  
1688 #: e2fsck/problem.c:831
1689 msgid "Error reading @a @b %b for @i %i.  "
1690 msgstr "Error al leer el @b del @a %b para el @i %i.  "
1691
1692 #. @-expanded: inode %i has a bad extended attribute block %b.  
1693 #: e2fsck/problem.c:836
1694 msgid "@i %i has a bad @a @b %b.  "
1695 msgstr "@i %i tiene un @b del @a %b dañado.  "
1696
1697 #. @-expanded: Error reading extended attribute block %b (%m).  
1698 #: e2fsck/problem.c:841
1699 msgid "Error reading @a @b %b (%m).  "
1700 msgstr "Error al leer el @b del @a %b (%m).  "
1701
1702 #. @-expanded: extended attribute block %b has reference count %r, should be %N.  
1703 #: e2fsck/problem.c:846
1704 msgid "@a @b %b has reference count %r, @s %N.  "
1705 msgstr "El @b del @a %b tiene una cuenta de referencia %r y @s %N.  "
1706
1707 #. @-expanded: Error writing extended attribute block %b (%m).  
1708 #: e2fsck/problem.c:851
1709 msgid "Error writing @a @b %b (%m).  "
1710 msgstr "Error al escribir el @b de @a %b (%m).  "
1711
1712 #. @-expanded: extended attribute block %b has h_blocks > 1.  
1713 #: e2fsck/problem.c:856
1714 msgid "@a @b %b has h_@bs > 1.  "
1715 msgstr "El @b del @a %b tiene h_@bs > 1.  "
1716
1717 #. @-expanded: error allocating extended attribute region allocation structure.  
1718 #: e2fsck/problem.c:861
1719 msgid "@A @a region allocation structure.  "
1720 msgstr "@A la estructura de asignación de región de @a.  "
1721
1722 #. @-expanded: extended attribute block %b is corrupt (allocation collision).  
1723 #: e2fsck/problem.c:866
1724 msgid "@a @b %b is corrupt (allocation collision).  "
1725 msgstr "el @b del @a %b está dañado (hubo una colisión en la reserva).  "
1726
1727 #. @-expanded: extended attribute block %b is corrupt (invalid name).  
1728 #: e2fsck/problem.c:871
1729 msgid "@a @b %b is corrupt (@n name).  "
1730 msgstr "el @b del @a %b está dañado (nombre no válido).  "
1731
1732 #. @-expanded: extended attribute block %b is corrupt (invalid value).  
1733 #: e2fsck/problem.c:876
1734 msgid "@a @b %b is corrupt (@n value).  "
1735 msgstr "el @b del @a %b está dañado (valor no válido).  "
1736
1737 #. @-expanded: inode %i is too big.  
1738 #: e2fsck/problem.c:882
1739 #, no-c-format
1740 msgid "@i %i is too big.  "
1741 msgstr "el @i %i es demasiado grande.  "
1742
1743 #. @-expanded: %B (%b) causes directory to be too big.  
1744 #: e2fsck/problem.c:886
1745 msgid "%B (%b) causes @d to be too big.  "
1746 msgstr "%B (%b) provoca que el @d sea demasiado grande.  "
1747
1748 #: e2fsck/problem.c:891
1749 msgid "%B (%b) causes file to be too big.  "
1750 msgstr "%B (%b) provoca que el fichero sea demasiado grande.  "
1751
1752 #: e2fsck/problem.c:896
1753 msgid "%B (%b) causes symlink to be too big.  "
1754 msgstr "%B (%b) provoca que el enlace simbólico sea demasiado grande.  "
1755
1756 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1757 #: e2fsck/problem.c:902
1758 #, no-c-format
1759 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1760 msgstr "el @i %i tiene la bandera INDEX_FL puesta en el @f sin el árbol-h implementado.\n"
1761
1762 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1763 #: e2fsck/problem.c:908
1764 #, no-c-format
1765 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1766 msgstr "@i %i tiene puesta la bandera INDEX_FL pero no es un @d.\n"
1767
1768 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1769 #: e2fsck/problem.c:914
1770 #, no-c-format
1771 msgid "@h %i has an @n root node.\n"
1772 msgstr "El @h %i tiene un nodo raíz no válido.\n"
1773
1774 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1775 #: e2fsck/problem.c:919
1776 msgid "@h %i has an unsupported hash version (%N)\n"
1777 msgstr "El @h %i tiene una versión de hash no implementada (%N)\n"
1778
1779 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1780 #: e2fsck/problem.c:925
1781 #, no-c-format
1782 msgid "@h %i uses an incompatible htree root node flag.\n"
1783 msgstr "El @h %i utiliza una bandera incompatible para el nodo raíz del árbol-h.\n"
1784
1785 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1786 #: e2fsck/problem.c:930
1787 msgid "@h %i has a tree depth (%N) which is too big\n"
1788 msgstr "El @h %i tiene una profundidad (%N) muy grande\n"
1789
1790 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1791 #. @-expanded: filesystem metadata.  
1792 #: e2fsck/problem.c:936
1793 msgid ""
1794 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1795 "@f metadata.  "
1796 msgstr ""
1797 "El @i del @b está dañado y tiene un @b indirecto (%b) que\n"
1798 "entra en conflicto con la metainformación del @f.  "
1799
1800 #. @-expanded: Resize inode (re)creation failed: %m.
1801 #: e2fsck/problem.c:943
1802 #, no-c-format
1803 msgid "Resize @i (re)creation failed: %m."
1804 msgstr "Falló la (re)creación del nodo-i de cambio de tamaño: %m."
1805
1806 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1807 #: e2fsck/problem.c:948
1808 msgid "@i %i has a extra size (%IS) which is @n\n"
1809 msgstr "El @i %i tiene un tamaño adicional (%IS) que es @n\n"
1810
1811 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1812 #: e2fsck/problem.c:953
1813 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1814 msgstr "El @a en el @i %i tiene una longitud de nombre (%N) que es @n\n"
1815
1816 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1817 #: e2fsck/problem.c:958
1818 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1819 msgstr "El @a en @i %i tiene un valor de desplazamiento (%N) que es @n\n"
1820
1821 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1822 #: e2fsck/problem.c:963
1823 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1824 msgstr "El @a en el @i %i tiene un valor de @b (%N) que es @n (debe ser 0)\n"
1825
1826 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1827 #: e2fsck/problem.c:968
1828 msgid "@a in @i %i has a value size (%N) which is @n\n"
1829 msgstr "El @a en el @i %i tiene un valor de tamaño (%N) que es @n\n"
1830
1831 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1832 #: e2fsck/problem.c:973
1833 msgid "@a in @i %i has a hash (%N) which is @n\n"
1834 msgstr "El @a en el @i %i tiene un hash (%N) que es @n\n"
1835
1836 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1837 #: e2fsck/problem.c:978
1838 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1839 msgstr "El nodo-i %i está marcado como un %It pero parece ser un directorio.\n"
1840
1841 #. @-expanded: Error while reading over extent tree in inode %i: %m\n
1842 #: e2fsck/problem.c:984
1843 #, no-c-format
1844 msgid "Error while reading over @x tree in @i %i: %m\n"
1845 msgstr "Error mientras se leía el árbol de «@xs» en el @i %i: %m\n"
1846
1847 #. @-expanded: Failed to iterate extents in inode %i\n
1848 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1849 #: e2fsck/problem.c:989
1850 msgid ""
1851 "Failed to iterate extents in @i %i\n"
1852 "\t(op %s, blk %b, lblk %c): %m\n"
1853 msgstr ""
1854 "Fallo al iterar los «extent» en el @i %i\n"
1855 "\t(op %s, blk %b, lblk %c): %m\n"
1856
1857 #. @-expanded: inode %i has an invalid extent\n
1858 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1859 #: e2fsck/problem.c:995
1860 msgid ""
1861 "@i %i has an @n extent\n"
1862 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1863 msgstr ""
1864 "El @i %i tiene un extent @n\n"
1865 "\t(@b lógico %c, @b físico @n %b, longitud %N)\n"
1866
1867 #. @-expanded: inode %i has an invalid extent\n
1868 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1869 #: e2fsck/problem.c:1000
1870 msgid ""
1871 "@i %i has an @n extent\n"
1872 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1873 msgstr ""
1874 "El @i %i tiene un «extent» @n\n"
1875 "\t(@b lógico %c, @b físico %b, longitud @n %N)\n"
1876
1877 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1878 #: e2fsck/problem.c:1006
1879 #, no-c-format
1880 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1881 msgstr "El @i %i tiene la bandera EXTENTS_FL puesta en el @f sin «extents» implementado.\n"
1882
1883 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1884 #: e2fsck/problem.c:1012
1885 #, no-c-format
1886 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1887 msgstr "el @i %i está en formato «extent», pero el @S no tiene la característica EXTENTS\n"
1888
1889 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1890 #: e2fsck/problem.c:1018
1891 #, no-c-format
1892 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1893 msgstr "el @i %i no tiene EXTENT_FL, pero está en formato «extents»\n"
1894
1895 #: e2fsck/problem.c:1024
1896 #, no-c-format
1897 msgid "Fast symlink %i has EXTENT_FL set.  "
1898 msgstr "El enlace simbólico rápido %i tiene puesto EXTENT_FL.  "
1899
1900 #. @-expanded: inode %i has out of order extents\n
1901 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1902 #: e2fsck/problem.c:1029
1903 msgid ""
1904 "@i %i has out of order extents\n"
1905 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1906 msgstr ""
1907 "el @i %i tiene «extents» estropeados\n"
1908 "\t(@b lógico @n %c, @b físico %b, longitud %N)\n"
1909
1910 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1911 #: e2fsck/problem.c:1033
1912 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1913 msgstr "el @i %i tiene un modo de «extent» no válido (blk %b, lblk %c)\n"
1914
1915 #. @-expanded: Error converting subcluster block bitmap: %m\n
1916 #: e2fsck/problem.c:1039
1917 #, no-c-format
1918 msgid "Error converting subcluster @b @B: %m\n"
1919 msgstr "Error al convertir el @B de @bs del «subcluster»: %m\n"
1920
1921 #. @-expanded: quota inode is not a regular file.  
1922 #: e2fsck/problem.c:1044
1923 msgid "@q @i is not a regular file.  "
1924 msgstr "El @i de la @q no es un fichero normal.  "
1925
1926 #. @-expanded: quota inode is not in use, but contains data.  
1927 #: e2fsck/problem.c:1049
1928 msgid "@q @i is not in use, but contains data.  "
1929 msgstr "El @i de la @q no está en uso, pero contiene datos.  "
1930
1931 #. @-expanded: quota inode is visible to the user.  
1932 #: e2fsck/problem.c:1054
1933 msgid "@q @i is visible to the user.  "
1934 msgstr "El @i de la @q es visible para el usuario.  "
1935
1936 #. @-expanded: The bad block inode looks invalid.  
1937 #: e2fsck/problem.c:1059
1938 msgid "The bad @b @i looks @n.  "
1939 msgstr "El nodo-i de bloques dañados parece inválido.  "
1940
1941 #. @-expanded: inode %i has zero length extent\n
1942 #. @-expanded: \t(invalid logical block %c, physical block %b)\n
1943 #: e2fsck/problem.c:1064
1944 msgid ""
1945 "@i %i has zero length extent\n"
1946 "\t(@n logical @b %c, physical @b %b)\n"
1947 msgstr ""
1948 "el @i %i tiene «extent» de longitud cero\n"
1949 "\t(@b lógico @n %c, @b físico %b)\n"
1950
1951 #. @-expanded: inode %i seems to contain garbage.  
1952 #: e2fsck/problem.c:1070
1953 #, no-c-format
1954 msgid "@i %i seems to contain garbage.  "
1955 msgstr "el @i %i parece que contiene basura.  "
1956
1957 #. @-expanded: inode %i passes checks, but checksum does not match inode.  
1958 #: e2fsck/problem.c:1076
1959 #, no-c-format
1960 msgid "@i %i passes checks, but checksum does not match @i.  "
1961 msgstr "el @i %i pasa las comprobaciones, pero el «checksum» no cuadra con el @i.  "
1962
1963 #. @-expanded: inode %i extended attribute is corrupt (allocation collision).  
1964 #: e2fsck/problem.c:1082
1965 #, no-c-format
1966 msgid "@i %i @a is corrupt (allocation collision).  "
1967 msgstr "el @a del @i %i está dañado (hubo una colisión en la reserva).  "
1968
1969 #. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1970 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1971 #: e2fsck/problem.c:1090
1972 msgid ""
1973 "@i %i extent block passes checks, but checksum does not match extent\n"
1974 "\t(logical @b %c, physical @b %b, len %N)\n"
1975 msgstr ""
1976 "el bloque «extent» del @i %i pasa las comprobaciones, pero el «checksum» no concuerda con el «extent»\n"
1977 "\t(@b lógico %c, @b físico %b, longitud %N)\n"
1978
1979 #. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.  
1980 #: e2fsck/problem.c:1099
1981 msgid "@i %i @a @b %b passes checks, but checksum does not match @b.  "
1982 msgstr "el @b de @a %b del @i %i pasa las comprobaciones, pero el «checksum» no concuerda con el @b.  "
1983
1984 #. @-expanded: Interior extent node level %N of inode %i:\n
1985 #. @-expanded: Logical start %b does not match logical start %c at next level.  
1986 #: e2fsck/problem.c:1104
1987 msgid ""
1988 "Interior @x node level %N of @i %i:\n"
1989 "Logical start %b does not match logical start %c at next level.  "
1990 msgstr ""
1991 "Nivel %N de nodo @x interior del @i %i:\n"
1992 "El comienzo lógico %b no casa con el comienzo lógico %c del siguiente nivel.  "
1993
1994 #. @-expanded: inode %i, end of extent exceeds allowed value\n
1995 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1996 #: e2fsck/problem.c:1110
1997 msgid ""
1998 "@i %i, end of extent exceeds allowed value\n"
1999 "\t(logical @b %c, physical @b %b, len %N)\n"
2000 msgstr ""
2001 "el @i %i, fin de «extent», excede el valor permitido\n"
2002 "\t(@b lógico %c, @b físico %b, longitud %N)\n"
2003
2004 #. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
2005 #: e2fsck/problem.c:1116
2006 #, no-c-format
2007 msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
2008 msgstr "el @i %i tiene datos en línea, pero el @S no tiene la característica INLINE_DATA\n"
2009
2010 #. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
2011 #: e2fsck/problem.c:1122
2012 #, no-c-format
2013 msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
2014 msgstr "el @i %i tiene la bandera INLINE_DATA_FL puesta en el @f pero no tiene capacidad de datos en línea.\n"
2015
2016 #. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
2017 #: e2fsck/problem.c:1130
2018 #, no-c-format
2019 msgid "@i %i block %b conflicts with critical metadata, skipping block checks.\n"
2020 msgstr "El bloque %b del @i %i está en conflicto con metadatos críticos; saltar comprobaciones de bloque.\n"
2021
2022 #. @-expanded: directory inode %i block %b should be at block %c.  
2023 #: e2fsck/problem.c:1135
2024 msgid "@d @i %i @b %b should be at @b %c.  "
2025 msgstr "El @b %b del @i %i de @d debería estar en el @b %c.  "
2026
2027 #. @-expanded: directory inode %i has extent marked uninitialized at block %c.  
2028 #: e2fsck/problem.c:1141
2029 #, no-c-format
2030 msgid "@d @i %i has @x marked uninitialized at @b %c.  "
2031 msgstr "El @i %i del @d tiene un @x marcado como no inicializado en el @b %c.  "
2032
2033 #. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
2034 #. @-expanded: Will fix in pass 1B.\n
2035 #: e2fsck/problem.c:1146
2036 msgid ""
2037 "@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
2038 "Will fix in pass 1B.\n"
2039 msgstr ""
2040 "El @b lógico %b del @i %i (@b físico %c) viola las reglas de asignación de «cluster».\n"
2041 "Se corregirá en el paso 1B.\n"
2042
2043 #. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.  
2044 #: e2fsck/problem.c:1152
2045 #, no-c-format
2046 msgid "@i %i has INLINE_DATA_FL flag but @a not found.  "
2047 msgstr "El @i %i tiene puesta la bandera INLINE_DATA_FL pero no se ha encontrado @a.  "
2048
2049 #. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
2050 #. @-expanded: or inline-data flag set.  
2051 #: e2fsck/problem.c:1159
2052 #, no-c-format
2053 msgid ""
2054 "Special (@v/socket/fifo) file (@i %i) has extents\n"
2055 "or inline-data flag set.  "
2056 msgstr ""
2057 "El fichero especial (dispositivo/«socket»/fifo) (@i %i) tiene «extents»\n"
2058 "o tiene la bandera 'inline-data' (datos en línea).  "
2059
2060 #. @-expanded: inode %i has extent header but inline data flag is set.\n
2061 #: e2fsck/problem.c:1166
2062 #, no-c-format
2063 msgid "@i %i has @x header but inline data flag is set.\n"
2064 msgstr "El @i %i tiene cabecera de @x pero la bandera de datos en línea está puesta.\n"
2065
2066 #. @-expanded: inode %i seems to have inline data but extent flag is set.\n
2067 #: e2fsck/problem.c:1172
2068 #, no-c-format
2069 msgid "@i %i seems to have inline data but @x flag is set.\n"
2070 msgstr "El @i %i parece tener datos en línea pero la bandera @x está puesta.\n"
2071
2072 #. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
2073 #: e2fsck/problem.c:1178
2074 #, no-c-format
2075 msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
2076 msgstr "El @i %i parece tener mapa de @b pero datos en línea y la bandera @x está puesta.\n"
2077
2078 #. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
2079 #: e2fsck/problem.c:1184
2080 #, no-c-format
2081 msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
2082 msgstr "El @i %i tiene datos en línea y las banderas @x están puestas pero el i_block contiene basura.\n"
2083
2084 #. @-expanded: Bad block list says the bad block list inode is bad.  
2085 #: e2fsck/problem.c:1189
2086 msgid "Bad block list says the bad block list @i is bad.  "
2087 msgstr "La lista de bloques defectuosos dice que el @i de dicha lista es defectuoso.  "
2088
2089 #. @-expanded: error allocating extent region allocation structure.  
2090 #: e2fsck/problem.c:1194
2091 msgid "@A @x region allocation structure.  "
2092 msgstr "@A estructura de asignación de la región de @x.  "
2093
2094 #. @-expanded: inode %i has a duplicate extent mapping\n
2095 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
2096 #: e2fsck/problem.c:1199
2097 msgid ""
2098 "@i %i has a duplicate @x mapping\n"
2099 "\t(logical @b %c, @n physical @b %b, len %N)\n"
2100 msgstr ""
2101 "El @i %i tiene una asociación de @z duplicada\n"
2102 "\t(@b lógico %c, @b físico @n %b, longitud %N)\n"
2103
2104 #. @-expanded: error allocating %N bytes of memory for encrypted inode list\n
2105 #: e2fsck/problem.c:1204
2106 msgid "@A %N bytes of memory for encrypted @i list\n"
2107 msgstr "@A %N bytes de memoria para la lista de @i cifrados\n"
2108
2109 #. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
2110 #: e2fsck/problem.c:1209
2111 msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
2112 msgstr "el árbol de @x del @i %i podía ser más superficial (%b; podía ser <= %c)\n"
2113
2114 #. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.  
2115 #: e2fsck/problem.c:1215
2116 #, no-c-format
2117 msgid "@i %i on bigalloc @f cannot be @b mapped.  "
2118 msgstr "El @i %i del @f de «bigalloc» no puede asociarse a bloque.  "
2119
2120 #. @-expanded: inode %i has corrupt extent header.  
2121 #: e2fsck/problem.c:1221
2122 #, no-c-format
2123 msgid "@i %i has corrupt @x header.  "
2124 msgstr "el @i %i tiene dañada la cabecera de @x.  "
2125
2126 #. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
2127 #: e2fsck/problem.c:1227
2128 #, no-c-format
2129 msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
2130 msgstr "La(s) fecha(s) del @i %i posteriores a 2310-04-04 probablemente son anteriores a 1970.\n"
2131
2132 #. @-expanded: inode %i has illegal extended attribute value inode %N.\n
2133 #: e2fsck/problem.c:1232
2134 msgid "@i %i has @I @a value @i %N.\n"
2135 msgstr "@i %i tiene un valor de @I @a @i %N.\n"
2136
2137 #. @-expanded: inode %i has invalid extended attribute. EA inode %N missing EA_INODE flag.\n
2138 #: e2fsck/problem.c:1238
2139 msgid "@i %i has @n @a. EA @i %N missing EA_INODE flag.\n"
2140 msgstr "el @i %i tiene @n, @a, EA @i %N no tiene el indicador EA_INODE.\n"
2141
2142 #. @-expanded: EA inode %N for parent inode %i missing EA_INODE flag.\n
2143 #. @-expanded:  
2144 #: e2fsck/problem.c:1243
2145 msgid ""
2146 "EA @i %N for parent @i %i missing EA_INODE flag.\n"
2147 " "
2148 msgstr ""
2149 "EA @i %N para el padre @i %i no tiene el indicador EA_INODE.\n"
2150 " "
2151
2152 #. @-expanded: inode %i has extent marked uninitialized at block %c (len %N).  
2153 #: e2fsck/problem.c:1249
2154 #, no-c-format
2155 msgid "@i %i has @x marked uninitialized at @b %c (len %N).  "
2156 msgstr "El @i %i tiene un @x marcado como no inicializado en el @b %c (longitud %N).  "
2157
2158 #. @-expanded: inode %i has the casefold flag set but is not a directory.  
2159 #: e2fsck/problem.c:1254
2160 #, c-format
2161 msgid "@i %i has the casefold flag set but is not a directory.  "
2162 msgstr "@i %i tiene puesta la bandera casefold pero no es un directorio.  "
2163
2164 #. @-expanded: directory %p has the casefold flag, but the\n
2165 #. @-expanded: casefold feature is not enabled.  
2166 #: e2fsck/problem.c:1259
2167 #, c-format
2168 msgid ""
2169 "@d %p has the casefold flag, but the\n"
2170 "casefold feature is not enabled.  "
2171 msgstr ""
2172 "@d %p tiene puesta la bandera casefold, pero\n"
2173 "la característica casefold no está activada.  "
2174
2175 #. @-expanded: inode %i has encrypt flag but no encryption extended attribute.\n
2176 #: e2fsck/problem.c:1264
2177 #, c-format
2178 msgid "@i %i has encrypt flag but no encryption @a.\n"
2179 msgstr "@i %i tiene puesta la bandera de cifrado pero no tiene @a de cifrado.\n"
2180
2181 # '@E' o 'La @e', no 'La @E'. Ver: e2fsck/message.c:125
2182 #. @-expanded: Encrypted inode %i has corrupt encryption extended attribute.\n
2183 #: e2fsck/problem.c:1269
2184 #, c-format
2185 msgid "Encrypted @i %i has corrupt encryption @a.\n"
2186 msgstr "El @i %i cifrado tiene @a de cifrado corrupto.\n"
2187
2188 #. @-expanded: HTREE directory inode %i uses hash version (%N), but should use SipHash (6) \n
2189 #: e2fsck/problem.c:1274
2190 msgid "@h %i uses hash version (%N), but should use SipHash (6) \n"
2191 msgstr "@h %i utiliza la versión de hash (%N), pero debería utilizar SipHash (6) \n"
2192
2193 #. @-expanded: HTREE directory inode %i uses SipHash, but should not.  
2194 #: e2fsck/problem.c:1279
2195 #, c-format
2196 msgid "@h %i uses SipHash, but should not.  "
2197 msgstr "@h %i utiliza SipHash, pero no debería.  "
2198
2199 #. @-expanded: \n
2200 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2201 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
2202 #: e2fsck/problem.c:1287
2203 msgid ""
2204 "\n"
2205 "Running additional passes to resolve @bs claimed by more than one @i...\n"
2206 "Pass 1B: Rescanning for @m @bs\n"
2207 msgstr ""
2208 "\n"
2209 "Se ejecutan pasos adicionales para resolver los @bs reclamados por más de un @i...\n"
2210 "Paso 1B: Se vuelven a explorar para los @bs reclamados en múltiples ocasiones\n"
2211
2212 #. @-expanded: multiply-claimed block(s) in inode %i:
2213 #: e2fsck/problem.c:1294
2214 #, no-c-format
2215 msgid "@m @b(s) in @i %i:"
2216 msgstr "Bloque(s) reclamado(s) en múltiples ocasiones en @i %i:"
2217
2218 #: e2fsck/problem.c:1310
2219 #, no-c-format
2220 msgid "Error while scanning inodes (%i): %m\n"
2221 msgstr "Error mientras se exploraban los nodos-i (%i): %m\n"
2222
2223 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
2224 #: e2fsck/problem.c:1316
2225 #, no-c-format
2226 msgid "@A @i @B (@i_dup_map): %m\n"
2227 msgstr "@A @B de @i (@i_dup_map): %m\n"
2228
2229 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
2230 #: e2fsck/problem.c:1322
2231 #, no-c-format
2232 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
2233 msgstr "Error mientras se iteraba sobre los @bs en el @i %i (%s): %m\n"
2234
2235 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
2236 #: e2fsck/problem.c:1327 e2fsck/problem.c:1707
2237 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
2238 msgstr "Error al ajustar la cuenta de referencia para el @b del @a %b (@i %i): %m\n"
2239
2240 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
2241 #: e2fsck/problem.c:1337
2242 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
2243 msgstr "Paso 1C: Explorando los directorios para buscar nodos-i con @bs reclamados en múltiples ocasiones\n"
2244
2245 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
2246 #: e2fsck/problem.c:1343
2247 msgid "Pass 1D: Reconciling @m @bs\n"
2248 msgstr "Paso 1D: Reconciliando los @bs reclamados en múltiples ocasiones\n"
2249
2250 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
2251 #. @-expanded:   has %r multiply-claimed block(s), shared with %N file(s):\n
2252 #: e2fsck/problem.c:1348
2253 msgid ""
2254 "File %Q (@i #%i, mod time %IM) \n"
2255 "  has %r @m @b(s), shared with %N file(s):\n"
2256 msgstr ""
2257 "El fichero %Q (@i #%i, fecha de modificación %IM)\n"
2258 "  tiene %r @b(s) reclamado(s) en múltiples ocasiones, compartido(s) con %N fichero(s):\n"
2259
2260 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
2261 #: e2fsck/problem.c:1354
2262 msgid "\t%Q (@i #%i, mod time %IM)\n"
2263 msgstr "\t%Q (@i #%i, fecha de modificación %IM)\n"
2264
2265 #. @-expanded: \t<filesystem metadata>\n
2266 #: e2fsck/problem.c:1359
2267 msgid "\t<@f metadata>\n"
2268 msgstr "\t<metadatos del @f>\n"
2269
2270 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2271 #. @-expanded: \n
2272 #: e2fsck/problem.c:1364
2273 msgid ""
2274 "(There are %N @is containing @m @bs.)\n"
2275 "\n"
2276 msgstr ""
2277 "(Hay %N nodos-i que contienen @bs reclamados en múltiples ocasiones.)\n"
2278 "\n"
2279
2280 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2281 #. @-expanded: \n
2282 #: e2fsck/problem.c:1369
2283 msgid ""
2284 "@m @bs already reassigned or cloned.\n"
2285 "\n"
2286 msgstr "Los @bs reclamados en múltiples ocasiones ya se reasignaron o se clonaron.\n"
2287
2288 #: e2fsck/problem.c:1383
2289 #, no-c-format
2290 msgid "Couldn't clone file: %m\n"
2291 msgstr "No se puede clonar el fichero: %m\n"
2292
2293 #. @-expanded: Pass 1E: Optimizing extent trees\n
2294 #: e2fsck/problem.c:1389
2295 msgid "Pass 1E: Optimizing @x trees\n"
2296 msgstr "Paso 1E: Optimizando los árboles @x\n"
2297
2298 #. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2299 #: e2fsck/problem.c:1395
2300 #, no-c-format
2301 msgid "Failed to optimize @x tree %p (%i): %m\n"
2302 msgstr "Fallo al optimizar el árbol @x %p (%i): %m\n"
2303
2304 #. @-expanded: Optimizing extent trees: 
2305 #: e2fsck/problem.c:1400
2306 msgid "Optimizing @x trees: "
2307 msgstr "Optimizando los árboles @x: "
2308
2309 #: e2fsck/problem.c:1415
2310 msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2311 msgstr "Error interno: máxima profundidad de árbol «extent» demasiado grande (%b; esperada=%c).\n"
2312
2313 #. @-expanded: inode %i extent tree (at level %b) could be shorter.  
2314 #: e2fsck/problem.c:1420
2315 msgid "@i %i @x tree (at level %b) could be shorter.  "
2316 msgstr "El árbol @x del @i %i (nivel %b) podría ser más corto.  "
2317
2318 #. @-expanded: inode %i extent tree (at level %b) could be narrower.  
2319 #: e2fsck/problem.c:1425
2320 msgid "@i %i @x tree (at level %b) could be narrower.  "
2321 msgstr "El árbol @x del @i %i (nivel %b) podría ser más estrecho.  "
2322
2323 #. @-expanded: Pass 2: Checking directory structure\n
2324 #: e2fsck/problem.c:1432
2325 msgid "Pass 2: Checking @d structure\n"
2326 msgstr "Paso 2: Verificando la estructura de @ds\n"
2327
2328 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
2329 #: e2fsck/problem.c:1438
2330 #, no-c-format
2331 msgid "@n @i number for '.' in @d @i %i.\n"
2332 msgstr "Número @n del @i para '.' en el @i del @d %i.\n"
2333
2334 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
2335 #: e2fsck/problem.c:1443
2336 msgid "@E has @n @i #: %Di.\n"
2337 msgstr "@E tiene un @i @n #: %Di.\n"
2338
2339 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.  
2340 #: e2fsck/problem.c:1448
2341 msgid "@E has @D/unused @i %Di.  "
2342 msgstr "@E tiene un @i %Di @D/no utilizado.  "
2343
2344 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'  
2345 #: e2fsck/problem.c:1453
2346 msgid "@E @L to '.'  "
2347 msgstr "@E @L a '.'  "
2348
2349 # '@E' o 'La @e', no 'La @E'. Ver: e2fsck/message.c:125
2350 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
2351 #: e2fsck/problem.c:1458
2352 msgid "@E points to @i (%Di) located in a bad @b.\n"
2353 msgstr "@E apunta al @i (%Di) ubicado en un @b dañado.\n"
2354
2355 # '@E' o 'La @e', no 'La @E'. Ver: e2fsck/message.c:125
2356 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
2357 #: e2fsck/problem.c:1463
2358 msgid "@E @L to @d %P (%Di).\n"
2359 msgstr "@E @L al @d %P (%Di).\n"
2360
2361 # '@E' o 'La @e', no 'La @E'. Ver: e2fsck/message.c:125
2362 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
2363 #: e2fsck/problem.c:1468
2364 msgid "@E @L to the @r.\n"
2365 msgstr "@E @L al @r.\n"
2366
2367 # '@E' o 'La @e', no 'La @E'. Ver: e2fsck/message.c:125
2368 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
2369 #: e2fsck/problem.c:1473
2370 msgid "@E has illegal characters in its name.\n"
2371 msgstr "@E contiene caracteres no válidos en el nombre.\n"
2372
2373 #. @-expanded: Missing '.' in directory inode %i.\n
2374 #: e2fsck/problem.c:1479
2375 #, no-c-format
2376 msgid "Missing '.' in @d @i %i.\n"
2377 msgstr "Falta '.' en el @d @i %i.\n"
2378
2379 #. @-expanded: Missing '..' in directory inode %i.\n
2380 #: e2fsck/problem.c:1485
2381 #, no-c-format
2382 msgid "Missing '..' in @d @i %i.\n"
2383 msgstr "Falta '..' en el @i del @d %i.\n"
2384
2385 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
2386 #: e2fsck/problem.c:1490
2387 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2388 msgstr "La primera @e '%Dn' (@i=%Di) en el @i del @d %i (%p) @s '.'\n"
2389
2390 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
2391 #: e2fsck/problem.c:1495
2392 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2393 msgstr "La segunda @e '%Dn' (@i=%Di) en el @i del @d %i @s '..'\n"
2394
2395 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
2396 #: e2fsck/problem.c:1500
2397 msgid "i_faddr @F %IF, @s zero.\n"
2398 msgstr "El i_faddr @F %IF, @s cero.\n"
2399
2400 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
2401 #: e2fsck/problem.c:1505
2402 msgid "i_file_acl @F %If, @s zero.\n"
2403 msgstr "El i_file_acl @F %If, @s cero.\n"
2404
2405 #. @-expanded: i_size_high for inode %i (%Q) is %Id, should be zero.\n
2406 #: e2fsck/problem.c:1510
2407 msgid "i_size_high @F %Id, @s zero.\n"
2408 msgstr "El i_size @F %Id, @s cero.\n"
2409
2410 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
2411 #: e2fsck/problem.c:1515
2412 msgid "i_frag @F %N, @s zero.\n"
2413 msgstr "El i_frag @F %N, @s cero.\n"
2414
2415 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
2416 #: e2fsck/problem.c:1520
2417 msgid "i_fsize @F %N, @s zero.\n"
2418 msgstr "El i_fsize @F %N, @s cero.\n"
2419
2420 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
2421 #: e2fsck/problem.c:1525
2422 msgid "@i %i (%Q) has @n mode (%Im).\n"
2423 msgstr "El @i %i (%Q) tiene un modo @n (%Im).\n"
2424
2425 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
2426 #: e2fsck/problem.c:1530
2427 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2428 msgstr "El @i del @d %i, %B, desplazamiento %N: el @d está dañado\n"
2429
2430 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
2431 #: e2fsck/problem.c:1535
2432 msgid "@d @i %i, %B, offset %N: filename too long\n"
2433 msgstr "El @i del @d %i, %B, desplazamiento %N: el nombre del fichero es muy largo\n"
2434
2435 #. @-expanded: directory inode %i has an unallocated %B.  
2436 #: e2fsck/problem.c:1540
2437 msgid "@d @i %i has an unallocated %B.  "
2438 msgstr "El @i %i del @d tiene un %B que no está reservado.  "
2439
2440 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
2441 #: e2fsck/problem.c:1546
2442 #, no-c-format
2443 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2444 msgstr "La @e del @d '.' en el @i del @d %i no termina con NULL\n"
2445
2446 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
2447 #: e2fsck/problem.c:1552
2448 #, no-c-format
2449 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2450 msgstr "La @e del @d '..' en el @i %i del @d no termina con NULL\n"
2451
2452 #. @-expanded: inode %i (%Q) is an illegal character device.\n
2453 #: e2fsck/problem.c:1557
2454 msgid "@i %i (%Q) is an @I character @v.\n"
2455 msgstr "El @i %i (%Q) es un @v de carácter @I.\n"
2456
2457 #. @-expanded: inode %i (%Q) is an illegal block device.\n
2458 #: e2fsck/problem.c:1562
2459 msgid "@i %i (%Q) is an @I @b @v.\n"
2460 msgstr "El @i %i (%Q) es un @v de @b @I.\n"
2461
2462 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
2463 #: e2fsck/problem.c:1567
2464 msgid "@E is duplicate '.' @e.\n"
2465 msgstr "La @E está duplicada en la @e '.'.\n"
2466
2467 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
2468 #: e2fsck/problem.c:1572
2469 msgid "@E is duplicate '..' @e.\n"
2470 msgstr "La @E está duplicada en la @e '..'.\n"
2471
2472 #: e2fsck/problem.c:1578 e2fsck/problem.c:1963
2473 #, no-c-format
2474 msgid "Internal error: couldn't find dir_info for %i.\n"
2475 msgstr "Error interno: no se puede encontrar el dir_info para %i.\n"
2476
2477 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
2478 #: e2fsck/problem.c:1583
2479 msgid "@E has rec_len of %Dr, @s %N.\n"
2480 msgstr "La @E tiene un rec_len de %Dr y @s %N.\n"
2481
2482 #. @-expanded: error allocating icount structure: %m\n
2483 #: e2fsck/problem.c:1589
2484 #, no-c-format
2485 msgid "@A icount structure: %m\n"
2486 msgstr "@A estructura icount: %m\n"
2487
2488 #. @-expanded: Error iterating over directory blocks: %m\n
2489 #: e2fsck/problem.c:1595
2490 #, no-c-format
2491 msgid "Error iterating over @d @bs: %m\n"
2492 msgstr "Error al iterar sobre los @bs del @d: %m\n"
2493
2494 #. @-expanded: Error reading directory block %b (inode %i): %m\n
2495 #: e2fsck/problem.c:1600
2496 msgid "Error reading @d @b %b (@i %i): %m\n"
2497 msgstr "Error al leer el @b %b del @d (@i %i): %m\n"
2498
2499 #. @-expanded: Error writing directory block %b (inode %i): %m\n
2500 #: e2fsck/problem.c:1605
2501 msgid "Error writing @d @b %b (@i %i): %m\n"
2502 msgstr "Error al escribir el @b %b del @d (@i %i): %m\n"
2503
2504 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
2505 #: e2fsck/problem.c:1611
2506 #, no-c-format
2507 msgid "@A new @d @b for @i %i (%s): %m\n"
2508 msgstr "@A nuevo @b de @d para el @i %i (%s): %m\n"
2509
2510 #. @-expanded: Error deallocating inode %i: %m\n
2511 #: e2fsck/problem.c:1617
2512 #, no-c-format
2513 msgid "Error deallocating @i %i: %m\n"
2514 msgstr "Error al liberar el @i %i: %m\n"
2515
2516 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
2517 #: e2fsck/problem.c:1623
2518 #, no-c-format
2519 msgid "@d @e for '.' in %p (%i) is big.\n"
2520 msgstr "La @e del @d para '.' en %p (%i) es grande.\n"
2521
2522 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2523 #: e2fsck/problem.c:1628
2524 msgid "@i %i (%Q) is an @I FIFO.\n"
2525 msgstr "El @i %i (%Q) es un FIFO @I.\n"
2526
2527 #. @-expanded: inode %i (%Q) is an illegal socket.\n
2528 #: e2fsck/problem.c:1633
2529 msgid "@i %i (%Q) is an @I socket.\n"
2530 msgstr "El @i %i (%Q) es un «socket» @I.\n"
2531
2532 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2533 #: e2fsck/problem.c:1638
2534 msgid "Setting filetype for @E to %N.\n"
2535 msgstr "Se pone el tipo de fichero para la @E a %N.\n"
2536
2537 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2538 #: e2fsck/problem.c:1643
2539 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2540 msgstr "La @E tiene un tipo de fichero incorrecto (era %Dt y @s %N).\n"
2541
2542 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2543 #: e2fsck/problem.c:1648
2544 msgid "@E has filetype set.\n"
2545 msgstr "La @E tiene puesto el tipo de fichero.\n"
2546
2547 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2548 #: e2fsck/problem.c:1653
2549 msgid "@E has a @z name.\n"
2550 msgstr "La @E tiene un nombre de @z.\n"
2551
2552 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2553 #: e2fsck/problem.c:1658
2554 msgid "Symlink %Q (@i #%i) is @n.\n"
2555 msgstr "El enlace simbólico %Q (@i #%i) es @n.\n"
2556
2557 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2558 #: e2fsck/problem.c:1663
2559 msgid "@a @b @F @n (%If).\n"
2560 msgstr "El @b del @a @F es @n (%If).\n"
2561
2562 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2563 #: e2fsck/problem.c:1668
2564 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2565 msgstr "El @f contiene ficheros grandes, pero no tiene la bandera LARGE_FILE en el @S.\n"
2566
2567 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2568 #: e2fsck/problem.c:1673
2569 msgid "@p @h %d: %B not referenced\n"
2570 msgstr "Hay un @p el @h %d: %B no ha sido referenciado\n"
2571
2572 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2573 #: e2fsck/problem.c:1678
2574 msgid "@p @h %d: %B referenced twice\n"
2575 msgstr "Hay un @p el @h %d: %B ha sido referenciado dos veces\n"
2576
2577 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2578 #: e2fsck/problem.c:1683
2579 msgid "@p @h %d: %B has bad min hash\n"
2580 msgstr "Hay un @en el @h %d: %B tiene un hash mínimo incorrecto\n"
2581
2582 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2583 #: e2fsck/problem.c:1688
2584 msgid "@p @h %d: %B has bad max hash\n"
2585 msgstr "Hay un @p el @h %d: %B tiene un hash máximo incorrecto\n"
2586
2587 #. @-expanded: invalid HTREE directory inode %d (%q).  
2588 #: e2fsck/problem.c:1693
2589 msgid "@n @h %d (%q).  "
2590 msgstr "El @h %d es @n (%q).  "
2591
2592 #. @-expanded: filesystem has large directories, but lacks LARGE_DIR flag in superblock.\n
2593 #: e2fsck/problem.c:1697
2594 msgid "@f has large directories, but lacks LARGE_DIR flag in @S.\n"
2595 msgstr "El @f tiene directorios grandes, pero no tiene la bandera LARGE_DIR en el @S.\n"
2596
2597 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2598 #: e2fsck/problem.c:1702
2599 msgid "@p @h %d (%q): bad @b number %b.\n"
2600 msgstr "Hay un @p el @h %d (%q): el número del @b %b es incorrecto.\n"
2601
2602 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2603 #: e2fsck/problem.c:1713
2604 #, no-c-format
2605 msgid "@p @h %d: root node is @n\n"
2606 msgstr "Hay un @p el @h %d: el nodo raíz es @n.\n"
2607
2608 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2609 #: e2fsck/problem.c:1718
2610 msgid "@p @h %d: %B has @n limit (%N)\n"
2611 msgstr "Hay un @p el @h %d: %B tiene un límite @n (%N)\n"
2612
2613 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2614 #: e2fsck/problem.c:1723
2615 msgid "@p @h %d: %B has @n count (%N)\n"
2616 msgstr "Hay un @p el @h %d: %B tiene una cuenta @n (%N)\n"
2617
2618 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2619 #: e2fsck/problem.c:1728
2620 msgid "@p @h %d: %B has an unordered hash table\n"
2621 msgstr "Hay un @p el @h %d: %B tiene una tabla de hash no ordenada\n"
2622
2623 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2624 #: e2fsck/problem.c:1733
2625 msgid "@p @h %d: %B has @n depth (%N)\n"
2626 msgstr "Hay un @p el @h %d: %B tiene una profundidad que no es válida (%N)\n"
2627
2628 # '@E' o 'La @e', no 'La @E'. Ver: e2fsck/message.c:125
2629 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.  
2630 #: e2fsck/problem.c:1738
2631 msgid "Duplicate @E found.  "
2632 msgstr "@E está duplicada.  "
2633
2634 # '@E' o 'La @e', no 'La @E'. Ver: e2fsck/message.c:125
2635 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2636 #. @-expanded: Rename to %s
2637 #: e2fsck/problem.c:1743
2638 #, no-c-format
2639 msgid ""
2640 "@E has a non-unique filename.\n"
2641 "Rename to %s"
2642 msgstr ""
2643 "@E tiene un nombre de fichero no único.\n"
2644 "Se cambia el nombre a %s"
2645
2646 #. @-expanded: Duplicate entry '%Dn' found.\n
2647 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2648 #. @-expanded: \n
2649 #: e2fsck/problem.c:1748
2650 msgid ""
2651 "Duplicate @e '%Dn' found.\n"
2652 "\tMarking %p (%i) to be rebuilt.\n"
2653 "\n"
2654 msgstr ""
2655 "Se encontró una @e duplicada '%Dn'.\n"
2656 "\tSe marca %p (%i) para ser reconstruido.\n"
2657 "\n"
2658
2659 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2660 #: e2fsck/problem.c:1753
2661 msgid "i_blocks_hi @F %N, @s zero.\n"
2662 msgstr "El i_blocks_hi @F %N, @s cero.\n"
2663
2664 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2665 #: e2fsck/problem.c:1758
2666 msgid "Unexpected @b in @h %d (%q).\n"
2667 msgstr "@b inesperado en el @h %d (%q).\n"
2668
2669 # '@E' o 'La @e', no 'La @E'. Ver: e2fsck/message.c:125
2670 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2671 #: e2fsck/problem.c:1763
2672 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2673 msgstr "@E hace referencia al @i %Di del @g %g en el que _INODE_UNINIT está puesto.\n"
2674
2675 # '@E' o 'La @e', no 'La @E'. Ver: e2fsck/message.c:125
2676 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2677 #: e2fsck/problem.c:1768
2678 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2679 msgstr "@E hace referencia al @i %Di encontrado en la zona de nodos-i no utilizados del @g %g.\n"
2680
2681 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2682 #: e2fsck/problem.c:1773
2683 msgid "i_file_acl_hi @F %N, @s zero.\n"
2684 msgstr "El i_file_acl @F %N, @s cero.\n"
2685
2686 #. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2687 #: e2fsck/problem.c:1779
2688 #, no-c-format
2689 msgid "@p @h %d: root node fails checksum.\n"
2690 msgstr "Hay un @p el @h %d: falla la suma de comprobación del nodo raíz.\n"
2691
2692 #. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2693 #: e2fsck/problem.c:1785
2694 #, no-c-format
2695 msgid "@p @h %d: internal node fails checksum.\n"
2696 msgstr "Hay un @p el @h %d: falla el «checksum» del nodo interno.\n"
2697
2698 #. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2699 #: e2fsck/problem.c:1790
2700 msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2701 msgstr "El @i de @d %i, %B, desplazamiento %N: el @d no tiene «checksum».\n"
2702
2703 #. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2704 #: e2fsck/problem.c:1795
2705 msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2706 msgstr "el @i de @d %i, %B: el @d pasa las comprobaciones pero falla el «checksum».\n"
2707
2708 #. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2709 #: e2fsck/problem.c:1800
2710 msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2711 msgstr "El tamaño (%N) del @i de @d en línea %i debe ser múltiplo de 4.\n"
2712
2713 #. @-expanded: Fixing size of inline directory inode %i failed.\n
2714 #: e2fsck/problem.c:1806
2715 #, no-c-format
2716 msgid "Fixing size of inline @d @i %i failed.\n"
2717 msgstr "Fallo al reparar el tamaño del @i de @d en línea %i.\n"
2718
2719 # '@E' o 'La @e', no 'La @E'. Ver: e2fsck/message.c:125
2720 #. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2721 #: e2fsck/problem.c:1811
2722 msgid "Encrypted @E is too short.\n"
2723 msgstr "@E cifrada es demasiado corta.\n"
2724
2725 #. @-expanded: Encrypted entry '%Dn' in %p (%i) references unencrypted inode %Di.\n
2726 #: e2fsck/problem.c:1816
2727 msgid "Encrypted @E references unencrypted @i %Di.\n"
2728 msgstr "@E cifrada hace referencia al @i no cifrado %Di.\n"
2729
2730 #. @-expanded: Encrypted entry '%Dn' in %p (%i) references inode %Di, which has a different encryption policy.\n
2731 #: e2fsck/problem.c:1821
2732 msgid "Encrypted @E references @i %Di, which has a different encryption policy.\n"
2733 msgstr "@E cifrada hace referencia al @i %Di, el cual difiere en la política de cifrado.\n"
2734
2735 # '@E' o 'La @e', no 'La @E'. Ver: e2fsck/message.c:125
2736 #. @-expanded: entry '%Dn' in %p (%i) has illegal UTF-8 characters in its name.\n
2737 #: e2fsck/problem.c:1826
2738 msgid "@E has illegal UTF-8 characters in its name.\n"
2739 msgstr "@E tiene caracteres UTF-8 no válidos en el nombre.\n"
2740
2741 # '@E' o 'La @e', no 'La @E'. Ver: e2fsck/message.c:125
2742 #. @-expanded: Duplicate filename entry '%Dn' in %p (%i) found.  
2743 #: e2fsck/problem.c:1831
2744 msgid "Duplicate filename @E found.  "
2745 msgstr "Nombre de fichero @E duplicado.  "
2746
2747 #. @-expanded: Pass 3: Checking directory connectivity\n
2748 #: e2fsck/problem.c:1839
2749 msgid "Pass 3: Checking @d connectivity\n"
2750 msgstr "Paso 3: Revisando la conectividad de directorios\n"
2751
2752 #. @-expanded: root inode not allocated.  
2753 #: e2fsck/problem.c:1844
2754 msgid "@r not allocated.  "
2755 msgstr "El @r no ha sido reservado.  "
2756
2757 #. @-expanded: No room in lost+found directory.  
2758 #: e2fsck/problem.c:1849
2759 msgid "No room in @l @d.  "
2760 msgstr "No hay espacio en el @d @l.  "
2761
2762 #. @-expanded: Unconnected directory inode %i (%p)\n
2763 #: e2fsck/problem.c:1855
2764 #, no-c-format
2765 msgid "Unconnected @d @i %i (%p)\n"
2766 msgstr "El @d del @i %i (%p) está desconectado\n"
2767
2768 #. @-expanded: /lost+found not found.  
2769 #: e2fsck/problem.c:1860
2770 msgid "/@l not found.  "
2771 msgstr "No se encontró /@l.  "
2772
2773 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2774 #: e2fsck/problem.c:1865
2775 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2776 msgstr "'..' en %Q (%i) es %P (%j) y debería ser %q (%d).\n"
2777
2778 #. @-expanded: Bad or non-existent /lost+found.  Cannot reconnect.\n
2779 #: e2fsck/problem.c:1871
2780 #, no-c-format
2781 msgid "Bad or non-existent /@l.  Cannot reconnect.\n"
2782 msgstr "El /@l no existe o está dañado.  No se puede reconectar.\n"
2783
2784 #. @-expanded: Could not expand /lost+found: %m\n
2785 #: e2fsck/problem.c:1877
2786 #, no-c-format
2787 msgid "Could not expand /@l: %m\n"
2788 msgstr "No se puede expandir /@l: %m\n"
2789
2790 #: e2fsck/problem.c:1883
2791 #, no-c-format
2792 msgid "Could not reconnect %i: %m\n"
2793 msgstr "No se puede reconectar %i: %m\n"
2794
2795 #. @-expanded: Error while trying to find /lost+found: %m\n
2796 #: e2fsck/problem.c:1889
2797 #, no-c-format
2798 msgid "Error while trying to find /@l: %m\n"
2799 msgstr "Error mientras se intentaba encontrar /@l: %m\n"
2800
2801 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2802 #: e2fsck/problem.c:1895
2803 #, no-c-format
2804 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2805 msgstr "ext2fs_new_block: %m mientras se intentaba crear el @d /@l.\n"
2806
2807 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2808 #: e2fsck/problem.c:1901
2809 #, no-c-format
2810 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2811 msgstr "ext2fs_new_inode: %m cuando se intentaba crear el @d /@l.\n"
2812
2813 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2814 #: e2fsck/problem.c:1907
2815 #, no-c-format
2816 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2817 msgstr "ext2fs_new_dir_block: %m mientras se creaba un nuevo @b de @d.\n"
2818
2819 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2820 #: e2fsck/problem.c:1913
2821 #, no-c-format
2822 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2823 msgstr "ext2fs_write_dir_block: %m mientras se escribía el @b de @d para /@l\n"
2824
2825 #. @-expanded: Error while adjusting inode count on inode %i\n
2826 #: e2fsck/problem.c:1919
2827 #, no-c-format
2828 msgid "Error while adjusting @i count on @i %i\n"
2829 msgstr "Error mientras se ajustaba la cuenta del @i en el @i %i\n"
2830
2831 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2832 #. @-expanded: \n
2833 #: e2fsck/problem.c:1925
2834 #, no-c-format
2835 msgid ""
2836 "Couldn't fix parent of @i %i: %m\n"
2837 "\n"
2838 msgstr ""
2839 "No se puede arreglar al padre del @i %i: %m\n"
2840 "\n"
2841
2842 # el padre
2843 # Perdón, no entiendo, se intenta arreglar AL padre, no EL padre de un directorio.
2844 # Hay alguna regla que se me escape? mm
2845 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2846 #. @-expanded: \n
2847 #: e2fsck/problem.c:1931
2848 #, no-c-format
2849 msgid ""
2850 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2851 "\n"
2852 msgstr ""
2853 "No se puede arreglar al padre del @i %i: no se puede encontrar la @e al @d padre\n"
2854 "\n"
2855
2856 #. @-expanded: Error creating root directory (%s): %m\n
2857 #: e2fsck/problem.c:1942
2858 #, no-c-format
2859 msgid "Error creating root @d (%s): %m\n"
2860 msgstr "Error al crear el @d raíz (%s): %m\n"
2861
2862 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2863 #: e2fsck/problem.c:1948
2864 #, no-c-format
2865 msgid "Error creating /@l @d (%s): %m\n"
2866 msgstr "Error al crear el @d /@l (%s): %m\n"
2867
2868 #. @-expanded: root inode is not a directory; aborting.\n
2869 #: e2fsck/problem.c:1953
2870 msgid "@r is not a @d; aborting.\n"
2871 msgstr "El @r no es un @d; se finaliza la operación.\n"
2872
2873 #. @-expanded: Cannot proceed without a root inode.\n
2874 #: e2fsck/problem.c:1958
2875 msgid "Cannot proceed without a @r.\n"
2876 msgstr "No se puede proceder sin un @r.\n"
2877
2878 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2879 #: e2fsck/problem.c:1969
2880 #, no-c-format
2881 msgid "/@l is not a @d (ino=%i)\n"
2882 msgstr "/@l no es un @d (ino=%i)\n"
2883
2884 #. @-expanded: /lost+found has inline data\n
2885 #: e2fsck/problem.c:1974
2886 msgid "/@l has inline data\n"
2887 msgstr "/@l tiene datos en línea\n"
2888
2889 # Parece que habría que redactarlo como una orden: Coloque los ficheros perdidos en el directorio raíz
2890 #. @-expanded: Cannot allocate space for /lost+found.\n
2891 #. @-expanded: Place lost files in root directory instead
2892 #: e2fsck/problem.c:1979
2893 msgid ""
2894 "Cannot allocate space for /@l.\n"
2895 "Place lost files in root directory instead"
2896 msgstr ""
2897 "No se puede reservar espacio para /@l.\n"
2898 "Coloque ficheros perdidos en el directorio raíz"
2899
2900 #. @-expanded: Insufficient space to recover lost files!\n
2901 #. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2902 #. @-expanded: \n
2903 #: e2fsck/problem.c:1984
2904 msgid ""
2905 "Insufficient space to recover lost files!\n"
2906 "Move data off the @f and re-run e2fsck.\n"
2907 "\n"
2908 msgstr ""
2909 "¡Espacio insuficiente para recuperar los ficheros perdidos!\n"
2910 "Saque datos fuera del @f y ejecute otra vez e2fsck.\n"
2911
2912 #. @-expanded: /lost+found is encrypted\n
2913 #: e2fsck/problem.c:1989
2914 msgid "/@l is encrypted\n"
2915 msgstr "/@l está cifrado\n"
2916
2917 #: e2fsck/problem.c:1996
2918 msgid "Pass 3A: Optimizing directories\n"
2919 msgstr "Paso 3A: Optimizando directorios\n"
2920
2921 #: e2fsck/problem.c:2002
2922 #, no-c-format
2923 msgid "Failed to create dirs_to_hash iterator: %m\n"
2924 msgstr "Fallo al crear el iterador dirs_to_hash: %m\n"
2925
2926 #: e2fsck/problem.c:2007
2927 msgid "Failed to optimize directory %q (%d): %m\n"
2928 msgstr "Fallo al optimizar el directorio %q (%d): %m\n"
2929
2930 #: e2fsck/problem.c:2012
2931 msgid "Optimizing directories: "
2932 msgstr "Optimizando directorios: "
2933
2934 #: e2fsck/problem.c:2029
2935 msgid "Pass 4: Checking reference counts\n"
2936 msgstr "Paso 4: Revisando las cuentas de referencia\n"
2937
2938 #. @-expanded: unattached zero-length inode %i.  
2939 #: e2fsck/problem.c:2035
2940 #, no-c-format
2941 msgid "@u @z @i %i.  "
2942 msgstr "@i %i que tiene @z está @u.  "
2943
2944 #. @-expanded: unattached inode %i\n
2945 #: e2fsck/problem.c:2041
2946 #, no-c-format
2947 msgid "@u @i %i\n"
2948 msgstr "el @i %i está @u\n"
2949
2950 #. @-expanded: inode %i ref count is %Il, should be %N.  
2951 #: e2fsck/problem.c:2046
2952 msgid "@i %i ref count is %Il, @s %N.  "
2953 msgstr "La cuenta de referencia del @i %i es %Il, y @s %N.  "
2954
2955 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2956 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2957 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il.  They should be the same!\n
2958 #: e2fsck/problem.c:2050
2959 msgid ""
2960 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2961 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2962 "@i_link_info[%i] is %N, @i.i_links_count is %Il.  They @s the same!\n"
2963 msgstr ""
2964 "¡ATENCIÓN: ERROR DE PROGRAMACIÓN EN E2FSCK!\n"
2965 "\tO ALGÚN TARADO (USTED) ESTÁ REVISANDO UN SISTEMA DE FICHEROS MONTADO (VIVO).\n"
2966 "inode_link_info[%i] es %N, inode.i_links_count es %Il.  ¡Y deberían ser el mismo!\n"
2967
2968 #. @-expanded: extended attribute inode %i ref count is %N, should be %n. 
2969 #: e2fsck/problem.c:2057
2970 msgid "@a @i %i ref count is %N, @s %n. "
2971 msgstr "La cuenta de referencia del @a @i %i es %N, y @s %n. "
2972
2973 #. @-expanded: directory exceeds max links, but no DIR_NLINK feature in superblock.\n
2974 #: e2fsck/problem.c:2062
2975 msgid "@d exceeds max links, but no DIR_NLINK feature in @S.\n"
2976 msgstr "El @d excede el número máximo de enlaces, pero no hay característica DIR_NLINK en el @S.\n"
2977
2978 #. @-expanded: directory inode %i ref count set to overflow but could be exact value %N.  
2979 #: e2fsck/problem.c:2067
2980 msgid "@d @i %i ref count set to overflow but could be exact value %N.  "
2981 msgstr "La cuenta de referencia del @d @i %i está puesta a desbordamiento pero podría ser el valor exacto %N.  "
2982
2983 #. @-expanded: Pass 5: Checking group summary information\n
2984 #: e2fsck/problem.c:2074
2985 msgid "Pass 5: Checking @g summary information\n"
2986 msgstr "Paso 5: Revisando el resumen de información de grupos\n"
2987
2988 #. @-expanded: Padding at end of inode bitmap is not set. 
2989 #: e2fsck/problem.c:2079
2990 msgid "Padding at end of @i @B is not set. "
2991 msgstr "No está puesto el relleno al final del @B del @i. "
2992
2993 #. @-expanded: Padding at end of block bitmap is not set. 
2994 #: e2fsck/problem.c:2084
2995 msgid "Padding at end of @b @B is not set. "
2996 msgstr "No está puesto el relleno al final del @B del @b. "
2997
2998 #. @-expanded: block bitmap differences: 
2999 #: e2fsck/problem.c:2089
3000 msgid "@b @B differences: "
3001 msgstr "Diferencias del @B del @b: "
3002
3003 #. @-expanded: inode bitmap differences: 
3004 #: e2fsck/problem.c:2111
3005 msgid "@i @B differences: "
3006 msgstr "Diferencias del @B del @i: "
3007
3008 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
3009 #: e2fsck/problem.c:2133
3010 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
3011 msgstr "La cuenta de nodos-i libres es incorrecta para el @g #%g (%i, contados=%j).\n"
3012
3013 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
3014 #: e2fsck/problem.c:2138
3015 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
3016 msgstr "La cuenta de directorios es incorrecta para @g #%g (%i, contados=%j).\n"
3017
3018 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
3019 #: e2fsck/problem.c:2143
3020 msgid "Free @is count wrong (%i, counted=%j).\n"
3021 msgstr "La cuenta de nodos-i libres es incorrecta (%i, contados=%j).\n"
3022
3023 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
3024 #: e2fsck/problem.c:2148
3025 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
3026 msgstr "La cuenta de @bs libres es incorrecta para el @g #%g (%b, contados=%c).\n"
3027
3028 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
3029 #: e2fsck/problem.c:2153
3030 msgid "Free @bs count wrong (%b, counted=%c).\n"
3031 msgstr "La cuenta de @bs libres es incorrecta (%b, contados=%c).\n"
3032
3033 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap 
3034 #. @-expanded: endpoints (%i, %j)\n
3035 #: e2fsck/problem.c:2158
3036 msgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
3037 msgstr "ERROR DE PROGRAMACIÓN: los puntos finales del %B (%b, %c) del @f (#%N) no coinciden con los puntos finales del @B calculados (%i, %j)\n"
3038
3039 #: e2fsck/problem.c:2164
3040 msgid "Internal error: fudging end of bitmap (%N)\n"
3041 msgstr "Error interno: el final del bitmap (%N) no tiene sentido\n"
3042
3043 #. @-expanded: Error copying in replacement inode bitmap: %m\n
3044 #: e2fsck/problem.c:2170
3045 #, no-c-format
3046 msgid "Error copying in replacement @i @B: %m\n"
3047 msgstr "Error al copiar el reemplazo del @i @B: %m\n"
3048
3049 #. @-expanded: Error copying in replacement block bitmap: %m\n
3050 #: e2fsck/problem.c:2176
3051 #, no-c-format
3052 msgid "Error copying in replacement @b @B: %m\n"
3053 msgstr "Error al copiar el reemplazo del @b @B: %m\n"
3054
3055 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
3056 #: e2fsck/problem.c:2206
3057 #, no-c-format
3058 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
3059 msgstr "El(los) @b(s) del @g %g está(n) en uso, pero el grupo está etiquetado como BLOCK_UNINIT\n"
3060
3061 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
3062 #: e2fsck/problem.c:2212
3063 #, no-c-format
3064 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
3065 msgstr "El(los) nodo(s)-i del @g %g está(n) en uso, pero el grupo está etiquetado como INODE_UNINIT\n"
3066
3067 #. @-expanded: group %g inode bitmap does not match checksum.\n
3068 #: e2fsck/problem.c:2218
3069 #, no-c-format
3070 msgid "@g %g @i @B does not match checksum.\n"
3071 msgstr "El @B del @i del @g %g no concuerda con el «checksum».\n"
3072
3073 #. @-expanded: group %g block bitmap does not match checksum.\n
3074 #: e2fsck/problem.c:2224
3075 #, no-c-format
3076 msgid "@g %g @b @B does not match checksum.\n"
3077 msgstr "El @B del @b del @g %g no concuerda con el «checksum».\n"
3078
3079 #. @-expanded: Recreate journal
3080 #: e2fsck/problem.c:2231
3081 msgid "Recreate @j"
3082 msgstr "Vuelva a crear el @j"
3083
3084 #: e2fsck/problem.c:2236
3085 msgid "Update quota info for quota type %N"
3086 msgstr "Actualizar la información de cuota para el tipo de cuota %N"
3087
3088 #. @-expanded: Error setting block group checksum info: %m\n
3089 #: e2fsck/problem.c:2242
3090 #, no-c-format
3091 msgid "Error setting @b @g checksum info: %m\n"
3092 msgstr "Error al poner la información de «checksum» del grupo de bloques: %m\n"
3093
3094 #: e2fsck/problem.c:2248
3095 #, no-c-format
3096 msgid "Error writing file system info: %m\n"
3097 msgstr "Error al escribir la información del sistema de ficheros: %m\n"
3098
3099 #: e2fsck/problem.c:2254
3100 #, no-c-format
3101 msgid "Error flushing writes to storage device: %m\n"
3102 msgstr "Error al hacer efectivas las escrituras en el dispositivo de almacenamiento: %m\n"
3103
3104 #: e2fsck/problem.c:2259
3105 msgid "Error writing quota info for quota type %N: %m\n"
3106 msgstr "Error al escribir la información de cuota para el tipo de cuota %N: %m\n"
3107
3108 #: e2fsck/problem.c:2422
3109 #, c-format
3110 msgid "Unhandled error code (0x%x)!\n"
3111 msgstr "¡Código de error no previsto (0x%x)!\n"
3112
3113 #: e2fsck/problem.c:2552 e2fsck/problem.c:2556
3114 msgid "IGNORED"
3115 msgstr "SE IGNORA"
3116
3117 #: e2fsck/quota.c:30 e2fsck/quota.c:37 e2fsck/quota.c:50 e2fsck/quota.c:59
3118 msgid "in move_quota_inode"
3119 msgstr "en move_quota_inode"
3120
3121 #: e2fsck/scantest.c:79
3122 #, c-format
3123 msgid "Memory used: %lu, elapsed time: %6.3f/%6.3f/%6.3f\n"
3124 msgstr "Memoria utilizada: %lu, tiempo transcurrido: %6.3f/%6.3f/%6.3f\n"
3125
3126 #: e2fsck/scantest.c:98
3127 #, c-format
3128 msgid "size of inode=%d\n"
3129 msgstr "tamaño del nodo-i=%d\n"
3130
3131 #: e2fsck/scantest.c:114 misc/e2image.c:1330
3132 msgid "while opening inode scan"
3133 msgstr "mientras se iniciaba la exploración de los nodos-i"
3134
3135 #: e2fsck/scantest.c:119
3136 msgid "while starting inode scan"
3137 msgstr "mientras se comenzaban a explorar los nodos-i"
3138
3139 #: e2fsck/scantest.c:130
3140 msgid "while doing inode scan"
3141 msgstr "mientras se exploraban los nodos-i"
3142
3143 #: e2fsck/super.c:224
3144 #, c-format
3145 msgid "while calling ext2fs_block_iterate for inode %u"
3146 msgstr "mientras se llamaba a ext2fs_block_iterate para el nodo-i %u"
3147
3148 #: e2fsck/super.c:249
3149 #, c-format
3150 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
3151 msgstr "mientras se llamaba a ext2fs_adjust_ea_refcount2 para el nodo-i %u"
3152
3153 #: e2fsck/super.c:374
3154 msgid "Truncating"
3155 msgstr "Truncando"
3156
3157 #: e2fsck/super.c:375
3158 msgid "Clearing"
3159 msgstr "Borrando"
3160
3161 #: e2fsck/unix.c:78
3162 #, c-format
3163 msgid ""
3164 "Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
3165 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
3166 "\t\t[-E extended-options] [-z undo_file] device\n"
3167 msgstr ""
3168 "Modo de empleo: %s [-panyrcdfktvDFV] [-b superbloque] [-B tamaño_del_bloque]\n"
3169 "\t\t[-l|-L fichero_de_bloques_dañados] [-C fd] [-j fichero_de_transacciones_externo]\n"
3170 "\t\t[-E opciones_extendidas] [-z fichero_de_deshacer] dispositivo\n"
3171
3172 # La coma tras 'fuerza la revisión' me parece que es peor
3173 #: e2fsck/unix.c:83
3174 msgid ""
3175 "\n"
3176 "Emergency help:\n"
3177 " -p                   Automatic repair (no questions)\n"
3178 " -n                   Make no changes to the filesystem\n"
3179 " -y                   Assume \"yes\" to all questions\n"
3180 " -c                   Check for bad blocks and add them to the badblock list\n"
3181 " -f                   Force checking even if filesystem is marked clean\n"
3182 msgstr ""
3183 "\n"
3184 "Ayuda de emergencia:\n"
3185 " -p                   Reparación automática (sin hacer preguntas)\n"
3186 " -n                   No se hacen cambios al sistema de ficheros\n"
3187 " -y                   Contesta \"sí\" a todas las preguntas\n"
3188 " -c                   Busca los bloques dañados y los agrega a la\n"
3189 "                      lista de bloques dañados\n"
3190 " -f                   Fuerza la revisión aun si el sistema de ficheros\n"
3191 "                      está etiquetado como limpio\n"
3192
3193 # Por coherencia con el mensaje del modo de empleo:
3194 # fichero-de-transacciones-externo -> fichero_de_transacciones_externo
3195 # tamañodelbloque -> tamaño_del_bloque
3196 #: e2fsck/unix.c:89
3197 msgid ""
3198 " -v                   Be verbose\n"
3199 " -b superblock        Use alternative superblock\n"
3200 " -B blocksize         Force blocksize when looking for superblock\n"
3201 " -j external_journal  Set location of the external journal\n"
3202 " -l bad_blocks_file   Add to badblocks list\n"
3203 " -L bad_blocks_file   Set badblocks list\n"
3204 " -z undo_file         Create an undo file\n"
3205 msgstr ""
3206 " -v                   Genera más mensajes de diagnóstico\n"
3207 " -b superbloque       Utiliza el superbloque alternativo\n"
3208 " -B tamañodelbloque   Fuerza el tamaño del bloque cuando busca el superbloque\n"
3209 " -j fichero_de_transacciones_externo\n"
3210 "                      Indica el lugar en donde está el fichero\n"
3211 "                      de transacciones externo\n"
3212 " -l fichero_de_bloques_dañados\n"
3213 "                      Agrega a la lista de bloques dañados\n"
3214 " -L fichero_de_bloques_dañados\n"
3215 "                      Pone la lista de bloques dañados\n"
3216 " -z fichero_de_deshacer\n"
3217 "                      Crea un fichero de deshacer\n"
3218
3219 #: e2fsck/unix.c:137
3220 #, c-format
3221 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
3222 msgstr "%s: %u/%u ficheros (%0d.%d%% no contiguos), %llu/%llu bloques\n"
3223
3224 #: e2fsck/unix.c:164
3225 #, c-format
3226 msgid ""
3227 "\n"
3228 "%12u inode used (%2.2f%%, out of %u)\n"
3229 msgid_plural ""
3230 "\n"
3231 "%12u inodes used (%2.2f%%, out of %u)\n"
3232 msgstr[0] ""
3233 "\n"
3234 "%12u nodo-i utilizado (el %2.2f%% de %u)\n"
3235 msgstr[1] ""
3236 "\n"
3237 "%12u nodos-i utilizados (el %2.2f%% de %u)\n"
3238
3239 #: e2fsck/unix.c:168
3240 #, c-format
3241 msgid "%12u non-contiguous file (%0d.%d%%)\n"
3242 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
3243 msgstr[0] "%12u fichero no contiguo (%0d.%d%%)\n"
3244 msgstr[1] "%12u ficheros no contiguos (%0d.%d%%)\n"
3245
3246 #: e2fsck/unix.c:173
3247 #, c-format
3248 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3249 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
3250 msgstr[0] "%12u directorio no contiguo (%0d.%d%%)\n"
3251 msgstr[1] "%12u directorios no contiguos (%0d.%d%%)\n"
3252
3253 #: e2fsck/unix.c:178
3254 #, c-format
3255 msgid "             # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
3256 msgstr "             número de nodos-i con bloques ind/dind/tind: %u/%u/%u\n"
3257
3258 #: e2fsck/unix.c:186
3259 msgid "             Extent depth histogram: "
3260 msgstr "             Histograma de las profundidades de «extents»: "
3261
3262 #: e2fsck/unix.c:195
3263 #, c-format
3264 msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3265 msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
3266 msgstr[0] "%12llu bloque usado (el %2.2f%% de %llu)\n"
3267 msgstr[1] "%12llu bloques usados (el %2.2f%% de %llu)\n"
3268
3269 #: e2fsck/unix.c:200
3270 #, c-format
3271 msgid "%12u bad block\n"
3272 msgid_plural "%12u bad blocks\n"
3273 msgstr[0] "%12u bloque dañado\n"
3274 msgstr[1] "%12u bloques dañados\n"
3275
3276 #: e2fsck/unix.c:202
3277 #, c-format
3278 msgid "%12u large file\n"
3279 msgid_plural "%12u large files\n"
3280 msgstr[0] "%12u fichero grande\n"
3281 msgstr[1] "%12u ficheros grandes\n"
3282
3283 #: e2fsck/unix.c:204
3284 #, c-format
3285 msgid ""
3286 "\n"
3287 "%12u regular file\n"
3288 msgid_plural ""
3289 "\n"
3290 "%12u regular files\n"
3291 msgstr[0] ""
3292 "\n"
3293 "%12u fichero regular\n"
3294 msgstr[1] ""
3295 "\n"
3296 "%12u ficheros regulares\n"
3297
3298 #: e2fsck/unix.c:206
3299 #, c-format
3300 msgid "%12u directory\n"
3301 msgid_plural "%12u directories\n"
3302 msgstr[0] "%12u directorio\n"
3303 msgstr[1] "%12u directorios\n"
3304
3305 #: e2fsck/unix.c:208
3306 #, c-format
3307 msgid "%12u character device file\n"
3308 msgid_plural "%12u character device files\n"
3309 msgstr[0] "%12u dispositivo de caracteres\n"
3310 msgstr[1] "%12u dispositivos de caracteres\n"
3311
3312 #: e2fsck/unix.c:211
3313 #, c-format
3314 msgid "%12u block device file\n"
3315 msgid_plural "%12u block device files\n"
3316 msgstr[0] "%12u dispositivo de bloque\n"
3317 msgstr[1] "%12u dispositivos de bloque\n"
3318
3319 #: e2fsck/unix.c:213
3320 #, c-format
3321 msgid "%12u fifo\n"
3322 msgid_plural "%12u fifos\n"
3323 msgstr[0] "%12u fifo\n"
3324 msgstr[1] "%12u fifos\n"
3325
3326 #: e2fsck/unix.c:215
3327 #, c-format
3328 msgid "%12u link\n"
3329 msgid_plural "%12u links\n"
3330 msgstr[0] "%12u vínculo\n"
3331 msgstr[1] "%12u vínculos\n"
3332
3333 #: e2fsck/unix.c:217
3334 #, c-format
3335 msgid "%12u symbolic link"
3336 msgid_plural "%12u symbolic links"
3337 msgstr[0] "%12u enlace simbólico"
3338 msgstr[1] "%12u enlaces simbólicos"
3339
3340 #: e2fsck/unix.c:219
3341 #, c-format
3342 msgid " (%u fast symbolic link)\n"
3343 msgid_plural " (%u fast symbolic links)\n"
3344 msgstr[0] " (%u vínculo simbólico rápido)\n"
3345 msgstr[1] " (%u vínculos simbólicos rápidos)\n"
3346
3347 #: e2fsck/unix.c:223
3348 #, c-format
3349 msgid "%12u socket\n"
3350 msgid_plural "%12u sockets\n"
3351 msgstr[0] "%12u zócalo\n"
3352 msgstr[1] "%12u zócalos\n"
3353
3354 #: e2fsck/unix.c:227
3355 #, c-format
3356 msgid "%12u file\n"
3357 msgid_plural "%12u files\n"
3358 msgstr[0] "%12u fichero\n"
3359 msgstr[1] "%12u ficheros\n"
3360
3361 #: e2fsck/unix.c:240 misc/badblocks.c:1001 misc/tune2fs.c:3078 misc/util.c:129
3362 #: resize/main.c:356
3363 #, c-format
3364 msgid "while determining whether %s is mounted."
3365 msgstr "mientras se determinaba si %s está montado."
3366
3367 #: e2fsck/unix.c:261
3368 #, c-format
3369 msgid "Warning!  %s is mounted.\n"
3370 msgstr "¡Atención!  %s está montado.\n"
3371
3372 #: e2fsck/unix.c:264
3373 #, c-format
3374 msgid "Warning!  %s is in use.\n"
3375 msgstr "¡Atención!  %s está en uso.\n"
3376
3377 #: e2fsck/unix.c:270
3378 #, c-format
3379 msgid "%s is mounted.\n"
3380 msgstr "%s está montado.\n"
3381
3382 #: e2fsck/unix.c:272
3383 #, c-format
3384 msgid "%s is in use.\n"
3385 msgstr "%s está en uso.\n"
3386
3387 #: e2fsck/unix.c:274
3388 msgid ""
3389 "Cannot continue, aborting.\n"
3390 "\n"
3391 msgstr ""
3392 "No se puede continuar; se finaliza.\n"
3393 "\n"
3394
3395 #: e2fsck/unix.c:276
3396 msgid ""
3397 "\n"
3398 "\n"
3399 "WARNING!!!  The filesystem is mounted.   If you continue you ***WILL***\n"
3400 "cause ***SEVERE*** filesystem damage.\n"
3401 "\n"
3402 msgstr ""
3403 "\n"
3404 "\n"
3405 "¡¡ATENCIÓN!!  El sistema de ficheros está montado. Si se continúa se PROVOCARÁN\n"
3406 "GRAVES daños al sistema de ficheros.\n"
3407 "\n"
3408
3409 #: e2fsck/unix.c:281
3410 msgid "Do you really want to continue"
3411 msgstr "¿De verdad quiere continuar?"
3412
3413 #: e2fsck/unix.c:283
3414 msgid "check aborted.\n"
3415 msgstr "revisión interrumpida.\n"
3416
3417 #: e2fsck/unix.c:377
3418 msgid " contains a file system with errors"
3419 msgstr " contiene un sistema de ficheros con errores"
3420
3421 #: e2fsck/unix.c:379
3422 msgid " was not cleanly unmounted"
3423 msgstr " no fue desmontado limpiamente"
3424
3425 #: e2fsck/unix.c:381
3426 msgid " primary superblock features different from backup"
3427 msgstr " las características del superbloque primario difieren de las de la copia de seguridad"
3428
3429 #: e2fsck/unix.c:385
3430 #, c-format
3431 msgid " has been mounted %u times without being checked"
3432 msgstr " ha sido montado %u veces sin ser revisado"
3433
3434 #: e2fsck/unix.c:392
3435 msgid " has filesystem last checked time in the future"
3436 msgstr " tiene la hora de la última revisión al sistema de ficheros en el futuro"
3437
3438 #: e2fsck/unix.c:398
3439 #, c-format
3440 msgid " has gone %u days without being checked"
3441 msgstr " ya lleva %u días sin ser revisado"
3442
3443 #: e2fsck/unix.c:406
3444 msgid "ignoring check interval, broken_system_clock set\n"
3445 msgstr "se ignora el intervalo de comprobación, se pone broken_system_clock\n"
3446
3447 #: e2fsck/unix.c:412
3448 msgid ", check forced.\n"
3449 msgstr ", se fuerza la revisión.\n"
3450
3451 #: e2fsck/unix.c:445
3452 #, c-format
3453 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3454 msgstr "%s: limpio, %u/%u ficheros, %llu/%llu bloques"
3455
3456 #: e2fsck/unix.c:465
3457 msgid " (check deferred; on battery)"
3458 msgstr " (comprobación aplazada: está funcionando con baterías)"
3459
3460 # O "revisión después del siguiente montaje".
3461 #: e2fsck/unix.c:468
3462 msgid " (check after next mount)"
3463 msgstr " (comprobación en el siguiente montaje)"
3464
3465 #: e2fsck/unix.c:470
3466 #, c-format
3467 msgid " (check in %ld mounts)"
3468 msgstr " (comprobación después de %ld montajes)"
3469
3470 #: e2fsck/unix.c:620
3471 #, c-format
3472 msgid "ERROR: Couldn't open /dev/null (%s)\n"
3473 msgstr "ERROR: no se puede abrir /dev/null (%s)\n"
3474
3475 #: e2fsck/unix.c:691
3476 msgid "Invalid EA version.\n"
3477 msgstr "Versión de EA no válida.\n"
3478
3479 #: e2fsck/unix.c:704
3480 msgid "Invalid readahead buffer size.\n"
3481 msgstr "Tamaño incorrecto del «buffer» de lectura anticipada.\n"
3482
3483 #: e2fsck/unix.c:767
3484 #, c-format
3485 msgid "Unknown extended option: %s\n"
3486 msgstr "Opción extendida desconocida: %s\n"
3487
3488 #: e2fsck/unix.c:775
3489 msgid ""
3490 "\n"
3491 "Extended options are separated by commas, and may take an argument which\n"
3492 "is set off by an equals ('=') sign.  Valid extended options are:\n"
3493 "\n"
3494 msgstr ""
3495 "\n"
3496 "Las opciones extendidas deben estar separadas por comas, y pueden tomar un argumento\n"
3497 "que se ajusta con un signo de igual ('=').  Las opciones extendidas válidas son:\n"
3498
3499 #: e2fsck/unix.c:779
3500 msgid "\tea_ver=<ea_version (1 or 2)>\n"
3501 msgstr "\tea_ver=<ea_version (1 o 2)>\n"
3502
3503 #: e2fsck/unix.c:788
3504 msgid "\treadahead_kb=<buffer size>\n"
3505 msgstr "\treadahead_kb=<tamaño de búfer>\n"
3506
3507 #: e2fsck/unix.c:801
3508 #, c-format
3509 msgid ""
3510 "Syntax error in e2fsck config file (%s, line #%d)\n"
3511 "\t%s\n"
3512 msgstr ""
3513 "Error de sintaxis en el fichero de configuración de e2fsck (%s, línea #%d)\n"
3514 "\t%s\n"
3515
3516 #: e2fsck/unix.c:874
3517 #, c-format
3518 msgid "Error validating file descriptor %d: %s\n"
3519 msgstr "Error al validar el descriptor de ficheros %d: %s\n"
3520
3521 #: e2fsck/unix.c:878
3522 msgid "Invalid completion information file descriptor"
3523 msgstr "Información de consistencia no válida en el descriptor de ficheros"
3524
3525 #: e2fsck/unix.c:893
3526 msgid "Only one of the options -p/-a, -n or -y may be specified."
3527 msgstr "Sólo se puede especificar una de las opciones -p/-a, -n o -y."
3528
3529 #: e2fsck/unix.c:914
3530 #, c-format
3531 msgid "The -t option is not supported on this version of e2fsck.\n"
3532 msgstr "La opción -t no está implementada en esta versión de e2fsck.\n"
3533
3534 #: e2fsck/unix.c:946 e2fsck/unix.c:1024 misc/e2initrd_helper.c:330
3535 #: misc/tune2fs.c:1778 misc/tune2fs.c:2078 misc/tune2fs.c:2096
3536 #, c-format
3537 msgid "Unable to resolve '%s'"
3538 msgstr "No es posible resolver '%s'"
3539
3540 #: e2fsck/unix.c:1003
3541 msgid "The -n and -D options are incompatible."
3542 msgstr "Las opciones -n y -D se excluyen mutuamente."
3543
3544 #: e2fsck/unix.c:1008
3545 msgid "The -n and -c options are incompatible."
3546 msgstr "Las opciones -n y -c se excluyen mutuamente."
3547
3548 #: e2fsck/unix.c:1013
3549 msgid "The -n and -l/-L options are incompatible."
3550 msgstr "Las opciones -n y -l/-L se excluyen mutuamente."
3551
3552 #: e2fsck/unix.c:1037
3553 msgid "The -D and -E fixes_only options are incompatible."
3554 msgstr "Las opciones -D y -E fixes_only se excluyen mutuamente."
3555
3556 #: e2fsck/unix.c:1043
3557 msgid "The -E bmap2extent and fixes_only options are incompatible."
3558 msgstr "Las opciones -E bmap2extent y -D fixes_only se excluyen mutuamente."
3559
3560 #: e2fsck/unix.c:1094
3561 #, c-format
3562 msgid "while opening %s for flushing"
3563 msgstr "mientras se abría %s para su vaciado"
3564
3565 #: e2fsck/unix.c:1100 resize/main.c:385
3566 #, c-format
3567 msgid "while trying to flush %s"
3568 msgstr "mientras se intentaba vaciar %s"
3569
3570 #: e2fsck/unix.c:1107
3571 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3572 msgstr "Las opciones -c y -l/-L no pueden ser utilizadas simultáneamente.\n"
3573
3574 #: e2fsck/unix.c:1154
3575 #, c-format
3576 msgid ""
3577 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3578 "\n"
3579 msgstr ""
3580 "E2FSCK_JBD_DEBUG \"%s\" no es un entero\n"
3581 "\n"
3582
3583 #: e2fsck/unix.c:1163
3584 #, c-format
3585 msgid ""
3586 "\n"
3587 "Invalid non-numeric argument to -%c (\"%s\")\n"
3588 "\n"
3589 msgstr ""
3590 "\n"
3591 "Argumento no numérico inválido para -%c (\"%s\")\n"
3592 "\n"
3593
3594 #: e2fsck/unix.c:1254
3595 #, c-format
3596 msgid "MMP interval is %u seconds and total wait time is %u seconds. Please wait...\n"
3597 msgstr "El intervalo de la protección contra montaje múltiple (MMP) es de %u segundos y el tiempo total de espera es de %u segundos. Por favor, espere...\n"
3598
3599 #: e2fsck/unix.c:1271 e2fsck/unix.c:1276
3600 msgid "while checking MMP block"
3601 msgstr "mientras se revisaba el bloque MMP"
3602
3603 #: e2fsck/unix.c:1278
3604 #, c-format
3605 msgid ""
3606 "If you are sure the filesystem is not in use on any node, run:\n"
3607 "'tune2fs -f -E clear_mmp %s'\n"
3608 msgstr ""
3609 "Si sabe con certeza que el sistema de ficheros no está en uso en ningún\n"
3610 "modo, ejecute 'tune2fs -f -E clear_mmp %s'\n"
3611
3612 #: e2fsck/unix.c:1294
3613 msgid "while reading MMP block"
3614 msgstr "mientras se leía el bloque MMP"
3615
3616 #: e2fsck/unix.c:1314 e2fsck/unix.c:1366 misc/e2undo.c:240 misc/e2undo.c:285
3617 #: misc/mke2fs.c:2723 misc/mke2fs.c:2774 misc/tune2fs.c:2803
3618 #: misc/tune2fs.c:2848 resize/main.c:188 resize/main.c:233
3619 #, c-format
3620 msgid ""
3621 "Overwriting existing filesystem; this can be undone using the command:\n"
3622 "    e2undo %s %s\n"
3623 "\n"
3624 msgstr ""
3625 "Sobrescribiendo el sistema de ficheros existente; puede deshacerse mediante el comando:\n"
3626 "    e2undo %s %s\n"
3627 "\n"
3628
3629 #: e2fsck/unix.c:1355 misc/e2undo.c:274 misc/mke2fs.c:2763 misc/tune2fs.c:2837
3630 #: resize/main.c:222
3631 #, c-format
3632 msgid "while trying to delete %s"
3633 msgstr "mientras se intentaba borrar %s"
3634
3635 #: e2fsck/unix.c:1381 misc/mke2fs.c:2789 resize/main.c:243
3636 msgid "while trying to setup undo file\n"
3637 msgstr "mientras se intentaba configurar el fichero de anulación\n"
3638
3639 #: e2fsck/unix.c:1425
3640 msgid "Error: ext2fs library version out of date!\n"
3641 msgstr "¡Error: la versión de la biblioteca ext2fs está caduca!\n"
3642
3643 #: e2fsck/unix.c:1432
3644 msgid "while trying to initialize program"
3645 msgstr "mientras se intentaba inicializar el programa"
3646
3647 #: e2fsck/unix.c:1469
3648 #, c-format
3649 msgid "\tUsing %s, %s\n"
3650 msgstr "\tAl emplear %s, %s\n"
3651
3652 #: e2fsck/unix.c:1481
3653 msgid "need terminal for interactive repairs"
3654 msgstr "se necesita una terminal para hacer las reparaciones interactivas"
3655
3656 #: e2fsck/unix.c:1542
3657 #, c-format
3658 msgid "%s: %s trying backup blocks...\n"
3659 msgstr "%s: %s intentando los bloques de respaldo...\n"
3660
3661 #: e2fsck/unix.c:1544
3662 msgid "Superblock invalid,"
3663 msgstr "El superbloque es inválido,"
3664
3665 #: e2fsck/unix.c:1545
3666 msgid "Group descriptors look bad..."
3667 msgstr "Los descriptores del grupo parecen dañados..."
3668
3669 #: e2fsck/unix.c:1555
3670 #, c-format
3671 msgid "%s: %s while using the backup blocks"
3672 msgstr "%s: %s mientras se utilizaban los bloques de respaldo"
3673
3674 # Ojo: No es que se haya encontrado un superbloque que resulta que no es
3675 # válido, sino que no se ha encontrado ningún superbloque que sea válido,
3676 # que es distinto (a lo mejor no se ha encontrado ningún superbloque
3677 # en absoluto). Creo que la traducción debería cambiarse. sv
3678 # En efecto, tienes toda la razón. Corregido. mm
3679 #: e2fsck/unix.c:1559
3680 #, c-format
3681 msgid "%s: going back to original superblock\n"
3682 msgstr "%s: volviendo al superbloque original\n"
3683
3684 #: e2fsck/unix.c:1588
3685 msgid ""
3686 "The filesystem revision is apparently too high for this version of e2fsck.\n"
3687 "(Or the filesystem superblock is corrupt)\n"
3688 "\n"
3689 msgstr ""
3690 "La versión del sistema de ficheros es, en apariencia, muy superior para esta\n"
3691 "versión de e2fsck. (O el superbloque del sistema de ficheros está dañado)\n"
3692 "\n"
3693
3694 #: e2fsck/unix.c:1595
3695 msgid "Could this be a zero-length partition?\n"
3696 msgstr "¿Esta podría ser una partición de longitud cero?\n"
3697
3698 #: e2fsck/unix.c:1597
3699 #, c-format
3700 msgid "You must have %s access to the filesystem or be root\n"
3701 msgstr "Se debe tener acceso %s al sistema de ficheros o ser root\n"
3702
3703 #: e2fsck/unix.c:1603
3704 msgid "Possibly non-existent or swap device?\n"
3705 msgstr "¿Es posible que no exista o que sea un dispositivo de intercambio?\n"
3706
3707 #: e2fsck/unix.c:1605
3708 msgid "Filesystem mounted or opened exclusively by another program?\n"
3709 msgstr "¿Sistema de ficheros montado o abierto en exclusiva por otro programa?\n"
3710
3711 #: e2fsck/unix.c:1609
3712 msgid "Possibly non-existent device?\n"
3713 msgstr "¿Es posible que no exista el dispositivo?\n"
3714
3715 #: e2fsck/unix.c:1612
3716 msgid ""
3717 "Disk write-protected; use the -n option to do a read-only\n"
3718 "check of the device.\n"
3719 msgstr ""
3720 "El disco está protegido contra escritura; utilice la opción -n para\n"
3721 "hacer una revisión de sólo lectura al dispositivo.\n"
3722
3723 #: e2fsck/unix.c:1626
3724 #, c-format
3725 msgid "%s: Trying to load superblock despite errors...\n"
3726 msgstr "%s: Se intenta cargar el superbloque a pesar de los errores...\n"
3727
3728 #: e2fsck/unix.c:1701
3729 msgid "Get a newer version of e2fsck!"
3730 msgstr "¡Consiga una versión más moderna de e2fsck!"
3731
3732 #: e2fsck/unix.c:1761
3733 #, c-format
3734 msgid "while checking journal for %s"
3735 msgstr "mientras se revisaba el fichero de transacciones para %s"
3736
3737 #: e2fsck/unix.c:1764
3738 msgid "Cannot proceed with file system check"
3739 msgstr "No se puede proceder con la comprobación del sistema de ficheros"
3740
3741 #: e2fsck/unix.c:1775
3742 msgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
3743 msgstr "Atención: se omitirá la recuperación del fichero de transacciones debido a que se está haciendo una revisión de sólo lectura del sistema de ficheros.\n"
3744
3745 #: e2fsck/unix.c:1787
3746 #, c-format
3747 msgid "unable to set superblock flags on %s\n"
3748 msgstr "no es posible poner las banderas de superbloque en %s\n"
3749
3750 #: e2fsck/unix.c:1793
3751 #, c-format
3752 msgid "Journal checksum error found in %s\n"
3753 msgstr "Se ha encontrado un error en el fichero de transacciones en %s\n"
3754
3755 #: e2fsck/unix.c:1797
3756 #, c-format
3757 msgid "Journal corrupted in %s\n"
3758 msgstr "Fichero de transacciones corrupto en %s\n"
3759
3760 #: e2fsck/unix.c:1801
3761 #, c-format
3762 msgid "while recovering journal of %s"
3763 msgstr "mientras se recuperaba el fichero de transacciones de %s"
3764
3765 #: e2fsck/unix.c:1823
3766 #, c-format
3767 msgid "%s has unsupported feature(s):"
3768 msgstr "%s tiene características no implementadas:"
3769
3770 #: e2fsck/unix.c:1838
3771 #, c-format
3772 msgid "%s has unsupported encoding: %0x\n"
3773 msgstr "%s tiene una codificación no implementada: %0x\n"
3774
3775 #: e2fsck/unix.c:1888
3776 #, c-format
3777 msgid "%s: %s while reading bad blocks inode\n"
3778 msgstr "%s: %s mientras se leía el nodo-i de los bloques dañados\n"
3779
3780 #: e2fsck/unix.c:1891
3781 msgid "This doesn't bode well, but we'll try to go on...\n"
3782 msgstr "Esto no se ve muy bien, pero se intentará continuar...\n"
3783
3784 #: e2fsck/unix.c:1934
3785 #, c-format
3786 msgid "Creating journal (%d blocks): "
3787 msgstr "Creando el fichero de transacciones (%d bloques): "
3788
3789 #: e2fsck/unix.c:1943
3790 msgid " Done.\n"
3791 msgstr " Hecho.\n"
3792
3793 #: e2fsck/unix.c:1945
3794 msgid ""
3795 "\n"
3796 "*** journal has been regenerated ***\n"
3797 msgstr ""
3798 "\n"
3799 "*** el fichero de transacciones se ha regenerado ***\n"
3800
3801 #: e2fsck/unix.c:1951
3802 msgid "aborted"
3803 msgstr "finalizado"
3804
3805 #: e2fsck/unix.c:1953
3806 #, c-format
3807 msgid "%s: e2fsck canceled.\n"
3808 msgstr "%s: se cancela e2fsck.\n"
3809
3810 #: e2fsck/unix.c:1980
3811 msgid "Restarting e2fsck from the beginning...\n"
3812 msgstr "Se reinicia e2fsck desde el principio...\n"
3813
3814 #: e2fsck/unix.c:1984
3815 msgid "while resetting context"
3816 msgstr "mientras se reajusta el contexto"
3817
3818 #: e2fsck/unix.c:2043
3819 #, c-format
3820 msgid ""
3821 "\n"
3822 "%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3823 msgstr ""
3824 "\n"
3825 "%s: ***** ERRORES CORREGIDOS DEL SISTEMA DE FICHEROS *****\n"
3826
3827 #: e2fsck/unix.c:2045
3828 #, c-format
3829 msgid "%s: File system was modified.\n"
3830 msgstr "%s: El sistema de ficheros se ha modificado.\n"
3831
3832 #: e2fsck/unix.c:2049 e2fsck/util.c:67
3833 #, c-format
3834 msgid ""
3835 "\n"
3836 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3837 msgstr ""
3838 "\n"
3839 "%s: ***** EL SISTEMA DE FICHEROS FUE MODIFICADO *****\n"
3840
3841 #: e2fsck/unix.c:2054
3842 #, c-format
3843 msgid "%s: ***** REBOOT SYSTEM *****\n"
3844 msgstr "%s: ***** REINICIE EL SISTEMA *****\n"
3845
3846 #: e2fsck/unix.c:2064 e2fsck/util.c:73
3847 #, c-format
3848 msgid ""
3849 "\n"
3850 "%s: ********** WARNING: Filesystem still has errors **********\n"
3851 "\n"
3852 msgstr ""
3853 "\n"
3854 "%s: ********** ATENCIÓN: El sistema de ficheros todavía tiene errores ***********\n"
3855 "\n"
3856
3857 #: e2fsck/util.c:191 misc/util.c:93
3858 msgid "yY"
3859 msgstr "sS"
3860
3861 #: e2fsck/util.c:192 misc/util.c:112
3862 msgid "nN"
3863 msgstr "nN"
3864
3865 #: e2fsck/util.c:193
3866 msgid "aA"
3867 msgstr "tT"
3868
3869 #: e2fsck/util.c:197
3870 msgid " ('a' enables 'yes' to all) "
3871 msgstr " ('t' aplica 'sí' a todo) "
3872
3873 #: e2fsck/util.c:214
3874 msgid "<y>"
3875 msgstr "<s>"
3876
3877 #: e2fsck/util.c:216
3878 msgid "<n>"
3879 msgstr "<n>"
3880
3881 #: e2fsck/util.c:218
3882 msgid " (y/n)"
3883 msgstr " (s/n)"
3884
3885 #: e2fsck/util.c:241
3886 msgid "cancelled!\n"
3887 msgstr "¡cancelado!\n"
3888
3889 #: e2fsck/util.c:274
3890 msgid "yes to all\n"
3891 msgstr "sí a todo\n"
3892
3893 #: e2fsck/util.c:276
3894 msgid "yes\n"
3895 msgstr "sí\n"
3896
3897 #: e2fsck/util.c:278
3898 msgid "no\n"
3899 msgstr "no\n"
3900
3901 #: e2fsck/util.c:288
3902 #, c-format
3903 msgid ""
3904 "%s? no\n"
3905 "\n"
3906 msgstr ""
3907 "¿%s? no\n"
3908 "\n"
3909
3910 #: e2fsck/util.c:292
3911 #, c-format
3912 msgid ""
3913 "%s? yes\n"
3914 "\n"
3915 msgstr ""
3916 "¿%s? sí\n"
3917 "\n"
3918
3919 #: e2fsck/util.c:296
3920 msgid "yes"
3921 msgstr "sí"
3922
3923 #: e2fsck/util.c:296
3924 msgid "no"
3925 msgstr "no"
3926
3927 #: e2fsck/util.c:312
3928 #, c-format
3929 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3930 msgstr "e2fsck_read_bitmaps: bloque(s) no válido(s) de mapas de bits para %s"
3931
3932 #: e2fsck/util.c:317
3933 msgid "reading inode and block bitmaps"
3934 msgstr "leyendo los mapas de bits del nodo-i y del bloque"
3935
3936 #: e2fsck/util.c:329
3937 #, c-format
3938 msgid "while retrying to read bitmaps for %s"
3939 msgstr "mientras se intentaban leer los mapas de bits para %s"
3940
3941 #: e2fsck/util.c:341
3942 msgid "writing block and inode bitmaps"
3943 msgstr "escribiendo los mapas de bits del bloque y del nodo-i"
3944
3945 #: e2fsck/util.c:346
3946 #, c-format
3947 msgid "while rewriting block and inode bitmaps for %s"
3948 msgstr "mientras se reescribían los mapas de bits de bloques y de nodos-i para %s"
3949
3950 #: e2fsck/util.c:358
3951 #, c-format
3952 msgid ""
3953 "\n"
3954 "\n"
3955 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3956 "\t(i.e., without -a or -p options)\n"
3957 msgstr ""
3958 "\n"
3959 "\n"
3960 "%s: INCONSISTENCIA INESPERADA; EJECUTE fsck MANUALMENTE.\n"
3961 "(i.e., sin las opciones -a o -p)\n"
3962
3963 #: e2fsck/util.c:438
3964 #, c-format
3965 msgid "Memory used: %lluk/%lluk (%lluk/%lluk), "
3966 msgstr "Memoria utilizada: %lluk/%lluk (%lluk/%lluk), "
3967
3968 #: e2fsck/util.c:444
3969 #, c-format
3970 msgid "Memory used: %lluk, "
3971 msgstr "Memoria utilizada: %lluk, "
3972
3973 #: e2fsck/util.c:450
3974 #, c-format
3975 msgid "time: %5.2f/%5.2f/%5.2f\n"
3976 msgstr "fecha: %5.2f/%5.2f/%5.2f\n"
3977
3978 #: e2fsck/util.c:455
3979 #, c-format
3980 msgid "elapsed time: %6.3f\n"
3981 msgstr "tiempo transcurrido: %6.3f\n"
3982
3983 #: e2fsck/util.c:490 e2fsck/util.c:504
3984 #, c-format
3985 msgid "while reading inode %lu in %s"
3986 msgstr "mientras se leía el nodo-i %lu en %s"
3987
3988 #: e2fsck/util.c:518 e2fsck/util.c:531
3989 #, c-format
3990 msgid "while writing inode %lu in %s"
3991 msgstr "mientras se escribía el nodo-i %lu en %s"
3992
3993 #: e2fsck/util.c:790
3994 msgid "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is running.\n"
3995 msgstr "INCONSISTENCIA INESPERADA: se está modificando el sistema de ficheros mientras fsck está corriendo.\n"
3996
3997 #: misc/badblocks.c:75
3998 msgid "done                                                 \n"
3999 msgstr "hecho                                                \n"
4000
4001 #: misc/badblocks.c:100
4002 #, c-format
4003 msgid ""
4004 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnfBX]\n"
4005 "       [-c blocks_at_once] [-d delay_factor_between_reads] [-e max_bad_blocks]\n"
4006 "       [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
4007 "       device [last_block [first_block]]\n"
4008 msgstr ""
4009 "Modo de empleo: %s [-b tamaño_del_bloque] [-i fichero_de_entrada] [-svwnfBX]\n"
4010 "                [-c bloques_a_la_vez] [-d factor_de_retardo_entre_lecturas] [-e max_bloques_dañados]\n"
4011 "                [-p núm_pasos] [-t patrón_de_prueba [-t patrón_de_prueba [...]]]\n"
4012 "                dispositivo [bloque_final [bloque_inicial]]\n"
4013
4014 #: misc/badblocks.c:111
4015 #, c-format
4016 msgid ""
4017 "%s: The -n and -w options are mutually exclusive.\n"
4018 "\n"
4019 msgstr ""
4020 "%s: Las opciones -n y -w se excluyen mutuamente.\n"
4021 "\n"
4022
4023 #: misc/badblocks.c:229
4024 #, c-format
4025 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
4026 msgstr "%6.2f%% hecho, %s transcurrido. (%d/%d/%d errores)"
4027
4028 #: misc/badblocks.c:337
4029 msgid "Testing with random pattern: "
4030 msgstr "Probando con un patrón aleatorio: "
4031
4032 #: misc/badblocks.c:355
4033 msgid "Testing with pattern 0x"
4034 msgstr "Probando con el patrón 0x"
4035
4036 #: misc/badblocks.c:387 misc/badblocks.c:460
4037 msgid "during seek"
4038 msgstr "durante la búsqueda"
4039
4040 #: misc/badblocks.c:398
4041 #, c-format
4042 msgid "Weird value (%ld) in do_read\n"
4043 msgstr "Valor extraño (%ld) en do_read\n"
4044
4045 #: misc/badblocks.c:485
4046 msgid "during ext2fs_sync_device"
4047 msgstr "durante el ext2fs_sync_device"
4048
4049 #: misc/badblocks.c:505 misc/badblocks.c:767
4050 msgid "while beginning bad block list iteration"
4051 msgstr "mientras se comenzaba la iteración en la lista de bloques dañados"
4052
4053 #: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
4054 msgid "while allocating buffers"
4055 msgstr "mientras se reservaban los búferes"
4056
4057 #: misc/badblocks.c:524
4058 #, c-format
4059 msgid "Checking blocks %lu to %lu\n"
4060 msgstr "Revisando los bloques del %lu al %lu\n"
4061
4062 #: misc/badblocks.c:529
4063 msgid "Checking for bad blocks in read-only mode\n"
4064 msgstr "Revisando los bloques dañados en modo de sólo lectura\n"
4065
4066 #: misc/badblocks.c:538
4067 msgid "Checking for bad blocks (read-only test): "
4068 msgstr "Se están revisando los bloques dañados (prueba de sólo lectura): "
4069
4070 #: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
4071 #: misc/badblocks.c:841
4072 msgid "Too many bad blocks, aborting test\n"
4073 msgstr "Demasiados bloques dañados, se interrumpe la prueba\n"
4074
4075 #: misc/badblocks.c:627
4076 msgid "Checking for bad blocks in read-write mode\n"
4077 msgstr "Se están revisando los bloques dañados en modo de lectura-escritura\n"
4078
4079 #: misc/badblocks.c:629 misc/badblocks.c:791
4080 #, c-format
4081 msgid "From block %lu to %lu\n"
4082 msgstr "Del bloque %lu al %lu\n"
4083
4084 #: misc/badblocks.c:684
4085 msgid "Reading and comparing: "
4086 msgstr "Leyendo y comparando: "
4087
4088 #: misc/badblocks.c:790
4089 msgid "Checking for bad blocks in non-destructive read-write mode\n"
4090 msgstr "Revisando los bloques dañados en modo lectura-escritura no destructivo\n"
4091
4092 #: misc/badblocks.c:796
4093 msgid "Checking for bad blocks (non-destructive read-write test)\n"
4094 msgstr "Revisando los bloques dañados (prueba de lectura-escritura no destructiva)\n"
4095
4096 #: misc/badblocks.c:803
4097 msgid ""
4098 "\n"
4099 "Interrupt caught, cleaning up\n"
4100 msgstr ""
4101 "\n"
4102 "Se interceptó una interrupción, se limpia todo\n"
4103
4104 #: misc/badblocks.c:886
4105 #, c-format
4106 msgid "during test data write, block %lu"
4107 msgstr "durante la prueba de escritura de datos del bloque %lu"
4108
4109 #: misc/badblocks.c:1006 misc/util.c:134
4110 #, c-format
4111 msgid "%s is mounted; "
4112 msgstr "%s está montado; "
4113
4114 #: misc/badblocks.c:1008
4115 msgid "badblocks forced anyway.  Hope /etc/mtab is incorrect.\n"
4116 msgstr "los bloques dañados se fuerzan de todas formas.  Se cree que /etc/mtab esté incorrecto.\n"
4117
4118 #: misc/badblocks.c:1013
4119 msgid "it's not safe to run badblocks!\n"
4120 msgstr "¡No es seguro ejecutar los bloques dañados!\n"
4121
4122 #: misc/badblocks.c:1018 misc/util.c:145
4123 #, c-format
4124 msgid "%s is apparently in use by the system; "
4125 msgstr "%s está aparentemente en uso por el sistema; "
4126
4127 #: misc/badblocks.c:1021
4128 msgid "badblocks forced anyway.\n"
4129 msgstr "los bloques dañados se fuerzan de todas formas.\n"
4130
4131 #: misc/badblocks.c:1041
4132 #, c-format
4133 msgid "invalid %s - %s"
4134 msgstr "%s inválido - %s"
4135
4136 #: misc/badblocks.c:1135
4137 #, c-format
4138 msgid "Too big max bad blocks count %u - maximum is %u"
4139 msgstr "El número máximo de bloques dañados es demasiado grande %u - el máximo es %u"
4140
4141 #: misc/badblocks.c:1162
4142 #, c-format
4143 msgid "can't allocate memory for test_pattern - %s"
4144 msgstr "no se puede reservar memoria para el patrón_de_prueba - %s"
4145
4146 #: misc/badblocks.c:1192
4147 msgid "Maximum of one test_pattern may be specified in read-only mode"
4148 msgstr "Sólo un máximo de un patrón_de_prueba puede ser especificado en modo sólo lectura"
4149
4150 #: misc/badblocks.c:1198
4151 msgid "Random test_pattern is not allowed in read-only mode"
4152 msgstr "El patrón_de_prueba aleatorio no está permitido en modo sólo lectura"
4153
4154 #: misc/badblocks.c:1205
4155 #, c-format
4156 msgid "Invalid block size: %d\n"
4157 msgstr "Tamaño de bloque no válido: %d\n"
4158
4159 #: misc/badblocks.c:1211
4160 #, c-format
4161 msgid "Invalid blocks_at_once: %d\n"
4162 msgstr "bloques_a_la_vez no válido: %d\n"
4163
4164 #: misc/badblocks.c:1225
4165 msgid ""
4166 "Couldn't determine device size; you must specify\n"
4167 "the size manually\n"
4168 msgstr ""
4169 "No se puede determinar el tamaño del dispositivo; se debe especificar\n"
4170 "de forma manual\n"
4171
4172 #: misc/badblocks.c:1231
4173 msgid "while trying to determine device size"
4174 msgstr "mientras se intentaba determinar el tamaño del dispositivo"
4175
4176 #: misc/badblocks.c:1236
4177 msgid "last block"
4178 msgstr "último bloque"
4179
4180 #: misc/badblocks.c:1242
4181 msgid "first block"
4182 msgstr "primer bloque"
4183
4184 #: misc/badblocks.c:1245
4185 #, c-format
4186 msgid "invalid starting block (%llu): must be less than %llu"
4187 msgstr "bloque inicial no válido (%llu): debe ser menos que %llu"
4188
4189 #: misc/badblocks.c:1253
4190 #, c-format
4191 msgid "invalid end block (%llu): must be 32-bit value"
4192 msgstr "bloque final no válido (%llu): debe ser un valor de 32 bits"
4193
4194 #: misc/badblocks.c:1309
4195 msgid "while creating in-memory bad blocks list"
4196 msgstr "cuando se creaba la lista de bloques dañados en memoria"
4197
4198 #: misc/badblocks.c:1318
4199 msgid "input file - bad format"
4200 msgstr "fichero de entrada - formato incorrecto"
4201
4202 #: misc/badblocks.c:1326 misc/badblocks.c:1335
4203 msgid "while adding to in-memory bad block list"
4204 msgstr "cuando se añadía a la lista de bloques dañados en memoria"
4205
4206 #: misc/badblocks.c:1360
4207 #, c-format
4208 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
4209 msgstr "Paso terminado, se encontraron %u bloques dañados. (%d/%d/%d errores)\n"
4210
4211 #: misc/chattr.c:89
4212 #, c-format
4213 msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTuFx] [-v version] files...\n"
4214 msgstr "Modo de empleo: %s [-pRVf] [-+=aAcCdDeijPsStTuFx] [-v versión] ficheros...\n"
4215
4216 #: misc/chattr.c:162
4217 #, c-format
4218 msgid "bad project - %s\n"
4219 msgstr "proyecto incorrecto - %s\n"
4220
4221 #: misc/chattr.c:176
4222 #, c-format
4223 msgid "bad version - %s\n"
4224 msgstr "versión incorrecta - %s\n"
4225
4226 #: misc/chattr.c:221 misc/lsattr.c:127
4227 #, c-format
4228 msgid "while trying to stat %s"
4229 msgstr "mientras se intentaba ver el estado del fichero %s"
4230
4231 #: misc/chattr.c:228
4232 #, c-format
4233 msgid "while reading flags on %s"
4234 msgstr "mientras se estaban leyendo las banderas en %s"
4235
4236 #: misc/chattr.c:233 misc/chattr.c:245
4237 #, c-format
4238 msgid "Flags of %s set as "
4239 msgstr "Las banderas de %s están puestas como "
4240
4241 #: misc/chattr.c:254
4242 #, c-format
4243 msgid "while setting flags on %s"
4244 msgstr "mientras se ponían las banderas en %s"
4245
4246 #: misc/chattr.c:262
4247 #, c-format
4248 msgid "Version of %s set as %lu\n"
4249 msgstr "La versión de %s está puesta como %lu\n"
4250
4251 #: misc/chattr.c:266
4252 #, c-format
4253 msgid "while setting version on %s"
4254 msgstr "mientras se estaba poniendo la versión en %s"
4255
4256 #: misc/chattr.c:273
4257 #, c-format
4258 msgid "Project of %s set as %lu\n"
4259 msgstr "El proyecto de %s está puesto como %lu\n"
4260
4261 #: misc/chattr.c:277
4262 #, c-format
4263 msgid "while setting project on %s"
4264 msgstr "mientras se estaba poniendo el proyecto en %s"
4265
4266 #: misc/chattr.c:299
4267 msgid "Couldn't allocate path variable in chattr_dir_proc"
4268 msgstr "No se puede reservar la variable de ruta en chattr_dir_proc"
4269
4270 #: misc/chattr.c:339
4271 msgid "= is incompatible with - and +\n"
4272 msgstr "= es incompatible con - y +\n"
4273
4274 #: misc/chattr.c:347
4275 msgid "Must use '-v', =, - or +\n"
4276 msgstr "Se debe usar '-v', =, - o +\n"
4277
4278 #: misc/create_inode.c:80 misc/create_inode.c:119
4279 #, c-format
4280 msgid "while reading inode %u"
4281 msgstr "mientras se leía el nodo-i %u"
4282
4283 #: misc/create_inode.c:90 misc/create_inode.c:296 misc/create_inode.c:361
4284 #: misc/create_inode.c:399
4285 msgid "while expanding directory"
4286 msgstr "mientras se expandía el directorio"
4287
4288 #: misc/create_inode.c:97
4289 #, c-format
4290 msgid "while linking \"%s\""
4291 msgstr "mientras se enlazaba \"%s\""
4292
4293 #: misc/create_inode.c:105 misc/create_inode.c:134 misc/create_inode.c:330
4294 #, c-format
4295 msgid "while writing inode %u"
4296 msgstr "mientras se escribía el nodo-i %u"
4297
4298 #: misc/create_inode.c:154 misc/create_inode.c:185
4299 #, c-format
4300 msgid "while listing attributes of \"%s\""
4301 msgstr "mientras se listaban los atributos de \"%s\""
4302
4303 #: misc/create_inode.c:165
4304 #, c-format
4305 msgid "while opening inode %u"
4306 msgstr "mientras se abría el nodo-i %u"
4307
4308 #: misc/create_inode.c:172
4309 #, c-format
4310 msgid "while reading xattrs for inode %u"
4311 msgstr "mientras se leía xattrs para el nodo-i %u"
4312
4313 #: misc/create_inode.c:178 misc/create_inode.c:205 misc/create_inode.c:1066
4314 #: misc/e2undo.c:186 misc/e2undo.c:483 misc/e2undo.c:489 misc/e2undo.c:495
4315 #: misc/mke2fs.c:361
4316 msgid "while allocating memory"
4317 msgstr "mientras se reservaba memoria"
4318
4319 #: misc/create_inode.c:198 misc/create_inode.c:214
4320 #, c-format
4321 msgid "while reading attribute \"%s\" of \"%s\""
4322 msgstr "mientras se estaban leyendo los atributos \"%s\" de \"%s\""
4323
4324 #: misc/create_inode.c:223
4325 #, c-format
4326 msgid "while writing attribute \"%s\" to inode %u"
4327 msgstr "mientras se escribía el atributo \"%s\" del nodo-i %u"
4328
4329 #: misc/create_inode.c:233
4330 #, c-format
4331 msgid "while closing inode %u"
4332 msgstr "mientras se cerraba el nodo-i %u"
4333
4334 #: misc/create_inode.c:283
4335 #, c-format
4336 msgid "while allocating inode \"%s\""
4337 msgstr "mientras se reservaba al nodo-i \"%s\""
4338
4339 #: misc/create_inode.c:302
4340 #, c-format
4341 msgid "while creating inode \"%s\""
4342 msgstr "mientras se creaba el nodo-i \"%s\""
4343
4344 #: misc/create_inode.c:368
4345 #, c-format
4346 msgid "while creating symlink \"%s\""
4347 msgstr "mientras se creaba el enlace simbólico \"%s\""
4348
4349 #: misc/create_inode.c:386 misc/create_inode.c:650 misc/create_inode.c:986
4350 #, c-format
4351 msgid "while looking up \"%s\""
4352 msgstr "mientras se buscaba \"%s\""
4353
4354 #: misc/create_inode.c:406
4355 #, c-format
4356 msgid "while creating directory \"%s\""
4357 msgstr "mientras se creaba el directorio \"%s\""
4358
4359 #: misc/create_inode.c:636
4360 #, c-format
4361 msgid "while opening \"%s\" to copy"
4362 msgstr "mientras se abría \"%s\" para copiar"
4363
4364 #: misc/create_inode.c:828
4365 #, c-format
4366 msgid "while changing working directory to \"%s\""
4367 msgstr "mientras se cambiaba el directorio de trabajo a \"%s\""
4368
4369 #: misc/create_inode.c:838
4370 #, c-format
4371 msgid "while scanning directory \"%s\""
4372 msgstr "mientras se exploraba el directorio \"%s\""
4373
4374 #: misc/create_inode.c:848
4375 #, c-format
4376 msgid "while lstat \"%s\""
4377 msgstr "mientras se intentaba lstat con \"%s\""
4378
4379 #: misc/create_inode.c:898
4380 #, c-format
4381 msgid "while creating special file \"%s\""
4382 msgstr "mientras se creaba el fichero especial \"%s\""
4383
4384 #: misc/create_inode.c:907
4385 msgid "malloc failed"
4386 msgstr "fallo de malloc"
4387
4388 #: misc/create_inode.c:915
4389 #, c-format
4390 msgid "while trying to read link \"%s\""
4391 msgstr "mientras se intentaba leer el enlace \"%s\""
4392
4393 #: misc/create_inode.c:922
4394 msgid "symlink increased in size between lstat() and readlink()"
4395 msgstr "el tamaño del enlace simbólico ha aumentado entre lstat() y readlink()"
4396
4397 #: misc/create_inode.c:933
4398 #, c-format
4399 msgid "while writing symlink\"%s\""
4400 msgstr "mientras se escribía el enlace simbólico \"%s\""
4401
4402 #: misc/create_inode.c:944
4403 #, c-format
4404 msgid "while writing file \"%s\""
4405 msgstr "mientras se escribía el fichero \"%s\""
4406
4407 #: misc/create_inode.c:957
4408 #, c-format
4409 msgid "while making dir \"%s\""
4410 msgstr "mientras se creaba el directorio \"%s\""
4411
4412 #: misc/create_inode.c:975
4413 msgid "while changing directory"
4414 msgstr "mientras se cambiaba de directorio"
4415
4416 #: misc/create_inode.c:981
4417 #, c-format
4418 msgid "ignoring entry \"%s\""
4419 msgstr "ignorar la entrada \"%s\""
4420
4421 #: misc/create_inode.c:994
4422 #, c-format
4423 msgid "while setting inode for \"%s\""
4424 msgstr "mientras se estaba poniendo el nodo-i para \"%s\""
4425
4426 #: misc/create_inode.c:1001
4427 #, c-format
4428 msgid "while setting xattrs for \"%s\""
4429 msgstr "mientras se ponían los xattrs para \"%s\""
4430
4431 #: misc/create_inode.c:1027
4432 msgid "while saving inode data"
4433 msgstr "mientras se guardaban los datos de nodo-i"
4434
4435 #: misc/create_inode.c:1077
4436 msgid "while copying xattrs on root directory"
4437 msgstr "mientras se copiaban xattrs en el directorio raíz"
4438
4439 #: misc/dumpe2fs.c:56
4440 #, c-format
4441 msgid "Usage: %s [-bfghimxV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
4442 msgstr "Modo de empleo: %s [-bfghimxV] [-o superblock=<número>] [-o blocksize=<número>] dispositivo\n"
4443
4444 # Usado quince mensajes más allá.
4445 #: misc/dumpe2fs.c:159
4446 msgid "blocks"
4447 msgstr "bloques"
4448
4449 # Usado quince mensajes más allá.
4450 #: misc/dumpe2fs.c:168
4451 msgid "clusters"
4452 msgstr "«clusters»"
4453
4454 #: misc/dumpe2fs.c:219
4455 #, c-format
4456 msgid "Group %lu: (Blocks "
4457 msgstr "Grupo %lu: (Bloques "
4458
4459 #: misc/dumpe2fs.c:226
4460 #, c-format
4461 msgid " csum 0x%04x"
4462 msgstr " csum 0x%04x"
4463
4464 #: misc/dumpe2fs.c:228
4465 #, c-format
4466 msgid " (EXPECTED 0x%04x)"
4467 msgstr " (ESPERADO 0x%04x)"
4468
4469 # Se completa con uno de los dos mensajes siguientes.
4470 #: misc/dumpe2fs.c:233
4471 #, c-format
4472 msgid "  %s superblock at "
4473 msgstr "  Superbloque %s en "
4474
4475 #: misc/dumpe2fs.c:234
4476 msgid "Primary"
4477 msgstr "primario"
4478
4479 #: misc/dumpe2fs.c:234
4480 msgid "Backup"
4481 msgstr "de respaldo"
4482
4483 #: misc/dumpe2fs.c:238
4484 msgid ", Group descriptors at "
4485 msgstr ", descriptores de grupo en "
4486
4487 #: misc/dumpe2fs.c:242
4488 msgid ""
4489 "\n"
4490 "  Reserved GDT blocks at "
4491 msgstr ""
4492 "\n"
4493 "  Se reservaron los bloques GDT en "
4494
4495 #: misc/dumpe2fs.c:249
4496 msgid " Group descriptor at "
4497 msgstr " Descriptor de grupo en "
4498
4499 #: misc/dumpe2fs.c:255
4500 msgid "  Block bitmap at "
4501 msgstr "  Mapa de bits de bloques en "
4502
4503 #: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4504 #, c-format
4505 msgid ", csum 0x%08x"
4506 msgstr ", csum 0x%04x"
4507
4508 #: misc/dumpe2fs.c:263
4509 msgid ","
4510 msgstr ","
4511
4512 #: misc/dumpe2fs.c:265
4513 msgid ""
4514 "\n"
4515 " "
4516 msgstr ""
4517 "\n"
4518 " "
4519
4520 #: misc/dumpe2fs.c:266
4521 msgid " Inode bitmap at "
4522 msgstr " Mapa de bits de nodos-i en "
4523
4524 #: misc/dumpe2fs.c:273
4525 msgid ""
4526 "\n"
4527 "  Inode table at "
4528 msgstr ""
4529 "\n"
4530 "  Tabla de nodos-i en "
4531
4532 # El primer %s de sustituye con "bloques" o "clusters", el segundo con nada o "\n".
4533 #: misc/dumpe2fs.c:279
4534 #, c-format
4535 msgid ""
4536 "\n"
4537 "  %u free %s, %u free inodes, %u directories%s"
4538 msgstr ""
4539 "\n"
4540 "  %u %s libres, %u nodos-i libres, %u directorios%s"
4541
4542 #: misc/dumpe2fs.c:286
4543 #, c-format
4544 msgid ", %u unused inodes\n"
4545 msgstr ", %u nodos-i sin usar\n"
4546
4547 #: misc/dumpe2fs.c:289
4548 msgid "  Free blocks: "
4549 msgstr "  Bloques libres: "
4550
4551 #: misc/dumpe2fs.c:304
4552 msgid "  Free inodes: "
4553 msgstr "  Nodos-i libres: "
4554
4555 #: misc/dumpe2fs.c:340
4556 msgid "while printing bad block list"
4557 msgstr "mientras se imprimía la lista de bloques dañados"
4558
4559 #: misc/dumpe2fs.c:346
4560 #, c-format
4561 msgid "Bad blocks: %u"
4562 msgstr "Bloques dañados: %u"
4563
4564 #: misc/dumpe2fs.c:374 misc/tune2fs.c:378
4565 msgid "while reading journal inode"
4566 msgstr "mientras se leía el nodo-i del fichero de transacciones"
4567
4568 #: misc/dumpe2fs.c:380
4569 msgid "while opening journal inode"
4570 msgstr "mientras se abría el nodo-i del fichero de transacciones"
4571
4572 #: misc/dumpe2fs.c:386
4573 msgid "while reading journal super block"
4574 msgstr "mientras se leía el superbloque del fichero de transacciones"
4575
4576 #: misc/dumpe2fs.c:393
4577 msgid "Journal superblock magic number invalid!\n"
4578 msgstr "¡El número mágico del superbloque del fichero de transacciones es inválido!\n"
4579
4580 #: misc/dumpe2fs.c:413 misc/tune2fs.c:221
4581 msgid "while reading journal superblock"
4582 msgstr "mientras se leía el superbloque del fichero de transacciones"
4583
4584 #: misc/dumpe2fs.c:421
4585 msgid "Couldn't find journal superblock magic numbers"
4586 msgstr "No se pueden encontrar los números mágicos del superbloque del fichero de transacciones"
4587
4588 #: misc/dumpe2fs.c:476
4589 msgid "failed to alloc MMP buffer\n"
4590 msgstr "no se ha podido reservar un búfer MMP\n"
4591
4592 #: misc/dumpe2fs.c:487
4593 #, c-format
4594 msgid "reading MMP block %llu from '%s'\n"
4595 msgstr "leyendo el bloque MMP %llu desde '%s'\n"
4596
4597 #: misc/dumpe2fs.c:519 misc/mke2fs.c:811 misc/tune2fs.c:2118
4598 msgid "Couldn't allocate memory to parse options!\n"
4599 msgstr "¡No se puede reservar memoria para analizar sintácticamente las opciones!\n"
4600
4601 #: misc/dumpe2fs.c:545
4602 #, c-format
4603 msgid "Invalid superblock parameter: %s\n"
4604 msgstr "Parámetro de superbloque no válido: %s\n"
4605
4606 #: misc/dumpe2fs.c:560
4607 #, c-format
4608 msgid "Invalid blocksize parameter: %s\n"
4609 msgstr "Parámetro de tamaño del bloque no válido: %s\n"
4610
4611 #: misc/dumpe2fs.c:571
4612 #, c-format
4613 msgid ""
4614 "\n"
4615 "Bad extended option(s) specified: %s\n"
4616 "\n"
4617 "Extended options are separated by commas, and may take an argument which\n"
4618 "\tis set off by an equals ('=') sign.\n"
4619 "\n"
4620 "Valid extended options are:\n"
4621 "\tsuperblock=<superblock number>\n"
4622 "\tblocksize=<blocksize>\n"
4623 msgstr ""
4624 "\n"
4625 "Las opciones especificadas son incorrectas: %s\n"
4626 "\n"
4627 "Las opciones extendidas deben estar separadas por comas y pueden tomar un\n"
4628 "\targumento que se ajusta con un signo de igual ('=').\n"
4629 "\n"
4630 "Las opciones extendidas válidas son:\n"
4631 "\tsuperblock=<número_del_superbloque>\n"
4632 "\tblocksize=<tamaño_del_bloque>\n"
4633
4634 #: misc/dumpe2fs.c:661 misc/mke2fs.c:1911
4635 #, c-format
4636 msgid "\tUsing %s\n"
4637 msgstr "\tSe emplea %s\n"
4638
4639 #: misc/dumpe2fs.c:708 misc/e2image.c:1637 misc/tune2fs.c:3004
4640 #: resize/main.c:418
4641 msgid "Couldn't find valid filesystem superblock.\n"
4642 msgstr "No se pudo encontrar un superbloque válido para el sistema de ficheros.\n"
4643
4644 #: misc/dumpe2fs.c:730
4645 #, c-format
4646 msgid "%s: MMP feature not enabled.\n"
4647 msgstr "%s: característica MMP no habilitada.\n"
4648
4649 #: misc/dumpe2fs.c:761
4650 #, c-format
4651 msgid "while trying to read '%s' bitmaps\n"
4652 msgstr "mientras se intentaban leer los mapas de bits '%s'\n"
4653
4654 #: misc/dumpe2fs.c:770
4655 msgid ""
4656 "*** Run e2fsck now!\n"
4657 "\n"
4658 msgstr ""
4659 "*** ¡Ejecute e2fsck ahora!\n"
4660 "\n"
4661
4662 #: misc/e2image.c:107
4663 #, c-format
4664 msgid "Usage: %s [ -r|-Q ] [ -f ] [ -b superblock ] [ -B blocksize ] device image-file\n"
4665 msgstr "Modo de empleo: %s [ -r|-Q ] [ -f ] [ -b superbloque ] [ -B tamaño_de_bloque ] dispositivo fichero_de_imagen\n"
4666
4667 #: misc/e2image.c:110
4668 #, c-format
4669 msgid "       %s -I device image-file\n"
4670 msgstr "       %s -I dispositivo fichero_de_imagen\n"
4671
4672 #: misc/e2image.c:111
4673 #, c-format
4674 msgid "       %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs [ dest_fs ]\n"
4675 msgstr "       %s -ra [ -cfnp ] [ -o desplz_orig ] [ -O desplz_dest ] fs_orig [ fs_dest ]\n"
4676
4677 #: misc/e2image.c:176 misc/e2image.c:592 misc/e2image.c:598
4678 #: misc/e2image.c:1200
4679 msgid "while allocating buffer"
4680 msgstr "mientras se reservaba un búfer"
4681
4682 #: misc/e2image.c:181
4683 #, c-format
4684 msgid "Writing block %llu\n"
4685 msgstr "Escribiendo el bloque %llu\n"
4686
4687 #: misc/e2image.c:195
4688 #, c-format
4689 msgid "error writing block %llu"
4690 msgstr "error al escribir el bloque %llu"
4691
4692 #: misc/e2image.c:199
4693 msgid "error in generic_write()"
4694 msgstr "error en generic_write()"
4695
4696 #: misc/e2image.c:216
4697 msgid "Error: header size is bigger than wrt_size\n"
4698 msgstr "Error: el tamaño de la cabecera es mayor que wrt_size\n"
4699
4700 #: misc/e2image.c:221
4701 msgid "Couldn't allocate header buffer\n"
4702 msgstr "No se puede reservar el búfer del encabezado\n"
4703
4704 #: misc/e2image.c:249
4705 msgid "while writing superblock"
4706 msgstr "mientras se escribía el superbloque"
4707
4708 #: misc/e2image.c:258
4709 msgid "while writing inode table"
4710 msgstr "mientras se escribía la tabla de nodos-i"
4711
4712 #: misc/e2image.c:266
4713 msgid "while writing block bitmap"
4714 msgstr "mientras se escribía el mapa de bits de bloques"
4715
4716 #: misc/e2image.c:274
4717 msgid "while writing inode bitmap"
4718 msgstr "mientras se escribía el mapa de bits de nodos-i"
4719
4720 #: misc/e2image.c:516
4721 #, c-format
4722 msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4723 msgstr "Bloque de directorio corrupto %llu: rec_len incorrecto (%d)\n"
4724
4725 #: misc/e2image.c:528
4726 #, c-format
4727 msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4728 msgstr "Bloque de directorio corrupto %llu: name_len incorrecto (%d)\n"
4729
4730 #: misc/e2image.c:569
4731 #, c-format
4732 msgid "%llu / %llu blocks (%d%%)"
4733 msgstr "%llu / %llu bloques (%d%%)"
4734
4735 #: misc/e2image.c:602 misc/e2image.c:642
4736 msgid "Copying "
4737 msgstr "Copiando "
4738
4739 #: misc/e2image.c:639
4740 msgid "Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4741 msgstr "Parar ahora destruirá el sistema de ficheros; interrumpa otra vez si está seguro\n"
4742
4743 #: misc/e2image.c:665
4744 #, c-format
4745 msgid " %s remaining at %.2f MB/s"
4746 msgstr " %s restante a %.2f MB/s"
4747
4748 #: misc/e2image.c:677 misc/e2image.c:1210
4749 #, c-format
4750 msgid "error reading block %llu"
4751 msgstr "error al leer el bloque %llu"
4752
4753 #: misc/e2image.c:732
4754 #, c-format
4755 msgid "Copied %llu / %llu blocks (%d%%) in %s "
4756 msgstr "Copiados %llu / %llu bloques (%d%%) in %s "
4757
4758 #: misc/e2image.c:737
4759 #, c-format
4760 msgid "at %.2f MB/s"
4761 msgstr "a %.2f MB/s"
4762
4763 #: misc/e2image.c:773
4764 msgid "while allocating l1 table"
4765 msgstr "mientras se reservaba una tabla l1"
4766
4767 #: misc/e2image.c:818
4768 msgid "while allocating l2 cache"
4769 msgstr "mientras se reservaba una caché l2"
4770
4771 #: misc/e2image.c:841
4772 msgid "Warning: There are still tables in the cache while putting the cache, data will be lost so the image may not be valid.\n"
4773 msgstr "Atención: Todavía hay tablas en la caché mientras esta se está poniendo:  se perderán datos, por lo que la imagen podría no ser válida.\n"
4774
4775 #: misc/e2image.c:1167
4776 msgid "while allocating ext2_qcow2_image"
4777 msgstr "mientras se reservaba ext2_qcow2_image"
4778
4779 #: misc/e2image.c:1174
4780 msgid "while initializing ext2_qcow2_image"
4781 msgstr "mientras se inicializaba ext2_qcow2_image"
4782
4783 #: misc/e2image.c:1234 misc/e2image.c:1252
4784 msgid "Programming error: multiple sequential refcount blocks created!\n"
4785 msgstr "Error de programación: ¡se han creado múltiples bloques con cuenta de referencia secuencial!\n"
4786
4787 #: misc/e2image.c:1293
4788 msgid "while allocating block bitmap"
4789 msgstr "mientras se reservaba el mapa de bits de bloques"
4790
4791 #: misc/e2image.c:1302
4792 msgid "while allocating scramble block bitmap"
4793 msgstr "mientras se reservaba el mapa de bits de bloques de «scramble»"
4794
4795 #: misc/e2image.c:1325
4796 msgid "Scanning inodes...\n"
4797 msgstr "Explorando nodos-i...\n"
4798
4799 #: misc/e2image.c:1337
4800 msgid "Can't allocate block buffer"
4801 msgstr "No se puede reservar el búfer de bloque"
4802
4803 #: misc/e2image.c:1349
4804 msgid "while getting next inode"
4805 msgstr "mientras se obtenía el nodo-i siguiente"
4806
4807 #: misc/e2image.c:1376 misc/e2image.c:1390
4808 #, c-format
4809 msgid "while iterating over inode %u"
4810 msgstr "mientras se iteraba sobre el nodo-i %u"
4811
4812 #: misc/e2image.c:1422
4813 msgid "Raw and qcow2 images cannot be installed"
4814 msgstr "No se pueden instalar imágenes en bruto ni qcow2"
4815
4816 #: misc/e2image.c:1444
4817 msgid "error reading bitmaps"
4818 msgstr "error mientras se leían los mapas de bits"
4819
4820 #: misc/e2image.c:1456
4821 msgid "while opening device file"
4822 msgstr "mientras se abría el fichero de dispositivo"
4823
4824 #: misc/e2image.c:1467
4825 msgid "while restoring the image table"
4826 msgstr "mientras se restauraba la tabla de la imagen"
4827
4828 #: misc/e2image.c:1573
4829 msgid "-a option can only be used with raw or QCOW2 images."
4830 msgstr "la opción -a solo puede utilizarse con imágenes en bruto o QCOW2."
4831
4832 #: misc/e2image.c:1578
4833 msgid "-b option can only be used with raw or QCOW2 images."
4834 msgstr "la opción -b solo puede utilizarse con imágenes en bruto o QCOW2."
4835
4836 #: misc/e2image.c:1584
4837 msgid "Offsets are only allowed with raw images."
4838 msgstr "Solo se permiten desplazamientos con imágenes en bruto."
4839
4840 #: misc/e2image.c:1589
4841 msgid "Move mode is only allowed with raw images."
4842 msgstr "Solo se permite el modo de movimiento con imágenes en bruto."
4843
4844 #: misc/e2image.c:1594
4845 msgid "Move mode requires all data mode."
4846 msgstr "El modo de movimiento requiere el modo de todos los datos."
4847
4848 #: misc/e2image.c:1604
4849 msgid "checking if mounted"
4850 msgstr "comprobando si está montado"
4851
4852 #: misc/e2image.c:1611
4853 msgid ""
4854 "\n"
4855 "Running e2image on a R/W mounted filesystem can result in an\n"
4856 "inconsistent image which will not be useful for debugging purposes.\n"
4857 "Use -f option if you really want to do that.\n"
4858 msgstr ""
4859 "\n"
4860 "Ejecutar e2image en un sistema de ficheros montado para lectura y escritura puede dar\n"
4861 "como resultado una imagen inconsistente que no servirá para depurar.\n"
4862 "Utilice la opción -f si realmente desea hacer eso.\n"
4863
4864 #: misc/e2image.c:1665
4865 msgid "QCOW2 image can not be written to the stdout!\n"
4866 msgstr "¡La imagen QCOW2 no puede escribirse en la salida estándar!\n"
4867
4868 #: misc/e2image.c:1671
4869 msgid "Can not stat output\n"
4870 msgstr "No puede examinarse la salida\n"
4871
4872 #: misc/e2image.c:1681
4873 #, c-format
4874 msgid "Image (%s) is compressed\n"
4875 msgstr "La imagen (%s) está comprimida\n"
4876
4877 #: misc/e2image.c:1684
4878 #, c-format
4879 msgid "Image (%s) is encrypted\n"
4880 msgstr "La imagen (%s) está cifrada\n"
4881
4882 #: misc/e2image.c:1687
4883 #, c-format
4884 msgid "Image (%s) is corrupted\n"
4885 msgstr "La imagen (%s) está corrupta\n"
4886
4887 #: misc/e2image.c:1691
4888 #, c-format
4889 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4890 msgstr "mientras se intentaba convertir la imagen qcow2 (%s) a imagen en bruto (%s)"
4891
4892 #: misc/e2image.c:1701
4893 msgid "The -c option only supported in raw mode\n"
4894 msgstr "La opción -c solo está implementada en el modo en bruto\n"
4895
4896 #: misc/e2image.c:1706
4897 msgid "The -c option not supported when writing to stdout\n"
4898 msgstr "La opción -c no funciona cuando se escribe en la salida estándar\n"
4899
4900 #: misc/e2image.c:1713
4901 msgid "while allocating check_buf"
4902 msgstr "mientras se reservaba check_buf"
4903
4904 #: misc/e2image.c:1719
4905 msgid "The -p option only supported in raw mode\n"
4906 msgstr "La opción -p solo está implementada en el modo en bruto\n"
4907
4908 #: misc/e2image.c:1729
4909 #, c-format
4910 msgid "%d blocks already contained the data to be copied\n"
4911 msgstr "%d bloques ya contenían los datos que había que copiar\n"
4912
4913 #: misc/e2initrd_helper.c:68
4914 #, c-format
4915 msgid "Usage: %s -r device\n"
4916 msgstr "Modo de empleo: %s -r dispositivo\n"
4917
4918 #: misc/e2label.c:58
4919 #, c-format
4920 msgid "e2label: cannot open %s\n"
4921 msgstr "e2label: no se puede abrir %s\n"
4922
4923 #: misc/e2label.c:63
4924 #, c-format
4925 msgid "e2label: cannot seek to superblock\n"
4926 msgstr "e2label: no se puede buscar al superbloque\n"
4927
4928 #: misc/e2label.c:68
4929 #, c-format
4930 msgid "e2label: error reading superblock\n"
4931 msgstr "e2label: error leyendo el superbloque\n"
4932
4933 #: misc/e2label.c:72
4934 #, c-format
4935 msgid "e2label: not an ext2 filesystem\n"
4936 msgstr "e2label: no es un sistema de ficheros ext2\n"
4937
4938 #: misc/e2label.c:97 misc/tune2fs.c:3213
4939 #, c-format
4940 msgid "Warning: label too long, truncating.\n"
4941 msgstr "Atención: la etiqueta es muy larga, se trunca.\n"
4942
4943 #: misc/e2label.c:100
4944 #, c-format
4945 msgid "e2label: cannot seek to superblock again\n"
4946 msgstr "e2label: de nuevo, no se puede encontrar al superbloque\n"
4947
4948 #: misc/e2label.c:105
4949 #, c-format
4950 msgid "e2label: error writing superblock\n"
4951 msgstr "e2label: error al escribir el superbloque\n"
4952
4953 #: misc/e2label.c:117 misc/tune2fs.c:1770
4954 #, c-format
4955 msgid "Usage: e2label device [newlabel]\n"
4956 msgstr "Modo de empleo: e2label dispositivo [nuevabandera]\n"
4957
4958 #: misc/e2undo.c:124
4959 #, c-format
4960 msgid "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> <filesystem>\n"
4961 msgstr "Modo de empleo: %s [-f] [-h] [-n] [-o desplazamiento] [-v] [-z fich_deshacer] <fichero de transacciones> <sistema de ficheros>\n"
4962
4963 #: misc/e2undo.c:153
4964 msgid "The file system superblock doesn't match the undo file.\n"
4965 msgstr "El superbloque del sistema de ficheros no concuerda con el fichero de deshacer.\n"
4966
4967 #: misc/e2undo.c:156
4968 msgid "UUID does not match.\n"
4969 msgstr "El UUID no concuerda.\n"
4970
4971 #: misc/e2undo.c:158
4972 msgid "Last mount time does not match.\n"
4973 msgstr "La hora del último montaje no concuerda.\n"
4974
4975 #: misc/e2undo.c:160
4976 msgid "Last write time does not match.\n"
4977 msgstr "La hora de la última escritura no concuerda.\n"
4978
4979 #: misc/e2undo.c:162
4980 msgid "Lifetime write counter does not match.\n"
4981 msgstr "El contador de escritura del tiempo de vida no concuerda.\n"
4982
4983 #: misc/e2undo.c:176
4984 msgid "while reading filesystem superblock."
4985 msgstr "mientras se leía el superbloque del sistema de ficheros."
4986
4987 #: misc/e2undo.c:192
4988 msgid "while fetching superblock"
4989 msgstr "mientras se obtenía el superbloque"
4990
4991 #: misc/e2undo.c:205
4992 #, c-format
4993 msgid "Undo file superblock checksum doesn't match.\n"
4994 msgstr "El «checksum» del superbloque del fichero de deshacer no concuerda.\n"
4995
4996 #: misc/e2undo.c:344
4997 #, c-format
4998 msgid "illegal offset - %s"
4999 msgstr "desplazamiento no válido - %s"
5000
5001 #: misc/e2undo.c:368
5002 #, c-format
5003 msgid "Will not write to an undo file while replaying it.\n"
5004 msgstr "No se escribirá en un fichero de deshacer mientras se esté reproduciendo.\n"
5005
5006 #: misc/e2undo.c:377
5007 #, c-format
5008 msgid "while opening undo file `%s'\n"
5009 msgstr "mientras se abría el fichero de deshacer `%s'\n"
5010
5011 #: misc/e2undo.c:384
5012 msgid "while reading undo file"
5013 msgstr "mientras se leía el fichero de deshacer"
5014
5015 #: misc/e2undo.c:389
5016 #, c-format
5017 msgid "%s: Not an undo file.\n"
5018 msgstr "%s: No es un fichero de deshacer.\n"
5019
5020 #: misc/e2undo.c:400
5021 #, c-format
5022 msgid "%s: Header checksum doesn't match.\n"
5023 msgstr "%s: El «checksum» de la cabecera no concuerda.\n"
5024
5025 #: misc/e2undo.c:407
5026 #, c-format
5027 msgid "%s: Corrupt undo file header.\n"
5028 msgstr "%s: Cabecera del fichero de deshacer corrupta.\n"
5029
5030 #: misc/e2undo.c:411
5031 #, c-format
5032 msgid "%s: Undo block size too large.\n"
5033 msgstr "%s: Tamaño del bloque de deshacer demasiado grande.\n"
5034
5035 #: misc/e2undo.c:416
5036 #, c-format
5037 msgid "%s: Undo block size too small.\n"
5038 msgstr "%s: Tamaño del bloque de deshacer demasiado pequeño.\n"
5039
5040 #: misc/e2undo.c:429
5041 #, c-format
5042 msgid "%s: Unknown undo file feature set.\n"
5043 msgstr "%s: El fichero de deshacer tiene puesta una característica desconocida.\n"
5044
5045 #: misc/e2undo.c:437
5046 #, c-format
5047 msgid "Error while determining whether %s is mounted."
5048 msgstr "Error mientras se determinaba si %s está montado."
5049
5050 #: misc/e2undo.c:443
5051 msgid "e2undo should only be run on unmounted filesystems"
5052 msgstr "e2undo solo debería ejecutarse sobre un sistema de ficheros no montado"
5053
5054 #: misc/e2undo.c:459
5055 #, c-format
5056 msgid "while opening `%s'"
5057 msgstr "mientras se abría `%s'"
5058
5059 #: misc/e2undo.c:470
5060 msgid "specified offset is too large"
5061 msgstr "el desplazamiento especificado es demasiado grande"
5062
5063 #: misc/e2undo.c:511
5064 msgid "while reading keys"
5065 msgstr "mientras se leían las claves"
5066
5067 #: misc/e2undo.c:523
5068 #, c-format
5069 msgid "%s: wrong key magic at %llu\n"
5070 msgstr "%s: número mágico de clave incorrecto en %llu\n"
5071
5072 #: misc/e2undo.c:533
5073 #, c-format
5074 msgid "%s: key block checksum error at %llu.\n"
5075 msgstr "%s: error de «checksum» en bloque de clave en %llu.\n"
5076
5077 #: misc/e2undo.c:556
5078 #, c-format
5079 msgid "%s: block %llu is too long."
5080 msgstr "%s: el bloque %llu es demasiado largo."
5081
5082 #: misc/e2undo.c:569 misc/e2undo.c:606
5083 #, c-format
5084 msgid "while fetching block %llu."
5085 msgstr "mientras se obtenía el bloque %llu."
5086
5087 #: misc/e2undo.c:581
5088 #, c-format
5089 msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
5090 msgstr "error de «checksum» en el bloque %llu del sistema de ficheros (deshacer bloque %llu)\n"
5091
5092 #: misc/e2undo.c:622
5093 #, c-format
5094 msgid "while writing block %llu."
5095 msgstr "mientras se escribía el bloque %llu."
5096
5097 #: misc/e2undo.c:629
5098 #, c-format
5099 msgid "Undo file corruption; run e2fsck NOW!\n"
5100 msgstr "Fichero de deshacer corrupto; ¡ejecute e2fsck AHORA!\n"
5101
5102 #: misc/e2undo.c:631
5103 #, c-format
5104 msgid "IO error during replay; run e2fsck NOW!\n"
5105 msgstr "Error de ES durante la repetición; ¡ejecute e2fsck AHORA!\n"
5106
5107 #: misc/e2undo.c:634
5108 #, c-format
5109 msgid "Incomplete undo record; run e2fsck.\n"
5110 msgstr "Registro de deshacer incompleto; ejecute e2fsck.\n"
5111
5112 #: misc/findsuper.c:110
5113 #, c-format
5114 msgid "Usage:  findsuper device [skipbytes [startkb]]\n"
5115 msgstr "Modo de empleo: findsuper dispositivo [bytesporsaltar [principio (en kb)]]\n"
5116
5117 #: misc/findsuper.c:155
5118 #, c-format
5119 msgid "skipbytes should be a number, not %s\n"
5120 msgstr "bytesporsaltar debe ser un número, no %s\n"
5121
5122 #: misc/findsuper.c:162
5123 #, c-format
5124 msgid "skipbytes must be a multiple of the sector size\n"
5125 msgstr "bytesporsaltar debe ser un múltiplo del tamaño del sector\n"
5126
5127 #: misc/findsuper.c:169
5128 #, c-format
5129 msgid "startkb should be a number, not %s\n"
5130 msgstr "principio debe ser un número, no %s\n"
5131
5132 #: misc/findsuper.c:175
5133 #, c-format
5134 msgid "startkb should be positive, not %llu\n"
5135 msgstr "principio debe ser positivo, no %llu\n"
5136
5137 #: misc/findsuper.c:186
5138 #, c-format
5139 msgid "starting at %llu, with %u byte increments\n"
5140 msgstr "se comienza en %llu, con incrementos de %u bytes\n"
5141
5142 #: misc/findsuper.c:188
5143 #, c-format
5144 msgid ""
5145 "[*] probably superblock written in the ext3 journal superblock,\n"
5146 "\tso start/end/grp wrong\n"
5147 msgstr ""
5148 "[*] probablemente superbloque escrito en el superbloque del fichero\n"
5149 "\tde transacciones ext3; por lo tanto, comienzo/fin/grupo incorrecto\n"
5150
5151 #: misc/findsuper.c:190
5152 #, c-format
5153 msgid "byte_offset  byte_start     byte_end  fs_blocks blksz  grp  mkfs/mount_time           sb_uuid label\n"
5154 msgstr "depsplaz_oct comienzo_oct   fin_oct   bloqs_sf  blqtam grp  mkfs/hora_mount           sb_uuid etiq\n"
5155
5156 #: misc/findsuper.c:265
5157 #, c-format
5158 msgid ""
5159 "\n"
5160 "%11Lu: finished with errno %d\n"
5161 msgstr ""
5162 "\n"
5163 "%11Lu: se finaliza con el error número %d\n"
5164
5165 #: misc/fsck.c:343
5166 #, c-format
5167 msgid "WARNING: couldn't open %s: %s\n"
5168 msgstr "ATENCIÓN: no se puede abrir %s: %s\n"
5169
5170 #: misc/fsck.c:353
5171 #, c-format
5172 msgid "WARNING: bad format on line %d of %s\n"
5173 msgstr "ATENCIÓN: formato incorrecto en la línea %d de %s\n"
5174
5175 #: misc/fsck.c:370
5176 msgid ""
5177 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
5178 "\tfield.  I will kludge around things for you, but you\n"
5179 "\tshould fix your /etc/fstab file as soon as you can.\n"
5180 "\n"
5181 msgstr ""
5182 "ATENCIÓN: El /etc/fstab no contiene el campo passno fsck.\n"
5183 "\tSe intentará hacer un truco, pero se debería arreglar el \n"
5184 "\tfichero /etc/fstab tan pronto como sea posible.\n"
5185 "\n"
5186
5187 #: misc/fsck.c:485
5188 #, c-format
5189 msgid "fsck: %s: not found\n"
5190 msgstr "fsck: %s: no se encontró\n"
5191
5192 #: misc/fsck.c:601
5193 #, c-format
5194 msgid "%s: wait: No more child process?!?\n"
5195 msgstr "%s: espera: ¿¡¿No hay más procesos hijos?!?\n"
5196
5197 #: misc/fsck.c:623
5198 #, c-format
5199 msgid "Warning... %s for device %s exited with signal %d.\n"
5200 msgstr "Atención... %s para el dispositivo %s que finalizó con la señal %d.\n"
5201
5202 #: misc/fsck.c:629
5203 #, c-format
5204 msgid "%s %s: status is %x, should never happen.\n"
5205 msgstr "%s %s: el estatus es %x, y nunca debió haber sucedido.\n"
5206
5207 #: misc/fsck.c:668
5208 #, c-format
5209 msgid "Finished with %s (exit status %d)\n"
5210 msgstr "Se finaliza con %s (estado de salida %d)\n"
5211
5212 #: misc/fsck.c:728
5213 #, c-format
5214 msgid "%s: Error %d while executing fsck.%s for %s\n"
5215 msgstr "%s: Error %d mientras se ejecutaba fsck. %s para %s\n"
5216
5217 #: misc/fsck.c:749
5218 msgid ""
5219 "Either all or none of the filesystem types passed to -t must be prefixed\n"
5220 "with 'no' or '!'.\n"
5221 msgstr ""
5222 "Los tipos de sistemas de ficheros pasados con -t deben llevar el prefijo\n"
5223 "'no' o '!' o todos o ninguno.\n"
5224
5225 #: misc/fsck.c:768
5226 msgid "Couldn't allocate memory for filesystem types\n"
5227 msgstr "No se puede reservar memoria para los tipos de sistema de ficheros\n"
5228
5229 #: misc/fsck.c:891
5230 #, c-format
5231 msgid "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"
5232 msgstr "%s: se ignora línea incorrecta en /etc/fstab: montaje «bind» con número de rango fcsk distinto de cero\n"
5233
5234 #: misc/fsck.c:918
5235 #, c-format
5236 msgid "fsck: cannot check %s: fsck.%s not found\n"
5237 msgstr "fsck: no se puede verificar %s: fsck.%s no se encuentra\n"
5238
5239 #: misc/fsck.c:974
5240 msgid "Checking all file systems.\n"
5241 msgstr "Revisando todos los sistemas de ficheros.\n"
5242
5243 #: misc/fsck.c:1065
5244 #, c-format
5245 msgid "--waiting-- (pass %d)\n"
5246 msgstr "--esperando-- (paso %d)\n"
5247
5248 #: misc/fsck.c:1085
5249 msgid "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
5250 msgstr ""
5251 "Modo de empleo:  fsck [-AMNPRTV] [ -C [ fd ] ] [-t tipo_de_sf]\n"
5252 "                      [opciones_de_sf] [sistema_de_ficheros ...]\n"
5253
5254 #: misc/fsck.c:1127
5255 #, c-format
5256 msgid "%s: too many devices\n"
5257 msgstr "%s: demasiados dispositivos\n"
5258
5259 #: misc/fsck.c:1160 misc/fsck.c:1246
5260 #, c-format
5261 msgid "%s: too many arguments\n"
5262 msgstr "%s: demasiados argumentos\n"
5263
5264 #: misc/fuse2fs.c:3746
5265 msgid "Mounting read-only.\n"
5266 msgstr "Montando solo para lectura.\n"
5267
5268 #: misc/fuse2fs.c:3770
5269 #, c-format
5270 msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
5271 msgstr "%s: Se permite a los usuarios reservar todos los bloques. ¡Es peligroso!\n"
5272
5273 #: misc/fuse2fs.c:3782 misc/fuse2fs.c:3800
5274 #, c-format
5275 msgid "%s: %s.\n"
5276 msgstr "%s: %s.\n"
5277
5278 #: misc/fuse2fs.c:3783 misc/fuse2fs.c:3802 misc/tune2fs.c:3104
5279 #, c-format
5280 msgid "Please run e2fsck -fy %s.\n"
5281 msgstr "Por favor, ejecute 'e2fsck -fy %s'.\n"
5282
5283 #: misc/fuse2fs.c:3793
5284 #, c-format
5285 msgid "%s: mounting read-only without recovering journal\n"
5286 msgstr "%s: se está montando solo para lectura sin recuperar el fichero de transacciones\n"
5287
5288 #: misc/fuse2fs.c:3809
5289 msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
5290 msgstr "Hay que recuperar el fichero de transacciones; hace falta ejecutar `e2fsck -E journal_only'.\n"
5291
5292 #: misc/fuse2fs.c:3817
5293 #, c-format
5294 msgid "%s: Writing to the journal is not supported.\n"
5295 msgstr "%s: No está contemplado escribir en el fichero de transacciones.\n"
5296
5297 #: misc/fuse2fs.c:3832
5298 msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
5299 msgstr "Atención: se está montando un sistema de ficheros sin comprobar; se recomienda ejecutar e2fsck.\n"
5300
5301 #: misc/fuse2fs.c:3836
5302 msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
5303 msgstr "Atención: se ha llegado al número máximo de montajes; se recomienda ejecutar e2fsck.\n"
5304
5305 #: misc/fuse2fs.c:3841
5306 msgid "Warning: Check time reached; running e2fsck is recommended.\n"
5307 msgstr "Atención: se ha llegado al tiempo límite de una comprobación; se recomienda ejecutar e2fsck.\n"
5308
5309 #: misc/fuse2fs.c:3845
5310 msgid "Orphans detected; running e2fsck is recommended.\n"
5311 msgstr "Se han detectado huérfanos; se recomienda ejecutar e2fsck.\n"
5312
5313 #: misc/fuse2fs.c:3849
5314 msgid "Errors detected; running e2fsck is required.\n"
5315 msgstr "Se han detectado errores; es preciso ejecutar e2fsck.\n"
5316
5317 #: misc/lsattr.c:75
5318 #, c-format
5319 msgid "Usage: %s [-RVadlpv] [files...]\n"
5320 msgstr "Modo de empleo: %s [-RVadlpv] [ficheros...]\n"
5321
5322 #: misc/lsattr.c:86
5323 #, c-format
5324 msgid "While reading flags on %s"
5325 msgstr "Mientras se leían las banderas en %s"
5326
5327 #: misc/lsattr.c:93
5328 #, c-format
5329 msgid "While reading project on %s"
5330 msgstr "Mientras se leía el proyecto en %s"
5331
5332 #: misc/lsattr.c:102
5333 #, c-format
5334 msgid "While reading version on %s"
5335 msgstr "Mientras se leía la versión en %s"
5336
5337 #: misc/mke2fs.c:131
5338 #, c-format
5339 msgid ""
5340 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
5341 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
5342 "\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
5343 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
5344 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
5345 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
5346 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z undo_file]\n"
5347 "\t[-jnqvDFSV] device [blocks-count]\n"
5348 msgstr ""
5349 "Modo de empleo: %s [-c|-l nombre-del-fichero] [-b tamaño-del-bloque] [-C tamaño-del-«cluster»]\n"
5350 "\t[-i bytes-por-nodo-i] [-I tamaño-del-nodo-i] -J opciones-de-fichero-de-transacciones]\n"
5351 "\t[-G tamaño-del_grupo_flex] [-N número-de-nodos-i] [-d directorio-raíz]\n"
5352 "\t[-m porcentaje-de-bloques-reservados] [-o SO-creador]\n"
5353 "\t[-g bloques-por-grupo] [-L etiqueta-de-volumen] [-M último-directorio-montado]\n"
5354 "\t[-O característica[,...]] [-r revisión-del-sf] [-E opción-extendida{,...]]\n"
5355 "\t[-t tipo-del-sf] [-T tipo-de-uso ] [-U UUID] [-e comportamiento_con_errores][-z fichero_deshacer]\n"
5356 "\t[-jnqvDFSV] dispositivo [número-de-bloques]\n"
5357
5358 #: misc/mke2fs.c:263
5359 #, c-format
5360 msgid "Running command: %s\n"
5361 msgstr "Ejecutando orden: %s\n"
5362
5363 #: misc/mke2fs.c:267
5364 #, c-format
5365 msgid "while trying to run '%s'"
5366 msgstr "mientras se intentaba ejecutar '%s'"
5367
5368 #: misc/mke2fs.c:274
5369 msgid "while processing list of bad blocks from program"
5370 msgstr "mientras se procesaba la lista de bloques dañados del programa"
5371
5372 #: misc/mke2fs.c:301
5373 #, c-format
5374 msgid "Block %d in primary superblock/group descriptor area bad.\n"
5375 msgstr "El bloque %d en el área del descriptor primario del superbloque/grupo está dañado.\n"
5376
5377 #: misc/mke2fs.c:303
5378 #, c-format
5379 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
5380 msgstr "Los bloques del %u al %u deben estar correctos para poder construir un sistema de ficheros.\n"
5381
5382 #: misc/mke2fs.c:306
5383 msgid "Aborting....\n"
5384 msgstr "Finalizando...\n"
5385
5386 #: misc/mke2fs.c:326
5387 #, c-format
5388 msgid ""
5389 "Warning: the backup superblock/group descriptors at block %u contain\n"
5390 "\tbad blocks.\n"
5391 "\n"
5392 msgstr ""
5393 "Atención: los descriptores de respaldo del superbloque/grupo en el bloque %u\n"
5394 "\tcontienen bloques dañados.\n"
5395 "\n"
5396
5397 #: misc/mke2fs.c:345 misc/mke2fs.c:3283
5398 msgid "while marking bad blocks as used"
5399 msgstr "mientras se marcaban los bloques dañados como utilizados"
5400
5401 #: misc/mke2fs.c:370
5402 msgid "while writing reserved inodes"
5403 msgstr "mientras se escribían los nodos-i reservados"
5404
5405 #: misc/mke2fs.c:422
5406 msgid "Writing inode tables: "
5407 msgstr "Escribiendo las tablas de nodos-i: "
5408
5409 #: misc/mke2fs.c:444
5410 #, c-format
5411 msgid ""
5412 "\n"
5413 "Could not write %d blocks in inode table starting at %llu: %s\n"
5414 msgstr ""
5415 "\n"
5416 "No se pueden escribir %d bloques en la tabla de nodos-i comenzando en %llu: %s\n"
5417
5418 #: misc/mke2fs.c:459 misc/mke2fs.c:2835 misc/mke2fs.c:3243
5419 msgid "done                            \n"
5420 msgstr "hecho                           \n"
5421
5422 #: misc/mke2fs.c:474
5423 msgid "while creating root dir"
5424 msgstr "mientras se creaba el directorio raíz"
5425
5426 #: misc/mke2fs.c:481
5427 msgid "while reading root inode"
5428 msgstr "mientras se leía el nodo-i raíz"
5429
5430 #: misc/mke2fs.c:493
5431 msgid "while setting root inode ownership"
5432 msgstr "mientras se establecía el dueño del nodo-i raíz"
5433
5434 #: misc/mke2fs.c:511
5435 msgid "while creating /lost+found"
5436 msgstr "mientras se creaba /lost+found"
5437
5438 #: misc/mke2fs.c:518
5439 msgid "while looking up /lost+found"
5440 msgstr "mientras se revisaba /lost+found"
5441
5442 #: misc/mke2fs.c:531
5443 msgid "while expanding /lost+found"
5444 msgstr "mientras se expandía /lost+found"
5445
5446 #: misc/mke2fs.c:546
5447 msgid "while setting bad block inode"
5448 msgstr "mientras se ponía el nodo-i de bloques dañados"
5449
5450 #: misc/mke2fs.c:573
5451 #, c-format
5452 msgid "Out of memory erasing sectors %d-%d\n"
5453 msgstr "Se agotó la memoria cuando se borraban los sectores %d-%d\n"
5454
5455 #: misc/mke2fs.c:583
5456 #, c-format
5457 msgid "Warning: could not read block 0: %s\n"
5458 msgstr "Atención: no se puede leer el bloque 0: %s\n"
5459
5460 #: misc/mke2fs.c:601
5461 #, c-format
5462 msgid "Warning: could not erase sector %d: %s\n"
5463 msgstr "Atención: no se puede borrar el sector %d: %s\n"
5464
5465 #: misc/mke2fs.c:617
5466 msgid "while splitting the journal size"
5467 msgstr "mientras se partía el tamaño del fichero de transacciones"
5468
5469 #: misc/mke2fs.c:624
5470 msgid "while initializing journal superblock"
5471 msgstr "mientras se inicializaba el superbloque del fichero de transacciones"
5472
5473 #: misc/mke2fs.c:632
5474 msgid "Zeroing journal device: "
5475 msgstr "Se rellena con ceros el dispositivo del fichero de transacciones: "
5476
5477 #: misc/mke2fs.c:644
5478 #, c-format
5479 msgid "while zeroing journal device (block %llu, count %d)"
5480 msgstr "mientras se inicializaba con ceros el dispositivo del fichero de transacciones (bloque %llu, cuenta %d)"
5481
5482 #: misc/mke2fs.c:662
5483 msgid "while writing journal superblock"
5484 msgstr "mientras se escribía el superbloque del fichero de transacciones"
5485
5486 #: misc/mke2fs.c:676
5487 #, c-format
5488 msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5489 msgstr "Se está creando un sistema de ficheros con %llu bloques de %dk y %u nodos-i\n"
5490
5491 #: misc/mke2fs.c:684
5492 #, c-format
5493 msgid ""
5494 "warning: %llu blocks unused.\n"
5495 "\n"
5496 msgstr ""
5497 "Atención: hay %llu bloques sin usar.\n"
5498 "\n"
5499
5500 #: misc/mke2fs.c:688
5501 #, c-format
5502 msgid "Filesystem label=%.*s\n"
5503 msgstr "Etiqueta del sistema de ficheros=%.*s\n"
5504
5505 #: misc/mke2fs.c:692
5506 #, c-format
5507 msgid "OS type: %s\n"
5508 msgstr "Tipo de SO: %s\n"
5509
5510 #: misc/mke2fs.c:694
5511 #, c-format
5512 msgid "Block size=%u (log=%u)\n"
5513 msgstr "Tamaño del bloque=%u (log=%u)\n"
5514
5515 #: misc/mke2fs.c:697
5516 #, c-format
5517 msgid "Cluster size=%u (log=%u)\n"
5518 msgstr "Tamaño del «cluster»=%u (log=%u)\n"
5519
5520 #: misc/mke2fs.c:701
5521 #, c-format
5522 msgid "Fragment size=%u (log=%u)\n"
5523 msgstr "Tamaño del fragmento=%u (log=%u)\n"
5524
5525 #: misc/mke2fs.c:703
5526 #, c-format
5527 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5528 msgstr "Stride=%u bloques, anchura de stripe=%u bloques\n"
5529
5530 #: misc/mke2fs.c:705
5531 #, c-format
5532 msgid "%u inodes, %llu blocks\n"
5533 msgstr "%u nodos-i, %llu bloques\n"
5534
5535 #: misc/mke2fs.c:707
5536 #, c-format
5537 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5538 msgstr "%llu bloques (%2.2f%%) reservados para el superusuario\n"
5539
5540 #: misc/mke2fs.c:710
5541 #, c-format
5542 msgid "First data block=%u\n"
5543 msgstr "Primer bloque de datos=%u\n"
5544
5545 #: misc/mke2fs.c:712
5546 #, c-format
5547 msgid "Root directory owner=%u:%u\n"
5548 msgstr "Propietario del directorio raíz=%u:%u\n"
5549
5550 #: misc/mke2fs.c:714
5551 #, c-format
5552 msgid "Maximum filesystem blocks=%lu\n"
5553 msgstr "Número máximo de bloques del sistema de ficheros=%lu\n"
5554
5555 #: misc/mke2fs.c:718
5556 #, c-format
5557 msgid "%u block groups\n"
5558 msgstr "%u grupos de bloques\n"
5559
5560 #: misc/mke2fs.c:720
5561 #, c-format
5562 msgid "%u block group\n"
5563 msgstr "%u grupo de bloques\n"
5564
5565 #: misc/mke2fs.c:722
5566 #, c-format
5567 msgid "%u blocks per group, %u clusters per group\n"
5568 msgstr "%u bloques por grupo, %u «clusters» por grupo\n"
5569
5570 #: misc/mke2fs.c:725
5571 #, c-format
5572 msgid "%u blocks per group, %u fragments per group\n"
5573 msgstr "%u bloques por grupo, %u fragmentos por grupo\n"
5574
5575 #: misc/mke2fs.c:727
5576 #, c-format
5577 msgid "%u inodes per group\n"
5578 msgstr "%u nodos-i por grupo\n"
5579
5580 #: misc/mke2fs.c:736
5581 #, c-format
5582 msgid "Filesystem UUID: %s\n"
5583 msgstr "UUID del sistema de ficheros: %s\n"
5584
5585 #: misc/mke2fs.c:737
5586 msgid "Superblock backups stored on blocks: "
5587 msgstr "Respaldos del superbloque guardados en los bloques: "
5588
5589 #: misc/mke2fs.c:833
5590 #, c-format
5591 msgid "%s requires '-O 64bit'\n"
5592 msgstr "%s requiere '-O 64bit'\n"
5593
5594 #: misc/mke2fs.c:839
5595 #, c-format
5596 msgid "'%s' must be before 'resize=%u'\n"
5597 msgstr "'%s' debe estar antes de 'resize=%u'\n"
5598
5599 #: misc/mke2fs.c:852
5600 #, c-format
5601 msgid "Invalid desc_size: '%s'\n"
5602 msgstr "desc_size no válido: '%s'\n"
5603
5604 #: misc/mke2fs.c:866
5605 #, c-format
5606 msgid "Invalid hash seed: %s\n"
5607 msgstr "La semilla «hash» no es válida: %s\n"
5608
5609 #: misc/mke2fs.c:878
5610 #, c-format
5611 msgid "Invalid offset: %s\n"
5612 msgstr "Desplazamiento no válido: %s\n"
5613
5614 #: misc/mke2fs.c:892 misc/tune2fs.c:2146
5615 #, c-format
5616 msgid "Invalid mmp_update_interval: %s\n"
5617 msgstr "mmp_update_interval no válido: %s\n"
5618
5619 #: misc/mke2fs.c:909
5620 #, c-format
5621 msgid "Invalid # of backup superblocks: %s\n"
5622 msgstr "Número de superbloques de respaldo no válido: %s\n"
5623
5624 #: misc/mke2fs.c:931
5625 #, c-format
5626 msgid "Invalid stride parameter: %s\n"
5627 msgstr "Parámetro de «stride» no válido: %s\n"
5628
5629 #: misc/mke2fs.c:946
5630 #, c-format
5631 msgid "Invalid stripe-width parameter: %s\n"
5632 msgstr "Parámetro stripe-width no válido: %s\n"
5633
5634 #: misc/mke2fs.c:969
5635 #, c-format
5636 msgid "Invalid resize parameter: %s\n"
5637 msgstr "Parámetro de variación de tamaño no válido: %s\n"
5638
5639 #: misc/mke2fs.c:976
5640 msgid "The resize maximum must be greater than the filesystem size.\n"
5641 msgstr "El máximo de la variación de tamaño debe ser mayor que el tamaño del sistema de ficheros.\n"
5642
5643 #: misc/mke2fs.c:1000
5644 msgid "On-line resizing not supported with revision 0 filesystems\n"
5645 msgstr "El cambio de tamaño en línea no es posible en sistemas de archivos de revisión 0\n"
5646
5647 #: misc/mke2fs.c:1026 misc/mke2fs.c:1035
5648 #, c-format
5649 msgid "Invalid root_owner: '%s'\n"
5650 msgstr "root_owner no válido: '%s'\n"
5651
5652 #: misc/mke2fs.c:1080
5653 #, c-format
5654 msgid "Invalid encoding: %s"
5655 msgstr "La codificación no es válida: %s"
5656
5657 #: misc/mke2fs.c:1098
5658 #, c-format
5659 msgid ""
5660 "\n"
5661 "Bad option(s) specified: %s\n"
5662 "\n"
5663 "Extended options are separated by commas, and may take an argument which\n"
5664 "\tis set off by an equals ('=') sign.\n"
5665 "\n"
5666 "Valid extended options are:\n"
5667 "\tmmp_update_interval=<interval>\n"
5668 "\tnum_backup_sb=<0|1|2>\n"
5669 "\tstride=<RAID per-disk data chunk in blocks>\n"
5670 "\tstripe-width=<RAID stride * data disks in blocks>\n"
5671 "\toffset=<offset to create the file system>\n"
5672 "\tresize=<resize maximum size in blocks>\n"
5673 "\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5674 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5675 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5676 "\troot_owner=<uid of root dir>:<gid of root dir>\n"
5677 "\ttest_fs\n"
5678 "\tdiscard\n"
5679 "\tnodiscard\n"
5680 "\tencoding=<encoding>\n"
5681 "\tencoding_flags=<flags>\n"
5682 "\tquotatype=<quota type(s) to be enabled>\n"
5683 "\n"
5684 msgstr ""
5685 "\n"
5686 "Las opciones especificadas son incorrectas: %s\n"
5687 "\n"
5688 "Las opciones extendidas deben estar separadas por comas, y pueden tomar un\n"
5689 "\targumento que se ajusta con un signo de igual ('=').\n"
5690 "\n"
5691 "Las opciones extendidas válidas son:\n"
5692 "\tmmp_update_interval=<intervalo>\n"
5693 "\tnum_backup_sb=<0|1|2>\n"
5694 "\tstride=<longitud de la zancada, en bloques>\n"
5695 "\tstripe-width=<«stride» de RAID * discos de datos, en bloques>\n"
5696 "\toffset=<desplazamiento para crear el sistema de ficheros>\n"
5697 "\tresize=<máximo de variación de tamaño, en bloques>\n"
5698 "\tpacked_meta_blocks=<0 para desactivar, 1 para activar>\n"
5699 "\tlazy_itable_init=<0 para desactivar, 1 para activar>\n"
5700 "\tlazy_journal_init=<0 para desactivar, 1 para activar>\n"
5701 "\troot_owner=<uid del directorio raíz>\n"
5702 "\ttest_fs\n"
5703 "\tdiscard\n"
5704 "\tnodiscard\n"
5705 "\tencoding=<codificación>\n"
5706 "\tencoding_flags=<banderas>\n"
5707 "\tquotatype=<tipo(s) de cuota para activar>\n"
5708 "\n"
5709
5710 #: misc/mke2fs.c:1125
5711 #, c-format
5712 msgid ""
5713 "\n"
5714 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5715 "\n"
5716 msgstr ""
5717 "\n"
5718 "Atención: El parámetro «stripe-width» de RAID %u no es un múltiplo par del parámetro «stride» %u.\n"
5719 "\n"
5720
5721 #: misc/mke2fs.c:1136 misc/tune2fs.c:2282
5722 #, c-format
5723 msgid "error: Invalid encoding flag: %s\n"
5724 msgstr "error: Indicador de codificación no válido: %s\n"
5725
5726 #: misc/mke2fs.c:1142 misc/tune2fs.c:2291
5727 #, c-format
5728 msgid "error: An encoding must be explicitly specified when passing encoding-flags\n"
5729 msgstr "error: Debe especificarse explícitamente una codifiación cuando se pasan las banderas de codificación\n"
5730
5731 #: misc/mke2fs.c:1192
5732 #, c-format
5733 msgid ""
5734 "Syntax error in mke2fs config file (%s, line #%d)\n"
5735 "\t%s\n"
5736 msgstr ""
5737 "Error de sintaxis en el fichero de configuración de mke2fs (%s, línea #%d)\n"
5738 "\t%s\n"
5739
5740 #: misc/mke2fs.c:1205 misc/tune2fs.c:1107
5741 #, c-format
5742 msgid "Invalid filesystem option set: %s\n"
5743 msgstr "Se puso una opción no válida para el sistema de ficheros: %s\n"
5744
5745 #: misc/mke2fs.c:1217 misc/tune2fs.c:424
5746 #, c-format
5747 msgid "Invalid mount option set: %s\n"
5748 msgstr "Se puso una opción de montaje no válida: %s\n"
5749
5750 #: misc/mke2fs.c:1353
5751 #, c-format
5752 msgid ""
5753 "\n"
5754 "Your mke2fs.conf file does not define the %s filesystem type.\n"
5755 msgstr ""
5756 "\n"
5757 "El fichero mke2fs.conf no define el tipo de sistema de ficheros %s.\n"
5758
5759 #: misc/mke2fs.c:1357
5760 msgid ""
5761 "You probably need to install an updated mke2fs.conf file.\n"
5762 "\n"
5763 msgstr ""
5764 "Probablemente sea necesario instalar un fichero mke2fs.conf actualizado.\n"
5765 "\n"
5766
5767 #: misc/mke2fs.c:1361
5768 msgid "Aborting...\n"
5769 msgstr "Interrumpiendo...\n"
5770
5771 #: misc/mke2fs.c:1402
5772 #, c-format
5773 msgid ""
5774 "\n"
5775 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
5776 "\n"
5777 msgstr ""
5778 "\n"
5779 "Atención: el fs_type %s no está definido en mke2fs.conf\n"
5780 "\n"
5781
5782 #: misc/mke2fs.c:1591
5783 msgid "Couldn't allocate memory for new PATH.\n"
5784 msgstr "No se puede reservar memoria para la nueva RUTA.\n"
5785
5786 #: misc/mke2fs.c:1628
5787 #, c-format
5788 msgid "Couldn't init profile successfully (error: %ld).\n"
5789 msgstr "No se puede inicializar correctamente el perfil (error: %ld).\n"
5790
5791 #: misc/mke2fs.c:1661
5792 #, c-format
5793 msgid "invalid block size - %s"
5794 msgstr "tamaño del bloque inválido - %s"
5795
5796 #: misc/mke2fs.c:1665
5797 #, c-format
5798 msgid "Warning: blocksize %d not usable on most systems.\n"
5799 msgstr "Atención: el tamaño del bloque %d no se puede utilizar en muchos sistemas.\n"
5800
5801 #: misc/mke2fs.c:1681
5802 #, c-format
5803 msgid "invalid cluster size - %s"
5804 msgstr "tamaño del «cluster» no válido - %s"
5805
5806 #: misc/mke2fs.c:1694
5807 msgid "'-R' is deprecated, use '-E' instead"
5808 msgstr "'-R' está en desuso; utilice '-E' en su lugar"
5809
5810 #: misc/mke2fs.c:1708 misc/tune2fs.c:1872
5811 #, c-format
5812 msgid "bad error behavior - %s"
5813 msgstr "comportamiento de errores incorrecto - %s"
5814
5815 #: misc/mke2fs.c:1720
5816 msgid "Illegal number for blocks per group"
5817 msgstr "Número no válido de bloques por grupo"
5818
5819 #: misc/mke2fs.c:1725
5820 msgid "blocks per group must be multiple of 8"
5821 msgstr "los bloques por grupo deben ser un múltiplo de 8"
5822
5823 #: misc/mke2fs.c:1733
5824 msgid "Illegal number for flex_bg size"
5825 msgstr "Número no válido para el tamaño de flex_bg"
5826
5827 #: misc/mke2fs.c:1739
5828 msgid "flex_bg size must be a power of 2"
5829 msgstr "el tamaño de flex_bg debe ser una potencia de 2"
5830
5831 #: misc/mke2fs.c:1744
5832 #, c-format
5833 msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5834 msgstr "el tamaño de flex_bg (%lu) debe ser menor o igual que 2^31"
5835
5836 #: misc/mke2fs.c:1754
5837 #, c-format
5838 msgid "invalid inode ratio %s (min %d/max %d)"
5839 msgstr "proporción de nodos-i inválida %s (min %d/max %d)"
5840
5841 #: misc/mke2fs.c:1764
5842 #, c-format
5843 msgid "invalid inode size - %s"
5844 msgstr "tamaño de los nodos-i inválido - %s"
5845
5846 #: misc/mke2fs.c:1779
5847 msgid "Warning: -K option is deprecated and should not be used anymore. Use '-E nodiscard' extended option instead!\n"
5848 msgstr "¡Atención: la opción -K está en desuso y no debería utilizarse nunca más. Utilice la opción extendida '-E nodiscard' en su lugar!\n"
5849
5850 #: misc/mke2fs.c:1790
5851 msgid "in malloc for bad_blocks_filename"
5852 msgstr "en malloc para fichero_de_bloques_dañados"
5853
5854 #: misc/mke2fs.c:1799
5855 #, c-format
5856 msgid ""
5857 "Warning: label too long; will be truncated to '%s'\n"
5858 "\n"
5859 msgstr "Atención: la etiqueta es demasiado larga; se trunca a '%s'\n"
5860
5861 #: misc/mke2fs.c:1808
5862 #, c-format
5863 msgid "invalid reserved blocks percent - %s"
5864 msgstr "el porcentaje de bloques reservados es inválido - %s"
5865
5866 #: misc/mke2fs.c:1823
5867 #, c-format
5868 msgid "bad num inodes - %s"
5869 msgstr "número de los nodos-i inválido - %s"
5870
5871 #: misc/mke2fs.c:1836
5872 msgid "while allocating fs_feature string"
5873 msgstr "mientras se reservaba la cadena de fs_feature"
5874
5875 #: misc/mke2fs.c:1853
5876 #, c-format
5877 msgid "bad revision level - %s"
5878 msgstr "nivel de revisión incorrecto - %s"
5879
5880 #: misc/mke2fs.c:1858
5881 #, c-format
5882 msgid "while trying to create revision %d"
5883 msgstr "mientras se intentaba crear la revisión %d"
5884
5885 #: misc/mke2fs.c:1872
5886 msgid "The -t option may only be used once"
5887 msgstr "La opción -t solo puede utilizarse una vez"
5888
5889 #: misc/mke2fs.c:1880
5890 msgid "The -T option may only be used once"
5891 msgstr "La opción -T solo puede utilizarse una vez"
5892
5893 #: misc/mke2fs.c:1936 misc/mke2fs.c:3366
5894 #, c-format
5895 msgid "while trying to open journal device %s\n"
5896 msgstr "mientras se intentaba abrir el dispositivo del fichero de transacciones %s\n"
5897
5898 #: misc/mke2fs.c:1942
5899 #, c-format
5900 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5901 msgstr ""
5902 "El tamaño del bloque del dispositivo del fichero de transacciones (%d) es\n"
5903 "menor que el tamaño del bloque mínimo %d\n"
5904
5905 #: misc/mke2fs.c:1948
5906 #, c-format
5907 msgid "Using journal device's blocksize: %d\n"
5908 msgstr "Utilizando el tamaño de bloque del dispositivo del fichero de transacciones: %d\n"
5909
5910 # The specified number of blocks is invalid.
5911 #: misc/mke2fs.c:1959
5912 #, c-format
5913 msgid "invalid blocks '%s' on device '%s'"
5914 msgstr "bloques no válidos '%s' en el dispositivo '%s'"
5915
5916 #: misc/mke2fs.c:1979
5917 msgid "filesystem"
5918 msgstr "sistema de ficheros"
5919
5920 #: misc/mke2fs.c:1991 resize/main.c:506
5921 msgid "while trying to determine filesystem size"
5922 msgstr "mientras se intentaba determinar el tamaño del sistema de ficheros"
5923
5924 #: misc/mke2fs.c:1997
5925 msgid ""
5926 "Couldn't determine device size; you must specify\n"
5927 "the size of the filesystem\n"
5928 msgstr ""
5929 "No se puede determinar el tamaño del dispositivo; se deberá especificar\n"
5930 "explícitamente el tamaño del sistema de ficheros\n"
5931
5932 # Se informó que -> Se informó de que
5933 #: misc/mke2fs.c:2004
5934 msgid ""
5935 "Device size reported to be zero.  Invalid partition specified, or\n"
5936 "\tpartition table wasn't reread after running fdisk, due to\n"
5937 "\ta modified partition being busy and in use.  You may need to reboot\n"
5938 "\tto re-read your partition table.\n"
5939 msgstr ""
5940 "Se informó de que el tamaño del dispositivo es cero.  Es posible que se haya\n"
5941 "\tespecificado una partición no válida o que la tabla de particiones\n"
5942 "\tno haya sido releída después de ejecutar fdisk debido a que una \n"
5943 "\tpartición modificada está ocupada o en uso.  Es necesario reiniciar\n"
5944 "\tpara poder releer la tabla de particiones.\n"
5945
5946 #: misc/mke2fs.c:2021
5947 msgid "Filesystem larger than apparent device size."
5948 msgstr "El sistema de ficheros es más grande que el tamaño aparente del dispositivo."
5949
5950 #: misc/mke2fs.c:2041
5951 msgid "Failed to parse fs types list\n"
5952 msgstr "Fallo al analizar sintácticamente la lista de tipos de sf\n"
5953
5954 #: misc/mke2fs.c:2091
5955 msgid "The HURD does not support the filetype feature.\n"
5956 msgstr "El HURD no tiene implementada la opción de tipos de fichero.\n"
5957
5958 #: misc/mke2fs.c:2096
5959 msgid "The HURD does not support the huge_file feature.\n"
5960 msgstr "El HURD no tiene implementada la opción huge_file.\n"
5961
5962 #: misc/mke2fs.c:2101
5963 msgid "The HURD does not support the metadata_csum feature.\n"
5964 msgstr "El HURD no tiene implementada la opción metadata_csum.\n"
5965
5966 #: misc/mke2fs.c:2106
5967 msgid "The HURD does not support the ea_inode feature.\n"
5968 msgstr "El HURD no tiene implementada la opción ea_inode.\n"
5969
5970 #: misc/mke2fs.c:2116
5971 msgid "while trying to determine hardware sector size"
5972 msgstr "mientras se intentaba determinar el tamaño del sector del hardware"
5973
5974 #: misc/mke2fs.c:2122
5975 msgid "while trying to determine physical sector size"
5976 msgstr "mientras se intentaba determinar el tamaño del sector físico"
5977
5978 #: misc/mke2fs.c:2154
5979 msgid "while setting blocksize; too small for device\n"
5980 msgstr "mientras se establecía el tamaño de bloque; demasiado pequeño para el dispositivo\n"
5981
5982 #: misc/mke2fs.c:2159
5983 #, c-format
5984 msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5985 msgstr "Atención: el tamaño de bloque especificado %d es menor que el tamaño de sector físico del dispositivo %d\n"
5986
5987 #: misc/mke2fs.c:2183
5988 #, c-format
5989 msgid ""
5990 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5991 "\tin 32 bits using a blocksize of %d.\n"
5992 msgstr ""
5993 "%s: Tamaño del dispositivo (0x%llx bloques) %s demasiado grande para expresarse\n"
5994 "\ten 32 bits utilizando un tamaño de bloque de %d.\n"
5995
5996 #: misc/mke2fs.c:2197
5997 #, c-format
5998 msgid ""
5999 "%s: Size of device (0x%llx blocks) %s too big to create\n"
6000 "\ta filesystem using a blocksize of %d.\n"
6001 msgstr ""
6002 "%s: Tamaño del dispositivo (0x%llx bloques) %s demasiado grande para crear\n"
6003 "\tun sistema de ficheros utilizando un tamaño de bloque de %d.\n"
6004
6005 #: misc/mke2fs.c:2219
6006 msgid "fs_types for mke2fs.conf resolution: "
6007 msgstr "resolución de fs_types para mke2fs.conf: "
6008
6009 #: misc/mke2fs.c:2226
6010 msgid "Filesystem features not supported with revision 0 filesystems\n"
6011 msgstr "Características del sistema de ficheros no disponibles con la revisión 0 de los sistemas de ficheros\n"
6012
6013 #: misc/mke2fs.c:2234
6014 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
6015 msgstr "Superbloques dispersos no disponibles con la revisión 0 de los sistemas de ficheros\n"
6016
6017 #: misc/mke2fs.c:2244
6018 msgid "Journals not supported with revision 0 filesystems\n"
6019 msgstr "Fichero de transacciones no implementado para la revisión 0 de los sistemas de ficheros\n"
6020
6021 #: misc/mke2fs.c:2257
6022 #, c-format
6023 msgid "invalid reserved blocks percent - %lf"
6024 msgstr "el porcentaje de bloques reservados es inválido - %lf"
6025
6026 #: misc/mke2fs.c:2274
6027 msgid "Extents MUST be enabled for a 64-bit filesystem.  Pass -O extents to rectify.\n"
6028 msgstr "Los «extents» DEBEN estar activados para un sistema de ficheros de 64 bits.  Pase -O extents para rectificar.\n"
6029
6030 #: misc/mke2fs.c:2294
6031 msgid "The cluster size may not be smaller than the block size.\n"
6032 msgstr "El tamaño de «cluster» no puede ser menor que el tamaño de bloque.\n"
6033
6034 #: misc/mke2fs.c:2300
6035 msgid "specifying a cluster size requires the bigalloc feature"
6036 msgstr "para especificar un tamaño de «cluster» hace falta la característica «bigalloc»"
6037
6038 #: misc/mke2fs.c:2320
6039 #, c-format
6040 msgid "warning: Unable to get device geometry for %s\n"
6041 msgstr "atención: no se puede obtener la geometría del dispositivo para %s\n"
6042
6043 #: misc/mke2fs.c:2332
6044 #, c-format
6045 msgid "%s alignment is offset by %lu bytes.\n"
6046 msgstr "el alineamiento de %s está desplazado en %lu bytes.\n"
6047
6048 #: misc/mke2fs.c:2334
6049 #, c-format
6050 msgid "This may result in very poor performance, (re)-partitioning suggested.\n"
6051 msgstr "Esto puede provocar un rendimiento muy bajo; se sugiere (re)particionar.\n"
6052
6053 #: misc/mke2fs.c:2340
6054 #, c-format
6055 msgid "%s is capable of DAX but current block size %u is different from system page size %u so filesystem will not support DAX.\n"
6056 msgstr "%s tiene capacidad DAX pero el tamaño actual %u de bloque difiere del tamaño %u de página del sistema, por lo que el sistema de ficheros no admitirá DAX.\n"
6057
6058 #: misc/mke2fs.c:2364
6059 #, c-format
6060 msgid "%d-byte blocks too big for system (max %d)"
6061 msgstr "los bloques de %d bytes son muy grandes para el sistema (máx %d)"
6062
6063 #: misc/mke2fs.c:2368
6064 #, c-format
6065 msgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
6066 msgstr ""
6067 "Atención: los bloques de %d bytes son muy grandes para el sistema\n"
6068 "(máx %d): continuación forzada\n"
6069
6070 #: misc/mke2fs.c:2376
6071 #, c-format
6072 msgid "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata and journal checksum features.\n"
6073 msgstr "Sugerencia: utilice un núcleo de Linux >= 3.18 para disponer de una mejor estabilidad de los metadatos y de suma de comprobación del fichero de transacciones.\n"
6074
6075 #: misc/mke2fs.c:2422
6076 #, c-format
6077 msgid "Unknown filename encoding from profile: %s"
6078 msgstr "Codificación de nombre de fichero desconocida en el perfil: %s"
6079
6080 #: misc/mke2fs.c:2433
6081 #, c-format
6082 msgid "Unknown encoding flags from profile: %s"
6083 msgstr "Banderas de codificación desconocidas en el perfil: %s"
6084
6085 #: misc/mke2fs.c:2458
6086 #, c-format
6087 msgid ""
6088 "\n"
6089 "Warning: offset specified without an explicit file system size.\n"
6090 "Creating a file system with %llu blocks but this might\n"
6091 "not be what you want.\n"
6092 "\n"
6093 msgstr ""
6094 "\n"
6095 "Atención: desplazamiento especificado sin un tamaño explícito del sistema de ficheros.\n"
6096 "Se está creando un sistema de ficheros con %llu bloques,\n"
6097 "pero esto podría no ser lo que usted desea.\n"
6098 "\n"
6099
6100 #: misc/mke2fs.c:2473
6101 #, c-format
6102 msgid "%d byte inodes are too small for project quota"
6103 msgstr "los nodos-i de %d octetos son demasiado pequeños para cuota de proyecto"
6104
6105 #: misc/mke2fs.c:2495
6106 msgid "Can't support bigalloc feature without extents feature"
6107 msgstr "No se puede disponer de la característica «bigalloc» sin la característica «extents»"
6108
6109 #: misc/mke2fs.c:2502
6110 msgid ""
6111 "The resize_inode and meta_bg features are not compatible.\n"
6112 "They can not be both enabled simultaneously.\n"
6113 msgstr ""
6114 "Las características resize_inode y meta_bg no son compatibles.\n"
6115 "No pueden estar activadas las dos a la vez.\n"
6116
6117 #: misc/mke2fs.c:2510
6118 msgid ""
6119 "\n"
6120 "Warning: the bigalloc feature is still under development\n"
6121 "See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
6122 "\n"
6123 msgstr ""
6124 "\n"
6125 "Atención: la característica «bigalloc» aún está en proceso de desarrollo\n"
6126 "Véase https://ext4.wiki.kernel.org/index.php/Bigalloc para más información\n"
6127 "\n"
6128
6129 #: misc/mke2fs.c:2522
6130 msgid "reserved online resize blocks not supported on non-sparse filesystem"
6131 msgstr "el cambio de tamaño en línea de los bloques reservados no está implementado para los sistemas de ficheros que no están esparcidos"
6132
6133 #: misc/mke2fs.c:2531
6134 msgid "blocks per group count out of range"
6135 msgstr "la cuenta de bloques por grupo está fuera del intervalo"
6136
6137 #: misc/mke2fs.c:2553
6138 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
6139 msgstr "La característica flex_bg no está activada, por lo que no puede especificarse el tamaño de flex_bg"
6140
6141 #: misc/mke2fs.c:2565
6142 #, c-format
6143 msgid "invalid inode size %d (min %d/max %d)"
6144 msgstr "tamaño incorrecto del nodo-i %d (mín %d/máx %d)"
6145
6146 #: misc/mke2fs.c:2580
6147 #, c-format
6148 msgid "%d byte inodes are too small for inline data; specify larger size"
6149 msgstr "los nodos-i de %d octetos son demasiado pequeños para datos en línea; especifique un tamaño mayor"
6150
6151 #: misc/mke2fs.c:2595
6152 #, c-format
6153 msgid "too many inodes (%llu), raise inode ratio?"
6154 msgstr "demasiados nodos-i (%llu), ¿aumentar el ratio de los nodos-i?"
6155
6156 #: misc/mke2fs.c:2603
6157 #, c-format
6158 msgid "too many inodes (%llu), specify < 2^32 inodes"
6159 msgstr "demasiados nodos-i (%llu), especifique menos que 2^32 nodos-i"
6160
6161 #: misc/mke2fs.c:2617
6162 #, c-format
6163 msgid ""
6164 "inode_size (%u) * inodes_count (%u) too big for a\n"
6165 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
6166 "\tor lower inode count (-N).\n"
6167 msgstr ""
6168 "el tamaño_de_nodos_i (%u) * número_de_nodos_i (%u) es demasiado\n"
6169 "\tgrande para un sistema de ficheros con %llu bloques; especifique\n"
6170 "\tun ratio mayor de nodos-i (-i) o un menor número de nodos-i (-N).\n"
6171
6172 #: misc/mke2fs.c:2814
6173 msgid "Discarding device blocks: "
6174 msgstr "Descartando los bloques del dispositivo: "
6175
6176 #: misc/mke2fs.c:2830
6177 msgid "failed - "
6178 msgstr "fallo - "
6179
6180 #: misc/mke2fs.c:2889
6181 msgid "while initializing quota context"
6182 msgstr "mientras se inicializaba el contexto de cuota"
6183
6184 #: misc/mke2fs.c:2896
6185 msgid "while writing quota inodes"
6186 msgstr "mientras se escribían los nodos-i de la cuota"
6187
6188 #: misc/mke2fs.c:2921
6189 #, c-format
6190 msgid "bad error behavior in profile - %s"
6191 msgstr "comportamiento de errores incorrecto en el perfil - %s"
6192
6193 #: misc/mke2fs.c:3000
6194 msgid "in malloc for android_sparse_params"
6195 msgstr "en malloc para parámetros_dispersos_de_android"
6196
6197 #: misc/mke2fs.c:3014
6198 msgid "while setting up superblock"
6199 msgstr "mientras se ajustaba el superbloque"
6200
6201 #: misc/mke2fs.c:3030
6202 msgid "Extents are not enabled.  The file extent tree can be checksummed, whereas block maps cannot.  Not enabling extents reduces the coverage of metadata checksumming.  Pass -O extents to rectify.\n"
6203 msgstr "Los «extents» no están activados.  Es posible calcular la suma de comprobación de los árboles «extent» de ficheros, no de los mapas de bloques.  No activar los «extents» reduce la cobertura de las sumas de comprobación de metadatos.  Pase -O «extents» para rectificar.\n"
6204
6205 #: misc/mke2fs.c:3037
6206 msgid "64-bit filesystem support is not enabled.  The larger fields afforded by this feature enable full-strength checksumming.  Pass -O 64bit to rectify.\n"
6207 msgstr "No está activado que se admitan sistemas de ficheros de 64 bits.  Los campos más grandes ofrecidos por esta característica permiten la suma de comprobación más potente.  Pase -O 64bit para rectificar.\n"
6208
6209 #: misc/mke2fs.c:3045
6210 msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
6211 msgstr "La característica metadata_csum_seed requiere la característica metadata_csum.\n"
6212
6213 #: misc/mke2fs.c:3069
6214 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
6215 msgstr "El descarte ha sido correcto y devolverá 0s - se salta el borrado de la tabla de nodos-i\n"
6216
6217 #: misc/mke2fs.c:3168
6218 #, c-format
6219 msgid "unknown os - %s"
6220 msgstr "sistema operativo desconocido - %s"
6221
6222 #: misc/mke2fs.c:3231
6223 msgid "Allocating group tables: "
6224 msgstr "Reservando las tablas de grupo: "
6225
6226 #: misc/mke2fs.c:3239
6227 msgid "while trying to allocate filesystem tables"
6228 msgstr "mientras se intentaba reservar las tablas del sistema de ficheros"
6229
6230 #: misc/mke2fs.c:3254
6231 msgid "while unmarking bad blocks"
6232 msgstr "mientras se desmarcaban los bloques dañados"
6233
6234 #: misc/mke2fs.c:3265
6235 msgid ""
6236 "\n"
6237 "\twhile converting subcluster bitmap"
6238 msgstr ""
6239 "\n"
6240 "\tmientras se convertía el mapa de bits de «subcluster»"
6241
6242 #: misc/mke2fs.c:3274
6243 msgid "while calculating overhead"
6244 msgstr "mientras se calculaba la sobrecarga"
6245
6246 #: misc/mke2fs.c:3293
6247 #, c-format
6248 msgid "%s may be further corrupted by superblock rewrite\n"
6249 msgstr "%s puede corromperse aún más por reescritura de superbloque\n"
6250
6251 #: misc/mke2fs.c:3334
6252 #, c-format
6253 msgid "while zeroing block %llu at end of filesystem"
6254 msgstr "mientras se inicializaba a cero el bloque %llu al final del sistema de ficheros"
6255
6256 #: misc/mke2fs.c:3347
6257 msgid "while reserving blocks for online resize"
6258 msgstr "mientras se reservaban los bloques para el cambio de tamaño en línea"
6259
6260 #: misc/mke2fs.c:3359 misc/tune2fs.c:1569
6261 msgid "journal"
6262 msgstr "fichero de transacciones"
6263
6264 #: misc/mke2fs.c:3371
6265 #, c-format
6266 msgid "Adding journal to device %s: "
6267 msgstr "Añadiendo el fichero de transacciones al dispositivo %s: "
6268
6269 #: misc/mke2fs.c:3378
6270 #, c-format
6271 msgid ""
6272 "\n"
6273 "\twhile trying to add journal to device %s"
6274 msgstr ""
6275 "\n"
6276 "\tmientras se intentaba añadir el fichero de transacciones al dispositivo %s"
6277
6278 #: misc/mke2fs.c:3383 misc/mke2fs.c:3413 misc/mke2fs.c:3455
6279 #: misc/mk_hugefiles.c:602 misc/tune2fs.c:1598 misc/tune2fs.c:1620
6280 msgid "done\n"
6281 msgstr "hecho\n"
6282
6283 #: misc/mke2fs.c:3390
6284 msgid "Skipping journal creation in super-only mode\n"
6285 msgstr "Se omite la creación del fichero de transacciones en modo solo-super\n"
6286
6287 #: misc/mke2fs.c:3400
6288 #, c-format
6289 msgid "Creating journal (%u blocks): "
6290 msgstr "Creando el fichero de transacciones (%u bloques): "
6291
6292 #: misc/mke2fs.c:3409
6293 msgid ""
6294 "\n"
6295 "\twhile trying to create journal"
6296 msgstr ""
6297 "\n"
6298 "\tmientras se intentaba crear el fichero de transacciones"
6299
6300 #: misc/mke2fs.c:3421 misc/tune2fs.c:1172
6301 msgid ""
6302 "\n"
6303 "Error while enabling multiple mount protection feature."
6304 msgstr ""
6305 "\n"
6306 "Error mientras se activaba la característica de protección de montaje múltiple."
6307
6308 #: misc/mke2fs.c:3426
6309 #, c-format
6310 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
6311 msgstr "La protección de montaje múltiple está activada con un intervalo de actualización de %d segundos.\n"
6312
6313 #: misc/mke2fs.c:3446
6314 msgid "Copying files into the device: "
6315 msgstr "Copiando ficheros al dispositivo: "
6316
6317 #: misc/mke2fs.c:3452
6318 msgid "while populating file system"
6319 msgstr "mientras se poblaba el sistema de ficheros"
6320
6321 #: misc/mke2fs.c:3459
6322 msgid "Writing superblocks and filesystem accounting information: "
6323 msgstr "Escribiendo superbloques y la información contable del sistema de ficheros: "
6324
6325 #: misc/mke2fs.c:3466
6326 msgid "while writing out and closing file system"
6327 msgstr "mientras se escribía y se cerraba el sistema de ficheros"
6328
6329 #: misc/mke2fs.c:3469
6330 msgid ""
6331 "done\n"
6332 "\n"
6333 msgstr ""
6334 "hecho\n"
6335 "\n"
6336
6337 #: misc/mk_hugefiles.c:339
6338 #, c-format
6339 msgid "while zeroing block %llu for hugefile"
6340 msgstr "mientras se inicializaba a cero el bloque %llu para fichero gigante"
6341
6342 #: misc/mk_hugefiles.c:516
6343 #, c-format
6344 msgid "Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
6345 msgstr "El desplazamiento de la partición de %llu (%uk) bloques no es compatible con el tamaño %u del «cluster».\n"
6346
6347 #: misc/mk_hugefiles.c:584
6348 msgid "Huge files will be zero'ed\n"
6349 msgstr "Los ficheros gigantes se rellenarán con ceros.\n"
6350
6351 #: misc/mk_hugefiles.c:585
6352 #, c-format
6353 msgid "Creating %lu huge file(s) "
6354 msgstr "Creando %lu fichero(s) gigante(s) "
6355
6356 #: misc/mk_hugefiles.c:587
6357 #, c-format
6358 msgid "with %llu blocks each"
6359 msgstr "con %llu bloques cada uno"
6360
6361 #: misc/mk_hugefiles.c:597
6362 #, c-format
6363 msgid "while creating huge file %lu"
6364 msgstr "mientras se creaba el fichero gigante %lu"
6365
6366 #: misc/mklost+found.c:50
6367 msgid "Usage: mklost+found\n"
6368 msgstr "Modo de empleo: mklost+found\n"
6369
6370 #: misc/partinfo.c:43
6371 #, c-format
6372 msgid ""
6373 "Usage:  %s device...\n"
6374 "\n"
6375 "Prints out the partition information for each given device.\n"
6376 "For example: %s /dev/hda\n"
6377 "\n"
6378 msgstr ""
6379 "Modo de empleo:  %s dispositivo...\n"
6380 "\n"
6381 "Este programa muestra la información de la partición de cada dispositivo.\n"
6382 "Por ejemplo: %s /dev/hda\n"
6383 "\n"
6384
6385 #: misc/partinfo.c:53
6386 #, c-format
6387 msgid "Cannot open %s: %s"
6388 msgstr "No se puede abrir %s: %s"
6389
6390 #: misc/partinfo.c:59
6391 #, c-format
6392 msgid "Cannot get geometry of %s: %s"
6393 msgstr "No se puede obtener la geometría de %s: %s"
6394
6395 #: misc/partinfo.c:67
6396 #, c-format
6397 msgid "Cannot get size of %s: %s"
6398 msgstr "No se puede obtener el tamaño de %s: %s"
6399
6400 #: misc/partinfo.c:73
6401 #, c-format
6402 msgid "%s: h=%3d s=%3d c=%4d   start=%8d size=%8lu end=%8d\n"
6403 msgstr "%s: h=%3d s=%3d c=%4d   inicio=%8d tamaño=%8lu fin=%8d\n"
6404
6405 #: misc/tune2fs.c:120
6406 msgid ""
6407 "\n"
6408 "This operation requires a freshly checked filesystem.\n"
6409 msgstr ""
6410 "\n"
6411 "Esta operación requiere un systema de ficheros recién comprobado.\n"
6412
6413 #: misc/tune2fs.c:122
6414 msgid "Please run e2fsck -f on the filesystem.\n"
6415 msgstr "Por favor, ejecute e2fsck -f sobre el sistema de ficheros.\n"
6416
6417 #: misc/tune2fs.c:124
6418 msgid "Please run e2fsck -fD on the filesystem.\n"
6419 msgstr "Por favor, ejecute e2fsck -fD sobre el sistema de ficheros.\n"
6420
6421 #: misc/tune2fs.c:137
6422 #, c-format
6423 msgid ""
6424 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
6425 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
6426 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
6427 "\t[-r reserved_blocks_count] [-u user] [-C mount_count]\n"
6428 "\t[-L volume_label] [-M last_mounted_dir]\n"
6429 "\t[-O [^]feature[,...]] [-Q quota_options]\n"
6430 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
6431 "\t[-I new_inode_size] [-z undo_file] device\n"
6432 msgstr ""
6433 "Modo de empleo: %s [-c cuenta-máxima-de-montajes] [-e comportamiento-de-errores] [-f] [-g grupo]\n"
6434 "\t[-i intervalo[d|m|w]] [-j] [-J opciones-del-fichero-de-transacciones] [-l]\n"
6435 "\t[-m porcentaje-de-bloques-reservados] [-o [^]opciones-de-montaje[,...]]\n"
6436 "\t[-r número-de-bloques-reservados] [-u usuario] [-C número-de-montajes]\n"
6437 "\t[-L etiqueta-de-volumen] [-M último-directorio-montado]\n"
6438 "\t[-O [^]característica[,...]] [-Q opcions_de-cuota]\n"
6439 "\t[-E opción-extendida[,...]] [-T última-fecha-de-revisón] [-U UUID]\n"
6440 "\t[-I nuevo-tamaño-de-nodo-i] [-z fichero-deshacer] dispositivo\n"
6441
6442 #: misc/tune2fs.c:228
6443 msgid "Journal superblock not found!\n"
6444 msgstr "¡No se encontró el superbloque del fichero de transacciones!\n"
6445
6446 #: misc/tune2fs.c:286
6447 msgid "while trying to open external journal"
6448 msgstr "mientras se intentaba abrir el fichero de transacciones externo"
6449
6450 #: misc/tune2fs.c:292 misc/tune2fs.c:2894
6451 #, c-format
6452 msgid "%s is not a journal device.\n"
6453 msgstr "%s no es un dispositivo con fichero de transacciones.\n"
6454
6455 #: misc/tune2fs.c:301 misc/tune2fs.c:2903
6456 #, c-format
6457 msgid ""
6458 "Journal superblock is corrupted, nr_users\n"
6459 "is too high (%d).\n"
6460 msgstr ""
6461 "El superbloque del fichero de transacciones está corrupto;\n"
6462 "nr_users es demasiado grande (%d).\n"
6463
6464 #: misc/tune2fs.c:308 misc/tune2fs.c:2910
6465 msgid "Filesystem's UUID not found on journal device.\n"
6466 msgstr ""
6467 "No se encontró el UUID del sistema de ficheros en el fichero de\n"
6468 "transacciones del dispositivo.\n"
6469
6470 #: misc/tune2fs.c:332
6471 msgid ""
6472 "Cannot locate journal device. It was NOT removed\n"
6473 "Use -f option to remove missing journal device.\n"
6474 msgstr ""
6475 "No se puede localizar el dispositivo del fichero de transacciones. NO se eliminó\n"
6476 "Utilice la opción -f para eliminar el dispositivo del fichero de transacciones perdido.\n"
6477
6478 #: misc/tune2fs.c:341
6479 msgid "Journal removed\n"
6480 msgstr "Fichero de transacciones eliminado\n"
6481
6482 #: misc/tune2fs.c:385
6483 msgid "while reading bitmaps"
6484 msgstr "mientras se leían los mapas de bits"
6485
6486 #: misc/tune2fs.c:393
6487 msgid "while clearing journal inode"
6488 msgstr "mientras se borraba el nodo-i del fichero de transacciones"
6489
6490 #: misc/tune2fs.c:406
6491 msgid "while writing journal inode"
6492 msgstr "mientras se escribía el nodo-i del fichero de transacciones"
6493
6494 #: misc/tune2fs.c:442 misc/tune2fs.c:467 misc/tune2fs.c:480
6495 msgid "(and reboot afterwards!)\n"
6496 msgstr "(¡y reinicie después!)\n"
6497
6498 #: misc/tune2fs.c:495
6499 #, c-format
6500 msgid "After running e2fsck, please run `resize2fs %s %s"
6501 msgstr "Después de ejecutar e2fsck, por favor, ejecute `resize2fs %s %s"
6502
6503 #: misc/tune2fs.c:498
6504 #, c-format
6505 msgid "Please run `resize2fs %s %s"
6506 msgstr "Por favor, ejecute `resize2fs %s %s"
6507
6508 #: misc/tune2fs.c:502
6509 #, c-format
6510 msgid " -z \"%s\""
6511 msgstr " -z \"%s\""
6512
6513 #: misc/tune2fs.c:504
6514 #, c-format
6515 msgid "' to enable 64-bit mode.\n"
6516 msgstr "' para activar el modo de 64 bits.\n"
6517
6518 #: misc/tune2fs.c:506
6519 #, c-format
6520 msgid "' to disable 64-bit mode.\n"
6521 msgstr "' para desactivar el modo de 64 bits.\n"
6522
6523 #: misc/tune2fs.c:1074
6524 msgid ""
6525 "WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6526 "  This requires Linux >= v4.4.\n"
6527 msgstr ""
6528 "ATENCIÓN: no se ha podido confirmar la capacidad del núcleo para metadata_csum_seed.\n"
6529 "  Se requiere Linux >= v4.4.\n"
6530
6531 #: misc/tune2fs.c:1110
6532 #, c-format
6533 msgid "Clearing filesystem feature '%s' not supported.\n"
6534 msgstr "No se puede desactivar la característica '%s' del sistema de ficheros.\n"
6535
6536 #: misc/tune2fs.c:1116
6537 #, c-format
6538 msgid "Setting filesystem feature '%s' not supported.\n"
6539 msgstr "El ajuste de la característica '%s' del sistema de ficheros no está implementado.\n"
6540
6541 #: misc/tune2fs.c:1125
6542 msgid ""
6543 "The has_journal feature may only be cleared when the filesystem is\n"
6544 "unmounted or mounted read-only.\n"
6545 msgstr ""
6546 "La bandera 'has_journal' sólo puede ser borrada cuando el sistema de\n"
6547 "ficheros no está montado o está montado en modo de sólo lectura.\n"
6548
6549 #: misc/tune2fs.c:1133
6550 msgid ""
6551 "The needs_recovery flag is set.  Please run e2fsck before clearing\n"
6552 "the has_journal flag.\n"
6553 msgstr ""
6554 "La bandera 'needs_recovery' está puesta.  Por favor ejecute e2fsck antes\n"
6555 "de deactivar la bandera 'has_journal'.\n"
6556
6557 #: misc/tune2fs.c:1151
6558 msgid ""
6559 "Setting filesystem feature 'sparse_super' not supported\n"
6560 "for filesystems with the meta_bg feature enabled.\n"
6561 msgstr ""
6562 "La característica 'sparse_super' no se puede activar\n"
6563 "en sistemas de ficheros que tengan la característica meta_bg activada.\n"
6564
6565 #: misc/tune2fs.c:1164
6566 msgid ""
6567 "The multiple mount protection feature can't\n"
6568 "be set if the filesystem is mounted or\n"
6569 "read-only.\n"
6570 msgstr ""
6571 "La caracterísitca de protección de montaje múltiple no puede\n"
6572 "ponerse si el sistema de ficheros está montado o es\n"
6573 "de solo lectura.\n"
6574
6575 #: misc/tune2fs.c:1182
6576 #, c-format
6577 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6578 msgstr "Se ha activado la protección de montaje múltiple con un intervalo de actualización de %ds.\n"
6579
6580 #: misc/tune2fs.c:1191
6581 msgid ""
6582 "The multiple mount protection feature cannot\n"
6583 "be disabled if the filesystem is readonly.\n"
6584 msgstr ""
6585 "La característica de montaje múltiple no se puede\n"
6586 "desactivar si el sistema de ficheros es de solo lectura.\n"
6587
6588 #: misc/tune2fs.c:1199
6589 msgid "Error while reading bitmaps\n"
6590 msgstr "Error mientras se leían los mapas de bits\n"
6591
6592 #: misc/tune2fs.c:1208
6593 #, c-format
6594 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6595 msgstr "El número mágico en el bloque MMP no cuadra. esperado: %x, real: %x\n"
6596
6597 #: misc/tune2fs.c:1213
6598 msgid "while reading MMP block."
6599 msgstr "mientras se leía el bloque MMP."
6600
6601 #: misc/tune2fs.c:1246
6602 msgid "Disabling directory index on filesystem with checksums could take some time."
6603 msgstr "Podría tardarse un rato en desactivar el índice del directorio en un sistema de ficheros con suma de comprobación."
6604
6605 #: misc/tune2fs.c:1250
6606 msgid "Cannot disable dir_index on a mounted filesystem!\n"
6607 msgstr "¡No se puede desactivar el índice_de_directorio en un sistema de ficheros montado!\n"
6608
6609 #: misc/tune2fs.c:1263
6610 msgid ""
6611 "Clearing the flex_bg flag would cause the the filesystem to be\n"
6612 "inconsistent.\n"
6613 msgstr ""
6614 "Borrar la bandera flex_bg provocaría que el sistema de ficheros se\n"
6615 "volviera inconsistente.\n"
6616
6617 #: misc/tune2fs.c:1274
6618 msgid ""
6619 "The huge_file feature may only be cleared when the filesystem is\n"
6620 "unmounted or mounted read-only.\n"
6621 msgstr ""
6622 "La característica 'huge_file' sólo puede ser borrada cuando el sistema de\n"
6623 "ficheros no está montado o está en modo de sólo lectura.\n"
6624
6625 #: misc/tune2fs.c:1285
6626 msgid "Enabling checksums could take some time."
6627 msgstr "Podría tardarse un poco en activar la suma de comprobación."
6628
6629 #: misc/tune2fs.c:1288
6630 msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6631 msgstr "¡No puede activarse metadata_csum en un sistema de ficheros montado!\n"
6632
6633 #: misc/tune2fs.c:1294
6634 msgid "Extents are not enabled.  The file extent tree can be checksummed, whereas block maps cannot.  Not enabling extents reduces the coverage of metadata checksumming.  Re-run with -O extent to rectify.\n"
6635 msgstr "Los «extents» no están activados.  Puede calcularse la suma de comprobación del árbol «extent» de ficheros, no de mapas de bloques.  No activar los «extents» reduce la cobertura de la suma de comprobación de metadatos.  Ejecute otra vez con -O «extent» para rectificar.\n"
6636
6637 #: misc/tune2fs.c:1301
6638 msgid "64-bit filesystem support is not enabled.  The larger fields afforded by this feature enable full-strength checksumming.  Run resize2fs -b to rectify.\n"
6639 msgstr "No está activado que se admitan sistemas de ficheros de 64 bits.  Los campos más grandes ofrecidos por esta característica permiten la suma de comprobación más potente.  Ejecute resize2fs -b para rectificar.\n"
6640
6641 #: misc/tune2fs.c:1327
6642 msgid "Disabling checksums could take some time."
6643 msgstr "Podría tardarse un rato en desactivar la suma de comprobación."
6644
6645 #: misc/tune2fs.c:1330
6646 msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6647 msgstr "¡No se puede desactivar metadata_csum en un sistema de ficheros montado!\n"
6648
6649 #: misc/tune2fs.c:1371
6650 msgid "Cannot enable uninit_bg on a mounted filesystem!\n"
6651 msgstr "¡No se puede activar uninit_bg en un sistema de ficheros montado!\n"
6652
6653 #: misc/tune2fs.c:1386
6654 msgid "Cannot disable uninit_bg on a mounted filesystem!\n"
6655 msgstr "¡No se puede desactivar uninit_bg en un sistema de ficheros montado!\n"
6656
6657 #: misc/tune2fs.c:1405
6658 #, c-format
6659 msgid "Cannot enable 64-bit mode while mounted!\n"
6660 msgstr "¡No se puede activar el modo de 64 bits cuando está montado!\n"
6661
6662 #: misc/tune2fs.c:1415
6663 #, c-format
6664 msgid "Cannot disable 64-bit mode while mounted!\n"
6665 msgstr "¡No se puede desactivar el modo de 64 bits cuando está montado!\n"
6666
6667 #: misc/tune2fs.c:1445
6668 #, c-format
6669 msgid "Cannot enable project feature; inode size too small.\n"
6670 msgstr "No se puede activar la característica del proyecto; el tamaño del nodo-i es demasiado pequeño.\n"
6671
6672 #: misc/tune2fs.c:1466
6673 msgid ""
6674 "\n"
6675 "Warning: '^quota' option overrides '-Q'arguments.\n"
6676 msgstr ""
6677 "\n"
6678 "Atención: la opción '^quota' deja sin efecto los argumentos '-Q'.\n"
6679
6680 #: misc/tune2fs.c:1483 misc/tune2fs.c:2244
6681 msgid "The casefold feature may only be enabled when the filesystem is unmounted.\n"
6682 msgstr "La característica casefold sólo puede activarse cuando el sistema de ficheros no está montado.\n"
6683
6684 #: misc/tune2fs.c:1495
6685 msgid ""
6686 "Setting feature 'metadata_csum_seed' is only supported\n"
6687 "on filesystems with the metadata_csum feature enabled.\n"
6688 msgstr ""
6689 "La característica 'metadata_csum_seed' solo se puede activar\n"
6690 "en sistemas de ficheros que tengan activada la característica meta_csum.\n"
6691
6692 #: misc/tune2fs.c:1513
6693 msgid ""
6694 "UUID has changed since enabling metadata_csum.  Filesystem must be unmounted \n"
6695 "to safely rewrite all metadata to match the new UUID.\n"
6696 msgstr ""
6697 "El UUID ha cambiado desde la activación de metadata_csum.  Debe desmontarse el \n"
6698 "sistema de ficheros para que puedan reescribirse sin peligro todos los metadatos \n"
6699 "y casen con el nuevo UUID.\n"
6700
6701 #: misc/tune2fs.c:1519
6702 msgid "Recalculating checksums could take some time."
6703 msgstr "Podría tardarse un poco en recalcular las sumas de comprobación."
6704
6705 #: misc/tune2fs.c:1562
6706 msgid "The filesystem already has a journal.\n"
6707 msgstr "El sistema de ficheros ya tiene un fichero de transacciones.\n"
6708
6709 #: misc/tune2fs.c:1582
6710 #, c-format
6711 msgid ""
6712 "\n"
6713 "\twhile trying to open journal on %s\n"
6714 msgstr ""
6715 "\n"
6716 "\tmientras se intentaba abrir el fichero de transacciones en %s\n"
6717
6718 #: misc/tune2fs.c:1586
6719 #, c-format
6720 msgid "Creating journal on device %s: "
6721 msgstr "Creando un fichero de transacciones en el dispositivo %s: "
6722
6723 #: misc/tune2fs.c:1594
6724 #, c-format
6725 msgid "while adding filesystem to journal on %s"
6726 msgstr "mientras se agregaba un sistema de ficheros al fichero de transacciones en %s"
6727
6728 #: misc/tune2fs.c:1600
6729 msgid "Creating journal inode: "
6730 msgstr "Creando el nodo-i del fichero de transacciones: "
6731
6732 #: misc/tune2fs.c:1614
6733 msgid ""
6734 "\n"
6735 "\twhile trying to create journal file"
6736 msgstr ""
6737 "\n"
6738 "\tmientras intentaba crear el fichero de transacciones"
6739
6740 #: misc/tune2fs.c:1656
6741 #, c-format
6742 msgid "Cannot enable project quota; inode size too small.\n"
6743 msgstr "No se puede activar la cuota del proyecto; el tamaño del nodo-i es demasiado pequeño.\n"
6744
6745 #: misc/tune2fs.c:1669
6746 msgid "while initializing quota context in support library"
6747 msgstr "mientras se inicializaba el contexto de cuota en la biblioteca de soporte"
6748
6749 #: misc/tune2fs.c:1684
6750 #, c-format
6751 msgid "while updating quota limits (%d)"
6752 msgstr "mientras se actualizaban los límites de cuota (%d)"
6753
6754 #: misc/tune2fs.c:1694
6755 #, c-format
6756 msgid "while writing quota file (%d)"
6757 msgstr "mientras se escribía el fichero de cuota (%d)"
6758
6759 #: misc/tune2fs.c:1712
6760 #, c-format
6761 msgid "while removing quota file (%d)"
6762 msgstr "mientras se borraba el fichero de cuota (%d)"
6763
6764 #: misc/tune2fs.c:1755
6765 msgid ""
6766 "\n"
6767 "Bad quota options specified.\n"
6768 "\n"
6769 "Following valid quota options are available (pass by separating with comma):\n"
6770 "\t[^]usr[quota]\n"
6771 "\t[^]grp[quota]\n"
6772 "\t[^]prj[quota]\n"
6773 "\n"
6774 "\n"
6775 msgstr ""
6776 "\n"
6777 "Las opciones de cuota especificadas no son correctas.\n"
6778 "\n"
6779 "Las siguientes opciones de cuota válidas están disponibles (deben separarse por comas):\n"
6780 "\t[^]usr[cuota]\n"
6781 "\t[^]grp[cuota]\n"
6782 "\t[^]prj[cuota]\n"
6783 "\n"
6784 "\n"
6785
6786 #: misc/tune2fs.c:1813
6787 #, c-format
6788 msgid "Couldn't parse date/time specifier: %s"
6789 msgstr "No se puede analizar sintácticamente el especificador de fecha/hora: %s"
6790
6791 #: misc/tune2fs.c:1845 misc/tune2fs.c:1856
6792 #, c-format
6793 msgid "bad mounts count - %s"
6794 msgstr "cuenta de montajes incorrectos - %s"
6795
6796 #: misc/tune2fs.c:1899
6797 #, c-format
6798 msgid "bad gid/group name - %s"
6799 msgstr "nombre del gid/grupo incorrecto - %s"
6800
6801 #: misc/tune2fs.c:1932
6802 #, c-format
6803 msgid "bad interval - %s"
6804 msgstr "intervalo incorrecto - %s"
6805
6806 #: misc/tune2fs.c:1961
6807 #, c-format
6808 msgid "bad reserved block ratio - %s"
6809 msgstr "proporción de bloques reservados incorrecta - %s"
6810
6811 #: misc/tune2fs.c:1976
6812 msgid "-o may only be specified once"
6813 msgstr "-o solo puede especificarse una vez"
6814
6815 #: misc/tune2fs.c:1985
6816 msgid "-O may only be specified once"
6817 msgstr "-O sólo se puede especificar una vez"
6818
6819 #: misc/tune2fs.c:2002
6820 #, c-format
6821 msgid "bad reserved blocks count - %s"
6822 msgstr "cuenta de bloques reservados incorrecta - %s"
6823
6824 #: misc/tune2fs.c:2031
6825 #, c-format
6826 msgid "bad uid/user name - %s"
6827 msgstr "nombre de uid/usuario incorrecto - %s"
6828
6829 #: misc/tune2fs.c:2048
6830 #, c-format
6831 msgid "bad inode size - %s"
6832 msgstr "tamaño de nodo-i no válido - %s"
6833
6834 #: misc/tune2fs.c:2055
6835 #, c-format
6836 msgid "Inode size must be a power of two- %s"
6837 msgstr "El tamaño de nodo-i debe ser potencia de dos - %s"
6838
6839 #: misc/tune2fs.c:2155
6840 #, c-format
6841 msgid "mmp_update_interval too big: %lu\n"
6842 msgstr "mmp_update_interval demasiado grande: %lu\n"
6843
6844 #: misc/tune2fs.c:2160
6845 #, c-format
6846 msgid "Setting multiple mount protection update interval to %lu second\n"
6847 msgid_plural "Setting multiple mount protection update interval to %lu seconds\n"
6848 msgstr[0] "Se pone el intervalo de actualización de protección de montaje múltiple a %lu segundo\n"
6849 msgstr[1] "Se pone el intervalo de actualización de protección de montaje múltiple a %lu segundos\n"
6850
6851 #: misc/tune2fs.c:2169
6852 #, c-format
6853 msgid "Setting filesystem error flag to force fsck.\n"
6854 msgstr "Se pone el indicador de error del sistema de ficheros para forzar fsck.\n"
6855
6856 #: misc/tune2fs.c:2187
6857 #, c-format
6858 msgid "Invalid RAID stride: %s\n"
6859 msgstr "«Stride» de RAID no válido: %s\n"
6860
6861 #: misc/tune2fs.c:2202
6862 #, c-format
6863 msgid "Invalid RAID stripe-width: %s\n"
6864 msgstr "«stripe-width» de RAID no válido: %s\n"
6865
6866 #: misc/tune2fs.c:2217
6867 #, c-format
6868 msgid "Invalid hash algorithm: %s\n"
6869 msgstr "Algoritmo «hash» no válido: %s\n"
6870
6871 #: misc/tune2fs.c:2223
6872 #, c-format
6873 msgid "Setting default hash algorithm to %s (%d)\n"
6874 msgstr "Poniendo el algoritmo «hash» predeterminado a %s (%d)\n"
6875
6876 #: misc/tune2fs.c:2250
6877 #, c-format
6878 msgid "Cannot alter existing encoding\n"
6879 msgstr "No se puede alterar la condificación existente\n"
6880
6881 #: misc/tune2fs.c:2256
6882 #, c-format
6883 msgid "Invalid encoding: %s\n"
6884 msgstr "La codificación no es válida: %s\n"
6885
6886 #: misc/tune2fs.c:2262
6887 #, c-format
6888 msgid "Setting encoding to '%s'\n"
6889 msgstr "Se pone la condificación '%s'\n"
6890
6891 #: misc/tune2fs.c:2286
6892 #, c-format
6893 msgid "Setting encoding_flags to '%s'\n"
6894 msgstr "Se ponen encoding_flags a '%s' \n"
6895
6896 #: misc/tune2fs.c:2296
6897 msgid ""
6898 "\n"
6899 "Bad options specified.\n"
6900 "\n"
6901 "Extended options are separated by commas, and may take an argument which\n"
6902 "\tis set off by an equals ('=') sign.\n"
6903 "\n"
6904 "Valid extended options are:\n"
6905 "\tclear_mmp\n"
6906 "\thash_alg=<hash algorithm>\n"
6907 "\tmount_opts=<extended default mount options>\n"
6908 "\tmmp_update_interval=<mmp update interval in seconds>\n"
6909 "\tstride=<RAID per-disk chunk size in blocks>\n"
6910 "\tstripe_width=<RAID stride*data disks in blocks>\n"
6911 "\tforce_fsck\n"
6912 "\ttest_fs\n"
6913 "\t^test_fs\n"
6914 "\tencoding=<encoding>\n"
6915 "\tencoding_flags=<flags>\n"
6916 msgstr ""
6917 "\n"
6918 "Las opciones especificadas son incorrectas.\n"
6919 "\n"
6920 "Las opciones extendidas deben estar separadas por comas y pueden tomar un\n"
6921 "\targumento que se ajusta con un signo de igual ('=').\n"
6922 "\n"
6923 "Las opciones extendidas válidas son:\n"
6924 "\tclear_mmp\n"
6925 "\thash_alg=<algoritmo «hash»>\n"
6926 "\tmount_opts=<opciones de montaje extendidas predeterminadas>\n"
6927 "\tmmp_update_interval=<intervalo de actualización mmp en segundos>\n"
6928 "\tstride=<tamaño de fragmento por disco RAID, en bloques>\n"
6929 "\tstripe_width=<«stride» de RAID * discos de datos, en bloques>\n"
6930 "\tforce_fsck\n"
6931 "\ttest_fs\n"
6932 "\t^test_fs\n"
6933 "\tencoding=<condificación>\n"
6934 "\tencoding_flags=<banderas>\n"
6935
6936 #: misc/tune2fs.c:2712
6937 msgid "Failed to read inode bitmap\n"
6938 msgstr "Fallo mientras se leía el mapa de bits del nodo-i\n"
6939
6940 #: misc/tune2fs.c:2717
6941 msgid "Failed to read block bitmap\n"
6942 msgstr "Fallo leyendo el mapa de bits del bloque\n"
6943
6944 #: misc/tune2fs.c:2734 resize/resize2fs.c:1284
6945 msgid "blocks to be moved"
6946 msgstr "bloques por ser movidos"
6947
6948 #: misc/tune2fs.c:2737
6949 msgid "Failed to allocate block bitmap when increasing inode size\n"
6950 msgstr "Fallo reservando el mapa de bits del bloque al incrementar el tamaño de nodo-i\n"
6951
6952 #: misc/tune2fs.c:2743
6953 msgid "Not enough space to increase inode size \n"
6954 msgstr "No hay espacio suficiente para aumentar el tamaño de nodo-i \n"
6955
6956 #: misc/tune2fs.c:2748
6957 msgid "Failed to relocate blocks during inode resize \n"
6958 msgstr "Fallo mientras se reservaban los bloques para el cambio de tamaño de nodo-i \n"
6959
6960 #: misc/tune2fs.c:2780
6961 msgid ""
6962 "Error in resizing the inode size.\n"
6963 "Run e2undo to undo the file system changes. \n"
6964 msgstr ""
6965 "Error al cambiar el tamaño del nodo-i.\n"
6966 "Ejecute e2undo para deshacer los cambios del sistema de ficheros. \n"
6967
6968 #: misc/tune2fs.c:2991
6969 msgid ""
6970 "If you are sure the filesystem is not in use on any node, run:\n"
6971 "'tune2fs -f -E clear_mmp {device}'\n"
6972 msgstr ""
6973 "Si se sabe con certeza que el sistema de ficheros no está en uso en ningún\n"
6974 "modo, ejecute 'tune2fs -f -E clear_mmp {device}'\n"
6975
6976 #: misc/tune2fs.c:2998
6977 #, c-format
6978 msgid ""
6979 "MMP block magic is bad. Try to fix it by running:\n"
6980 "'e2fsck -f %s'\n"
6981 msgstr ""
6982 "El número mágico del bloque MMP es incorrecto. Trate de arreglarlo ejecutando:\n"
6983 "'e2fsck -f %s'\n"
6984
6985 #: misc/tune2fs.c:3010
6986 msgid "Cannot modify a journal device.\n"
6987 msgstr "No se puede modificar el dispositivo de un fichero de transacciones.\n"
6988
6989 #: misc/tune2fs.c:3023
6990 #, c-format
6991 msgid "The inode size is already %lu\n"
6992 msgstr "El tamaño del nodo-i ya es %lu\n"
6993
6994 #: misc/tune2fs.c:3030
6995 msgid "Shrinking inode size is not supported\n"
6996 msgstr "No es posible reducir el tamaño del nodo-i\n"
6997
6998 #: misc/tune2fs.c:3035
6999 #, c-format
7000 msgid "Invalid inode size %lu (max %d)\n"
7001 msgstr "Tamaño incorrecto del nodo-i %lu (máx %d)\n"
7002
7003 #: misc/tune2fs.c:3041
7004 msgid "Resizing inodes could take some time."
7005 msgstr "Podría tardarse un rato en cambiar el tamaño de los nodos-i."
7006
7007 #: misc/tune2fs.c:3090
7008 #, c-format
7009 msgid ""
7010 "Warning: The journal is dirty. You may wish to replay the journal like:\n"
7011 "\n"
7012 "\te2fsck -E journal_only %s\n"
7013 "\n"
7014 "then rerun this command.  Otherwise, any changes made may be overwritten\n"
7015 "by journal recovery.\n"
7016 msgstr ""
7017 "Atención: el fichero de transacciones está sucio. Quizá quiera reproducirlo así:\n"
7018 "\n"
7019 "\te2fsck -E journal_only %s\n"
7020 "\n"
7021 "después ejecute otra vez esta orden.  De lo contrario, podrían perderse los cambios\n"
7022 "al recuperar el fichero de transacciones.\n"
7023
7024 #: misc/tune2fs.c:3099
7025 #, c-format
7026 msgid "Recovering journal.\n"
7027 msgstr "Recuperando el fichero de transacciones.\n"
7028
7029 #: misc/tune2fs.c:3123
7030 #, c-format
7031 msgid "Setting maximal mount count to %d\n"
7032 msgstr "Se pone la cuenta de montajes máxima a %d\n"
7033
7034 #: misc/tune2fs.c:3129
7035 #, c-format
7036 msgid "Setting current mount count to %d\n"
7037 msgstr "Se pone la cuenta de montajes actual a %d\n"
7038
7039 #: misc/tune2fs.c:3134
7040 #, c-format
7041 msgid "Setting error behavior to %d\n"
7042 msgstr "Se pone el comportamiento de errores a %d\n"
7043
7044 #: misc/tune2fs.c:3139
7045 #, c-format
7046 msgid "Setting reserved blocks gid to %lu\n"
7047 msgstr "Se pone el gid de los bloques reservados a %lu\n"
7048
7049 #: misc/tune2fs.c:3144
7050 #, c-format
7051 msgid "interval between checks is too big (%lu)"
7052 msgstr "el intervalo entre revisiones es demasiado grande (%lu)"
7053
7054 #: misc/tune2fs.c:3151
7055 #, c-format
7056 msgid "Setting interval between checks to %lu seconds\n"
7057 msgstr "Se pone el intervalo entre revisiones en %lu segundos\n"
7058
7059 #: misc/tune2fs.c:3158
7060 #, c-format
7061 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
7062 msgstr "Se pone el porcentaje de bloques reservados a %g%% (%llu bloques)\n"
7063
7064 #: misc/tune2fs.c:3165
7065 #, c-format
7066 msgid "reserved blocks count is too big (%llu)"
7067 msgstr "la cantidad de bloques reservados es demasiado grande (%llu)"
7068
7069 #: misc/tune2fs.c:3172
7070 #, c-format
7071 msgid "Setting reserved blocks count to %llu\n"
7072 msgstr "Se pone la cantidad de bloques reservados a %llu\n"
7073
7074 #: misc/tune2fs.c:3177
7075 msgid ""
7076 "\n"
7077 "The filesystem already has sparse superblocks.\n"
7078 msgstr ""
7079 "\n"
7080 "El sistema de ficheros ya tiene superbloques dispersos.\n"
7081
7082 #: misc/tune2fs.c:3180
7083 msgid ""
7084 "\n"
7085 "Setting the sparse superblock flag not supported\n"
7086 "for filesystems with the meta_bg feature enabled.\n"
7087 msgstr ""
7088 "\n"
7089 "La característica de superbloques dispersos no se puede activar\n"
7090 "en sistemas de ficheros que tengan la característica meta_bg activada.\n"
7091
7092 #: misc/tune2fs.c:3190
7093 #, c-format
7094 msgid ""
7095 "\n"
7096 "Sparse superblock flag set.  %s"
7097 msgstr ""
7098 "\n"
7099 "La bandera de superbloques dispersos está puesta.  %s"
7100
7101 #: misc/tune2fs.c:3195
7102 msgid ""
7103 "\n"
7104 "Clearing the sparse superblock flag not supported.\n"
7105 msgstr ""
7106 "\n"
7107 "No es posible quitar la bandera de superbloques dispersos.\n"
7108
7109 #: misc/tune2fs.c:3203
7110 #, c-format
7111 msgid "Setting time filesystem last checked to %s\n"
7112 msgstr "Se pone la hora de la última revisión al sistema de ficheros a %s\n"
7113
7114 #: misc/tune2fs.c:3209
7115 #, c-format
7116 msgid "Setting reserved blocks uid to %lu\n"
7117 msgstr "Se pone el uid de los bloques reservados a %lu\n"
7118
7119 #: misc/tune2fs.c:3241
7120 msgid "Error in using clear_mmp. It must be used with -f\n"
7121 msgstr "Error al utilizar clear_mmp. Debe utilizarse con -f\n"
7122
7123 #: misc/tune2fs.c:3259
7124 msgid "The quota feature may only be changed when the filesystem is unmounted.\n"
7125 msgstr "La característica de cuota sólo puede cambiarse cuando el sistema de ficheros no está montado.\n"
7126
7127 #: misc/tune2fs.c:3276
7128 msgid "Cannot change the UUID of this filesystem because it has the stable_inodes feature flag.\n"
7129 msgstr "No se puede cambiar el UUID de este sistema de ficheros porque tiene puesta la bandera de la característica nodosi_estables.\n"
7130
7131 #: misc/tune2fs.c:3286
7132 msgid "Setting the UUID on this filesystem could take some time."
7133 msgstr "Podría tardarse un rato en establecer el UUID en este sistema de ficheros."
7134
7135 #: misc/tune2fs.c:3303
7136 msgid "The UUID may only be changed when the filesystem is unmounted.\n"
7137 msgstr "El UUID solo puede cambiarse cuando el sistema de ficheros no está montado.\n"
7138
7139 #: misc/tune2fs.c:3306
7140 msgid "If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' and re-run this command.\n"
7141 msgstr "Si solo utiliza núcleos más recientes que v4.4, ejecute 'tune2fs -O metadata_csum_seed' y ejecute otra vez esta orden.\n"
7142
7143 #: misc/tune2fs.c:3337
7144 msgid "Invalid UUID format\n"
7145 msgstr "Formato del UUID no válido\n"
7146
7147 #: misc/tune2fs.c:3353
7148 msgid "Need to update journal superblock.\n"
7149 msgstr "Hace falta actualizar el superbloque del fichero de transacciones.\n"
7150
7151 #: misc/tune2fs.c:3375
7152 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
7153 msgstr "El tamaño de nodo-i solo puede cambiarse cuando el sistema de ficheros no está montado.\n"
7154
7155 #: misc/tune2fs.c:3382
7156 msgid ""
7157 "Changing the inode size not supported for filesystems with the flex_bg\n"
7158 "feature enabled.\n"
7159 msgstr ""
7160 "No es posible cambiar el tamaño de nodo-i en sistemas de ficheros que tengan\n"
7161 "la característica flex_bg activada.\n"
7162
7163 #: misc/tune2fs.c:3400
7164 #, c-format
7165 msgid "Setting inode size %lu\n"
7166 msgstr "Se pone el tamaño de nodo-i %lu\n"
7167
7168 #: misc/tune2fs.c:3404
7169 msgid "Failed to change inode size\n"
7170 msgstr "Fallo mientras se cambiaba el tamaño de nodo-i\n"
7171
7172 #: misc/tune2fs.c:3418
7173 #, c-format
7174 msgid "Setting stride size to %d\n"
7175 msgstr "Configurando el tamaño de «stride» a %d\n"
7176
7177 #: misc/tune2fs.c:3423
7178 #, c-format
7179 msgid "Setting stripe width to %d\n"
7180 msgstr "Configurando la anchura de «stripe» a %d\n"
7181
7182 #: misc/tune2fs.c:3430
7183 #, c-format
7184 msgid "Setting extended default mount options to '%s'\n"
7185 msgstr "Se ponen las opciones de montaje extendidas predeterminadas a '%s'\n"
7186
7187 #: misc/util.c:101
7188 msgid "<proceeding>\n"
7189 msgstr "<procediendo>\n"
7190
7191 #: misc/util.c:105
7192 #, c-format
7193 msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
7194 msgstr "¿Continuar de todas formas (o esperar %d segundos antes de proceder)? (s,N) "
7195
7196 #: misc/util.c:109
7197 msgid "Proceed anyway? (y,N) "
7198 msgstr "¿Continuar de todas formas? (s,N) "
7199
7200 #: misc/util.c:136
7201 msgid "mke2fs forced anyway.  Hope /etc/mtab is incorrect.\n"
7202 msgstr "Se fuerza de todas formas mke2fs.  Esperemos que /etc/mtab sea incorrecto.\n"
7203
7204 #: misc/util.c:141
7205 #, c-format
7206 msgid "will not make a %s here!\n"
7207 msgstr "¡No se hará un %s aquí!\n"
7208
7209 #: misc/util.c:148
7210 msgid "mke2fs forced anyway.\n"
7211 msgstr "Se fuerza de todas formas mke2fs.\n"
7212
7213 #: misc/util.c:164
7214 msgid "Couldn't allocate memory to parse journal options!\n"
7215 msgstr "¡No se puede reservar memoria para la revisión sintáctica de las opciones del fichero de transacciones!\n"
7216
7217 #: misc/util.c:189
7218 #, c-format
7219 msgid ""
7220 "\n"
7221 "Could not find journal device matching %s\n"
7222 msgstr ""
7223 "\n"
7224 "No se puede encontrar el dispositivo del fichero de transacciones correspondiente a %s\n"
7225
7226 #: misc/util.c:224
7227 msgid ""
7228 "\n"
7229 "Bad journal options specified.\n"
7230 "\n"
7231 "Journal options are separated by commas, and may take an argument which\n"
7232 "\tis set off by an equals ('=') sign.\n"
7233 "\n"
7234 "Valid journal options are:\n"
7235 "\tsize=<journal size in megabytes>\n"
7236 "\tdevice=<journal device>\n"
7237 "\tlocation=<journal location>\n"
7238 "\n"
7239 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
7240 "\n"
7241 msgstr ""
7242 "\n"
7243 "Se especificaron opciones incorrectas para el fichero de transacciones.\n"
7244 "\n"
7245 "Las opciones del fichero de transacciones deben estar separadas por comas\n"
7246 "y pueden tener un argumento que se pone con un signo de igual ('=').\n"
7247 "\n"
7248 "Las opciones válidas para el fichero de transacciones son:\n"
7249 "\tsize=<tamaño del fichero de transacciones en megabytes>\n"
7250 "\tdevice=<dispositivo del fichero de transacciones>\n"
7251 "\tlocation=<localización del fichero de transacciones>\n"
7252 "\n"
7253 "El tamaño del fichero de transacciones debe estar entre 1024 y 10240000 bloques del sistema de ficheros.\n"
7254 "\n"
7255
7256 #: misc/util.c:267
7257 msgid ""
7258 "\n"
7259 "Filesystem too small for a journal\n"
7260 msgstr ""
7261 "\n"
7262 "El sistema de ficheros es demasiado pequeño para un fichero de transacciones\n"
7263
7264 #: misc/util.c:284
7265 #, c-format
7266 msgid ""
7267 "\n"
7268 "The total requested journal size is %d blocks; it must be\n"
7269 "between 1024 and 10240000 blocks.  Aborting.\n"
7270 msgstr ""
7271 "\n"
7272 "El tamaño del fichero de transacciones solicitado total es de %d bloques;\n"
7273 "debería estar entre 1024 y 10240000 bloques.  Se aborta.\n"
7274
7275 #: misc/util.c:292
7276 msgid ""
7277 "\n"
7278 "Total journal size too big for filesystem.\n"
7279 msgstr ""
7280 "\n"
7281 "El tamaño total del fichero de transacciones es muy grande para el sistema de ficheros.\n"
7282
7283 #: misc/util.c:305
7284 #, c-format
7285 msgid ""
7286 "This filesystem will be automatically checked every %d mounts or\n"
7287 "%g days, whichever comes first.  Use tune2fs -c or -i to override.\n"
7288 msgstr ""
7289 "Este sistema de ficheros se revisará automáticamente cada %d montajes o\n"
7290 "%g días, lo que suceda primero.  Utilice tune2fs -c o -i para cambiarlo.\n"
7291
7292 #: misc/uuidd.c:49
7293 #, c-format
7294 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
7295 msgstr "Modo de empleo: %s [-d] [-p fichero-pid] [-s ruta-socket] [-T retardo]\n"
7296
7297 #: misc/uuidd.c:51
7298 #, c-format
7299 msgid "       %s [-r|t] [-n num] [-s socketpath]\n"
7300 msgstr "       %s [-r|t] [-n núm] [-s ruta-socket]\n"
7301
7302 #: misc/uuidd.c:53
7303 #, c-format
7304 msgid "       %s -k\n"
7305 msgstr "       %s -k\n"
7306
7307 #: misc/uuidd.c:155
7308 msgid "bad arguments"
7309 msgstr "argumentos incorrectos"
7310
7311 #: misc/uuidd.c:173
7312 msgid "connect"
7313 msgstr "conexión"
7314
7315 #: misc/uuidd.c:192
7316 msgid "write"
7317 msgstr "escritura"
7318
7319 #: misc/uuidd.c:200
7320 msgid "read count"
7321 msgstr "número de lecturas"
7322
7323 #: misc/uuidd.c:206
7324 msgid "bad response length"
7325 msgstr "la longitud de la respuesta es incorrecta"
7326
7327 #: misc/uuidd.c:271
7328 #, c-format
7329 msgid "uuidd daemon already running at pid %s\n"
7330 msgstr "el demonio uuidd ya está corriendo con pid %s\n"
7331
7332 #: misc/uuidd.c:279
7333 #, c-format
7334 msgid "Couldn't create unix stream socket: %s"
7335 msgstr "No se puede crear el «socket» unix de flujo: %s"
7336
7337 #: misc/uuidd.c:308
7338 #, c-format
7339 msgid "Couldn't bind unix socket %s: %s\n"
7340 msgstr "No se puede asignar el «socket» unix %s: %s\n"
7341
7342 #: misc/uuidd.c:316
7343 #, c-format
7344 msgid "Couldn't listen on unix socket %s: %s\n"
7345 msgstr "No se puede escuchar por el «socket» unix %s: %s\n"
7346
7347 #: misc/uuidd.c:354
7348 #, c-format
7349 msgid "Error reading from client, len = %d\n"
7350 msgstr "Error al leer del cliente, longitud = %d\n"
7351
7352 #: misc/uuidd.c:362
7353 #, c-format
7354 msgid "operation %d, incoming num = %d\n"
7355 msgstr "operación %d, número entrante = %d\n"
7356
7357 #: misc/uuidd.c:381
7358 #, c-format
7359 msgid "Generated time UUID: %s\n"
7360 msgstr "UUID con hora generado: %s\n"
7361
7362 #: misc/uuidd.c:391
7363 #, c-format
7364 msgid "Generated random UUID: %s\n"
7365 msgstr "UUID aleatorio generado: %s\n"
7366
7367 #: misc/uuidd.c:400
7368 #, c-format
7369 msgid "Generated time UUID %s and subsequent UUID\n"
7370 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
7371 msgstr[0] "UUID con hora generado %s y el UUID siguiente\n"
7372 msgstr[1] "UUID con hora generado %s y los %d UUIDs siguientes\n"
7373
7374 #: misc/uuidd.c:421
7375 #, c-format
7376 msgid "Generated %d UUID's:\n"
7377 msgstr "%d UUIDs generados:\n"
7378
7379 #: misc/uuidd.c:433
7380 #, c-format
7381 msgid "Invalid operation %d\n"
7382 msgstr "Operación no válida %d\n"
7383
7384 #: misc/uuidd.c:477 misc/uuidd.c:499
7385 #, c-format
7386 msgid "Bad number: %s\n"
7387 msgstr "Número incorrecto: %s\n"
7388
7389 #: misc/uuidd.c:534 misc/uuidd.c:563
7390 #, c-format
7391 msgid "Error calling uuidd daemon (%s): %s\n"
7392 msgstr "Error al invocar al demonio uuidd (%s): %s\n"
7393
7394 #: misc/uuidd.c:544
7395 #, c-format
7396 msgid "%s and subsequent UUID\n"
7397 msgid_plural "%s and subsequent %d UUIDs\n"
7398 msgstr[0] "%s y el UUID siguiente\n"
7399 msgstr[1] "%s y los %d UUIDs siguientes\n"
7400
7401 #: misc/uuidd.c:548
7402 msgid "List of UUID's:\n"
7403 msgstr "Lista de UUIDs:\n"
7404
7405 #: misc/uuidd.c:569
7406 #, c-format
7407 msgid "Unexpected reply length from server %d\n"
7408 msgstr "Longitud de respuesta del servidor inesperada %d\n"
7409
7410 #: misc/uuidd.c:586
7411 #, c-format
7412 msgid "Couldn't kill uuidd running at pid %d: %s\n"
7413 msgstr "No se ha podido matar uuidd que corre con pid %d: %s\n"
7414
7415 #: misc/uuidd.c:592
7416 #, c-format
7417 msgid "Killed uuidd running at pid %d\n"
7418 msgstr "Se ha matado uuidd que corría con pid %d\n"
7419
7420 #: misc/uuidgen.c:32
7421 #, c-format
7422 msgid "Usage: %s [-r] [-t]\n"
7423 msgstr "Modo de empleo: %s [-r] [-t]\n"
7424
7425 #: resize/extent.c:202
7426 msgid "# Extent dump:\n"
7427 msgstr "# Volcado de «extent»:\n"
7428
7429 #: resize/extent.c:203
7430 #, c-format
7431 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
7432 msgstr "#\tNúm=%llu, Tamaño=%llu, Cursor=%llu, Ordenado=%llu\n"
7433
7434 #: resize/main.c:49
7435 #, c-format
7436 msgid ""
7437 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] [-S RAID-stride] [-z undo_file]\n"
7438 "\n"
7439 msgstr ""
7440 "Modo de empleo: %s [-d banderas_de_depuración] [-f] [-F] [-M] [-P] [-p] dispositivo [-b|-s|[nuevo-tamaño] [-S RAID-«stride»] [-z fichero-deshacer]\n"
7441 "\n"
7442
7443 #: resize/main.c:73
7444 msgid "Extending the inode table"
7445 msgstr "Extendiendo la tabla de nodos-i"
7446
7447 #: resize/main.c:76
7448 msgid "Relocating blocks"
7449 msgstr "Reubicando bloques"
7450
7451 #: resize/main.c:79
7452 msgid "Scanning inode table"
7453 msgstr "Revisando la tabla de nodos-i"
7454
7455 #: resize/main.c:82
7456 msgid "Updating inode references"
7457 msgstr "Actualizando las referencias a los nodos-i"
7458
7459 #: resize/main.c:85
7460 msgid "Moving inode table"
7461 msgstr "Moviendo la tabla de nodos-i"
7462
7463 #: resize/main.c:88
7464 msgid "Unknown pass?!?"
7465 msgstr "¿¡¿Paso desconocido?!?"
7466
7467 #: resize/main.c:91
7468 #, c-format
7469 msgid "Begin pass %d (max = %lu)\n"
7470 msgstr "Comienza el paso %d (máx = %lu)\n"
7471
7472 #: resize/main.c:163
7473 msgid ""
7474 "\n"
7475 "Resizing bigalloc file systems has not been fully tested.  Proceed at\n"
7476 "your own risk!  Use the force option if you want to go ahead anyway.\n"
7477 "\n"
7478 msgstr ""
7479 "\n"
7480 "No está totalmente probada la función de cambio de tamaño de los sistemas de ficheros «bigalloc».  ¡Prosiga\n"
7481 "bajo su cuenta y riesgo!  Utilice la opción «force» si desea seguir adelante de todos modos.\n"
7482 "\n"
7483
7484 #: resize/main.c:368
7485 #, c-format
7486 msgid "while opening %s"
7487 msgstr "mientras se abría %s"
7488
7489 #: resize/main.c:376
7490 #, c-format
7491 msgid "while getting stat information for %s"
7492 msgstr "mientras se estaba obteniendo información del estado de %s"
7493
7494 #: resize/main.c:457
7495 #, c-format
7496 msgid ""
7497 "Please run 'e2fsck -f %s' first.\n"
7498 "\n"
7499 msgstr ""
7500 "Por favor ejecute antes 'e2fsck -f %s'.\n"
7501 "\n"
7502
7503 #: resize/main.c:476
7504 #, c-format
7505 msgid "Estimated minimum size of the filesystem: %llu\n"
7506 msgstr "Tamaño mínimo estimado del sistema de ficheros: %llu\n"
7507
7508 #: resize/main.c:516
7509 #, c-format
7510 msgid "Invalid new size: %s\n"
7511 msgstr "El nuevo tamaño no es válido: %s\n"
7512
7513 #: resize/main.c:535
7514 msgid "New size too large to be expressed in 32 bits\n"
7515 msgstr "El nuevo tamaño es demasiado grande para poder expresarse en 32 bits\n"
7516
7517 #: resize/main.c:548
7518 msgid "New size results in too many block group descriptors.\n"
7519 msgstr "El nuevo tamaño da lugar a demasiados descriptores del grupo de bloques.\n"
7520
7521 #: resize/main.c:555
7522 #, c-format
7523 msgid "New size smaller than minimum (%llu)\n"
7524 msgstr "El nuevo tamaño es menor que el mínimo (%llu)\n"
7525
7526 #: resize/main.c:562
7527 msgid "Invalid stride length"
7528 msgstr "Longitud de «stride» no válida"
7529
7530 #: resize/main.c:586
7531 #, c-format
7532 msgid ""
7533 "The containing partition (or device) is only %llu (%dk) blocks.\n"
7534 "You requested a new size of %llu blocks.\n"
7535 "\n"
7536 msgstr ""
7537 "La partición continente (o el dispositivo) sólo tiene %llu (%dk) bloques.\n"
7538 "Y se ha solicitado un nuevo tamaño de %llu bloques.\n"
7539 "\n"
7540
7541 #: resize/main.c:593
7542 #, c-format
7543 msgid "Cannot set and unset 64bit feature.\n"
7544 msgstr "No se puede poner y quitar la característica 64bit.\n"
7545
7546 #: resize/main.c:597
7547 #, c-format
7548 msgid "Cannot change the 64bit feature on a filesystem that is larger than 2^32 blocks.\n"
7549 msgstr "No se puede cambiar la característica 64bit en un sistema de ficheros mayor de 2^32 bloques.\n"
7550
7551 #: resize/main.c:603
7552 #, c-format
7553 msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
7554 msgstr "No se puede cambiar la característica 64bit cuando el sistema de ficheros está montado.\n"
7555
7556 #: resize/main.c:609
7557 #, c-format
7558 msgid "Please enable the extents feature with tune2fs before enabling the 64bit feature.\n"
7559 msgstr "Por favor, active la característica «extents» con tune2fs antes de activar la característica 64bit.\n"
7560
7561 #: resize/main.c:615
7562 #, c-format
7563 msgid ""
7564 "The filesystem is already %llu (%dk) blocks long.  Nothing to do!\n"
7565 "\n"
7566 msgstr ""
7567 "El sistema de ficheros ya tiene %llu bloques (%dk) de longitud. ¡No hay que hacer nada!\n"
7568 "\n"
7569
7570 #: resize/main.c:623
7571 #, c-format
7572 msgid "The filesystem is already 64-bit.\n"
7573 msgstr "El sistema de ficheros ya es de 64 bits.\n"
7574
7575 #: resize/main.c:628
7576 #, c-format
7577 msgid "The filesystem is already 32-bit.\n"
7578 msgstr "El sistema de ficheros ya es de 32 bits.\n"
7579
7580 #: resize/main.c:633
7581 #, c-format
7582 msgid "Cannot shrink this filesystem because it has the stable_inodes feature flag.\n"
7583 msgstr "No se puede contraer este sistema de ficheros porque tiene puesta la bandera de la característica nodosi_estables.\n"
7584
7585 #: resize/main.c:642
7586 #, c-format
7587 msgid "Converting the filesystem to 64-bit.\n"
7588 msgstr "Se convierte el sistema de ficheros a 64 bits.\n"
7589
7590 #: resize/main.c:644
7591 #, c-format
7592 msgid "Converting the filesystem to 32-bit.\n"
7593 msgstr "Se convierte el sistema de ficheros a 32 bits.\n"
7594
7595 #: resize/main.c:646
7596 #, c-format
7597 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
7598 msgstr "Cambiando el tamaño del sistema de ficheros en %s a %llu (%dk) bloques.\n"
7599
7600 #: resize/main.c:656
7601 #, c-format
7602 msgid "while trying to resize %s"
7603 msgstr "mientras se intentaba modificar el tamaño %s"
7604
7605 #: resize/main.c:659
7606 #, c-format
7607 msgid ""
7608 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
7609 "after the aborted resize operation.\n"
7610 msgstr ""
7611 "Por favor, ejecute 'e2fsck -fy %s' para arreglar el sistema de ficheros\n"
7612 "después de la operación de cambio de tamaño interrumpida.\n"
7613
7614 #: resize/main.c:664
7615 #, c-format
7616 msgid ""
7617 "The filesystem on %s is now %llu (%dk) blocks long.\n"
7618 "\n"
7619 msgstr ""
7620 "El sistema de ficheros en %s tiene ahora %llu bloques (de %dk).\n"
7621 "\n"
7622
7623 #: resize/main.c:679
7624 #, c-format
7625 msgid "while trying to truncate %s"
7626 msgstr "mientras se intentaba truncar %s"
7627
7628 #: resize/online.c:81
7629 msgid "kernel does not support online resize with sparse_super2"
7630 msgstr "el núcleo no permite cambiar el tamaño en línea con sparse_super2"
7631
7632 #: resize/online.c:86
7633 #, c-format
7634 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
7635 msgstr "El sistema de ficheros de %s está montado en %s; hace falta cambiar el tamaño en línea\n"
7636
7637 #: resize/online.c:90
7638 msgid "On-line shrinking not supported"
7639 msgstr "La reducción de tamaño en línea no está implementada"
7640
7641 #: resize/online.c:114
7642 msgid "Filesystem does not support online resizing"
7643 msgstr "El sistema de ficheros no permite cambiar el tamaño en línea"
7644
7645 #: resize/online.c:122
7646 msgid "Not enough reserved gdt blocks for resizing"
7647 msgstr "No se han reservado suficientes bloques gdt para cambiar el tamaño"
7648
7649 #: resize/online.c:129
7650 msgid "Kernel does not support resizing a file system this large"
7651 msgstr "El núcleo no permite cambiar el tamaño de un sistema de ficheros tan grande"
7652
7653 #: resize/online.c:137
7654 #, c-format
7655 msgid "while trying to open mountpoint %s"
7656 msgstr "mientras se intentaba abrir el punto de montaje %s"
7657
7658 #: resize/online.c:142
7659 #, c-format
7660 msgid "Old resize interface requested.\n"
7661 msgstr "Se ha solicitado el interfaz de cambio de tamaño antiguo.\n"
7662
7663 #: resize/online.c:161 resize/online.c:178
7664 msgid "Permission denied to resize filesystem"
7665 msgstr "Permiso para cambiar el tamaño del sistema de ficheros denegado"
7666
7667 #: resize/online.c:164 resize/online.c:184
7668 msgid "While checking for on-line resizing support"
7669 msgstr "Mientras se comprobaba si se puede cambiar de tamaño en línea"
7670
7671 #: resize/online.c:181
7672 msgid "Kernel does not support online resizing"
7673 msgstr "El núcleo no permite cambiar el tamaño en línea"
7674
7675 #: resize/online.c:220
7676 #, c-format
7677 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
7678 msgstr "Realizando cambio de tamaño en línea de %s a %llu (%dk) bloques.\n"
7679
7680 #: resize/online.c:231
7681 msgid "While trying to extend the last group"
7682 msgstr "mientras se intentaba extender el último grupo"
7683
7684 #: resize/online.c:278
7685 #, c-format
7686 msgid "While trying to add group #%d"
7687 msgstr "mientras se intentaba añadir el grupo #%d"
7688
7689 #: resize/online.c:289
7690 #, c-format
7691 msgid "Filesystem at %s is mounted on %s, and on-line resizing is not supported on this system.\n"
7692 msgstr "El sistema de ficheros de %s está montado en %s, pero el cambio de tamaño en línea no está implementado en este sistema.\n"
7693
7694 #: resize/resize2fs.c:760
7695 #, c-format
7696 msgid "inodes (%llu) must be less than %u\n"
7697 msgstr "los nodos-i (%llu) deben ser menos de %u\n"
7698
7699 #: resize/resize2fs.c:1039
7700 msgid "reserved blocks"
7701 msgstr "bloques reservados"
7702
7703 #: resize/resize2fs.c:1289
7704 msgid "meta-data blocks"
7705 msgstr "bloques de metadatos"
7706
7707 #: resize/resize2fs.c:1393 resize/resize2fs.c:2435
7708 msgid "new meta blocks"
7709 msgstr "nuevos bloques de metadatos"
7710
7711 #: resize/resize2fs.c:2659
7712 msgid "Should never happen!  No sb in last super_sparse bg?\n"
7713 msgstr "¡Nunca debería suceder!  ¿No hay ningún sb en el último bg super_sparse?\n"
7714
7715 #: resize/resize2fs.c:2664
7716 msgid "Should never happen!  Unexpected old_desc in super_sparse bg?\n"
7717 msgstr "¡Nunca debería suceder!  ¿old_desc inesperada en el bg super_sparse?\n"
7718
7719 # No estoy seguro
7720 #: resize/resize2fs.c:2737
7721 msgid "Should never happen: resize inode corrupt!\n"
7722 msgstr "Esto nunca debería suceder: ¡El nodo-i de cambio de tamaño está corrupto!\n"
7723
7724 #: lib/ext2fs/ext2_err.c:11
7725 msgid "EXT2FS Library version 1.46.3"
7726 msgstr "Biblioteca EXT2FS versión 1.46.3"
7727
7728 #: lib/ext2fs/ext2_err.c:12
7729 msgid "Wrong magic number for ext2_filsys structure"
7730 msgstr "Número mágico incorrecto para la estructura ext2_filsys"
7731
7732 #: lib/ext2fs/ext2_err.c:13
7733 msgid "Wrong magic number for badblocks_list structure"
7734 msgstr "Número mágico incorrecto para la estructura badblocks_list"
7735
7736 #: lib/ext2fs/ext2_err.c:14
7737 msgid "Wrong magic number for badblocks_iterate structure"
7738 msgstr "Número mágico incorrecto para la estructura badblocks_iterate"
7739
7740 #: lib/ext2fs/ext2_err.c:15
7741 msgid "Wrong magic number for inode_scan structure"
7742 msgstr "Número mágico incorrecto para la estructura inode_scan"
7743
7744 #: lib/ext2fs/ext2_err.c:16
7745 msgid "Wrong magic number for io_channel structure"
7746 msgstr "Número mágico incorrecto para la estructura io_channel"
7747
7748 #: lib/ext2fs/ext2_err.c:17
7749 msgid "Wrong magic number for unix io_channel structure"
7750 msgstr "Número mágico incorrecto para la estructura io_channel unix"
7751
7752 #: lib/ext2fs/ext2_err.c:18
7753 msgid "Wrong magic number for io_manager structure"
7754 msgstr "Número mágico incorrecto para la estructura io_manager"
7755
7756 #: lib/ext2fs/ext2_err.c:19
7757 msgid "Wrong magic number for block_bitmap structure"
7758 msgstr "Número mágico incorrecto para la estructura block_bitmap"
7759
7760 #: lib/ext2fs/ext2_err.c:20
7761 msgid "Wrong magic number for inode_bitmap structure"
7762 msgstr "Número mágico incorrecto para la estructura inode_bitmap"
7763
7764 #: lib/ext2fs/ext2_err.c:21
7765 msgid "Wrong magic number for generic_bitmap structure"
7766 msgstr "Número mágico incorrecto para la estructura generic_bitmap"
7767
7768 #: lib/ext2fs/ext2_err.c:22
7769 msgid "Wrong magic number for test io_channel structure"
7770 msgstr "Número mágico incorrecto para la estructura io_channel de test"
7771
7772 #: lib/ext2fs/ext2_err.c:23
7773 msgid "Wrong magic number for directory block list structure"
7774 msgstr "Número mágico incorrecto para la estructura de lista de bloque de directorio"
7775
7776 #: lib/ext2fs/ext2_err.c:24
7777 msgid "Wrong magic number for icount structure"
7778 msgstr "Número mágico incorrecto para la estructura icount"
7779
7780 #: lib/ext2fs/ext2_err.c:25
7781 msgid "Wrong magic number for Powerquest io_channel structure"
7782 msgstr "Número mágico incorrecto para la estructura io_channel Powerquest"
7783
7784 #: lib/ext2fs/ext2_err.c:26
7785 msgid "Wrong magic number for ext2 file structure"
7786 msgstr "Número mágico incorrecto para la estructura de ficheros ext2"
7787
7788 #: lib/ext2fs/ext2_err.c:27
7789 msgid "Wrong magic number for Ext2 Image Header"
7790 msgstr "Número mágico incorrecto para la cabecera de imagen Ext2"
7791
7792 #: lib/ext2fs/ext2_err.c:28
7793 msgid "Wrong magic number for inode io_channel structure"
7794 msgstr "Número mágico incorrecto para la estructura io_channel de nodo-i"
7795
7796 #: lib/ext2fs/ext2_err.c:29
7797 msgid "Wrong magic number for ext4 extent handle"
7798 msgstr "Número mágico incorrecto para el manejador de «extent» ext4"
7799
7800 #: lib/ext2fs/ext2_err.c:30
7801 msgid "Bad magic number in super-block"
7802 msgstr "Número mágico incorrecto en el superbloque"
7803
7804 #: lib/ext2fs/ext2_err.c:31
7805 msgid "Filesystem revision too high"
7806 msgstr "Revisión del sistema de ficheros demasiado alta"
7807
7808 #: lib/ext2fs/ext2_err.c:32
7809 msgid "Attempt to write to filesystem opened read-only"
7810 msgstr "Intento de escribir en un sistema de ficheros de solo lectura"
7811
7812 #: lib/ext2fs/ext2_err.c:33
7813 msgid "Can't read group descriptors"
7814 msgstr "No se pueden leer los descriptores de grupo"
7815
7816 #: lib/ext2fs/ext2_err.c:34
7817 msgid "Can't write group descriptors"
7818 msgstr "No se pueden escribir los descriptores de grupo"
7819
7820 #: lib/ext2fs/ext2_err.c:35
7821 msgid "Corrupt group descriptor: bad block for block bitmap"
7822 msgstr "Descriptor de grupo corrupto: bloque incorrecto para el mapa de bits de bloques"
7823
7824 #: lib/ext2fs/ext2_err.c:36
7825 msgid "Corrupt group descriptor: bad block for inode bitmap"
7826 msgstr "Descriptor de grupo corrupto: bloque incorrecto para el mapa de bits de nodos-i"
7827
7828 #: lib/ext2fs/ext2_err.c:37
7829 msgid "Corrupt group descriptor: bad block for inode table"
7830 msgstr "Descriptor de grupo corrupto: bloque incorrecto para la tabla de nodos-i"
7831
7832 #: lib/ext2fs/ext2_err.c:38
7833 msgid "Can't write an inode bitmap"
7834 msgstr "No se ha podido escribir un mapa de bits de nodos-i"
7835
7836 #: lib/ext2fs/ext2_err.c:39
7837 msgid "Can't read an inode bitmap"
7838 msgstr "No se ha podido leer un mapa de bits de nodos-i"
7839
7840 #: lib/ext2fs/ext2_err.c:40
7841 msgid "Can't write a block bitmap"
7842 msgstr "No se ha podido escribir un mapa de bits de bloque"
7843
7844 #: lib/ext2fs/ext2_err.c:41
7845 msgid "Can't read a block bitmap"
7846 msgstr "No se ha podido leer un mapa de bits de bloque"
7847
7848 #: lib/ext2fs/ext2_err.c:42
7849 msgid "Can't write an inode table"
7850 msgstr "No se ha podido escribir una tabla de nodos-i"
7851
7852 #: lib/ext2fs/ext2_err.c:43
7853 msgid "Can't read an inode table"
7854 msgstr "No se ha podido leer una tabla de nodos-i"
7855
7856 #: lib/ext2fs/ext2_err.c:44
7857 msgid "Can't read next inode"
7858 msgstr "No se ha podido leer el siguiente nodo-i"
7859
7860 #: lib/ext2fs/ext2_err.c:45
7861 msgid "Filesystem has unexpected block size"
7862 msgstr "El sistema de ficheros tiene un tamaño de bloque inesperado"
7863
7864 #: lib/ext2fs/ext2_err.c:46
7865 msgid "EXT2 directory corrupted"
7866 msgstr "Directorio EXT2 corrupto"
7867
7868 #: lib/ext2fs/ext2_err.c:47
7869 msgid "Attempt to read block from filesystem resulted in short read"
7870 msgstr "El intento de leer un bloque del sistema de ficheros resultó en una lectura corta"
7871
7872 #: lib/ext2fs/ext2_err.c:48
7873 msgid "Attempt to write block to filesystem resulted in short write"
7874 msgstr "El intento de escribir un bloque en el sistema de ficheros resultó en una escritura corta"
7875
7876 #: lib/ext2fs/ext2_err.c:49
7877 msgid "No free space in the directory"
7878 msgstr "No hay espacio libre en el directorio"
7879
7880 #: lib/ext2fs/ext2_err.c:50
7881 msgid "Inode bitmap not loaded"
7882 msgstr "No está cargado el mapa de bits de nodos-i"
7883
7884 #: lib/ext2fs/ext2_err.c:51
7885 msgid "Block bitmap not loaded"
7886 msgstr "No está cargado el mapa de bits de bloques"
7887
7888 #: lib/ext2fs/ext2_err.c:52
7889 msgid "Illegal inode number"
7890 msgstr "Número inválido de nodo-i"
7891
7892 #: lib/ext2fs/ext2_err.c:53
7893 msgid "Illegal block number"
7894 msgstr "Número inválido de bloque"
7895
7896 #: lib/ext2fs/ext2_err.c:54
7897 msgid "Internal error in ext2fs_expand_dir"
7898 msgstr "Error interno en ext2fs_expand_dir"
7899
7900 #: lib/ext2fs/ext2_err.c:55
7901 msgid "Not enough space to build proposed filesystem"
7902 msgstr "No hay suficiente espacio para construir el sistema de ficheros propuesto"
7903
7904 #: lib/ext2fs/ext2_err.c:56
7905 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7906 msgstr "Se ha pasado un número de bloque no válido a ext2fs_mark_block_bitmap"
7907
7908 #: lib/ext2fs/ext2_err.c:57
7909 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7910 msgstr "Se ha pasado un número de bloque no válido a ext2fs_unmark_block_bitmap"
7911
7912 #: lib/ext2fs/ext2_err.c:58
7913 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7914 msgstr "Se ha pasado un número de bloque no válido a ext2fs_test_block_bitmap"
7915
7916 #: lib/ext2fs/ext2_err.c:59
7917 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7918 msgstr "Se ha pasado un número de nodo-i no válido a ext2fs_mark_inode_bitmap"
7919
7920 #: lib/ext2fs/ext2_err.c:60
7921 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7922 msgstr "Se ha pasado un número de nodo-i no válido a ext2fs_unmark_inode_bitmap"
7923
7924 #: lib/ext2fs/ext2_err.c:61
7925 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7926 msgstr "Se ha pasado un número de nodo-i no válido a ext2fs_test_inode_bitmap"
7927
7928 #: lib/ext2fs/ext2_err.c:62
7929 msgid "Attempt to fudge end of block bitmap past the real end"
7930 msgstr "Se ha intentado empujar el final del mapa de bits de bloques más allá del final real"
7931
7932 #: lib/ext2fs/ext2_err.c:63
7933 msgid "Attempt to fudge end of inode bitmap past the real end"
7934 msgstr "Se ha intentado empujar el final del mapa de bits de nodos-i más allá del final real"
7935
7936 #: lib/ext2fs/ext2_err.c:64
7937 msgid "Illegal indirect block found"
7938 msgstr "Se ha encontrado un bloque indirecto no válido"
7939
7940 #: lib/ext2fs/ext2_err.c:65
7941 msgid "Illegal doubly indirect block found"
7942 msgstr "Se ha encontrado un bloque doblemente indirecto no válido"
7943
7944 #: lib/ext2fs/ext2_err.c:66
7945 msgid "Illegal triply indirect block found"
7946 msgstr "Se ha encontrado un bloque triplemente indirecto no válido"
7947
7948 #: lib/ext2fs/ext2_err.c:67
7949 msgid "Block bitmaps are not the same"
7950 msgstr "Los mapas de bits de bloques no son iguales"
7951
7952 #: lib/ext2fs/ext2_err.c:68
7953 msgid "Inode bitmaps are not the same"
7954 msgstr "Los mapas de bits de nodos-i no son iguales"
7955
7956 #: lib/ext2fs/ext2_err.c:69
7957 msgid "Illegal or malformed device name"
7958 msgstr "Nombre de dispositivo no válido o mal formado"
7959
7960 #: lib/ext2fs/ext2_err.c:70
7961 msgid "A block group is missing an inode table"
7962 msgstr "Al grupo de bloques le falta la tabla de nodos-i"
7963
7964 #: lib/ext2fs/ext2_err.c:71
7965 msgid "The ext2 superblock is corrupt"
7966 msgstr "El superbloque ext2 está corrupto"
7967
7968 #: lib/ext2fs/ext2_err.c:72
7969 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7970 msgstr "El número de bit genérico pasado a ext2fs_mark_generic_bitmap no es válido"
7971
7972 #: lib/ext2fs/ext2_err.c:73
7973 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7974 msgstr "El número de bit genérico pasado a ext2fs_unmark_generic_bitmap no es válido"
7975
7976 #: lib/ext2fs/ext2_err.c:74
7977 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7978 msgstr "El número de bit genérico pasado a ext2fs_test_generic_bitmap no es válido"
7979
7980 #: lib/ext2fs/ext2_err.c:75
7981 msgid "Too many symbolic links encountered."
7982 msgstr "Se han encontrado demasiados enlaces simbólicos."
7983
7984 #: lib/ext2fs/ext2_err.c:76
7985 msgid "The callback function will not handle this case"
7986 msgstr "La función de retrollamada no manejará este caso"
7987
7988 #: lib/ext2fs/ext2_err.c:77
7989 msgid "The inode is from a bad block in the inode table"
7990 msgstr "El nodo-i procede de un bloque incorrecto en la tabla de nodos-i"
7991
7992 #: lib/ext2fs/ext2_err.c:78
7993 msgid "Filesystem has unsupported feature(s)"
7994 msgstr "El sistema de ficheros tiene característica(s) no implementada(s)"
7995
7996 #: lib/ext2fs/ext2_err.c:79
7997 msgid "Filesystem has unsupported read-only feature(s)"
7998 msgstr "El sistema de ficheros tiene característica(s) no implementada(s) de solo lectura"
7999
8000 #: lib/ext2fs/ext2_err.c:80
8001 msgid "IO Channel failed to seek on read or write"
8002 msgstr "Fallo de búsqueda en canal ES al leer o escribir"
8003
8004 #: lib/ext2fs/ext2_err.c:81
8005 msgid "Memory allocation failed"
8006 msgstr "Fallo en la reserva de memoria"
8007
8008 #: lib/ext2fs/ext2_err.c:82
8009 msgid "Invalid argument passed to ext2 library"
8010 msgstr "El argumento pasado a la biblioteca ext2 no es válido"
8011
8012 #: lib/ext2fs/ext2_err.c:83
8013 msgid "Could not allocate block in ext2 filesystem"
8014 msgstr "No se ha podido reservar bloque en el sistema de ficheros ext2"
8015
8016 #: lib/ext2fs/ext2_err.c:84
8017 msgid "Could not allocate inode in ext2 filesystem"
8018 msgstr "No se ha podido reservar nodo-i en el sistema de ficheros ext2"
8019
8020 #: lib/ext2fs/ext2_err.c:85
8021 msgid "Ext2 inode is not a directory"
8022 msgstr "El nodo-i no es un directorio"
8023
8024 #: lib/ext2fs/ext2_err.c:86
8025 msgid "Too many references in table"
8026 msgstr "Demasiadas referencias en la tabla"
8027
8028 #: lib/ext2fs/ext2_err.c:87
8029 msgid "File not found by ext2_lookup"
8030 msgstr "ext2_lookup no ha encontrado el fichero"
8031
8032 #: lib/ext2fs/ext2_err.c:88
8033 msgid "File open read-only"
8034 msgstr "Fichero abierto solo para lectura"
8035
8036 #: lib/ext2fs/ext2_err.c:89
8037 msgid "Ext2 directory block not found"
8038 msgstr "Bloque de directorio no encontrado"
8039
8040 #: lib/ext2fs/ext2_err.c:90
8041 msgid "Ext2 directory already exists"
8042 msgstr "El directorio ya existe"
8043
8044 #: lib/ext2fs/ext2_err.c:91
8045 msgid "Unimplemented ext2 library function"
8046 msgstr "Función de biblioteca ext2 no implementada"
8047
8048 #: lib/ext2fs/ext2_err.c:92
8049 msgid "User cancel requested"
8050 msgstr "El usuario ha solicitado cancelar"
8051
8052 #: lib/ext2fs/ext2_err.c:93
8053 msgid "Ext2 file too big"
8054 msgstr "Fichero demasiado grande"
8055
8056 #: lib/ext2fs/ext2_err.c:94
8057 msgid "Supplied journal device not a block device"
8058 msgstr "El dispositivo de fichero de transacciones suministrado no es un dispositivo de bloques"
8059
8060 #: lib/ext2fs/ext2_err.c:95
8061 msgid "Journal superblock not found"
8062 msgstr "No se encontró el superbloque del fichero de transacciones"
8063
8064 #: lib/ext2fs/ext2_err.c:96
8065 msgid "Journal must be at least 1024 blocks"
8066 msgstr "El fichero de transacciones debe tener al menos 1024 bloques"
8067
8068 #: lib/ext2fs/ext2_err.c:97
8069 msgid "Unsupported journal version"
8070 msgstr "Versión del fichero de transacciones no compatible"
8071
8072 #: lib/ext2fs/ext2_err.c:98
8073 msgid "Error loading external journal"
8074 msgstr "Error mientras se intentaba cargar el fichero de transacciones externo"
8075
8076 #: lib/ext2fs/ext2_err.c:99
8077 msgid "Journal not found"
8078 msgstr "No se encontró el fichero de transacciones"
8079
8080 #: lib/ext2fs/ext2_err.c:100
8081 msgid "Directory hash unsupported"
8082 msgstr "«Hash» de directorio no compatible"
8083
8084 #: lib/ext2fs/ext2_err.c:101
8085 msgid "Illegal extended attribute block number"
8086 msgstr "El número de bloque de atributo extendido no es válido"
8087
8088 #: lib/ext2fs/ext2_err.c:102
8089 msgid "Cannot create filesystem with requested number of inodes"
8090 msgstr "No se ha podido crear el sistema de ficheros con el número de nodos-i solicitado"
8091
8092 #: lib/ext2fs/ext2_err.c:103
8093 msgid "E2image snapshot not in use"
8094 msgstr "La instantánea E2image no está en uso"
8095
8096 #: lib/ext2fs/ext2_err.c:104
8097 msgid "Too many reserved group descriptor blocks"
8098 msgstr "Demasiados bloques de descriptores de grupo reservados"
8099
8100 #: lib/ext2fs/ext2_err.c:105
8101 msgid "Resize inode is corrupt"
8102 msgstr "El nodo-i de cambio de tamaño está corrupto"
8103
8104 #: lib/ext2fs/ext2_err.c:106
8105 msgid "Tried to set block bmap with missing indirect block"
8106 msgstr "Se ha intentado poner un bmap de bloque con bloque indirecto perdido"
8107
8108 #: lib/ext2fs/ext2_err.c:107
8109 msgid "TDB: Success"
8110 msgstr "TDB: Bien"
8111
8112 #: lib/ext2fs/ext2_err.c:108
8113 msgid "TDB: Corrupt database"
8114 msgstr "TDB: Base de datos corrupta"
8115
8116 #: lib/ext2fs/ext2_err.c:109
8117 msgid "TDB: IO Error"
8118 msgstr "TDB: Error de ES"
8119
8120 #: lib/ext2fs/ext2_err.c:110
8121 msgid "TDB: Locking error"
8122 msgstr "TDB: Error de bloqueo"
8123
8124 #: lib/ext2fs/ext2_err.c:111
8125 msgid "TDB: Out of memory"
8126 msgstr "TDB: No hay más memoria"
8127
8128 #: lib/ext2fs/ext2_err.c:112
8129 msgid "TDB: Record exists"
8130 msgstr "TDB: Ya existe el registro"
8131
8132 #: lib/ext2fs/ext2_err.c:113
8133 msgid "TDB: Lock exists on other keys"
8134 msgstr "TDB: Ya existe el bloqueo en otras llaves"
8135
8136 #: lib/ext2fs/ext2_err.c:114
8137 msgid "TDB: Invalid parameter"
8138 msgstr "TDB: Parámetro no válido"
8139
8140 #: lib/ext2fs/ext2_err.c:115
8141 msgid "TDB: Record does not exist"
8142 msgstr "TDB: No existe el registro"
8143
8144 #: lib/ext2fs/ext2_err.c:116
8145 msgid "TDB: Write not permitted"
8146 msgstr "TDB: No está permitido escribir"
8147
8148 #: lib/ext2fs/ext2_err.c:117
8149 msgid "Ext2fs directory block list is empty"
8150 msgstr "La lista de bloques del directorio ext2fs está vacía"
8151
8152 #: lib/ext2fs/ext2_err.c:118
8153 msgid "Attempt to modify a block mapping via a read-only block iterator"
8154 msgstr "Intento de modificar una asociación de bloques mediante un iterador de bloques de solo lectura"
8155
8156 #: lib/ext2fs/ext2_err.c:119
8157 msgid "Wrong magic number for ext4 extent saved path"
8158 msgstr "Número mágico incorrecto para la ruta «extent» ext4 guardada"
8159
8160 #: lib/ext2fs/ext2_err.c:120
8161 msgid "Wrong magic number for 64-bit generic bitmap"
8162 msgstr "Número mágico incorrecto para el bitmap genérico de 64 bits"
8163
8164 #: lib/ext2fs/ext2_err.c:121
8165 msgid "Wrong magic number for 64-bit block bitmap"
8166 msgstr "Número mágico incorrecto para el bitmap de bloques de 64 bits"
8167
8168 #: lib/ext2fs/ext2_err.c:122
8169 msgid "Wrong magic number for 64-bit inode bitmap"
8170 msgstr "Número mágico incorrecto para el bitmap de nodos-i de 64-bits"
8171
8172 #: lib/ext2fs/ext2_err.c:123
8173 msgid "Wrong magic number --- RESERVED_13"
8174 msgstr "Número mágico incorrecto --- RESERVADO_13"
8175
8176 #: lib/ext2fs/ext2_err.c:124
8177 msgid "Wrong magic number --- RESERVED_14"
8178 msgstr "Número mágico incorrecto --- RESERVADO_14"
8179
8180 #: lib/ext2fs/ext2_err.c:125
8181 msgid "Wrong magic number --- RESERVED_15"
8182 msgstr "Número mágico incorrecto --- RESERVADO_15"
8183
8184 #: lib/ext2fs/ext2_err.c:126
8185 msgid "Wrong magic number --- RESERVED_16"
8186 msgstr "Número mágico incorrecto --- RESERVADO_16"
8187
8188 #: lib/ext2fs/ext2_err.c:127
8189 msgid "Wrong magic number --- RESERVED_17"
8190 msgstr "Número mágico incorrecto --- RESERVADO_17"
8191
8192 #: lib/ext2fs/ext2_err.c:128
8193 msgid "Wrong magic number --- RESERVED_18"
8194 msgstr "Número mágico incorrecto --- RESERVADO_18"
8195
8196 #: lib/ext2fs/ext2_err.c:129
8197 msgid "Wrong magic number --- RESERVED_19"
8198 msgstr "Número mágico incorrecto --- RESERVADO_19"
8199
8200 #: lib/ext2fs/ext2_err.c:130
8201 msgid "Corrupt extent header"
8202 msgstr "Cabecera de «extent» corrupta"
8203
8204 #: lib/ext2fs/ext2_err.c:131
8205 msgid "Corrupt extent index"
8206 msgstr "Índice de «extent» corrupto"
8207
8208 #: lib/ext2fs/ext2_err.c:132
8209 msgid "Corrupt extent"
8210 msgstr "«Extent» corrupto"
8211
8212 #: lib/ext2fs/ext2_err.c:133
8213 msgid "No free space in extent map"
8214 msgstr "No queda espacio libre el el mapa de «extent»"
8215
8216 #: lib/ext2fs/ext2_err.c:134
8217 msgid "Inode does not use extents"
8218 msgstr "El nodo-i no utiliza «extents»"
8219
8220 #: lib/ext2fs/ext2_err.c:135
8221 msgid "No 'next' extent"
8222 msgstr "No hay «extent» 'next'"
8223
8224 #: lib/ext2fs/ext2_err.c:136
8225 msgid "No 'previous' extent"
8226 msgstr "No hay «extent» 'previous'"
8227
8228 #: lib/ext2fs/ext2_err.c:137
8229 msgid "No 'up' extent"
8230 msgstr "No hay «extent» 'up'"
8231
8232 #: lib/ext2fs/ext2_err.c:138
8233 msgid "No 'down' extent"
8234 msgstr "No hay «extent» 'down'"
8235
8236 #: lib/ext2fs/ext2_err.c:139
8237 msgid "No current node"
8238 msgstr "No hay nodo actual"
8239
8240 #: lib/ext2fs/ext2_err.c:140
8241 msgid "Ext2fs operation not supported"
8242 msgstr "La operación ext2fs no está implementada"
8243
8244 #: lib/ext2fs/ext2_err.c:141
8245 msgid "No room to insert extent in node"
8246 msgstr "No hay sitio para insertar «extent» en el nodo-i"
8247
8248 #: lib/ext2fs/ext2_err.c:142
8249 msgid "Splitting would result in empty node"
8250 msgstr "La división daría lugar a un nodo vacío"
8251
8252 #: lib/ext2fs/ext2_err.c:143
8253 msgid "Extent not found"
8254 msgstr "No se encontró el «extent»"
8255
8256 #: lib/ext2fs/ext2_err.c:144
8257 msgid "Operation not supported for inodes containing extents"
8258 msgstr "La operación no está implementada para nodos-i que contienen «extents»"
8259
8260 #: lib/ext2fs/ext2_err.c:145
8261 msgid "Extent length is invalid"
8262 msgstr "La longitud del «extent» no es válida"
8263
8264 #: lib/ext2fs/ext2_err.c:146
8265 msgid "I/O Channel does not support 64-bit block numbers"
8266 msgstr "El canal de E/S no admite números de bloque de 64 bits"
8267
8268 #: lib/ext2fs/ext2_err.c:147
8269 msgid "Can't check if filesystem is mounted due to missing mtab file"
8270 msgstr "No se ha podido comprobar si el sistema de ficheros está montado, porque falta el fichero mtab"
8271
8272 #: lib/ext2fs/ext2_err.c:148
8273 msgid "Filesystem too large to use legacy bitmaps"
8274 msgstr "El sistema de ficheros es demasiado grande para utilizar mapas de bits antiguos"
8275
8276 #: lib/ext2fs/ext2_err.c:149
8277 msgid "MMP: invalid magic number"
8278 msgstr "MMP: número mágico no válido"
8279
8280 #: lib/ext2fs/ext2_err.c:150
8281 msgid "MMP: device currently active"
8282 msgstr "MMP: dispositivo actualmente activo"
8283
8284 #: lib/ext2fs/ext2_err.c:151
8285 msgid "MMP: e2fsck being run"
8286 msgstr "MMP: e2fsck ejecutándose"
8287
8288 #: lib/ext2fs/ext2_err.c:152
8289 msgid "MMP: block number beyond filesystem range"
8290 msgstr "MMP: número de bloque fuera del alcance del sistema de ficheros"
8291
8292 #: lib/ext2fs/ext2_err.c:153
8293 msgid "MMP: undergoing an unknown operation"
8294 msgstr "MMP: cursando operación desconocida"
8295
8296 #: lib/ext2fs/ext2_err.c:154
8297 msgid "MMP: filesystem still in use"
8298 msgstr "MMP: el sistema de ficheros todavía está en uso"
8299
8300 #: lib/ext2fs/ext2_err.c:155
8301 msgid "MMP: open with O_DIRECT failed"
8302 msgstr "MMP: no se ha podido abrir con O_DIRECT"
8303
8304 #: lib/ext2fs/ext2_err.c:156
8305 msgid "Block group descriptor size incorrect"
8306 msgstr "El tamaño del descriptor del grupo de bloques es incorrecto"
8307
8308 #: lib/ext2fs/ext2_err.c:157
8309 msgid "Inode checksum does not match inode"
8310 msgstr "El «checksum» del nodo-i no cuadra con el nodo-i"
8311
8312 #: lib/ext2fs/ext2_err.c:158
8313 msgid "Inode bitmap checksum does not match bitmap"
8314 msgstr "El «checksum» del mapa de bits del nodo-i no cuadra con el mapa de bits"
8315
8316 #: lib/ext2fs/ext2_err.c:159
8317 msgid "Extent block checksum does not match extent block"
8318 msgstr "El «checksum» del bloque «extent» no cuadra con el bloque «extent»"
8319
8320 #: lib/ext2fs/ext2_err.c:160
8321 msgid "Directory block does not have space for checksum"
8322 msgstr "El bloque de directorio no tiene espacio para el «checksum»"
8323
8324 #: lib/ext2fs/ext2_err.c:161
8325 msgid "Directory block checksum does not match directory block"
8326 msgstr "El «checksum» del bloque de directorio no cuadra con el bloque de directorio"
8327
8328 #: lib/ext2fs/ext2_err.c:162
8329 msgid "Extended attribute block checksum does not match block"
8330 msgstr "El «checksum» del bloque de atributo extendido no cuadra con el bloque"
8331
8332 #: lib/ext2fs/ext2_err.c:163
8333 msgid "Superblock checksum does not match superblock"
8334 msgstr "El «checksum» del superbloque no cuadra con el superbloque"
8335
8336 #: lib/ext2fs/ext2_err.c:164
8337 msgid "Unknown checksum algorithm"
8338 msgstr "Algoritmo de «checksum» desconocido"
8339
8340 #: lib/ext2fs/ext2_err.c:165
8341 msgid "MMP block checksum does not match"
8342 msgstr "El «checksum» del bloque MMP no cuadra"
8343
8344 #: lib/ext2fs/ext2_err.c:166
8345 msgid "Ext2 file already exists"
8346 msgstr "El fichero ya existe"
8347
8348 #: lib/ext2fs/ext2_err.c:167
8349 msgid "Block bitmap checksum does not match bitmap"
8350 msgstr "El «checksum» del mapa de bits del bloque no cuadra con el mapa de bits"
8351
8352 #: lib/ext2fs/ext2_err.c:168
8353 msgid "Cannot iterate data blocks of an inode containing inline data"
8354 msgstr "No se puede iterar por los bloques de datos de un nodo-i que contiene datos en línea"
8355
8356 #: lib/ext2fs/ext2_err.c:169
8357 msgid "Extended attribute has an invalid name length"
8358 msgstr "La longitud del nombre del atributo extendido no es válida"
8359
8360 #: lib/ext2fs/ext2_err.c:170
8361 msgid "Extended attribute has an invalid value length"
8362 msgstr "La longitud del valor del atributo extendido no es válida"
8363
8364 #: lib/ext2fs/ext2_err.c:171
8365 msgid "Extended attribute has an incorrect hash"
8366 msgstr "El atributo extendido tiene un «hash» incorrecto"
8367
8368 #: lib/ext2fs/ext2_err.c:172
8369 msgid "Extended attribute block has a bad header"
8370 msgstr "El bloque de atributo extendido tiene una cabecera incorrecta"
8371
8372 #: lib/ext2fs/ext2_err.c:173
8373 msgid "Extended attribute key not found"
8374 msgstr "Clave de atributo extendido no encontrada"
8375
8376 #: lib/ext2fs/ext2_err.c:174
8377 msgid "Insufficient space to store extended attribute data"
8378 msgstr "Espacio insuficiente para almacenar los datos de atributos extendidos"
8379
8380 #: lib/ext2fs/ext2_err.c:175
8381 msgid "Filesystem is missing ext_attr or inline_data feature"
8382 msgstr "El sistema de ficheros carece de la característica ext_attr o inline_data"
8383
8384 #: lib/ext2fs/ext2_err.c:176
8385 msgid "Inode doesn't have inline data"
8386 msgstr "El nodo-i no tiene datos en línea"
8387
8388 #: lib/ext2fs/ext2_err.c:177
8389 msgid "No block for an inode with inline data"
8390 msgstr "No hay bloque para un nodo-i con datos en línea"
8391
8392 #: lib/ext2fs/ext2_err.c:178
8393 msgid "No free space in inline data"
8394 msgstr "No queda espacio libre en los datos en línea"
8395
8396 #: lib/ext2fs/ext2_err.c:179
8397 msgid "Wrong magic number for extended attribute structure"
8398 msgstr "Número mágico incorrecto para la estructura de attributos extendidos"
8399
8400 #: lib/ext2fs/ext2_err.c:180
8401 msgid "Inode seems to contain garbage"
8402 msgstr "Parece que el nodo-i contiene basura"
8403
8404 #: lib/ext2fs/ext2_err.c:181
8405 msgid "Extended attribute has an invalid value offset"
8406 msgstr "El atributo extendido tiene un desplazamiento del valor que no es válido"
8407
8408 #: lib/ext2fs/ext2_err.c:182
8409 msgid "Journal flags inconsistent"
8410 msgstr "Los indicadores del fichero de transacciones son incoherentes"
8411
8412 #: lib/ext2fs/ext2_err.c:183
8413 msgid "Undo file corrupt"
8414 msgstr "El fichero deshacer está corrupto"
8415
8416 #: lib/ext2fs/ext2_err.c:184
8417 msgid "Wrong undo file for this filesystem"
8418 msgstr "Fichero deshacer incorrecto para este sistema de ficheros"
8419
8420 #: lib/ext2fs/ext2_err.c:185
8421 msgid "File system is corrupted"
8422 msgstr "El sistema de ficheros está corrupto"
8423
8424 #: lib/ext2fs/ext2_err.c:186
8425 msgid "Bad CRC detected in file system"
8426 msgstr "Se ha detectado un CRC incorrecto en el sistema de ficheros"
8427
8428 #: lib/ext2fs/ext2_err.c:187
8429 msgid "The journal superblock is corrupt"
8430 msgstr "El superbloque del fichero de transacciones está corrupto"
8431
8432 #: lib/ext2fs/ext2_err.c:188
8433 msgid "Inode is corrupted"
8434 msgstr "El nodo-i está corrupto"
8435
8436 #: lib/ext2fs/ext2_err.c:189
8437 msgid "Inode containing extended attribute value is corrupted"
8438 msgstr "El nodo-i que contiene el valor de un atributo extendido está corrupto"
8439
8440 #: lib/ext2fs/ext2_err.c:190
8441 msgid "Group descriptors not loaded"
8442 msgstr "Descriptores de grupo no cargados"
8443
8444 #: lib/ext2fs/ext2_err.c:191
8445 msgid "The internal ext2_filsys data structure appears to be corrupted"
8446 msgstr "La estructura de datos ext2_filsys interna parece que está corrupta"
8447
8448 #: lib/support/prof_err.c:11
8449 msgid "Profile version 0.0"
8450 msgstr "Versión de «profile» 0.0"
8451
8452 #: lib/support/prof_err.c:12
8453 msgid "Bad magic value in profile_node"
8454 msgstr "Valor mágico incorrecto en profile_node"
8455
8456 #: lib/support/prof_err.c:13
8457 msgid "Profile section not found"
8458 msgstr "Sección «profile» no encontrada"
8459
8460 #: lib/support/prof_err.c:14
8461 msgid "Profile relation not found"
8462 msgstr "Relación «profile» no encontrada"
8463
8464 #: lib/support/prof_err.c:15
8465 msgid "Attempt to add a relation to node which is not a section"
8466 msgstr "Intento de añadir una relación a un nodo que no es sección"
8467
8468 #: lib/support/prof_err.c:16
8469 msgid "A profile section header has a non-zero value"
8470 msgstr "Una cabecera de sección de «profile» tiene un valor no nulo"
8471
8472 #: lib/support/prof_err.c:17
8473 msgid "Bad linked list in profile structures"
8474 msgstr "Lista enlazada incorrecta en las estructuras «profile»"
8475
8476 #: lib/support/prof_err.c:18
8477 msgid "Bad group level in profile structures"
8478 msgstr "Nivel de grupo incorrecto en las estructuras «profile»"
8479
8480 #: lib/support/prof_err.c:19
8481 msgid "Bad parent pointer in profile structures"
8482 msgstr "Puntero padre incorrecto en las estructuras «profile»"
8483
8484 #: lib/support/prof_err.c:20
8485 msgid "Bad magic value in profile iterator"
8486 msgstr "Valor mágico incorrecto en el iterador «profile»"
8487
8488 #: lib/support/prof_err.c:21
8489 msgid "Can't set value on section node"
8490 msgstr "No se ha podido poner el valor en el nodo de sección"
8491
8492 #: lib/support/prof_err.c:22
8493 msgid "Invalid argument passed to profile library"
8494 msgstr "Se ha pasado un argumento no válido a la biblioteca «profile»"
8495
8496 #: lib/support/prof_err.c:23
8497 msgid "Attempt to modify read-only profile"
8498 msgstr "Intento de modificar «profile» de solo lectura"
8499
8500 #: lib/support/prof_err.c:24
8501 msgid "Profile section header not at top level"
8502 msgstr "La cabecera de sección «profile» no está en el nivel superior"
8503
8504 #: lib/support/prof_err.c:25
8505 msgid "Syntax error in profile section header"
8506 msgstr "Error de sintaxis en la cabecera de la sección «profile»"
8507
8508 #: lib/support/prof_err.c:26
8509 msgid "Syntax error in profile relation"
8510 msgstr "Error de sintaxis en la relación «profile»"
8511
8512 #: lib/support/prof_err.c:27
8513 msgid "Extra closing brace in profile"
8514 msgstr "Sobra una llave de cierre en «profile»"
8515
8516 #: lib/support/prof_err.c:28
8517 msgid "Missing open brace in profile"
8518 msgstr "Falta una llave de apertura en «profile»"
8519
8520 #: lib/support/prof_err.c:29
8521 msgid "Bad magic value in profile_t"
8522 msgstr "Valor mágico incorrecto en profile_t"
8523
8524 #: lib/support/prof_err.c:30
8525 msgid "Bad magic value in profile_section_t"
8526 msgstr "Valor mágico incorrecto en profile_section_t"
8527
8528 #: lib/support/prof_err.c:31
8529 msgid "Iteration through all top level section not supported"
8530 msgstr "La iteración por la sección de nivel superior no está implementada"
8531
8532 #: lib/support/prof_err.c:32
8533 msgid "Invalid profile_section object"
8534 msgstr "El objeto profile_section no es válido"
8535
8536 #: lib/support/prof_err.c:33
8537 msgid "No more sections"
8538 msgstr "No hay más secciones"
8539
8540 #: lib/support/prof_err.c:34
8541 msgid "Bad nameset passed to query routine"
8542 msgstr "El conjunto de nombres pasado a la rutina de consulta es incorrecto"
8543
8544 #: lib/support/prof_err.c:35
8545 msgid "No profile file open"
8546 msgstr "No hay ningún fichero «profile» abierto"
8547
8548 #: lib/support/prof_err.c:36
8549 msgid "Bad magic value in profile_file_t"
8550 msgstr "Valor mágico incorrecto en profile_file_t"
8551
8552 #: lib/support/prof_err.c:37
8553 msgid "Couldn't open profile file"
8554 msgstr "No se ha podido abrir el fichero «profile»"
8555
8556 #: lib/support/prof_err.c:38
8557 msgid "Section already exists"
8558 msgstr "La sección ya existe"
8559
8560 #: lib/support/prof_err.c:39
8561 msgid "Invalid boolean value"
8562 msgstr "Valor lógico no válido"
8563
8564 #: lib/support/prof_err.c:40
8565 msgid "Invalid integer value"
8566 msgstr "Valor entero no válido"
8567
8568 #: lib/support/prof_err.c:41
8569 msgid "Bad magic value in profile_file_data_t"
8570 msgstr "Valor mágico incorrecto en profile_file_data_t"
8571
8572 #: lib/support/plausible.c:119
8573 #, c-format
8574 msgid "\tlast mounted on %.*s on %s"
8575 msgstr "\túltima fecha de montaje en %.*s %s"
8576
8577 #: lib/support/plausible.c:122
8578 #, c-format
8579 msgid "\tlast mounted on %s"
8580 msgstr "\túltima fecha de montaje %s"
8581
8582 #: lib/support/plausible.c:125
8583 #, c-format
8584 msgid "\tcreated on %s"
8585 msgstr "\tfecha de creación %s"
8586
8587 #: lib/support/plausible.c:128
8588 #, c-format
8589 msgid "\tlast modified on %s"
8590 msgstr "\tfecha de última modificación %s"
8591
8592 #: lib/support/plausible.c:162
8593 #, c-format
8594 msgid "Found a %s partition table in %s\n"
8595 msgstr "Se ha encontrado una tabla de particiones %s en %s\n"
8596
8597 #: lib/support/plausible.c:192
8598 #, c-format
8599 msgid "The file %s does not exist and no size was specified.\n"
8600 msgstr "El fichero %s no existe y no se ha especificado ningún tamaño.\n"
8601
8602 #: lib/support/plausible.c:200
8603 #, c-format
8604 msgid "Creating regular file %s\n"
8605 msgstr "Creando el fichero ordinario %s\n"
8606
8607 #: lib/support/plausible.c:203
8608 #, c-format
8609 msgid "Could not open %s: %s\n"
8610 msgstr "No se puede abrir %s: %s\n"
8611
8612 #: lib/support/plausible.c:206
8613 msgid ""
8614 "\n"
8615 "The device apparently does not exist; did you specify it correctly?\n"
8616 msgstr ""
8617 "\n"
8618 "En apariencia, el dispositivo no existe; ¿Se especificó correctamente?\n"
8619
8620 #: lib/support/plausible.c:228
8621 #, c-format
8622 msgid "%s is not a block special device.\n"
8623 msgstr "%s no es un dispositivo especial de bloques.\n"
8624
8625 #: lib/support/plausible.c:250
8626 #, c-format
8627 msgid "%s contains a %s file system labelled '%s'\n"
8628 msgstr "%s contiene un sistema de ficheros %s etiquetado '%s'\n"
8629
8630 #: lib/support/plausible.c:253
8631 #, c-format
8632 msgid "%s contains a %s file system\n"
8633 msgstr "%s contiene un sistema de ficheros %s\n"
8634
8635 #: lib/support/plausible.c:277
8636 #, c-format
8637 msgid "%s contains `%s' data\n"
8638 msgstr "%s contiene datos `%s'\n"
8639
8640 #~ msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
8641 #~ msgstr "Modo de empleo: %s [-F] [-I bloques_del_búfer_del_nodo_i] dispositivo\n"
8642
8643 #~ msgid "while trying to open '%s'"
8644 #~ msgstr "mientras se intentaba abrir '%s'"
8645
8646 #~ msgid "%u inodes scanned.\n"
8647 #~ msgstr "%u nodos-i explorados.\n"
8648
8649 #~ msgid ""
8650 #~ "The encrypt and casefold features are not compatible.\n"
8651 #~ "They can not be both enabled simultaneously.\n"
8652 #~ msgstr ""
8653 #~ "Las características de cifrado y «casefold» no son compatibles.\n"
8654 #~ "No pueden estar activadas las dos a la vez.\n"
8655
8656 #~ msgid "Cannot enable encrypt feature on filesystems with the encoding feature enabled.\n"
8657 #~ msgstr ""
8658 #~ "No es posible activar la característica de cifrado en sistemas de ficheros que tengan\n"
8659 #~ "la característica de codificación activada.\n"
8660
8661 #~ msgid "while opening directory \"%s\""
8662 #~ msgstr "mientras se abría el directorio \"%s\""
8663
8664 #~ msgid ""
8665 #~ "\n"
8666 #~ "*** Checksum errors detected in filesystem!  Run e2fsck now!\n"
8667 #~ "\n"
8668 #~ msgstr ""
8669 #~ "\n"
8670 #~ "*** ¡Errores de «checksum» detectados en el sistema de ficheros!  ¡Ejecute e2fsck ahora!\n"
8671 #~ "\n"
8672
8673 #~ msgid ""
8674 #~ "\n"
8675 #~ "*** Checksum errors detected in bitmaps!  Run e2fsck now!\n"
8676 #~ "\n"
8677 #~ msgstr ""
8678 #~ "\n"
8679 #~ "*** ¡Errores de «checksum» detectados en mapas de bits!  ¡Ejecute e2fsck ahora!\n"
8680 #~ "\n"
8681
8682 #~ msgid ""
8683 #~ "\n"
8684 #~ "%s: %s: error reading bitmaps: %s\n"
8685 #~ msgstr ""
8686 #~ "\n"
8687 #~ "%s: %s: error al leer los mapas de bits: %s\n"
8688
8689 #~ msgid ""
8690 #~ "\n"
8691 #~ "Warning, had trouble writing out superblocks.\n"
8692 #~ msgstr ""
8693 #~ "\n"
8694 #~ "Atención, se tuvo un problema al escribir los superbloques.\n"
8695
8696 #~ msgid "i_dir_acl @F %Id, @s zero.\n"
8697 #~ msgstr "El i_dir_acl @F %Id, @s cero.\n"
8698
8699 #~ msgid "Journal features:        "
8700 #~ msgstr "Características del fichero de transacciones:  "
8701
8702 #~ msgid "Journal size:             "
8703 #~ msgstr "Tamaño del fichero de transacciones:  "
8704
8705 #~ msgid ""
8706 #~ "Journal length:           %u\n"
8707 #~ "Journal sequence:         0x%08x\n"
8708 #~ "Journal start:            %u\n"
8709 #~ msgstr ""
8710 #~ "Longitud del fichero de transacciones:           %u\n"
8711 #~ "Secuencia del fichero de transacciones:          0x%08x\n"
8712 #~ "Inicio del fichero de transacciones:             %u\n"
8713
8714 #~ msgid "Journal checksum type:    crc32\n"
8715 #~ msgstr "Tipo de «checksum» del fichero de transacciones:    crc32\n"
8716
8717 #~ msgid ""
8718 #~ "Journal checksum type:    %s\n"
8719 #~ "Journal checksum:         0x%08x\n"
8720 #~ msgstr ""
8721 #~ "Tipo de «checksum» del fichero de transacciones:    %s\n"
8722 #~ "«Checksum» del fichero de transacciones:            0x%08x\n"
8723
8724 #~ msgid "Journal errno:            %d\n"
8725 #~ msgstr "Número de error del fichero de transacciones:    %d\n"
8726
8727 #~ msgid ""
8728 #~ "\n"
8729 #~ "Journal block size:       %u\n"
8730 #~ "Journal length:           %u\n"
8731 #~ "Journal first block:      %u\n"
8732 #~ "Journal sequence:         0x%08x\n"
8733 #~ "Journal start:            %u\n"
8734 #~ "Journal number of users:  %u\n"
8735 #~ msgstr ""
8736 #~ "\n"
8737 #~ "Tamaño del bloque del fichero de transacciones:  %u\n"
8738 #~ "Longitud del fichero de transacciones:           %u\n"
8739 #~ "Primer bloque del fichero de transacciones:      %u\n"
8740 #~ "Secuencia del fichero de transacciones:          0x%08x\n"
8741 #~ "Inicio del fichero de transacciones:             %u\n"
8742 #~ "Número de usuarios del fichero de transacciones: %u\n"
8743
8744 #~ msgid "Journal users:            %s\n"
8745 #~ msgstr "Usuarios del fichero de transacciones:           %s\n"
8746
8747 #~ msgid ""
8748 #~ "\n"
8749 #~ "Warning: enabled project without quota together\n"
8750 #~ msgstr ""
8751 #~ "\n"
8752 #~ "Atención: proyecto activado sin cuota al mismo tiempo\n"
8753
8754 #~ msgid "Please run e2fsck on the filesystem.\n"
8755 #~ msgstr "Por favor ejecute e2fsck sobre el sistema de ficheros.\n"
8756
8757 #~ msgid "@i %i has @cion flag set on @f without @cion support.  "
8758 #~ msgstr "el @i %i tiene la bandera de @c puesta en el @f sin que la @c esté implementada.  "
8759
8760 #~ msgid "@A @a @b %b.  "
8761 #~ msgstr "@A de @a @b %b.  "
8762
8763 #~ msgid "%s: warning: compression support is experimental.\n"
8764 #~ msgstr "%s: atención: el soporte a la compresión es experimental.\n"
8765
8766 #~ msgid ""
8767 #~ "%s: e2fsck not compiled with HTREE support,\n"
8768 #~ "\tbut filesystem %s has HTREE directories.\n"
8769 #~ msgstr ""
8770 #~ "%s: e2fsck no está compilado con soporte a ÁRBOLES-H,\n"
8771 #~ "\tpero el sistema de ficheros %s tiene directorios con ÁRBOLES-H.\n"
8772
8773 #~ msgid "while allocating zeroizing buffer"
8774 #~ msgstr "mientras se reservaba el búfer relleno con ceros"
8775
8776 # FIXME: %u BEFORE unused
8777 #~ msgid ", unused inodes %u\n"
8778 #~ msgstr ", %u nodos-i sin usar\n"
8779
8780 #~ msgid "Failed to read the file system data \n"
8781 #~ msgstr "Fallo mientras se intentaban leer los datos del sistema de ficheros \n"
8782
8783 #~ msgid "Failed tdb_fetch %s\n"
8784 #~ msgstr "Fallo en tdb_fetch %s\n"
8785
8786 #~ msgid "The file system UUID didn't match \n"
8787 #~ msgstr "El UUID del sistema de ficheros no cuadraba \n"
8788
8789 #~ msgid "Failed tdb_open %s\n"
8790 #~ msgstr "Fallo en tdb_open %s\n"
8791
8792 #~ msgid "Failed to open %s\n"
8793 #~ msgstr "Fallo mientras se intentaba abrir %s\n"
8794
8795 #~ msgid "Replayed transaction of size %zd at location %llu\n"
8796 #~ msgstr "Se ejecutó de nuevo un transacción de tamaño %zd en la posición %llu\n"
8797
8798 #~ msgid "Failed write %s\n"
8799 #~ msgstr "Fallo de escritura %s\n"
8800
8801 #~ msgid "Invalid quotatype parameter: %s\n"
8802 #~ msgstr "Parámetro de tipo de cuota no válido: %s\n"
8803
8804 #~ msgid "Couldn't allocate memory to parse quota options!\n"
8805 #~ msgstr "¡No se puede reservar memoria para analizar sintácticamente las opciones de cuota!\n"
8806
8807 #~ msgid "Couldn't allocate memory for tdb filename\n"
8808 #~ msgstr "No se puede reservar memoria para el nombre del fichero tdb\n"
8809
8810 #~ msgid ""
8811 #~ "To undo the tune2fs operation please run the command\n"
8812 #~ "    e2undo %s %s\n"
8813 #~ "\n"
8814 #~ msgstr ""
8815 #~ "Para deshacer la operación tune2fs, ejecute el comando\n"
8816 #~ "    e2undo %s %s\n"
8817 #~ "\n"
8818
8819 #~ msgid "%s is entire device, not just one partition!\n"
8820 #~ msgstr "¡%s es todo el dispositivo, no sólo una partición!\n"
8821
8822 #~ msgid "<The ACL index inode>"
8823 #~ msgstr "<El índice ACL del nodo-i>"
8824
8825 #~ msgid "<The ACL data inode>"
8826 #~ msgstr "<La información ACL del nodo-i>"
8827
8828 #~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
8829 #~ msgstr "El @S no tiene la bandera has_journal, pero tiene un @j ext3 %s.\n"
8830
8831 #~ msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
8832 #~ msgstr "El @a en el @i %i tiene un arreglo asociativo (%N) que es @n (debe ser 0)\n"
8833
8834 #~ msgid "Recreate journal to make the filesystem ext3 again?\n"
8835 #~ msgstr "¿Recrear el @j para hacer el sistema de ficheros ext3 de nuevo?\n"
8836
8837 #~ msgid "while calling iterator function"
8838 #~ msgstr "mientras se llamaba a la función iteradora"
8839
8840 #~ msgid "Pass 0: Doing byte-swap of filesystem\n"
8841 #~ msgstr "Paso 0: Haciendo la trasposición de bytes del sistema de ficheros\n"
8842
8843 #~ msgid ""
8844 #~ "%s: the filesystem must be freshly checked using fsck\n"
8845 #~ "and not mounted before trying to byte-swap it.\n"
8846 #~ msgstr ""
8847 #~ "%s: el sistema de ficheros debe ser revisado desde cero utilizando\n"
8848 #~ "fsck y no debe estar montado cuando se intente hacer una trasposición de bytes en él.\n"
8849
8850 #~ msgid "Byte swap"
8851 #~ msgstr "Trasposición de bytes"
8852
8853 #~ msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
8854 #~ msgstr "Los sistemas con trasposición de bytes no están compilados en esta versión de e2fsck\n"
8855
8856 #~ msgid "Incompatible options not allowed when byte-swapping.\n"
8857 #~ msgstr "Las opciones incompatibles no están permitidas cuando se hace trasposición de bytes.\n"
8858
8859 #~ msgid "%s: Filesystem byte order already normalized.\n"
8860 #~ msgstr "%s: el orden de los bytes del sistema de ficheros ya se normalizó.\n"
8861
8862 #~ msgid "Couldn't determine journal size"
8863 #~ msgstr "No se puede determinar el tamaño del fichero de transacciones"
8864
8865 #~ msgid "while retrying to write block bitmaps for %s"
8866 #~ msgstr "mientras se reintentaba escribir los mapas de bits del bloque para %s"
8867
8868 #~ msgid "invalid starting block - %s"
8869 #~ msgstr "bloque inicial no válido - %s"
8870
8871 #~ msgid "Note: This is a byte-swapped filesystem\n"
8872 #~ msgstr "Nota: este es un sistema de ficheros con trasposición de bytes\n"
8873
8874 #~ msgid "short write (only %d bytes) for writing image header"
8875 #~ msgstr "se escribió muy poco (sólo %d bytes) para el encabezado de la imagen"
8876
8877 #~ msgid "invalid fragment size - %s"
8878 #~ msgstr "Tamaño del fragmento inválido - %s"
8879
8880 #~ msgid "Warning: fragments not supported.  Ignoring -f option\n"
8881 #~ msgstr "Atención: no están implementados los fragmentos. Se descarta la opción -f\n"
8882
8883 #~ msgid ""
8884 #~ "Filesystem too large.  No more than 2**31-1 blocks\n"
8885 #~ "\t (8TB using a blocksize of 4k) are currently supported."
8886 #~ msgstr ""
8887 #~ "El sistema de ficheros es demasiado grande.  Actualmente no se\n"
8888 #~ "soportan más de 2**31-1 bloques (8 TB con un tamaño de bloque de 4k)."
8889
8890 #~ msgid ""
8891 #~ "\n"
8892 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
8893 #~ "\tusing ext3.  Use -b 4096 if this is an issue for you.\n"
8894 #~ "\n"
8895 #~ msgstr ""
8896 #~ "\n"
8897 #~ "Atención: algunos núcleos 2.4 no operan con tamaños de bloque superiores\n"
8898 #~ "a 4096 con ext3.  Utilice -b 4096 si esto es un problema para usted.\n"
8899 #~ "\n"
8900
8901 #~ msgid "Warning: %d-byte inodes not usable on older systems\n"
8902 #~ msgstr "Atención: los nodos-i de %d bytes no se pueden utilizar en muchos sistemas\n"
8903
8904 #~ msgid "Journal NOT removed\n"
8905 #~ msgstr "NO se ha eliminado el fichero de transacciones\n"
8906
8907 #~ msgid "done                        \n"
8908 #~ msgstr "hecho                         \n"
8909
8910 #~ msgid "invalid blocks range: %lu-%lu"
8911 #~ msgstr "intervalo de bloques dañados: %lu-%lu"
8912
8913 #~ msgid ""
8914 #~ "\n"
8915 #~ "The filesystem already has sparse superblocks disabled.\n"
8916 #~ msgstr ""
8917 #~ "\n"
8918 #~ "El sistema de ficheros ya tiene los superbloques dispersos deshabilitados.\n"
8919
8920 #~ msgid ""
8921 #~ "\n"
8922 #~ "Sparse superblock flag cleared.  %s"
8923 #~ msgstr ""
8924 #~ "\n"
8925 #~ "La bandera de superbloques dispersos ha sido borrada.  %s"
8926
8927 #~ msgid "Clone duplicate/bad blocks"
8928 #~ msgstr "Clonar los bloques duplicados/dañados"
8929
8930 #~ msgid "Error allocating @a @b %b.  "
8931 #~ msgstr "Error al reservar el @b del @a %b.  "
8932
8933 #~ msgid ""
8934 #~ "Duplicate @bs found... invoking duplicate @b passes.\n"
8935 #~ "Pass 1B: Rescan for duplicate/bad @bs\n"
8936 #~ msgstr ""
8937 #~ "Se encontraron @bs duplicados... se invocan los pasos para @bs duplicados.\n"
8938 #~ "Paso 1B: Re-exploración para buscar @bs duplicados/dañados\n"
8939
8940 #~ msgid "Duplicate/bad @b(s) in @i %i:"
8941 #~ msgstr "Hay @b(s) duplicados/dañados en el @i %i:"
8942
8943 #~ msgid "Forcibly clearing HTREE flag on @i %d (%q).  (Beta test code)\n"
8944 #~ msgstr "Se intenta borrar a la fuerza la bandera HTREE en el @i %d (%q).  (Código de prueba en etapa beta)\n"
8945
8946 #~ msgid "       thisoff     block fs_blk_sz  blksz grp last_mount\n"
8947 #~ msgstr "      este        bloque  fs_blk_sz  blksz grp ultimo_montado\n"
8948
8949 #~ msgid "(unknown os)"
8950 #~ msgstr "(so desconocido)"
8951
8952 #~ msgid "%s failed for %s: %s\n"
8953 #~ msgstr "%s falló para %s: %s\n"
8954
8955 #~ msgid "Number of free blocks: %d/%d, Needed: %d\n"
8956 #~ msgstr "Número de bloques libres: %d/%d, se necesitan: %d\n"
8957
8958 #~ msgid "Going into desperation mode for block allocations\n"
8959 #~ msgstr "Entrando al modo desesperado para reservar bloques\n"
8960
8961 #~ msgid "Moving %d blocks %u->%u\n"
8962 #~ msgstr "Moviendo %d bloques %u->%u\n"
8963
8964 #~ msgid "Inode moved %u->%u\n"
8965 #~ msgstr "Nodo i movido %u->%u\n"
8966
8967 #~ msgid "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
8968 #~ msgstr "Traducción de nodo-i (dir=%u, nombre=%.*s, %u->%u)\n"
8969
8970 #~ msgid "Itable move group %d block %u->%u (diff %d)\n"
8971 #~ msgstr "La tabla i mueve al grupo %d bloque %u->%u (diferencia %d)\n"
8972
8973 #~ msgid "%d blocks of zeros...\n"
8974 #~ msgstr "%d bloques de ceros...\n"
8975
8976 #~ msgid "Inode table move finished.\n"
8977 #~ msgstr "El movimiento de la tabla de los nodos i ha terminado.\n"