slitaz-tools diff messages/en/installer.msg @ rev 609

Added tag 4.3 for changeset 9f5fa18b9721
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jun 01 21:11:11 2011 +0200 (2011-06-01)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/messages/en/installer.msg	Wed Jun 01 21:11:11 2011 +0200
     1.3 @@ -0,0 +1,46 @@
     1.4 +# slitaz-installer: English translation.
     1.5 +
     1.6 +# start_install
     1.7 +START_INSTALL_MSG="\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 +MOUNT_CDROM_ERROR_MSG="\
    1.13 +Unable to find : rootfs.gz"
    1.14 +
    1.15 +# ask_for_target_dev
    1.16 +ASK_FOR_TARGET_DEV_MSG="\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 +ASK_FOR_MKFS_TARGET_DEV_MSG="\n
    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 journaled filesystem. If the partition is already formated you \
    1.25 +can skip this stage, if not just accept. Warning formating a partition will \
    1.26 +destroy all current data.\n\n
    1.27 +\Z2Do you wish to format the partition in ext3 ?\Zn" 
    1.28 +
    1.29 +# ask_for_hostname
    1.30 +ASK_FOR_HOSTNAME_MSG="\n
    1.31 +Hostname configuration allows you to specify the machine name. The hostname is used \
    1.32 +internally to identify the host on the network. This value can be changed after \
    1.33 +the system is installed.\n\n
    1.34 +\Z2Hostname:\Zn"
    1.35 +
    1.36 +# grub_install
    1.37 +GRUB_INSTALL_MSG="\n
    1.38 +You have now the option to install the GRUB bootloader which is capable of \
    1.39 +booting almost any kind of operating system. If you want to use an existing \
    1.40 +GRUB installation, skip this step and add the correct lines to your GRUB \
    1.41 +configuration file (menu.lst). Note that the SliTaz Installer creates a \
    1.42 +configuration file on the target which can be used as an example \
    1.43 +(/mnt/target/boot/grub/menu.lst).\n\n
    1.44 +\Z2Install GRUB on: $TARGET_DISK ?\Zn" 
    1.45 +
    1.46 +# end_of_install
    1.47 +END_OF_INSTALL_MSG="\n
    1.48 +Installation is now finished, you can exit the installer or reboot on your new \
    1.49 +SliTaz GNU/Linux operating system."