Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst Use the "doingwhat" message for the mu...



details:   https://anonhg.NetBSD.org/src/rev/9300ae908fb1
branches:  trunk
changeset: 772572:9300ae908fb1
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Jan 09 01:51:47 2012 +0000

description:
Use the "doingwhat" message for the multiple disks case, not just the
single-disk case.

XXX Native speakers of .fr, .es, .de, and .pl please make sure the
replacement makes sense.  Thanks!

diffstat:

 distrib/utils/sysinst/disks.c   |  4 ++--
 distrib/utils/sysinst/msg.mi.de |  4 ++--
 distrib/utils/sysinst/msg.mi.en |  4 ++--
 distrib/utils/sysinst/msg.mi.es |  4 ++--
 distrib/utils/sysinst/msg.mi.fr |  4 ++--
 distrib/utils/sysinst/msg.mi.pl |  4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diffs (108 lines):

diff -r 56432e486b45 -r 9300ae908fb1 distrib/utils/sysinst/disks.c
--- a/distrib/utils/sysinst/disks.c     Mon Jan 09 01:47:09 2012 +0000
+++ b/distrib/utils/sysinst/disks.c     Mon Jan 09 01:51:47 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disks.c,v 1.122 2012/01/05 22:18:36 christos Exp $ */
+/*     $NetBSD: disks.c,v 1.123 2012/01/09 01:51:47 riz Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -402,7 +402,7 @@
                        NULL, NULL, NULL, NULL, NULL);
                if (menu_no == -1)
                        return -1;
-               msg_display(MSG_ask_disk);
+               msg_display(MSG_ask_disk, doingwhat);
                process_menu(menu_no, &selected_disk);
                free_menu(menu_no);
        }
diff -r 56432e486b45 -r 9300ae908fb1 distrib/utils/sysinst/msg.mi.de
--- a/distrib/utils/sysinst/msg.mi.de   Mon Jan 09 01:47:09 2012 +0000
+++ b/distrib/utils/sysinst/msg.mi.de   Mon Jan 09 01:51:47 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.de,v 1.59 2012/01/08 02:32:00 christos Exp $    */
+/*     $NetBSD: msg.mi.de,v 1.60 2012/01/09 01:51:47 riz Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -136,7 +136,7 @@
 }
 
 message ask_disk
-{Auf welcher Festplatte möchten Sie NetBSD installieren? }
+{Auf welcher Festplatte möchten Sie NetBSD %s? }
 
 message Available_disks
 {Verfügbare Festplatten}
diff -r 56432e486b45 -r 9300ae908fb1 distrib/utils/sysinst/msg.mi.en
--- a/distrib/utils/sysinst/msg.mi.en   Mon Jan 09 01:47:09 2012 +0000
+++ b/distrib/utils/sysinst/msg.mi.en   Mon Jan 09 01:51:47 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.en,v 1.167 2012/01/08 02:32:00 christos Exp $   */
+/*     $NetBSD: msg.mi.en,v 1.168 2012/01/09 01:51:47 riz Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -129,7 +129,7 @@
 }
 
 message ask_disk
-{On which disk do you want to install NetBSD? }
+{On which disk do you want to %s NetBSD? }
 
 message Available_disks
 {Available disks}
diff -r 56432e486b45 -r 9300ae908fb1 distrib/utils/sysinst/msg.mi.es
--- a/distrib/utils/sysinst/msg.mi.es   Mon Jan 09 01:47:09 2012 +0000
+++ b/distrib/utils/sysinst/msg.mi.es   Mon Jan 09 01:51:47 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.es,v 1.37 2012/01/08 02:32:00 christos Exp $    */
+/*     $NetBSD: msg.mi.es,v 1.38 2012/01/09 01:51:47 riz Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -136,7 +136,7 @@
 }
 
 message ask_disk
-{¿En cuál disco quiere instalar NetBSD? }
+{¿En cuál disco quiere %s NetBSD? }
 
 message Available_disks
 {Discos disponibles}
diff -r 56432e486b45 -r 9300ae908fb1 distrib/utils/sysinst/msg.mi.fr
--- a/distrib/utils/sysinst/msg.mi.fr   Mon Jan 09 01:47:09 2012 +0000
+++ b/distrib/utils/sysinst/msg.mi.fr   Mon Jan 09 01:51:47 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.fr,v 1.117 2012/01/08 02:32:00 christos Exp $   */
+/*     $NetBSD: msg.mi.fr,v 1.118 2012/01/09 01:51:47 riz Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -137,7 +137,7 @@
 }
 
 message ask_disk
-{Sur quel disque voulez-vous installer NetBSD ?}
+{Sur quel disque voulez-vous %s NetBSD ?}
 
 message Available_disks
 {Disques disponibles :}
diff -r 56432e486b45 -r 9300ae908fb1 distrib/utils/sysinst/msg.mi.pl
--- a/distrib/utils/sysinst/msg.mi.pl   Mon Jan 09 01:47:09 2012 +0000
+++ b/distrib/utils/sysinst/msg.mi.pl   Mon Jan 09 01:51:47 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.pl,v 1.76 2012/01/08 02:32:00 christos Exp $    */
+/*     $NetBSD: msg.mi.pl,v 1.77 2012/01/09 01:51:47 riz Exp $ */
 /*     Based on english version: */
 /*     NetBSD: msg.mi.pl,v 1.36 2004/04/17 18:55:35 atatat Exp       */
 
@@ -133,7 +133,7 @@
 }
 
 message ask_disk
-{Na ktorym z nich chcesz zainstalowac NetBSD? }
+{Na ktorym z nich chcesz %s NetBSD? }
 
 message Available_disks
 {Dostepne dyski}



Home | Main Index | Thread Index | Old Index