Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/distrib/utils/sysinst/arch/i386 pull up rev(s) 1.17-1.2...



details:   https://anonhg.NetBSD.org/src/rev/da3761e52e29
branches:  netbsd-1-4
changeset: 468992:da3761e52e29
user:      cgd <cgd%NetBSD.org@localhost>
date:      Thu Jun 24 22:46:37 1999 +0000

description:
pull up rev(s) 1.17-1.20 from trunk. (cgd)

diffstat:

 distrib/utils/sysinst/arch/i386/menus.md.fr |  24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diffs (104 lines):

diff -r 04f1bedcb13e -r da3761e52e29 distrib/utils/sysinst/arch/i386/menus.md.fr
--- a/distrib/utils/sysinst/arch/i386/menus.md.fr       Thu Jun 24 22:46:31 1999 +0000
+++ b/distrib/utils/sysinst/arch/i386/menus.md.fr       Thu Jun 24 22:46:37 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.md.fr,v 1.12.2.3 1999/06/18 17:25:27 perry Exp $ */
+/*     $NetBSD: menus.md.fr,v 1.12.2.4 1999/06/24 22:46:37 cgd Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -16,7 +16,7 @@
  *    documentation and/or other materials provided with the distribution.
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
- *      This product includes software develooped for the NetBSD Project by
+ *      This product includes software developed for the NetBSD Project by
  *      Piermont Information Systems Inc.
  * 4. The name of Piermont Information Systems Inc. may not be used to endorse
  *    or promote products derived from this software without specific prior
@@ -38,11 +38,11 @@
 
 /* Menu definitions for sysinst. i386 version, machine dependent. */
 
-menu fullpart, x=20, y=15, title  "  Faite votre choix";
+menu fullpart, y=15, title  "Faite votre choix";
        option "Utilisation d'une partie du disque", exit, action  {usefull = 0;};
        option "Utilisation de tout le disque",             exit, action  {usefull = 1;};
 
-menu wdtype, title  "  Choix du type de disque";
+menu wdtype, title  "Choix du type de disque";
        display action { msg_display (MSG_wdtype, diskdev); };
        option "IDE",   exit;
        option "ESDI",  exit, action
@@ -59,7 +59,7 @@
                };
 
 
-menu dlgeom, title "  Choisissez une option";
+menu dlgeom, title "Choisissez une option";
        display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
                                dlsec, disk->dd_cyl, disk->dd_head,
                                disk->dd_sec);
@@ -76,7 +76,7 @@
                };
 
 
-menu editparttable, title  "  Choisissez votre partition", exit;
+menu editparttable, title  "Choisissez votre partition", exit;
        display action  { msg_display (MSG_editparttable);
                          disp_cur_part((struct mbr_partition *)&mbr[MBR_PARTOFF
 ], activepart,-1);
@@ -92,7 +92,7 @@
        option "Changer d'untité",
                action  { reask_sizemult(); };
 
-menu editpart, title  " Changement ";
+menu editpart, title  "Changement";
        display action { msg_display (MSG_editpart, editpart);
                           disp_cur_part((struct mbr_partition *)&mbr[MBR_PARTOFF
 ], activepart,editpart);
@@ -121,7 +121,7 @@
        option "Rendre la partition active", action { activepart = editpart; };
        option "Partition OK", exit;
 
-menu chooseid, title  "  Type de Partition? ";
+menu chooseid, title  "Type de Partition?";
        option "NetBSD",        exit,   action
        {
                part[editpart].mbrp_typ = 169;
@@ -180,7 +180,7 @@
        option "Changer d'unité", action { reask_sizemult(); };
  
 
-menu md_distcustom, x=30, y=3, exit, title " Sélection des composants";
+menu md_distcustom, y=3, exit, title "Sélection des composants";
        display action { show_cur_distsets (); };
        option  "Outils de développement ",      action { toggle_getit (3); };
        option  "Jeux",                  action { toggle_getit (4); };
@@ -194,7 +194,7 @@
        option  "X11 développement",     action { toggle_getit (12); };
 
 menu biosonematch;
-       option "C'est le bon disque", exit, action {
+       option "C'est le bon géométrie", exit, action {
                extern struct disklist *disklist;
                extern struct nativedisk_info *nativedisk;
                struct biosdisk_info *bip;
@@ -236,7 +236,7 @@
                biosdisk = NULL;
        };
 
-menu configbootsel, title  "  Changer une entree du menu", exit;
+menu configbootsel, title  "Changer une entree du menu", exit;
         display action  { msg_display(MSG_configbootsel);
                           disp_bootsel((struct mbr_partition *)&mbr[MBR_PARTOFF], mbs);
                          msg_display_add(MSG_bootseltimeout, (1000 * mbs->timeo) / 18200);
@@ -290,7 +290,7 @@
                };
        option "Changer le choix par defaut", sub menu defaultbootsel;
 
-menu defaultbootsel, title "  Choisissez un disque ou partition";
+menu defaultbootsel, title "Choisissez un disque ou partition";
        option "Partition 0", exit,
                action {
                        if (mbs->nametab[0][0] != 0 && part[0].mbrp_typ != 0)



Home | Main Index | Thread Index | Old Index