Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst minor adjustments to make this stuff d...



details:   https://anonhg.NetBSD.org/src/rev/d64baddbd60a
branches:  trunk
changeset: 474358:d64baddbd60a
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sun Jul 04 09:41:02 1999 +0000

description:
minor adjustments to make this stuff display properly with the automatic
formatting now done by the message code.  Also, some minor cleanup of
problems noticed while adjusting things.

diffstat:

 distrib/utils/sysinst/arch/alpha/menus.md.fr  |   4 +-
 distrib/utils/sysinst/arch/arm32/menus.md.fr  |   4 +-
 distrib/utils/sysinst/arch/bebox/menus.md.fr  |   4 +-
 distrib/utils/sysinst/arch/bebox/msg.md.en    |  19 ++++---
 distrib/utils/sysinst/arch/bebox/msg.md.fr    |  18 ++++---
 distrib/utils/sysinst/arch/i386/menus.md.fr   |   4 +-
 distrib/utils/sysinst/arch/i386/msg.md.en     |   8 +-
 distrib/utils/sysinst/arch/i386/msg.md.fr     |   6 +-
 distrib/utils/sysinst/arch/mac68k/msg.md.en   |  27 ++++++----
 distrib/utils/sysinst/arch/macppc/menus.md.fr |   4 +-
 distrib/utils/sysinst/arch/pc532/menus.md.fr  |   4 +-
 distrib/utils/sysinst/arch/pmax/menus.md.fr   |   4 +-
 distrib/utils/sysinst/arch/sparc/menus.md.fr  |   4 +-
 distrib/utils/sysinst/arch/vax/menus.md.fr    |   4 +-
 distrib/utils/sysinst/menus.mi.en             |  10 +--
 distrib/utils/sysinst/menus.mi.fr             |   8 +--
 distrib/utils/sysinst/msg.mi.en               |  59 ++++++++++++-----------
 distrib/utils/sysinst/msg.mi.fr               |  67 ++++++++++++++------------
 18 files changed, 132 insertions(+), 126 deletions(-)

diffs (truncated from 666 to 300 lines):

diff -r bdf8ea70df4b -r d64baddbd60a distrib/utils/sysinst/arch/alpha/menus.md.fr
--- a/distrib/utils/sysinst/arch/alpha/menus.md.fr      Sun Jul 04 09:37:18 1999 +0000
+++ b/distrib/utils/sysinst/arch/alpha/menus.md.fr      Sun Jul 04 09:41:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.md.fr,v 1.9 1999/06/20 06:08:17 cgd Exp $        */
+/*     $NetBSD: menus.md.fr,v 1.10 1999/07/04 09:41:03 cgd Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -57,7 +57,7 @@
  
 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  "Outils de développement",       action { toggle_getit (3); };
        option  "Jeux",                  action { toggle_getit (4); };
        option  "Pages de manuel",       action { toggle_getit (5); };
        option  "Divers",        action { toggle_getit (6); };
diff -r bdf8ea70df4b -r d64baddbd60a distrib/utils/sysinst/arch/arm32/menus.md.fr
--- a/distrib/utils/sysinst/arch/arm32/menus.md.fr      Sun Jul 04 09:37:18 1999 +0000
+++ b/distrib/utils/sysinst/arch/arm32/menus.md.fr      Sun Jul 04 09:41:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.md.fr,v 1.7 1999/06/20 06:08:17 cgd Exp $        */
+/*     $NetBSD: menus.md.fr,v 1.8 1999/07/04 09:41:03 cgd Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -57,7 +57,7 @@
  
 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  "Outils de développement",       action { toggle_getit (3); };
        option  "Jeux",                  action { toggle_getit (4); };
        option  "Pages de manuel",       action { toggle_getit (5); };
        option  "Divers",        action { toggle_getit (6); };
diff -r bdf8ea70df4b -r d64baddbd60a distrib/utils/sysinst/arch/bebox/menus.md.fr
--- a/distrib/utils/sysinst/arch/bebox/menus.md.fr      Sun Jul 04 09:37:18 1999 +0000
+++ b/distrib/utils/sysinst/arch/bebox/menus.md.fr      Sun Jul 04 09:41:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.md.fr,v 1.6 1999/06/20 06:08:18 cgd Exp $        */
+/*     $NetBSD: menus.md.fr,v 1.7 1999/07/04 09:41:03 cgd Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -182,7 +182,7 @@
 
 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  "Outils de développement",       action { toggle_getit (3); };
        option  "Jeux",                  action { toggle_getit (4); };
        option  "Pages de manuel",       action { toggle_getit (5); };
        option  "Divers",        action { toggle_getit (6); };
diff -r bdf8ea70df4b -r d64baddbd60a distrib/utils/sysinst/arch/bebox/msg.md.en
--- a/distrib/utils/sysinst/arch/bebox/msg.md.en        Sun Jul 04 09:37:18 1999 +0000
+++ b/distrib/utils/sysinst/arch/bebox/msg.md.en        Sun Jul 04 09:41:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.en,v 1.6 1999/07/04 08:01:40 cgd Exp $  */
+/*     $NetBSD: msg.md.en,v 1.7 1999/07/04 09:41:03 cgd Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -63,8 +63,8 @@
 disklabel and the disklabel reports geometry that is different from
 the real geometry.  The two geometries are:
 
-disklabel: %d cylinders, %d heads, %d sectors
-real geom: %d cylinders, %d heads, %d sectors
+disklabel:     %d cylinders, %d heads, %d sectors
+real geometry: %d cylinders, %d heads, %d sectors
 }
 
 message nobiosgeom
@@ -72,12 +72,13 @@
 Record (MBR). This program gets the BIOS geometry of your disk by
 reading the MBR, so the BIOS geometry of your disk could not
 be determined in this case.  Your options are:
-    -- Abort the install. You can determine the actual BIOS
-       geometry in your BIOS setup and then come back and
-       enter the values. Or you can use another setup program to
-       initialize the MBR first.
-    -- Enter the BIOS geometry values yourself. Sysinst will initialize
-       the MBR for you.
+
+* Abort the install. You can determine the actual BIOS geometry in your
+BIOS setup and then come back and enter the values. Or you can use
+another setup program to initialize the MBR first.
+
+* Enter the BIOS geometry values yourself. Sysinst will initialize the MBR
+for you.
 
 WARNING: Entering a new geometry will cause this program to initialize
 your master boot record (MBR) and destroy any boot program you may
diff -r bdf8ea70df4b -r d64baddbd60a distrib/utils/sysinst/arch/bebox/msg.md.fr
--- a/distrib/utils/sysinst/arch/bebox/msg.md.fr        Sun Jul 04 09:37:18 1999 +0000
+++ b/distrib/utils/sysinst/arch/bebox/msg.md.fr        Sun Jul 04 09:41:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.fr,v 1.3 1999/07/04 08:01:40 cgd Exp $  */
+/*     $NetBSD: msg.md.fr,v 1.4 1999/07/04 09:41:03 cgd Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -65,8 +65,8 @@
 {Votre disque a déjà un label BSD. Ce label montre une géométrie différente
 de la géométrie réelle du disque. Les deux géométrie sont :
 
-disklabel:   %d cylindres, %d têtes, %d secteurs
-géom réelle: %d cylindres, %d têtes, %d secteurs
+disklabel:     %d cylindres, %d têtes, %d secteurs
+géom réelle:   %d cylindres, %d têtes, %d secteurs
 }
 
 message nobiosgeom
@@ -74,11 +74,13 @@
 valide. Ce programme lit la géométrie fictive du BIOS en
 lisant le secteur de démarrage, donc la géometrie du BIOS n'a pu etre
 déterminée ici. Les choix possibles sont :
-    -- Arrêter l'installation, pour pouvoir initialiser le secteur de
-       démarrage depuis un autre système d'exploitation, ou lire la géometrie
-       du BIOS dans la  configuration du BIOS.
-    -- Entrer la géométrie fictive, et sysinst initialisera le secteur de
-       démarrage
+
+* Arrêter l'installation, pour pouvoir initialiser le secteur de
+démarrage depuis un autre système d'exploitation, ou lire la
+géometrie du BIOS dans la  configuration du BIOS.
+
+* Entrer la géométrie fictive, et sysinst initialisera le secteur
+de démarrage.
 
 ATTENTION : Entrer une nouvelle géométrie entraîne l'initialisation de votre
 secteur de démarrage, et la supression d'un eventuel programme de
diff -r bdf8ea70df4b -r d64baddbd60a distrib/utils/sysinst/arch/i386/menus.md.fr
--- a/distrib/utils/sysinst/arch/i386/menus.md.fr       Sun Jul 04 09:37:18 1999 +0000
+++ b/distrib/utils/sysinst/arch/i386/menus.md.fr       Sun Jul 04 09:41:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.md.fr,v 1.20 1999/06/20 06:08:19 cgd Exp $       */
+/*     $NetBSD: menus.md.fr,v 1.21 1999/07/04 09:41:03 cgd Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -182,7 +182,7 @@
 
 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  "Outils de développement",       action { toggle_getit (3); };
        option  "Jeux",                  action { toggle_getit (4); };
        option  "Pages de manuel",       action { toggle_getit (5); };
        option  "Divers",        action { toggle_getit (6); };
diff -r bdf8ea70df4b -r d64baddbd60a distrib/utils/sysinst/arch/i386/msg.md.en
--- a/distrib/utils/sysinst/arch/i386/msg.md.en Sun Jul 04 09:37:18 1999 +0000
+++ b/distrib/utils/sysinst/arch/i386/msg.md.en Sun Jul 04 09:41:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.en,v 1.16 1999/07/04 08:01:40 cgd Exp $ */
+/*     $NetBSD: msg.md.en,v 1.17 1999/07/04 09:41:03 cgd Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -63,8 +63,8 @@
 disklabel and the disklabel reports geometry that is different from
 the real geometry.  The two geometries are:
 
-disklabel: %d cylinders, %d heads, %d sectors
-real geom: %d cylinders, %d heads, %d sectors
+disklabel:     %d cylinders, %d heads, %d sectors
+real geometry: %d cylinders, %d heads, %d sectors
 }
 
 /* the %s's will expand into three character strings */
@@ -133,7 +133,7 @@
 
 message editparttable
 {Edit your DOS partition table.  The highlighted partition is the currently
-active partition.   The partition table currently looks like:
+active partition.  The partition table currently looks like:
 
 }
 
diff -r bdf8ea70df4b -r d64baddbd60a distrib/utils/sysinst/arch/i386/msg.md.fr
--- a/distrib/utils/sysinst/arch/i386/msg.md.fr Sun Jul 04 09:37:18 1999 +0000
+++ b/distrib/utils/sysinst/arch/i386/msg.md.fr Sun Jul 04 09:41:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.fr,v 1.11 1999/07/04 08:01:40 cgd Exp $ */
+/*     $NetBSD: msg.md.fr,v 1.12 1999/07/04 09:41:04 cgd Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -64,8 +64,8 @@
 {Votre disque a déjà un label BSD. Ce label montre une géométrie différente
 de la géométrie réelle du disque. Les deux géométrie sont :
 
-disklabel:   %d cylindres, %d têtes, %d secteurs
-géom réelle: %d cylindres, %d têtes, %d secteurs
+disklabel:     %d cylindres, %d têtes, %d secteurs
+géom réelle:   %d cylindres, %d têtes, %d secteurs
 }
 
 /* the %s's will expand into three character strings */
diff -r bdf8ea70df4b -r d64baddbd60a distrib/utils/sysinst/arch/mac68k/msg.md.en
--- a/distrib/utils/sysinst/arch/mac68k/msg.md.en       Sun Jul 04 09:37:18 1999 +0000
+++ b/distrib/utils/sysinst/arch/mac68k/msg.md.en       Sun Jul 04 09:41:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.en,v 1.5 1999/07/04 08:01:40 cgd Exp $  */
+/*     $NetBSD: msg.md.en,v 1.6 1999/07/04 09:41:04 cgd Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -50,12 +50,14 @@
 reading the Disk Partition Map which is written by the disk formatter
 when it prepared the disk for use with the Macintosh system.  Your
 options are:
-    -- Abort the install. You can format and define a preliminary
-       partition structure with any disk formatter.  Partitions do not
-       have to be defined as A/UX types; the NetBSD install process will
-       allow you to redefine them as necessary.
-    -- Allow sysinst to initialize the Disk Partition Map for you. This
-       will make the disk unbootable and/or unusable under MacOS. 
+
+* Abort the install. You can format and define a preliminary
+partition structure with any disk formatter.  Partitions do not
+have to be defined as A/UX types; the NetBSD install process will
+allow you to redefine them as necessary.
+
+* Allow sysinst to initialize the Disk Partition Map for you. This
+will make the disk unbootable and/or unusable under MacOS. 
 
 }
 
@@ -124,11 +126,12 @@
 is probably because your disk formatter didn't reserve additional space
 in the original Disk Partition Map for future modifications such as this.
 Your options at this point are:
-   -- Abandon any hope of splitting this partition, with the present
-      Disk Partition Map, or
-   -- Allow sysinst to install a new Disk Map on your disk. This will
-      destroy all existing data on all partitions on the volume.
-                  Use With Care!
+
+* Abandon any hope of splitting this partition, with the present
+Disk Partition Map, or
+
+* Allow sysinst to install a new Disk Map on your disk. This will
+destroy all existing data on all partitions on the volume.  USE WITH CARE!
 
 Would you like to Abandon splitting this partition?}
 
diff -r bdf8ea70df4b -r d64baddbd60a distrib/utils/sysinst/arch/macppc/menus.md.fr
--- a/distrib/utils/sysinst/arch/macppc/menus.md.fr     Sun Jul 04 09:37:18 1999 +0000
+++ b/distrib/utils/sysinst/arch/macppc/menus.md.fr     Sun Jul 04 09:41:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.md.fr,v 1.8 1999/06/20 06:08:21 cgd Exp $        */
+/*     $NetBSD: menus.md.fr,v 1.9 1999/07/04 09:41:04 cgd Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -57,7 +57,7 @@
  
 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  "Outils de développement",       action { toggle_getit (3); };
        option  "Jeux",                  action { toggle_getit (4); };
        option  "Pages de manuel",       action { toggle_getit (5); };
        option  "Divers",        action { toggle_getit (6); };
diff -r bdf8ea70df4b -r d64baddbd60a distrib/utils/sysinst/arch/pc532/menus.md.fr
--- a/distrib/utils/sysinst/arch/pc532/menus.md.fr      Sun Jul 04 09:37:18 1999 +0000
+++ b/distrib/utils/sysinst/arch/pc532/menus.md.fr      Sun Jul 04 09:41:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.md.fr,v 1.5 1999/06/20 06:08:22 cgd Exp $        */
+/*     $NetBSD: menus.md.fr,v 1.6 1999/07/04 09:41:04 cgd Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -56,7 +56,7 @@
  
 menu md_distcustom, exit, title "Sélection des composants";
        display action { show_cur_distsets (); };
-       option  "Outils de développement ",      action { toggle_getit (3); };
+       option  "Outils de développement",       action { toggle_getit (3); };
        option  "Jeux",                  action { toggle_getit (4); };
        option  "Pages de manuel",       action { toggle_getit (5); };
        option  "Divers",        action { toggle_getit (6); };
diff -r bdf8ea70df4b -r d64baddbd60a distrib/utils/sysinst/arch/pmax/menus.md.fr
--- a/distrib/utils/sysinst/arch/pmax/menus.md.fr       Sun Jul 04 09:37:18 1999 +0000
+++ b/distrib/utils/sysinst/arch/pmax/menus.md.fr       Sun Jul 04 09:41:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.md.fr,v 1.6 1999/06/20 06:08:22 cgd Exp $        */
+/*     $NetBSD: menus.md.fr,v 1.7 1999/07/04 09:41:04 cgd Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -56,7 +56,7 @@
  
 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  "Outils de développement",       action { toggle_getit (3); };
        option  "Jeux",                  action { toggle_getit (4); };



Home | Main Index | Thread Index | Old Index