slitaz-tools rev 153

Tidy up Installer (en)
author Paul Issot <paul@slitaz.org>
date Sat Apr 19 22:13:18 2008 +0000 (2008-04-19)
parents c08ea2bfd42d
children 6d2bfc63ab4f
files installer/en.msg installer/slitaz-installer
line diff
     1.1 --- a/installer/en.msg	Sat Apr 19 20:04:26 2008 +0000
     1.2 +++ b/installer/en.msg	Sat Apr 19 22:13:18 2008 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  # start_install
     1.6  START_INSTALL_MSG="\n
     1.7 -Welcome to slitaz-installer.\n\n
     1.8 +Welcome to the slitaz-installer.\n\n
     1.9  \Z2Start a new installation or upgrade ?\Zn"
    1.10  
    1.11  # mount_cdrom
    1.12 @@ -11,7 +11,7 @@
    1.13  
    1.14  # ask_for_target_dev
    1.15  ASK_FOR_TARGET_DEV_MSG="\n
    1.16 -Please specifiy the taget partition.\n\n
    1.17 +Please specify the target partition.\n\n
    1.18  \Z2Partition to use:\Zn"
    1.19  
    1.20  # ask_for_mkfs_target_dev
    1.21 @@ -19,13 +19,13 @@
    1.22  SliTaz will be installed on the partition : $TARGET_DEV\n\n
    1.23  The next step lets you format the target partition into ext3. Ext3 is a robust, \
    1.24  stable and journalised filesystem. If the partition is already formated you \
    1.25 -dont need to reformat, if not just accept. Warning formating a partition will \
    1.26 +can skip this stage, if not just accept. Warning formating a partition will \
    1.27  destroy all current data.\n\n
    1.28 -\Z2Do you wich to formater partition in ext3 ?\Zn" 
    1.29 +\Z2Do you wish to format the partition in ext3 ?\Zn" 
    1.30  
    1.31  # ask_for_hostname
    1.32  ASK_FOR_HOSTNAME_MSG="\n
    1.33 -Hostname configuration lets you set the machine name. The hostname is used \
    1.34 +Hostname configuration allows you to specify the machine name. The hostname is used \
    1.35  internally to identify the host on the network. This value can be changed when \
    1.36  the system is installed.\n\n
    1.37  \Z2Hostname:\Zn"
    1.38 @@ -33,7 +33,7 @@
    1.39  # grub_install
    1.40  GRUB_INSTALL_MSG="\n
    1.41  You have now the option to install the GRUB bootloader which is capable of \
    1.42 -booting almost any kind of operating system. If you want to use an existing \
    1.43 +booting any kind of operating system. If you want to use an existing \
    1.44  GRUB installation, skip this step and add the correct lines to your GRUB \
    1.45  configuration file (menu.lst). Note that the SliTaz Installer creates a \
    1.46  configuration file on the target which can be used as an example \
    1.47 @@ -42,5 +42,5 @@
    1.48  
    1.49  # end_of_install
    1.50  END_OF_INSTALL_MSG="\n
    1.51 -Installation is finish, you can now exit the onstaller or reboot on your new \
    1.52 +Installation is finished, you can now exit the installer or reboot on your new \
    1.53  SliTaz GNU/Linux operating system." 
     2.1 --- a/installer/slitaz-installer	Sat Apr 19 20:04:26 2008 +0000
     2.2 +++ b/installer/slitaz-installer	Sat Apr 19 22:13:18 2008 +0000
     2.3 @@ -41,7 +41,7 @@
     2.4  # Display error message.
     2.5  error_message()
     2.6  {
     2.7 -	$DIALOG --title " Erreur " \
     2.8 +	$DIALOG --title " Error " \
     2.9  		--colors --backtitle "$BACKLIST" \
    2.10  		--clear --msgbox "\n$ERROR_MSG" 18 70
    2.11  }
    2.12 @@ -68,7 +68,7 @@
    2.13  		0)
    2.14  			continue ;;
    2.15  		1)
    2.16 -			echo -e "\nVolontary exit.\n" && exit 0 ;;
    2.17 +			echo -e "\nVoluntary exit.\n" && exit 0 ;;
    2.18  		3)
    2.19  			continue ;;
    2.20  		255)
    2.21 @@ -90,7 +90,7 @@
    2.22  		0)
    2.23  			ACTION=install ;;
    2.24  		1)
    2.25 -			echo -e "\nVolontary exit.\n" && exit 0 ;;
    2.26 +			echo -e "\nVoluntary exit.\n" && exit 0 ;;
    2.27  		3)
    2.28  			ACTION=upgrade ;;
    2.29  		255)
    2.30 @@ -111,7 +111,7 @@
    2.31  	mkdir -p /media/cdrom
    2.32  	sleep 1
    2.33  	echo "XXX" && echo 60
    2.34 -	echo -e "\nMonting cdrom ($CDROM)..."
    2.35 +	echo -e "\nMounting cdrom ($CDROM)..."
    2.36  	echo "XXX"
    2.37  	mount -t iso9660 $CDROM /media/cdrom 2>>$LOG
    2.38  	echo "XXX" && echo 90
    2.39 @@ -119,7 +119,7 @@
    2.40  	echo "XXX"
    2.41  	sleep 2
    2.42  	) |
    2.43 -	$DIALOG --title " Monting cdrom " \
    2.44 +	$DIALOG --title " Mounting cdrom " \
    2.45  		--backtitle "$BACKLIST" \
    2.46  		--gauge "Preparing the installation media..." 18 70 0
    2.47  	# Exit with error msg if no rootfs.gz found
    2.48 @@ -135,10 +135,10 @@
    2.49  fdisk_list()
    2.50  {
    2.51  	LIST_PARTITIONS=`fdisk -l | grep ^/dev | sed s/'e Win95'/'e'/g`
    2.52 -	$DIALOG --title " Partitions tables " \
    2.53 +	$DIALOG --title " Partition tables " \
    2.54  		--backtitle "$BACKLIST" \
    2.55  		--clear --msgbox "\n
    2.56 -Avalaibble partitions :\n\n
    2.57 +Available partitions :\n\n
    2.58  $LIST_PARTITIONS" 18 70
    2.59  }
    2.60  
    2.61 @@ -167,7 +167,7 @@
    2.62  	if cat /proc/partitions | grep -q $DEV_NAME; then
    2.63  		echo "ask_for_target_dev: $TARGET_DEV" >>$LOG
    2.64  	else
    2.65 -		ERROR_MSG="Partition \Z2$TARGET_DEV\Zn seems inexistant."
    2.66 +		ERROR_MSG="Partition \Z2$TARGET_DEV\Zn doesn't exist."
    2.67  		error_message
    2.68  		ask_for_target_dev
    2.69  	fi