This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 66304ea8bb378c918280df2ddb3349db25aad38f (commit) from 8807eeaf8d0b952bd38b2c7df634c3fdecf2e7b1 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 66304ea8bb378c918280df2ddb3349db25aad38f Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jan 30 13:41:13 2013 +0100
installer: Add bigger warning that all data will be destroyed during the installation process.
-----------------------------------------------------------------------
Summary of changes: langs/de/install/lang_de.c | 2 +- langs/en/install/lang_en.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/langs/de/install/lang_de.c b/langs/de/install/lang_de.c index 6c8c7e5..85db867 100644 --- a/langs/de/install/lang_de.c +++ b/langs/de/install/lang_de.c @@ -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 */ diff --git a/langs/en/install/lang_en.c b/langs/en/install/lang_en.c index 4415205..87f8d2f 100644 --- a/langs/en/install/lang_en.c +++ b/langs/en/install/lang_en.c @@ -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 */
hooks/post-receive -- IPFire 2.x development tree