case "$LANGUAGE" in
de|at|ch)
CONTINUE="Weiter"
CANCEL="Abbruch"
TITLE0="Knoppix Bootfloppy erzeugen"
MESSAGE0="Formatiere Diskette und kopiere Daten..."
TITLE1="Diskette 1"
MESSAGE="Dieses Programm erzeugt zwei Disketten, mit denen Knoppix auf einem Rechner gestartet werden kann, dessen CD-Laufwerk nicht bootf�hig ist. Sie ben�tigen neben der aktuellen KNOPPIX-CD (ab 3.4) zwei 1.44MB Disketten, die vom Programm VOLLST�NDIG GEL�SCHT und mit dem Linux-Kernel bzw. einer initialen Ramdisk versehen werden. Wenn Sie fortfahren wollen, legen Sie jetzt bitte die KNOPPIX-CD in ein CD-Rom Laufwerk ein, mounten sie, und klicken dann auf \"Weiter\"."
ERROR="Kann die KNOPPIX-CD in keinem CD-Laufwerk finden (durchsucht wurden /cdrom*, /mnt/cdrom* und /media/cdrom*. Nochmal versuchen?"
MESSAGE1="Bitte legen Sie nun die 1. Diskette (zur Erzeugung der Kernel-Bootfloppy) ein."
FLOPPYERROR="Es ist ein Fehler beim Schreiben auf /dev/fd0 aufgetreten. Diese Diskette ist vermutlich kaputt oder schreibgesch�tzt. Nochmal versuchen?"
TITLE2="Diskette 2"
MESSAGE2="Bitte legen Sie nun die 2. Diskette (zur Erzeugung der Init-Ramdisk) ein."
SUCCESS="Das Erzeugen der Boot- und Initrd-Disketten war erfolgreich."
;;
*)
CONTINUE="Continue"
CANCEL="Cancel"
TITLE0="Knoppix Bootfloppy Creator"
MESSAGE0="Formatting floppy disk and copying data..."
TITLE1="Disk 1"
MESSAGE="This program creates two floppy disks, which can be used in order to boot Knoppix on a computer that cannot boot directly from CD. Besides a current KNOPPIX-CD (3.4 and up), you will need two 1.44MB floppy disks, which be COMPLETELY ERASED and installed with a Linux-kernel and an initial ramdisk. If you want to continue, please insert the KNOPPIX-CD into a CD-Rom drive now, mount the CD so that it is accessible, and click on \"Continue\"."
ERROR="Can't find the KNOPPIX-CD in any CD-Rom drive (searched /cdrom*, /mnt/cdrom* and /media/cdrom*). Try again?"
MESSAGE1="Please insert the first floppy disk now (for creating the Kernel-bootfloppy)."
FLOPPYERROR="There has been an error while writing to /dev/fd0. The floppy disk is probably not writable or defective. Try again?"
TITLE2="Disk 2"
MESSAGE2="Please insert the second floppy disk now (for creating the initial ramdisk)."
SUCCESS="Creation of boot- and initrd floppy disks was successful."
;;
esac