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/bebox pull up rev(s) 1.4-1.6...
details: https://anonhg.NetBSD.org/src/rev/edadd5763626
branches: netbsd-1-4
changeset: 468986:edadd5763626
user: cgd <cgd%NetBSD.org@localhost>
date: Thu Jun 24 22:45:52 1999 +0000
description:
pull up rev(s) 1.4-1.6 from trunk. (cgd)
diffstat:
distrib/utils/sysinst/arch/bebox/menus.md.fr | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diffs (77 lines):
diff -r 5c4f4eaa015b -r edadd5763626 distrib/utils/sysinst/arch/bebox/menus.md.fr
--- a/distrib/utils/sysinst/arch/bebox/menus.md.fr Thu Jun 24 22:45:46 1999 +0000
+++ b/distrib/utils/sysinst/arch/bebox/menus.md.fr Thu Jun 24 22:45:52 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.md.fr,v 1.3 1999/03/31 00:44:49 fvdl Exp $ */
+/* $NetBSD: menus.md.fr,v 1.3.2.1 1999/06/24 22:45:52 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. bebox version, machine dependent. */
-menu fullpart, title " Faite votre choix";
+menu fullpart, 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 = 165;
@@ -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); };
Home |
Main Index |
Thread Index |
Old Index