summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center34
1 files changed, 17 insertions, 17 deletions
diff --git a/control-center b/control-center
index f92b7b87..de976f93 100755
--- a/control-center
+++ b/control-center
@@ -98,41 +98,41 @@ $::isRpmDrake = -e "/usr/sbin/rpmdrake";
# { key => [ log_exp, [ binary, win_nb ], gtkplug?, description ] }
my $exec_hash =
{
- "Auto Install" => [ "drakautoinst", "$sbindir/drakautoinst", 1, N("DrakAutoInst enable to configure an Auto Install floppy") ],
+ "Auto Install" => [ "drakautoinst", "$sbindir/drakautoinst", 1, N("DrakAutoInst enables 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") ],
+ "Boot Disk" => [ "drakfloppy", "$sbindir/drakfloppy", 1, N("Drakfloppy enables to build a customized Boot Disk") ],
+ "Connection Sharing" => [ "drakgw", "$sbindir/drakgw", 1, N("DrakGw enables 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 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("DrakFont enable to install and remove fonts") ],
+ "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("DrakFont enables 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") ],
+ "Hard Drives" => [ "diskdrake", "$sbindir/diskdrake --hd", 1, N("DiskDrake enables to alter hard disks partitionning scheme and to resize partitions") ],
+ "Hardware List" => [ "harddrake", "$sbindir/harddrake2", 1, N("Harddrake enables to list and configure the hardware") ],
+ "Install Software" => [ "rpmdrake", "$sbindir/rpmdrake", -1, N("Install Software: RpmDrake enables to install software packages") ],
"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") ],
+ "Logs" => [ "logdrake", "$sbindir/logdrake", 1, N("Logdrake enables 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("MenuDrake enable to manage menus"), "$bindir/menudrake" ],
+ "Menus" => [ "menudrake", "$sbindir/menus_launcher.pl", 1, N("MenuDrake enables 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") ],
+ "Mouse" => [ "mousedrake", "$sbindir/mousedrake", 1, N("MouseDrake enables 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") ],
+ "Partition Sharing" => [ "diskdrake", "$sbindir/diskdrake --fileshare", 1, N("Partition Sharing enables 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("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") ],
+ "Programs scheduling" => [ "drakcronat", "/usr/X11R6/bin/drakcronat", 1, N("DrakCronAt enables to schedule Programs execution through crond and atd daemons") ],
"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") ],
+ "Remove Software" => [ "rpmdrake", "$sbindir/rpmdrake-remove", -1, N("Remove Software: RpmDrake enables to remove software packages") ],
"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("ScannerDrake enable to configure scanners") ],
- "Security Level" => [ "draksec", "$sbindir/draksec", 1, N("DrakSec enable to shrewdly configure the system Security Level") ],
+ "Scanner" => [ "scannerdrake", "$sbindir/scannerdrake", 1, N("ScannerDrake enables to configure scanners") ],
+ "Security Level" => [ "draksec", "$sbindir/draksec", 1, N("DrakSec enables to shrewdly configure the system Security Level") ],
"Security Permissions" => [ "drakperm", "$sbindir/drakperm", 1, N("Security Permissions: 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") ],
+ "Software Sources Manager" => [ "rpmdrake", "$sbindir/edit-urpm-sources.pl", -1, N("The Software Sources Manager enables to configure packages sources") ],
"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") ],