slitaz-tools annotate messages/en/installer.msg @ rev 478

burnbox: fix help website
author Rohit Joshi <jozee@slitaz.org>
date Tue Mar 30 09:35:11 2010 +0000 (2010-03-30)
parents
children
rev   line source
pankso@353 1 # slitaz-installer: English translation.
pankso@353 2
pankso@353 3 # start_install
pankso@353 4 START_INSTALL_MSG="\n
pankso@353 5 Welcome to the slitaz-installer.\n\n
pankso@353 6 \Z2Start a new installation or upgrade ?\Zn"
pankso@353 7
pankso@353 8 # mount_cdrom
pankso@353 9 MOUNT_CDROM_ERROR_MSG="\
pankso@353 10 Unable to find : rootfs.gz"
pankso@353 11
pankso@353 12 # ask_for_target_dev
pankso@353 13 ASK_FOR_TARGET_DEV_MSG="\n
pankso@353 14 Please specify the target partition.\n\n
pankso@353 15 \Z2Partition to use:\Zn"
pankso@353 16
pankso@353 17 # ask_for_mkfs_target_dev
pankso@353 18 ASK_FOR_MKFS_TARGET_DEV_MSG="\n
pankso@353 19 SliTaz will be installed on the partition : $TARGET_DEV\n\n
pankso@353 20 The next step lets you format the target partition into ext3. Ext3 is a robust, \
pankso@353 21 stable and journaled filesystem. If the partition is already formated you \
pankso@353 22 can skip this stage, if not just accept. Warning formating a partition will \
pankso@353 23 destroy all current data.\n\n
pankso@353 24 \Z2Do you wish to format the partition in ext3 ?\Zn"
pankso@353 25
pankso@353 26 # ask_for_hostname
pankso@353 27 ASK_FOR_HOSTNAME_MSG="\n
pankso@353 28 Hostname configuration allows you to specify the machine name. The hostname is used \
pankso@353 29 internally to identify the host on the network. This value can be changed after \
pankso@353 30 the system is installed.\n\n
pankso@353 31 \Z2Hostname:\Zn"
pankso@353 32
pankso@353 33 # grub_install
pankso@353 34 GRUB_INSTALL_MSG="\n
pankso@353 35 You have now the option to install the GRUB bootloader which is capable of \
pankso@353 36 booting almost any kind of operating system. If you want to use an existing \
pankso@353 37 GRUB installation, skip this step and add the correct lines to your GRUB \
pankso@353 38 configuration file (menu.lst). Note that the SliTaz Installer creates a \
pankso@353 39 configuration file on the target which can be used as an example \
pankso@353 40 (/mnt/target/boot/grub/menu.lst).\n\n
pankso@353 41 \Z2Install GRUB on: $TARGET_DISK ?\Zn"
pankso@353 42
pankso@353 43 # end_of_install
pankso@353 44 END_OF_INSTALL_MSG="\n
pankso@353 45 Installation is now finished, you can exit the installer or reboot on your new \
pankso@353 46 SliTaz GNU/Linux operating system."