/** In several languages, e.g. French and German, we cannot assume that we can just juxtapose the device type and the word for disk; therefore we need to introduce the construct 'typed disk' for these alerts **/
"bizarre disk" = "disco irreconocible";
"optical disk" = "disco óptico";
"hard disk" = "disco duro";
"floppy disk" = "disquete";
"remote disk" = "disco remoto";
"scsi disk" = "disco SCSI";
"DEFAULT_TYPED_DISK %@" = "disco %@";
/** device types for alerts **/
"Device" = "Dispositivo";
"Optical disk" = "Disco óptico";
"Floppy disk" = "Disquete";
"Scsi disk" = "Disco SCSI";
"External disk" = "Disco externo";
"Optical" = "Disco óptico";
"Floppy" = "Disquete";
"External" = "Disco externo";
/** errors **/
"Error while ejecting disk" = "Error al extraer el disco";
"Error while initializing disk" = "Error al inicializar el disco";
"Error while repairing disk" = "Error al arreglar el disco";
"Error while mounting disk" = "Error al instalar el disco";
"Cannot eject" = "Imposible extraer";
"Cannot mount" = "Imposible instalar";
"Error while unmounting disk" = "Error al desinstalar el disco";
"Cannot unmount device" = "Imposible desinstalar el dispositivo";
"Error while reading disk label" = "Error al leer la etiqueta del disco";
"Error while writing disk label" = "Error al escribir la etiqueta del disco";
"Cannot initialize disk" = "Imposible inicializar el disco";
"disk initialization failed" = "fallo en la inicialización del disco";
"mount point must not already exist" = "puede que el punto de instalación aún no exista";
"unable to fsck disk" = "imposible fsck el disco";
"no file system on partition or super block corrupted" = "no hay ningún sistema de ficheros en la partición o en el super bloque dañado";
"message communication error" = "error de comunicación del mensaje";
"illegal characters in disk label name" = "caracteres ilegales en el nombre de la etiqueta del disco";
"no disk volumes available" = "no hay ningún volumen de disco disponible";
"repair disk on a two drive system" = "arreglar el disco en un sistema de dos unidades";
"initialize disk on a two drive system" = "inicializar el disco en un sistema de dos unidades";
"unknown error" = "error desconocido";
/** mach_error **/
"Cannot allocate workspace port" = "Imposible asignar puerto del área de trabajo";
"Cannot allocate signature port" = "Imposible asignar puerto de la firma";
"Cannot check in workspace port" = "Imposible comprobar en el puerto del área de trabajo";
"Cannot allocate reply port" = "Imposible asignar puerto de respuesta";