summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-08 13:11:18 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-08 13:11:18 +0000
commitd09dbbe4754d86d11136083d4d515ea96146657a (patch)
treea596b457bb6e5ca311faddfd4bf51be7e2a7856a
parent302aeb970ba0810c60324a0ff7040175a11ac945 (diff)
downloadcontrol-center-d09dbbe4754d86d11136083d4d515ea96146657a.tar
control-center-d09dbbe4754d86d11136083d4d515ea96146657a.tar.gz
control-center-d09dbbe4754d86d11136083d4d515ea96146657a.tar.bz2
control-center-d09dbbe4754d86d11136083d4d515ea96146657a.tar.xz
control-center-d09dbbe4754d86d11136083d4d515ea96146657a.zip
create sub groups according to specs
-rwxr-xr-xcontrol-center88
1 files changed, 79 insertions, 9 deletions
diff --git a/control-center b/control-center
index 22c7734a..be006858 100755
--- a/control-center
+++ b/control-center
@@ -755,14 +755,24 @@ my @tree =
(if_($isRpmDrake || $isParkRpmDrake,
[ N("Software Management"), 'software',
[
+ if_($isRpmDrake,
{
title => N("Software Management"),
list => [
- if_($isRpmDrake,
"Install Software",
"Mandriva Update",
+ ]
+ },
+ {
+ title => N("Configure Software management"),
+ list => [
"Software Media Manager",
- ),
+ ]
+ },
+ ),
+ {
+ title => N("Others"),
+ list => [
if_($isParkRpmDrake, "Manage park"),
if_($isDrakStats, "Package stats"),
"Mandriva Online"
@@ -908,16 +918,36 @@ my @tree =
[ N("Hardware"), 'drakhard-mdk',
[
{
- title => N("Hardware"),
+ title => N("Manage your hardware"),
list => [
"Hardware List",,
+ ]
+ },
+ {
+ title => N("Configure graphics"),
+ list => [
"3D",
"Graphical server configuration",
- if_(-x "$bindir/drakfax", "Fax"),
+ ]
+ },
+ {
+ title => N("Configure mouse and keyboard"),
+ list => [
"Keyboard",
"Mouse",
+ ]
+ },
+ {
+ title => N("Configure printing and scanning"),
+ list => [
"Printer",
"Scanner",
+ if_(-x "$bindir/drakfax", "Fax"),
+ ]
+ },
+ {
+ title => N("Others"),
+ list => [
"UPS",
]
},
@@ -927,7 +957,7 @@ my @tree =
[ N("Network & Internet"), 'net-mdk',
[
{
- title => N("Network & Internet"),
+ title => N("Manage your network devices"),
list => [
"Network Center",
if_(!-x "$sbindir/draknetcenter",
@@ -937,11 +967,21 @@ my @tree =
"Monitor Connection",
"Remove Interface",
),
+ ]
+ },
+ {
+ title => N("Personalize and Secure your network"),
+ list => [
"Proxy Configuration",
"Connection Sharing",
"Network Profiles",
"Roaming",
"VPN",
+ ]
+ },
+ {
+ title => N("Others"),
+ list => [
"Hosts",
]
},
@@ -951,14 +991,24 @@ my @tree =
[ N("System"), 'system-mdk',
[
{
- title => N("System"),
+ title => N("Manage system services"),
list => [
if_(!$is_auth_wizard_installed, "Authentication"),
"Menus",
"Services",
"Fonts",
+ ]
+ },
+ {
+ title => N("Localization"),
+ list => [
"Date & Time",
"Localization",
+ ]
+ },
+ {
+ title => N("Administration tools"),
+ list => [
"Logs",
if_($ENV{LANGUAGE} !~ /^zh/, "Console"),
"Users",
@@ -974,12 +1024,22 @@ my @tree =
N("Network Sharing"), 'partition-mdk',
[
{
- title => N("Network Sharing"),
+ title => N("Configure NFS shares"),
list => [
"NFS mount points",
"NFS exports",
+ ]
+ },
+ {
+ title => N("Configure Windows(R) shares"),
+ list => [
"Samba mount points",
"Samba configuration",
+ ]
+ },
+ {
+ title => N("Configure WebDAV shares"),
+ list => [
"WebDAV mount points",
]
},
@@ -1052,13 +1112,23 @@ my @tree =
[ N("Boot"), 'boot-mdk',
[
{
- title => N("Boot"),
+ title => N("Configure boot steps"),
list => [
#if_(detect_devices::floppies, "Boot Disk"), # kernel is too big
"Auto login Config",
"Boot Config",
- "Boot Theme",
"Display Manager chooser",
+ ]
+ },
+ {
+ title => N("Boot look'n feel"),
+ list => [
+ "Boot Theme",
+ ]
+ },
+ {
+ title => N("Others"),
+ list => [
if_(0, "Auto Install"),
]
},