index
:
drakx
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
distro/mga7
distro/mga8
distro/mga9
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/bug-13680
topic/dietlibc
topic/efi
topic/extlinux
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_dnf
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
user/animtim/designWork
user/colin/rescue-systemd
user/ennael/mga6
*/
(
function
(
e
){
"use strict"
;
e
.
fn
.
bjqs
=
function
(
t
){
var
n
={
width
:
700
,
height
:
300
,
animtype
:
"fade"
,
animduration
:
450
,
animspeed
:
5
e3
,
automatic
:!
0
,
showcontrols
:!
0
,
centercontrols
:!
0
,
nexttext
:
">"
,
prevtext
:
"<"
,
showmarkers
:!
0
,
centermarkers
:!
0
,
keyboardnav
:!
0
,
hoverpause
:!
0
,
usecaptions
:!
0
,
randomstart
:!
0
,
responsive
:!
1
},
r
=
e
.
extend
({},
n
,
t
),
i
=
this
,
s
=
i
.
find
(
"ul.bjqs"
),
o
=
s
.
children
(
"li"
),
u
=
null
,
a
=
null
,
f
=
null
,
l
=
null
,
c
=
null
,
h
=
null
,
p
=
null
,
d
=
null
,
v
={
slidecount
:
o
.
length
,
animating
:!
1
,
paused
:!
1
,
currentslide
:
1
,
nextslide
:
0
,
currentindex
:
0
,
na few english fixes thx to vincent meyer
Diffstat
-rw-r--r--
perl-install/any.pm
5
1 files changed, 2 insertions, 3 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index cfcc3a4f9..1888c50ac 100644
--- a/
perl-install/any.pm
+++ b/
perl-install/any.pm
@@ -252,7 +252,7 @@ On which drive are you booting?"), \&partition_table::description, $hds) or goto
$in->ask_from_(
{
messages =>
-_("Here are the different entries.
+_("Here are the entries on your boot menu so far.
You can add some more or change the existing ones."),
ok => '',
},
@@ -1049,8 +1049,7 @@ or to the Internet. There is no password access."),
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
connections from many clients. Note: if your machine is only a client on the Internet, you should better choose a lower level."),
- 5 => _("Based on the previous level, but the system is entirely closed.
-Security features are at their maximum."),
+ 5 => _("This is similar to the previous level, but the system is entirely closed and security features are at their maximum."),
);
delete @l{0,1};
delete $l{5} if !$::expert;