X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=langs%2Fen%2Finstall%2Flang_en.c;h=12ac4b5578b9509ca93fe7545ec4a4d1aa3cfa60;hb=dc1d8fe731abec4a99be141e08054cc6647de745;hp=690a5868cf5bb74f3ba197ce0848ce2ebf7d21cb;hpb=e0bbaf87779eaf0d53d96bf4bc2efd91a9fde28b;p=ipfire-2.x.git diff --git a/langs/en/install/lang_en.c b/langs/en/install/lang_en.c index 690a5868cf..12ac4b5578 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 */ @@ -428,7 +428,7 @@ char *en_tr[] = { /* TR_SETTING_SETUP_PASSWORD */ "TO BE REMOVED", /* TR_SETUP_FINISHED */ -"Setup is complete. Press Ok to reboot.", +"Setup is complete. Press Ok.", /* TR_SETUP_NOT_COMPLETE */ "Initial setup was not entirely complete. You must ensure that Setup is properly finished by running setup again at the shell.", /* TR_SETUP_PASSWORD */ @@ -560,17 +560,37 @@ char *en_tr[] = { /* TR_IGNORE */ "Ignore", /* TR_PPP_DIALUP */ -"PPP DIALUP (PPPoE, Modem, ATM ...)", +"PPP DIALUP (PPPoE, modem, ATM ...)", /* TR_DHCP */ "DHCP", /* TR_DHCP_STARTSERVER */ -"Starting DHCP-Server ...", +"Starting DHCP-server ...", /* TR_DHCP_STOPSERVER */ -"Stopping DHCP-Server ...", +"Stopping DHCP-server ...", /* TR_LICENSE_ACCEPT */ "I accept this license.", /* TR_LICENSE_NOT_ACCEPTED */ "License not accepted. Exit!", - -}; - +/* TR_EXT2FS_DESCR */ +"Ext2 - Filesystem without journal (suggested for flashdrives)", +/* TR_EXT3FS_DESCR */ +"Ext3 - Filesystem with journal", +/* TR_EXT4FS_DESCR */ +"Ext4 - Filesystem with journal", +/* TR_REISERFS_DESCR */ +"ReiserFS - Filesystem with journal", +/* TR_NO_LOCAL_SOURCE */ +"No local source media found. Starting download.", +/* TR_DOWNLOADING_ISO */ +"Downloading Installation-Image ...", +/* TR_DOWNLOAD_ERROR */ +"Error while downloading!", +/* TR_DHCP_FORCE_MTU */ +"Force DHCP mtu:", +/* TR_IDENTIFY */ +"Identify", +/* TR_IDENTIFY_SHOULD_BLINK */ +"Selected port should blink now ...", +/* TR_IDENTIFY_NOT_SUPPORTED */ +"Function is not supported by this port.", +};