summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-04-23 14:56:31 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-04-23 14:56:31 +0000
commitb2aac49d85abf4a6be64c3bbb7dfb5359eae59a2 (patch)
treef25bf56f169013d788412904c9321a558d52b42e
parent21002a8df1187fa70da8144f6c24b46848b8c068 (diff)
downloaddrakx-backup-do-not-use-b2aac49d85abf4a6be64c3bbb7dfb5359eae59a2.tar
drakx-backup-do-not-use-b2aac49d85abf4a6be64c3bbb7dfb5359eae59a2.tar.gz
drakx-backup-do-not-use-b2aac49d85abf4a6be64c3bbb7dfb5359eae59a2.tar.bz2
drakx-backup-do-not-use-b2aac49d85abf4a6be64c3bbb7dfb5359eae59a2.tar.xz
drakx-backup-do-not-use-b2aac49d85abf4a6be64c3bbb7dfb5359eae59a2.zip
english fixes from v meyer
-rw-r--r--perl-install/any.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 1888c50ac..234274940 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -965,7 +965,7 @@ sub fileshare_config {
$in->ask_okcancel('', _("The package %s needs to be installed. Do you want to install it?", $type2file{$wanted[0]}[1]), 1) or return;
} else {
my %choices;
- my $wanted = $in->ask_many_from_list('', _("You can export using NFS or Samba. Which one do you want"),
+ my $wanted = $in->ask_many_from_list('', _("You can export using NFS or Samba. Please select which you'd like to use."),
{ list => \@wanted }) or return;
@wanted = @$wanted or return;
}
@@ -979,7 +979,7 @@ sub fileshare_config {
}
my $r = $in->ask_from_list_('fileshare',
-_("Do you want to allow users to export some directories in their home?
+_("Would you like to allow users to share some of their directories?
Allowing this will permit users to simply click on \"Share\" in konqueror and nautilus.
\"Custom\" permit a per-user granularity.
@@ -1047,7 +1047,7 @@ or to the Internet. There is no password access."),
2 => _("This is the standard security recommended for a computer that will be used to connect to the Internet as a client."),
3 => _("There are already some restrictions, and more automatic checks are run every night."),
4 => _("With this security level, the use of this system as a server becomes possible.
-The security is now high enough to use the system as a server which accept
+The security is now high enough to use the system as a server which can accept
connections from many clients. Note: if your machine is only a client on the Internet, you should better choose a lower level."),
5 => _("This is similar to the previous level, but the system is entirely closed and security features are at their maximum."),
);