diff options
-rwxr-xr-x | control-center | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/control-center b/control-center index 187d01ad..73398cc1 100755 --- a/control-center +++ b/control-center @@ -98,42 +98,42 @@ $::isRpmDrake = -e "/usr/sbin/rpmdrake"; # { key => [ log_exp, [ binary, win_nb ], gtkplug?, description ] } my $exec_hash = { - "Auto Install" => [ "drakautoinst", "$sbindir/drakautoinst", 1, N("Auto Install: dummy description") ], - "Backups" => [ "drakbackup", "$sbindir/drakbackup", 1, N("Backups: dummy description") ], - "Boot Config" => [ "drakboot", "$sbindir/drakboot", 1, N("Boot Config: dummy description") ], - "Boot Disk" => [ "drakfloppy", "$sbindir/drakfloppy", 1, N("Boot Disk: dummy description") ], - "Connection Sharing" => [ "drakgw", "$sbindir/drakgw", 1, N("Connection Sharing: dummy description") ], - "Connection" => [ "drakconnect", "$sbindir/drakconnect", 1, N("Connection: dummy description") ], + "Auto Install" => [ "drakautoinst", "$sbindir/drakautoinst", 1, N("DrakAutoInst enable to configure an Auto Install floppy") ], + "Backups" => [ "drakbackup", "$sbindir/drakbackup", 1, N("DrakBackup help in configuring Backups") ], + "Boot Config" => [ "drakboot", "$sbindir/drakboot", 1, N("DrakBoot help in configuring the system bootstrapping") ], + "Boot Disk" => [ "drakfloppy", "$sbindir/drakfloppy", 1, N("Drakfloppy enable to build a customized Boot Disk") ], + "Connection Sharing" => [ "drakgw", "$sbindir/drakgw", 1, N("DrakGw enable to share an internet connection") ], + "Connection" => [ "drakconnect", "$sbindir/drakconnect", 1, N("DrakConnect help in configuring network connections") ], # little workaround to avoid drakconf freeze # "Console" => [ "rxvt", "$xbindir/rxvt", -1, "" ], "Console" => [ "rxvt", [ "$xbindir/rxvt", "rxvt", 1 ], 0, N("The Console will help you to solve issues") ], - "Date & Time" => [ "clock", "$sbindir/clock.pl", 1, N("Date & Time: dummy description") ], + "Date & Time" => [ "clock", "$sbindir/clock.pl", 1, N("Date & Time configuration") ], "Firewall" => [ "drakfirewall", "$sbindir/drakfirewall", 1, N("drakfirewall configures a personal firewall (look at MNF for a powerful dedicated firewall solution)") ], - "Fonts" => [ "drakfont", "$sbindir/drakfont", 1, N("Fonts: dummy description") ], - "Graphical server configuration" => [ "XFdrake", "$sbindir/XFdrake", 1, N("Graphical server configuration: dummy description") ], + "Fonts" => [ "drakfont", "$sbindir/drakfont", 1, N("DrakFont enable to install and remove fonts") ], + "Graphical server configuration" => [ "XFdrake", "$sbindir/XFdrake", 1, N("The X configurator help in configuring the graphical server") ], "Hard Drives" => [ "diskdrake", "$sbindir/diskdrake --hd", 1, N("DiskDrake enable to alter hard disks partitionning scheme and to resize partitions") ], "Hardware List" => [ "harddrake", "$sbindir/harddrake2", 1, N("Harddrake enable to list and configure the hardware") ], "Install Software" => [ "rpmdrake", "$sbindir/rpmdrake", -1, N("Install Software: RpmDrake enable to install software packages") ], - "Keyboard" => [ "keyboarddrake", "$sbindir/keyboarddrake", 1, N("Keyboard: dummy description") ], + "Keyboard" => [ "keyboarddrake", "$sbindir/keyboarddrake", 1, N("KeyboardDrake let configure the keyboard layout") ], "Logs" => [ "logdrake", "$sbindir/logdrake", 1, N("Logdrake enable to search in system logs") ], "Mandrake Update" => [ "rpmdrake", "$sbindir/MandrakeUpdate", -1, N("Mandrake Update will enable you to update your system pacakges") ], - "Menus" => [ "menudrake", "$sbindir/menus_launcher.pl", 1, N("Menus: dummy description"), "$bindir/menudrake" ], - "Monitor" => [ "XFdrake", "$sbindir/XFdrake monitor", 1, N("Monitor: dummy description") ], + "Menus" => [ "menudrake", "$sbindir/menus_launcher.pl", 1, N("MenuDrake enable to manage menus"), "$bindir/menudrake" ], + "Monitor" => [ "XFdrake", "$sbindir/XFdrake monitor", 1, N("Monitor configuration") ], "Mouse" => [ "mousedrake", "$sbindir/mousedrake", 1, N("MouseDrake enable to configure the mouse") ], "NFS mount points" => [ "diskdrake", "$sbindir/diskdrake --nfs", 1, N("NFS mount points: dummy description") ], "Partition Sharing" => [ "diskdrake", "$sbindir/diskdrake --fileshare", 1, N("Partition Sharing enable to allow users to share some of their directories, allowing users to simply click on \"Share\" in konqueror and nautilus") ], - "Printer" => [ "printerdrake", "$sbindir/printerdrake", 1, N("Printer: dummy description"), "$sbindir/printerdrake" ], + "Printer" => [ "printerdrake", "$sbindir/printerdrake", 1, N("Printerdrake help in configuring printers, print job queues, ..."), "$sbindir/printerdrake" ], "Programs scheduling" => [ "drakcronat", "/usr/X11R6/bin/drakcronat", 1, N("DrakCronAt enable to schedule Programs execution through crond and atd daemons") ], - "Proxy Configuration" => [ "drakproxy", "$sbindir/drakproxy", 1, N("Proxy Configuration: dummy description") ], + "Proxy Configuration" => [ "drakproxy", "$sbindir/drakproxy", 1, N("DrakProxy help in configuring file and web proxy") ], "Remove Software" => [ "rpmdrake", "$sbindir/rpmdrake-remove", -1, N("Remove Software: RpmDrake enable to remove software packages") ], - "Resolution" => [ "XFdrake", "$sbindir/XFdrake resolution", 1, N("Resolution: dummy description") ], + "Resolution" => [ "XFdrake", "$sbindir/XFdrake resolution", 1, N("Screen resolution configuration") ], "Samba mount points" => [ "diskdrake", "$sbindir/diskdrake --smb", 1, N("Samba mount points: dummy description") ], - "Scanner" => [ "scannerdrake", "$sbindir/scannerdrake", 1, N("Scanner: dummy description") ], + "Scanner" => [ "scannerdrake", "$sbindir/scannerdrake", 1, N("ScannerDrake enable to configure scanners") ], "Security Level" => [ "draksec", "$sbindir/draksec", 1, N("DrakSec enable to shrewdly configure the system Security Level") ], "Security Permissions" => [ "drakperm", "$sbindir/drakperm", 1, N("Security Permissions: dummy description") ], - "Services" => [ "drakxservices", "$sbindir/drakxservices", 1, N("Services: dummy description") ], + "Services" => [ "drakxservices", "$sbindir/drakxservices", 1, N("DrakxServices provides an easy way to enabling or disabling system services") ], "Software Sources Manager" => [ "rpmdrake", "$sbindir/edit-urpm-sources.pl", -1, N("The Software Sources Manager enable to configure packages sources") ], - "TV Cards" => [ "drakxtv", "$sbindir/drakxtv", 1, N("TV Cards: dummy description") ], + "TV Cards" => [ "drakxtv", "$sbindir/drakxtv", 1, N("DrakxTV help in configuring tv cards") ], "Users" => [ "userdrake", "$bindir/userdrake", 1, N("Userdrake help in managing system's users") ], "WebDAV mount points" => [ "diskdrake", "$sbindir/diskdrake --dav", 1, N("WebDAV mount points: dummy description") ], }; @@ -240,7 +240,7 @@ my @tree = } (# [ id, wizard file name, icon, description ] [ "DHCP wizard", "dhcp", 'server-mdk', N("The DHCP wizard will help you configuring the DHCP services of your server") ], [ "DNS Client wizard", "client", 'server-mdk', N("The DNS Client wizard will help you in adding a new client in your local DNS") ], - [ "DNS wizard", "dns", 'server-mdk', N("The DNS wizard will help you configuring the DNS services of your server. This configuration will provide a local DNS service for local computers names, with non-local requests forwarded to an outside DNS.") ], + [ "DNS wizard", "dns", 'server-mdk', N("The DNS wizard will help you configuring the DNS services of your server.") ], [ "Firewall wizard", "firewall", 'server-mdk', N("The Firewall wizard will help you configuring your server firewall that will protects your internal network from unauthorized accesses from the Internet") ], #NEW [ "FTP wizard", "ftp", 'ftp-mdk', N("The FTP wizard will help you configuring the FTP Server for your network") ], [ "News wizard", "news", 'news-mdk', N("The News wizard will help you configuring the Internet News services for your network") ], |