installer: Add bigger warning that all data will be destroyed during the installation process.

This commit is contained in:
Michael Tremer
2013-01-30 13:41:13 +01:00
parent 8807eeaf8d
commit 66304ea8bb
2 changed files with 2 additions and 2 deletions

View File

@@ -358,7 +358,7 @@ char *de_tr[] = {
/* TR_PHONENUMBER_CANNOT_BE_EMPTY */
"Die Telefonnummer darf nicht leer sein.",
/* TR_PREPARE_HARDDISK */
"Das Installationsprogramm wird jetzt die Festplatte %s vorbereiten. Zunächst wird die Festplatte partitioniert. Danach wird auf den Partitionen ein Dateisystem erstellt.",
"Das Installationsprogramm wird jetzt die Festplatte %s vorbereiten. Zunächst wird die Festplatte partitioniert. Danach wird auf den Partitionen ein Dateisystem erstellt.\n\nALLE DATEN AUF DEM LAUFWERK WERDEN GELÖSCHT. Einverstanden?",
/* TR_PRESS_OK_TO_REBOOT */
"Drücken Sie Ok, um neu zu starten.",
/* TR_PRIMARY_DNS */

View File

@@ -354,7 +354,7 @@ char *en_tr[] = {
/* TR_PHONENUMBER_CANNOT_BE_EMPTY */
"Phone number cannot be empty.",
/* TR_PREPARE_HARDDISK */
"The installation program will now prepare the harddisk on %s. First the disk will be partitioned, and then the partitions will have a filesystem put on them.",
"The installation program will now prepare the harddisk on %s. First the disk will be partitioned, and then the partitions will have a filesystem put on them.\n\nALL DATA ON THE DISK WILL BE DESTROYED. Do you agree to continue?",
/* TR_PRESS_OK_TO_REBOOT */
"Press Ok to reboot.",
/* TR_PRIMARY_DNS */