slitaz-tools rev 150

installer: partial English translation
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 18 17:48:36 2008 +0200 (2008-04-18)
parents 2994fd47d73c
children 8e442e9b5ba2
files installer/en.msg
line diff
     1.1 --- a/installer/en.msg	Fri Apr 18 17:33:44 2008 +0200
     1.2 +++ b/installer/en.msg	Fri Apr 18 17:48:36 2008 +0200
     1.3 @@ -4,3 +4,43 @@
     1.4  START_INSTALL_MSG="\n
     1.5  Welcome to slitaz-installer.\n\n
     1.6  \Z2Start a new installation or upgrade ?\Zn"
     1.7 +
     1.8 +# mount_cdrom
     1.9 +MOUNT_CDROM_ERROR_MSG="\
    1.10 +Unable to find : rootfs.gz"
    1.11 +
    1.12 +# ask_for_target_dev
    1.13 +ASK_FOR_TARGET_DEV_MSG="\n
    1.14 +Please specifiy the taget partition.\n\n
    1.15 +\Z2Partition to use:\Zn"
    1.16 +
    1.17 +# ask_for_mkfs_target_dev
    1.18 +ASK_FOR_MKFS_TARGET_DEV_MSG="\n
    1.19 +SliTaz will be installed on the partition : $TARGET_DEV\n\n
    1.20 +The next step lets you format the target partition into ext3. Ext3 is a robust, \
    1.21 +stable and journalised filesystem. If the partition is already formated you \
    1.22 +dont need to reformat, if not just accept. Warning formating a partition will \
    1.23 +destroy all current data.\n\n
    1.24 +\Z2Do you wich to formater partition in ext3 ?\Zn" 
    1.25 +
    1.26 +# ask_for_hostname
    1.27 +ASK_FOR_HOSTNAME_MSG="\n
    1.28 +Hostname configuration lets you set the machine name. The hostname is used \
    1.29 +internally to identify the host on the network. This value can be changed when \
    1.30 +the system is installed.\n\n
    1.31 +\Z2Hostname:\Zn"
    1.32 +
    1.33 +# grub_install
    1.34 +GRUB_INSTALL_MSG="\n
    1.35 +You have now the option to install the GRUB bootloader which is capable of \
    1.36 +booting almost any kind of operating system. If you want to use an existing \
    1.37 +GRUB installation, skip this step and add the correct lines to your GRUB \
    1.38 +configuration file (menu.lst). Note that the SliTaz Installer creates a \
    1.39 +configuration file on the target which can be used as an example \
    1.40 +(/mnt/target/boot/grub/menu.lst).\n\n
    1.41 +\Z2Install GRUB on: $TARGET_DISK ?\Zn" 
    1.42 +
    1.43 +# end_of_install
    1.44 +END_OF_INSTALL_MSG="\n
    1.45 +Installation is finish, you can now exit the onstaller or reboot on your new \
    1.46 +SliTaz GNU/Linux operating system."