diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-30 07:04:04 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-30 07:04:04 +0000 |
commit | a156a973a5f0a998f14c330e64a16b9f99fb4d9c (patch) | |
tree | dc451c1c27b3b6fc90ee9a546b19176b2d09dc3e /perl-install/standalone | |
parent | 702c27af03d7cfa0f7c7d1473ee38a35352855f7 (diff) | |
download | drakx-a156a973a5f0a998f14c330e64a16b9f99fb4d9c.tar drakx-a156a973a5f0a998f14c330e64a16b9f99fb4d9c.tar.gz drakx-a156a973a5f0a998f14c330e64a16b9f99fb4d9c.tar.bz2 drakx-a156a973a5f0a998f14c330e64a16b9f99fb4d9c.tar.xz drakx-a156a973a5f0a998f14c330e64a16b9f99fb4d9c.zip |
typo fixes (Arpad Biro <biro_arpad@yahoo.com>)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakconnect | 4 | ||||
-rw-r--r-- | perl-install/standalone/drakvpn | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index a14b34438..321dd1110 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -921,9 +921,9 @@ sub configure_net { if (!$netcnx->{type}) { $in->ask_warn( N("Warning"), - #-PO: here "Add Connexion" should be translated the same was as in control-center + #-PO: here "Add Connection" should be translated the same was as in control-center N("You don't have any configured Internet connection. -Run the \"Add Connexion\" assistant from the Mandrakelinux Control Center")); +Run the \"Add Connection\" assistant from the Mandrakelinux Control Center")); $in->exit; } my $cnx = {}; diff --git a/perl-install/standalone/drakvpn b/perl-install/standalone/drakvpn index c0186c8f4..a374d36bb 100644 --- a/perl-install/standalone/drakvpn +++ b/perl-install/standalone/drakvpn @@ -194,7 +194,7 @@ Please read AT LEAST the ipsec-howto docs before going any further.",$ipsec_package)) or goto begin; $direct or $in->ask_okcancel(N("Kernel module."), -N("The kernel need to have ipsec support. +N("The kernel needs to have ipsec support. You're running a %s kernel version. @@ -589,7 +589,7 @@ if ($choice =~ /^version|block|private|clear|packet/) { $in->ask_okcancel(N("Can't edit!"), N("You cannot edit this section.\n -This section is mandatory for Freswan 2.X. +This section is mandatory for Freeswan 2.X. One has to specify version 2.0 on the top of the %s file, and eventually, disable or enable the opportunistic encryption.\n",$ipsec_conf)); @@ -643,7 +643,7 @@ Choose continue when you are done to write the data.\n", $ipsec_conf), ask_info3('', N("Edit a Security Policy.\n -You can now add a Security Policy.\n +You can now edit a Security Policy.\n Choose continue when you are done to write the data.\n"), $ipsec->{$number}) or goto step_configure_ipsec_conf; goto step_configure_ipsec_conf; @@ -991,12 +991,12 @@ sainfo address 203.178.141.209 any address 203.178.141.218 any help => N("define the group of Diffie-Hellman exponentiations. If you do not require PFS then you can omit this directive. Any proposal will be accepted if you do not specify one. -group is one of following: modp768, modp1024, modp1536. +group is one of the following: modp768, modp1024, modp1536. Or you can define 1, 2, or 5 as the DH group number.") }, { label => N("Lifetime number"), val => \$data->{3}[2], type => 'entry', help => N("define a lifetime of a certain time which will be pro- posed in the phase 1 negotiations. Any proposal will be -accepted, and the attribute(s) will be not proposed to +accepted, and the attribute(s) will not be proposed to the peer if you do not specify it(them). They can be individually specified in each proposal. @@ -1014,7 +1014,7 @@ So, here, the lifetime numbers are 1, 1, 30, 30, 60 and 12. list => [ qw(sec min hour) ], help => N("define a lifetime of a certain time which will be pro- posed in the phase 1 negotiations. Any proposal will be -accepted, and the attribute(s) will be not proposed to +accepted, and the attribute(s) will not be proposed to the peer if you do not specify it(them). They can be individually specified in each proposal. @@ -1116,7 +1116,7 @@ my_identifier user_fqdn \"myemail\@mydomain.com\"") }, { label => N("Encryption algorithm"), val => \$proposal_remote_section->{2}[1], list => [ qw(des 3des blowfish cast128) ], help => N("specify the encryption algorithm used for the phase 1 negotiation. This directive must be defined. -algorithm is one of following: +algorithm is one of the following: DES, 3DES, blowfish, cast128 for oakley. |