]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - langs/fr/install/lang_fr.c
Allow to select the target disk and allow selecting multiple of them.
[ipfire-2.x.git] / langs / fr / install / lang_fr.c
index ffce38e680a9b49c107ebfd2e49631566b2109d5..62085be9b7950f02e409949593f6fc9846b3a09b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * French (fr) Data File
  *
- * This file is part of the IPCop Firewall.
+ * This file is part of the IPFire.
  * 
  * IPCop is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,8 +17,8 @@
  * along with IPCop; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  * 
- * (c) The SmoothWall Team
- *  
+ * (c) IPFire Team  <info@ipfire.org>
+ *
  */
  
 #include "libsmooth.h"
@@ -170,7 +170,7 @@ char *fr_tr[] = {
 /* TR_ENTER_NETWORK_DRIVER */
 "La détection automatique de la carte réseau a échoué. Entrez les pilotes et paramètres optionnels pour la carte réseau.",
 /* TR_ENTER_ROOT_PASSWORD */
-"Entrez le mot de passe 'root'. Il est willy42utilisé pour l'accès en ligne de commande.",
+"Entrez le mot de passe 'root'. Il est utilisé pour l'accès en ligne de commande.",
 /* TR_ENTER_SETUP_PASSWORD */
 "A ENLEVER",
 /* TR_ENTER_THE_IP_ADDRESS_INFORMATION */
@@ -325,6 +325,22 @@ char *fr_tr[] = {
 "Interface VERTE non attribuée.",
 /* TR_NO_HARDDISK */
 "Aucun disque dur trouvé.",
+/* TR_DISK_SELECTION */
+"Disk Selection",
+/* TR_DISK_SELECTION_MSG */
+"Select the disk(s) you want to install IPFire on. First those will be partitioned, and then the partitions will have a filesystem put on them.\n\nALL DATA ON THE DISK WILL BE DESTROYED.",
+/* TR_NO_DISK_SELECTED */
+"No disk has been selected.\n\nPlease select one or more disks you want to install IPFire on.",
+/* TR_DISK_SETUP */
+"Disk Setup",
+/* TR_DISK_SETUP_DESC */
+"The installation program will now prepare the chosen harddisk:\n\n  %s\n\nDo you agree to continue?",
+/* TR_RAID_SETUP */
+"RAID Setup",
+/* TR_RAID_SETUP_DESC */
+"The installation program will now set up a RAID configuration on the selected harddisks:\n\n  %s\n  %s\n\nDo you agree to continue?",
+/* TR_DELETE_ALL_DATA */
+"Delete all data",
 /* TR_NO_IPCOP_TARBALL_FOUND */
 "Aucun tarball ipcop trouvé sur le serveur Web.",
 /* TR_NO_ORANGE_INTERFACE */
@@ -424,7 +440,7 @@ char *fr_tr[] = {
 /* TR_SETTING_SETUP_PASSWORD */
 "A ENLEVER",
 /* TR_SETUP_FINISHED */
-"Installation terminée.  Appuyer sur Ok pour redémarrer.",
+"Installation terminée.",
 /* TR_SETUP_NOT_COMPLETE */
 "L'installation initiale n'est pas complètement finie.  Vous devez vous assurer que l'installation s'est finie correctement en relançant l'installation depuis le shell.",
 /* TR_SETUP_PASSWORD */
@@ -563,6 +579,30 @@ char *fr_tr[] = {
 "Démarrage du serveur DHCP ...",
 /* TR_DHCP_STOPSERVER */
 "Arrêt du serveur DHCP ...",
-
-}; 
-  
+/* TR_LICENSE_ACCEPT */
+"J'accepte les termes de cette licence.",
+/* TR_LICENSE_NOT_ACCEPTED */
+"Je n'accepte pas les termes de cette licence, quitter le programme d'installation.",
+/* TR_EXT2FS_DESCR */
+"Ext2 - Système de fichiers sans journal (suggéré pour les cartes flash)",
+/* TR_EXT3FS_DESCR */
+"Ext3 - Système de fichiers avec journal",
+/* TR_EXT4FS_DESCR */
+"Ext4 - Système de fichiers avec journal",
+/* TR_REISERFS_DESCR */
+"ReiserFS - Système de fichiers avec journal",
+/* TR_NO_LOCAL_SOURCE */
+"Pas de source locale trouvée. Démarrage du téléchargement.",
+/* TR_DOWNLOADING_ISO */
+"Téléchargement du fichier image ISO ...",
+/* TR_DOWNLOAD_ERROR */
+"Erreur pendant le téléchargement!",
+/* TR_DHCP_FORCE_MTU */
+"Force DHCP mtu:",
+/* TR_IDENTIFY */
+"Identify",
+/* TR_IDENTIFY_SHOULD_BLINK */
+"Selected port should blink now ...",
+/* TR_IDENTIFY_NOT_SUPPORTED */
+"Function is not supported by this port.",
+};