summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakgw
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-04-06 14:12:06 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-04-06 14:12:06 +0000
commit5979421b49b7bcf3e454fe5ce163b11af4ebf2c2 (patch)
tree6061c7b11e39de80733687efc78985b3f9b9a274 /perl-install/standalone/drakgw
parent8c8a6eba080703b5da8e546700b1e3d43a9f55aa (diff)
downloaddrakx-backup-do-not-use-5979421b49b7bcf3e454fe5ce163b11af4ebf2c2.tar
drakx-backup-do-not-use-5979421b49b7bcf3e454fe5ce163b11af4ebf2c2.tar.gz
drakx-backup-do-not-use-5979421b49b7bcf3e454fe5ce163b11af4ebf2c2.tar.bz2
drakx-backup-do-not-use-5979421b49b7bcf3e454fe5ce163b11af4ebf2c2.tar.xz
drakx-backup-do-not-use-5979421b49b7bcf3e454fe5ce163b11af4ebf2c2.zip
- correct yvounetification in i18n stuff
- remove some remaining debugging printings - add a bit more of explanations when starting drakgw in wizard mode
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-xperl-install/standalone/drakgw23
1 files changed, 12 insertions, 11 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw
index 215eda13f..0a6fe6805 100755
--- a/perl-install/standalone/drakgw
+++ b/perl-install/standalone/drakgw
@@ -192,6 +192,7 @@ $::Wizard_no_previous = 1;
$::direct or $in->ask_okcancel(_("Internet Connection Sharing"),
_("You are about to configure your computer to share its Internet connection.
+With that feature, other computers on your local network will be able to use this computer's Internet connection.
Note: you need a dedicated Network Adapter to set up a Local Area Network (LAN)."), 1) or quit_global($in, 0);
@@ -232,10 +233,6 @@ if (!@cards)
elsif (@cards == 1)
{
$device = $cards[0];
- print "device $device\n";
- my $t = $format->($device);
- print "format $t\n";
-
$in->ask_okcancel(_("Network interface"),
_("There is only one configured network adapter on your system:
@@ -588,11 +585,6 @@ sub quit_global {
goto begin
}
-
-
-########################################################
-
-
sub pur_gtk_mode
{
require Gtk;
@@ -610,8 +602,12 @@ sub pur_gtk_mode
$window1->add($vbox1);
my $hbox1 = new Gtk::HBox(0,0);
$vbox1->pack_start($hbox1,1,1,0);
- my $label1 = new Gtk::Label(_("Welcome to the Internet Connection Sharing utility!"."\n$setup_state\n".
- "Click on Configure to launch the setup wizard"));
+ my $label1 = new Gtk::Label(
+_("Welcome to the Internet Connection Sharing utility!
+
+%s
+
+Click on Configure to launch the setup wizard.", $setup_state));
$hbox1->pack_start($label1,1,1,0);
my $hbox2 = new Gtk::HBox(0,0);
$vbox1->pack_start($hbox2,1,1,0);
@@ -645,6 +641,11 @@ sub pur_gtk_mode
#-------------------------------------------------
#- $Log$
+#- Revision 1.33 2001/04/06 14:12:06 gc
+#- - correct yvounetification in i18n stuff
+#- - remove some remaining debugging printings
+#- - add a bit more of explanations when starting drakgw in wizard mode
+#-
#- Revision 1.32 2001/04/06 01:34:44 yduret
#- recoded a embedded && gtk mode
#-