slitaz-tools rev 344

Move translated installer mesages to languages pack
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 05 00:14:25 2009 +0200 (2009-05-05)
parents cf43c3752733
children 5173d70b4b1b
files installer/de.msg installer/en.msg installer/fr.msg installer/installer.msg
line diff
     1.1 --- a/installer/de.msg	Mon May 04 23:46:49 2009 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,45 +0,0 @@
     1.4 -# slitaz-installer: Deutsche Uebersetzung.
     1.5 -
     1.6 -# Installation starten
     1.7 -START_INSTALL_MSG="\n
     1.8 -Willkommen zur SliTaz Installation.\n\n
     1.9 -\Z2Eine neue Installation starten oder upgraden?\Zn"
    1.10 -
    1.11 -# CDRom mounten
    1.12 -MOUNT_CDROM_ERROR_MSG="\
    1.13 -Konnte die Datei rootfs.gz nicht finden"
    1.14 -
    1.15 -# ask_for_target_dev
    1.16 -ASK_FOR_TARGET_DEV_MSG="\n
    1.17 -Bitte die Partition wählen, auf der SliTaz installiert werden soll.\n\n
    1.18 -\Z2Verwendete Partition:\Zn"
    1.19 -
    1.20 -# ask_for_mkfs_target_dev
    1.21 -ASK_FOR_MKFS_TARGET_DEV_MSG="\n
    1.22 -SliTaz wird auf folgender Partition installiert: $TARGET_DEV\n\n
    1.23 -Der nächste Schritt wird die Zielpartition mit ext3 formatieren. Ext3 ist ein robustes, \
    1.24 -stabiles Journaling-Dateisystem. Wenn die Partition schon formatiert wurde, \
    1.25 -können Sie diesen Schritt überspringen. Achtung Das Formatieren wird alle Daten \
    1.26 -auf der Partition zerstören.\n\n
    1.27 -\Z2Möchten Sie die Partition mit ext3 formatieren ?\Zn" 
    1.28 -
    1.29 -# ask_for_hostname
    1.30 -ASK_FOR_HOSTNAME_MSG="\n
    1.31 -Der Hostname legt den Namen des Rechners (in Netzwerken) fest. \
    1.32 -Er kann nach der Installation noch manuell geaendert werden. \
    1.33 -\n\n
    1.34 -\Z2Hostname:\Zn"
    1.35 -
    1.36 -# grub_install
    1.37 -GRUB_INSTALL_MSG="\n
    1.38 -Sie haben nun die Möglichkeit den GRUB Bootloader zu installieren, \
    1.39 -der in der Lage ist jedes Betriebssystem zu booten. Wenn GRUB schon installiert ist \
    1.40 -überspringen sie diesen Schritt und fügen Sie der Konfigurationsdatei von GRUB \
    1.41 -(menu.lst) den SliTaz-Eintrag hinzu (Anleitung im SliTaz-Wiki). Ein Beispiel enthält \
    1.42 -zudem folgende Datei: /mnt/target/boot/grub/menu.lst.\n\n
    1.43 -\Z2Install GRUB on: $TARGET_DISK ?\Zn" 
    1.44 -
    1.45 -# end_of_install
    1.46 -END_OF_INSTALL_MSG="\n
    1.47 -Die Installation ist erfolgreich beendet worden. Sie können den Installer nun \
    1.48 -schließen. Nach dem Neustart können Sie ihr neues SliTaz GNU/Linux System verwenden." 
     2.1 --- a/installer/en.msg	Mon May 04 23:46:49 2009 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,46 +0,0 @@
     2.4 -# slitaz-installer: English translation.
     2.5 -
     2.6 -# start_install
     2.7 -START_INSTALL_MSG="\n
     2.8 -Welcome to the slitaz-installer.\n\n
     2.9 -\Z2Start a new installation or upgrade ?\Zn"
    2.10 -
    2.11 -# mount_cdrom
    2.12 -MOUNT_CDROM_ERROR_MSG="\
    2.13 -Unable to find : rootfs.gz"
    2.14 -
    2.15 -# ask_for_target_dev
    2.16 -ASK_FOR_TARGET_DEV_MSG="\n
    2.17 -Please specify the target partition.\n\n
    2.18 -\Z2Partition to use:\Zn"
    2.19 -
    2.20 -# ask_for_mkfs_target_dev
    2.21 -ASK_FOR_MKFS_TARGET_DEV_MSG="\n
    2.22 -SliTaz will be installed on the partition : $TARGET_DEV\n\n
    2.23 -The next step lets you format the target partition into ext3. Ext3 is a robust, \
    2.24 -stable and journaled filesystem. If the partition is already formated you \
    2.25 -can skip this stage, if not just accept. Warning formating a partition will \
    2.26 -destroy all current data.\n\n
    2.27 -\Z2Do you wish to format the partition in ext3 ?\Zn" 
    2.28 -
    2.29 -# ask_for_hostname
    2.30 -ASK_FOR_HOSTNAME_MSG="\n
    2.31 -Hostname configuration allows you to specify the machine name. The hostname is used \
    2.32 -internally to identify the host on the network. This value can be changed after \
    2.33 -the system is installed.\n\n
    2.34 -\Z2Hostname:\Zn"
    2.35 -
    2.36 -# grub_install
    2.37 -GRUB_INSTALL_MSG="\n
    2.38 -You have now the option to install the GRUB bootloader which is capable of \
    2.39 -booting almost any kind of operating system. If you want to use an existing \
    2.40 -GRUB installation, skip this step and add the correct lines to your GRUB \
    2.41 -configuration file (menu.lst). Note that the SliTaz Installer creates a \
    2.42 -configuration file on the target which can be used as an example \
    2.43 -(/mnt/target/boot/grub/menu.lst).\n\n
    2.44 -\Z2Install GRUB on: $TARGET_DISK ?\Zn" 
    2.45 -
    2.46 -# end_of_install
    2.47 -END_OF_INSTALL_MSG="\n
    2.48 -Installation is now finished, you can exit the installer or reboot on your new \
    2.49 -SliTaz GNU/Linux operating system." 
     3.1 --- a/installer/fr.msg	Mon May 04 23:46:49 2009 +0200
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,74 +0,0 @@
     3.4 -# slitaz-installer: French translation.
     3.5 -
     3.6 -# start_install
     3.7 -START_INSTALL_MSG="\n
     3.8 -Bienvenue dans l'installateur de SliTaz GNU/Linux. Vous pouvez utiliser \
     3.9 -les flèches du clavier et la touche ENTER ou la souris pour valider. Il vous \
    3.10 -suffira de répondre à quelques questions lors des différentes étapes \
    3.11 -d'installation ou de mise à jour. Dans le cas d'une nouvelle installation, \
    3.12 -l'installateur va vous demander la partition à utiliser comme racine du \
    3.13 -système et vous proposer de la formater. Ensuite il va copier les fichiers \
    3.14 -depuis le cdrom, les décompresser, les installer et va préconfigurer le \
    3.15 -système. Pour finir, vous aurez aussi la possibilité d'installer le \
    3.16 -gestionnaire de démarrage GRUB, si besoin est.\n\n
    3.17 -\Z2Commencer une installation ou une mise à jour ?\Zn"
    3.18 -
    3.19 -# mount_cdrom
    3.20 -MOUNT_CDROM_ERROR_MSG="\
    3.21 -Impossible de trouver : rootfs.gz\n\n
    3.22 -L'archive du système de fichiers racine n'est pas présente sur le cdrom. \
    3.23 -Il se peut que cette erreur soit due au fait que le LiveCD de SliTaz ne soit \
    3.24 -pas inséré dans le premier lecteur CD/DVD et que le media n'as pas pu être \
    3.25 -correctement monté. Arrêt."
    3.26 -
    3.27 -# ask_for_target_dev
    3.28 -ASK_FOR_TARGET_DEV_MSG="\n
    3.29 -Veuillez indiquer la partition à utiliser pour installer SliTaz GNU/Linux, \
    3.30 -exemple: '/dev/hda1'. Vous pouvez utiliser le bouton 'List' pour afficher \
    3.31 -une liste des partitions disponibles sur le ou les disques durs et revenir \
    3.32 -ensuite à cet écran. A noter qu'il faut au minimum 100 Mb pour le coeur du \
    3.33 -système et que si vous prévoyez d'installer de nouveaux paquets, vous serez \
    3.34 -plus à l'aise avec environ 400 Mb.\n\n
    3.35 -\Z2Partition à utiliser:\Zn"
    3.36 -
    3.37 -# ask_for_mkfs_target_dev
    3.38 -ASK_FOR_MKFS_TARGET_DEV_MSG="\n
    3.39 -SliTaz va être installé sur la partition : $TARGET_DEV\n\n
    3.40 -Vous avez la possibilité de formater la partition en ext3 ou d'utiliser \
    3.41 -le système de fichiers déjà présent sur la partition. Le format ext3 est \
    3.42 -un système de fichiers propre à Linux, robuste, stable et jounalisé, c'est \
    3.43 -le format conseillé. Faites attention, si vous formatez toutes les données \
    3.44 -de cette partition seront définitivement détruites. Si vous conservez le \
    3.45 -système de fichiers actuel, la partition sera nettoyée et les données 
    3.46 -utilisateurs conservées (/home).\n\n
    3.47 -\Z2Faut t'il formater la partition en ext3 ?\Zn" 
    3.48 -
    3.49 -# ask_for_hostname
    3.50 -ASK_FOR_HOSTNAME_MSG="\n
    3.51 -Veuillez indiquer le nom de machine à utiliser pour votre système SliTaz.\
    3.52 -Le nom de machine ou 'hostname' est utilisé pour identifier votre machine sur \
    3.53 -le réseau et en local par le système (defaut: slitaz). A noter que cette \
    3.54 -valeur peut aussi être modifiée une fois le système installé en utilisant
    3.55 -'netbox' graphiquement ou en ligne de commande.\n\n
    3.56 -\Z2Nom de machine:\Zn"
    3.57 -
    3.58 -# grub_install
    3.59 -GRUB_INSTALL_MSG="\n
    3.60 -Avant de redémarrer sur votre nouveau système SliTaz GNU/Linux, veuillez \
    3.61 -vous assurer qu'un gestionnaire de démarrage est bien installé. Si ce n'est \
    3.62 -pas le cas vous pouvez répondre oui et installer GRUB. Si vous n'installez \
    3.63 -pas GRUB, un fichier de configuration (menu.lst) a été généré pendant \
    3.64 -l'installation, il contient les lignes qui permettent de démarrer SliTaz.\n\n
    3.65 -Une fois installé, GRUB peut facilement être reconfiguré et propose un SHell \
    3.66 -interactif au boot.\n\n
    3.67 -\Z2Faut t'il installer GRUB sur: $TARGET_DISK ?\Zn" 
    3.68 -
    3.69 -# end_of_install
    3.70 -END_OF_INSTALL_MSG="\n
    3.71 -L'installation est terminée. Vous pouvez dès maintenant redémarrer (reboot) \
    3.72 -sur votre nouveau système SliTaz GNU/Linux et commencer à finement le \
    3.73 -configurer en fonction de vos besoins et préférences. Vous trouverez de l'aide \
    3.74 -ou un support technique gratuit via la liste de discussion et/ou le forum \
    3.75 -officiel du projet. Pour bien commencer à utiliser le système, vous pouvez \
    3.76 -vous référer aux documents du Handbook de SliTaz et utiliser le gestionnaire \
    3.77 -de paquets Tazpkg pour installer de nouveaux logiciels prêts à savourer." 
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/installer/installer.msg	Tue May 05 00:14:25 2009 +0200
     4.3 @@ -0,0 +1,46 @@
     4.4 +# slitaz-installer: English translation.
     4.5 +
     4.6 +# start_install
     4.7 +START_INSTALL_MSG="\n
     4.8 +Welcome to the slitaz-installer.\n\n
     4.9 +\Z2Start a new installation or upgrade ?\Zn"
    4.10 +
    4.11 +# mount_cdrom
    4.12 +MOUNT_CDROM_ERROR_MSG="\
    4.13 +Unable to find : rootfs.gz"
    4.14 +
    4.15 +# ask_for_target_dev
    4.16 +ASK_FOR_TARGET_DEV_MSG="\n
    4.17 +Please specify the target partition.\n\n
    4.18 +\Z2Partition to use:\Zn"
    4.19 +
    4.20 +# ask_for_mkfs_target_dev
    4.21 +ASK_FOR_MKFS_TARGET_DEV_MSG="\n
    4.22 +SliTaz will be installed on the partition : $TARGET_DEV\n\n
    4.23 +The next step lets you format the target partition into ext3. Ext3 is a robust, \
    4.24 +stable and journaled filesystem. If the partition is already formated you \
    4.25 +can skip this stage, if not just accept. Warning formating a partition will \
    4.26 +destroy all current data.\n\n
    4.27 +\Z2Do you wish to format the partition in ext3 ?\Zn" 
    4.28 +
    4.29 +# ask_for_hostname
    4.30 +ASK_FOR_HOSTNAME_MSG="\n
    4.31 +Hostname configuration allows you to specify the machine name. The hostname is used \
    4.32 +internally to identify the host on the network. This value can be changed after \
    4.33 +the system is installed.\n\n
    4.34 +\Z2Hostname:\Zn"
    4.35 +
    4.36 +# grub_install
    4.37 +GRUB_INSTALL_MSG="\n
    4.38 +You have now the option to install the GRUB bootloader which is capable of \
    4.39 +booting almost any kind of operating system. If you want to use an existing \
    4.40 +GRUB installation, skip this step and add the correct lines to your GRUB \
    4.41 +configuration file (menu.lst). Note that the SliTaz Installer creates a \
    4.42 +configuration file on the target which can be used as an example \
    4.43 +(/mnt/target/boot/grub/menu.lst).\n\n
    4.44 +\Z2Install GRUB on: $TARGET_DISK ?\Zn" 
    4.45 +
    4.46 +# end_of_install
    4.47 +END_OF_INSTALL_MSG="\n
    4.48 +Installation is now finished, you can exit the installer or reboot on your new \
    4.49 +SliTaz GNU/Linux operating system."