slitaz-tools view installer/en.msg @ rev 208

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