tazinst rev 16

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Dec 06 17:21:31 2013 +0000 (2013-12-06)
parents df394663bbf8
children ffba6e8966ac
files installer.cgi slitaz-installer tazinst
line diff
     1.1 --- a/installer.cgi	Thu Sep 12 22:35:17 2013 +0300
     1.2 +++ b/installer.cgi	Fri Dec 06 17:21:31 2013 +0000
     1.3 @@ -54,8 +54,8 @@
     1.4  	h4 "$(gettext 'Install')"
     1.5  	p "$(gettext "Install SliTaz on a partition of your hard disk drive. If \
     1.6  you decide to format your partition, all data will be lost. If you do not \
     1.7 -format, all data except for any existing /home directory will be removed, \
     1.8 -the home directory will be kept as is.")"
     1.9 +format, all data except for any existing /home directory will be removed \
    1.10 +(the home directory will be kept as is).")"
    1.11  	p "$(gettext "Before installation, you may need to create or resize \
    1.12  partitions on your hard disk drive in order to make space for SliTaz \
    1.13  GNU/Linux. You can graphically manage your partitions with Gparted")"
    1.14 @@ -569,7 +569,7 @@
    1.15  			p "$(gettext "You're going to install SliTaz on a partition of \
    1.16  your hard disk drive. If you decide to format your HDD, all data will be \
    1.17  lost. If you do not format, all data except for any existing /home \
    1.18 -directory will be removed, the home directory will be kept as is.")"
    1.19 +directory will be removed (the home directory will be kept as is).")"
    1.20  			close_div
    1.21  			;;
    1.22  		upgrade)
     2.1 --- a/slitaz-installer	Thu Sep 12 22:35:17 2013 +0300
     2.2 +++ b/slitaz-installer	Fri Dec 06 17:21:31 2013 +0000
     2.3 @@ -52,7 +52,7 @@
     2.4  ROOT_FORMAT_MSG="\n$(gettext "Only the filesystems actually installed on your \
     2.5  system are listed. If you intend to use another filesystem, you have to \
     2.6  install it before. \
     2.7 -Unless you know what you are doing, it's safe to use ext2, ext3 or ext4.\n\n\
     2.8 +Unless you know what you are doing, it is safe to use ext2, ext3 or ext4.\n\n\
     2.9  \Z2To format this partition, please select a filesystem below:")\Zn\n"
    2.10  
    2.11  HOME_UUID_MSG="\n$(gettext "Separate /home partition")\n\n\
    2.12 @@ -104,7 +104,7 @@
    2.13  ASK_BOOTLOADER="\n$(gettext "You have now the option to install a \
    2.14  bootloader which is capable of booting almost any kind of operating system.\n\n\
    2.15  If you want to use an existing bootloader installation, skip this step \
    2.16 -and configure your bootloader to boot SliTaz (refer to your bootloader's \
    2.17 +and configure your bootloader to boot SliTaz (refer to your bootloader \
    2.18  documentation on how to do this)").\n\n\
    2.19  \Z2$(gettext "Install a bootloader?")\Zn\n"
    2.20  
    2.21 @@ -139,7 +139,7 @@
    2.22  		{ver=$0+0}{ if (ver < req) exit 1}') ; then
    2.23  		printf "$(gettext "Error 2: ")
    2.24  $(gettext "The lightweight SliTaz HDD installer tazinst ($version) is not
    2.25 -at the required version ($TAZINST_REQUIRED_VERSION), use tazinst in a xterm or
    2.26 +at the required version ($TAZINST_REQUIRED_VERSION), use tazinst in an xterm or
    2.27  reinstall the slitaz-tools package.")\n"
    2.28  		exit 2
    2.29  	fi
     3.1 --- a/tazinst	Thu Sep 12 22:35:17 2013 +0300
     3.2 +++ b/tazinst	Fri Dec 06 17:21:31 2013 +0000
     3.3 @@ -177,7 +177,7 @@
     3.4  	if [ -w "$install_file" ]; then
     3.5  		write_file "$install_file"
     3.6  	else
     3.7 -		printf "%s\n" "$(gettext "Error: Can't create file.")" 1>&2
     3.8 +		printf "%s\n" "$(gettext "Error: Cannot create file.")" 1>&2
     3.9  		exit 2
    3.10  	fi
    3.11  }
    3.12 @@ -627,7 +627,7 @@
    3.13  		fi
    3.14  	else
    3.15  		printf "%s\n" \
    3.16 -	"$(gettext "Error: No disk selected, can't install any bootloader.")" 1>&2
    3.17 +	"$(gettext "Error: No disk selected, cannot install any bootloader.")" 1>&2
    3.18  		exit 1
    3.19  	fi
    3.20  }
    3.21 @@ -1283,7 +1283,7 @@
    3.22  			error 3 "$(gettext "md5sum error, file corrupted.")"
    3.23  		fi
    3.24  	else
    3.25 -		log "$SOURCE: $(gettext "md5 file not found, can't check integrity.")"
    3.26 +		log "$SOURCE: $(gettext "md5 file not found, cannot check integrity.")"
    3.27  	fi
    3.28  	# mount ISO
    3.29  	if mount -o loop -t iso9660 "$SOURCE" \