summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-09-05 15:15:37 +0000
committerThierry Vignaud <tv@mandriva.org>2007-09-05 15:15:37 +0000
commit459dd6b43898e52a366429761d7c59c89678ac7b (patch)
treedfba5b3359f3aef55045a6cf300e2a7f5e113447
parent297f4b56bb0bacd901f56003de46e140859a3452 (diff)
downloadcontrol-center-459dd6b43898e52a366429761d7c59c89678ac7b.tar
control-center-459dd6b43898e52a366429761d7c59c89678ac7b.tar.gz
control-center-459dd6b43898e52a366429761d7c59c89678ac7b.tar.bz2
control-center-459dd6b43898e52a366429761d7c59c89678ac7b.tar.xz
control-center-459dd6b43898e52a366429761d7c59c89678ac7b.zip
adjusts descriptions
-rwxr-xr-xcontrol-center104
1 files changed, 51 insertions, 53 deletions
diff --git a/control-center b/control-center
index 8b192414..b78e1646 100755
--- a/control-center
+++ b/control-center
@@ -133,7 +133,7 @@ my %programs =
{
binary => "$sbindir/drak3d",
embedded => 1,
- description => N("3D Desktop effects"),
+ description => N("Configure 3D Desktop effects"),
long_description => N("Configure 3D Desktop effects"),
icon => 'drak3d',
},
@@ -165,7 +165,7 @@ my %programs =
{
binary => "$sbindir/drakboot",
embedded => 1,
- description => N("Autologin"),
+ description => N("Set up autologin to automatically log in"),
long_description => N("Enable autologin and select the user to automatically log in"),
icon => 'autologin-mdk',
},
@@ -186,7 +186,7 @@ my %programs =
{
binary => "$sbindir/drakboot --boot",
embedded => 1,
- description => N("Boot loader"),
+ description => N("Set up boot system"),
long_description => N("Set up how the system boots"),
icon => 'drakboot-mdk',
},
@@ -196,7 +196,7 @@ my %programs =
{
binary => "$sbindir/drakboot --splash",
embedded => 1,
- description => N("Boot theme"),
+ description => N("Set up boot graphical theme of system"),
long_description => N("Select the graphical theme of the system while booting"),
icon => 'boot-theme-mdk',
},
@@ -216,7 +216,7 @@ my %programs =
{
binary => "$sbindir/drakgw",
embedded => 1,
- description => N("Internet connection sharing"),
+ description => N("Share the Internet connection with other local machines"),
long_description => N("Share the Internet connection with other local machines"),
icon => 'drakgw-mdk',
},
@@ -226,7 +226,7 @@ my %programs =
{
binary => "$sbindir/drakconnect --wizard",
embedded => 1,
- description => N("New connection"),
+ description => N("Set up a new network interface (LAN, ISDN, ADSL, ...)"),
long_description => N("Set up a new network interface (LAN, ISDN, ADSL, ...)"),
icon => 'new-connection-mdk',
},
@@ -246,8 +246,8 @@ my %programs =
{
binary => "$sbindir/drakconsole",
embedded => 1,
- description => N("Console"),
- long_description => N("Open a console"),
+ description => N("Open a console as administrator"),
+ long_description => N("Open a console as administrator"),
icon => 'console-mdk',
#The Console will help you to solve issues
},
@@ -257,8 +257,8 @@ my %programs =
{
binary => "$sbindir/clock.pl",
embedded => 1,
- description => N("Date and time"),
- long_description => N("Adjust the date and the time"),
+ description => N("Manage date and time"),
+ long_description => N("Manage date and time"),
icon => 'time-mdk',
},
@@ -267,7 +267,7 @@ my %programs =
{
binary => "$sbindir/drakedm",
embedded => 1,
- description => N("Display manager"),
+ description => N("Set up display manager"),
long_description => N("Choose the display manager that enables to select which user to log in"),
icon => 'drakedm-mdk',
},
@@ -277,7 +277,7 @@ my %programs =
{
binary => "$sbindir/drakfax_server",
embedded => 1,
- description => N("Fax"),
+ description => N("Configure a fax server"),
long_description => N("Configure a fax server"),
icon => 'drakfax-mdk',
},
@@ -287,7 +287,7 @@ my %programs =
{
binary => "$sbindir/drakfirewall",
embedded => 1,
- description => N("Firewall"),
+ description => N("Set up your personal firewall"),
long_description => N("Set up a personal firewall in order to protect the computer and the network"),
icon => 'firewall-mdk',
},
@@ -297,7 +297,7 @@ my %programs =
{
binary => "$sbindir/drakfont",
embedded => 1,
- description => N("Fonts"),
+ description => N("Manage, add and remove fonts. Import Windows(TM) fonts"),
long_description => N("Manage, add and remove fonts. Import Windows(TM) fonts"),
icon => 'drakfont-mdk',
},
@@ -307,7 +307,7 @@ my %programs =
{
binary => "$sbindir/XFdrake",
embedded => 1,
- description => N("Graphical server"),
+ description => N("Set up the graphical server"),
long_description => N("Set up the graphical server"),
icon => 'XFdrake-mdk'
},
@@ -317,7 +317,7 @@ my %programs =
{
binary => "$sbindir/diskdrake --hd",
embedded => 1,
- description => N("Partitions"),
+ description => N("Manage disk partitions"),
long_description => N("Create, delete and resize hard disk partitions"),
icon => 'diskdrake_hd',
},
@@ -327,8 +327,8 @@ my %programs =
{
binary => "$sbindir/harddrake2",
embedded => 1,
- description => N("Hardware"),
- long_description => N("Look at and configure the hardware"),
+ description => N("Browse and configure hardware"),
+ long_description => N("Browse and configure hardware"),
icon => 'harddrake-mdk',
application_driven_menu => 1,
},
@@ -348,8 +348,8 @@ my %programs =
{
binary => "$sbindir/rpmdrake",
embedded => 1,
- description => N("Software Media Manager"),
- long_description => N("Software Media Manager"),
+ description => N("Manage softwares"),
+ long_description => N("Install, desinstall softwares"),
icon => 'installremoverpm',
application_driven_menu => 1,
},
@@ -359,7 +359,7 @@ my %programs =
{
binary => "$sbindir/drakinvictus",
embedded => 1,
- description => N("Invictus Firewall"),
+ description => N("Advanced setup for network interfaces and firewall"),
long_description => N("Set up network interfaces failover and firewall replication"),
icon => 'invictus',
},
@@ -369,7 +369,7 @@ my %programs =
{
binary => "$sbindir/keyboarddrake",
embedded => 1,
- description => N("Keyboard"),
+ description => N("Set up the keyboard layout"),
long_description => N("Set up the keyboard layout"),
icon => 'keyboard-mdk',
},
@@ -389,11 +389,7 @@ my %programs =
binary => "$bindir/localedrake",
embedded => 1,
icon => 'localedrake',
- description =>
- #-PO: this message is already translated in drakx domain from which MCC will searchs it:
- N("Language") . " - " .
- #-PO: this message is already translated in drakx domain from which MCC will searchs it:
- N("Country / Region"),
+ description => N("Manage localization for your system"),
long_description => N("Select the language and the country or region of the system"),
},
@@ -402,7 +398,7 @@ my %programs =
{
binary => "$sbindir/logdrake",
embedded => 1,
- description => N("Logs"),
+ description => N("View and search system logs"),
long_description => N("View and search system logs"),
icon => 'logdrake-mdk',
},
@@ -422,8 +418,8 @@ my %programs =
{
binary => "$xbindir/mdkonline",
embedded => 1,
- description => N("Mandriva Online"),
- long_description => N("Upload your configuration in order to keep you informed about security updates and useful upgrades"),
+ description => N("Upload your configuration to get information on upgrades"),
+ long_description => N("Upload your configuration in order to keep you informed about security and useful upgrades"),
icon => 'mdkonline-mdk',
},
@@ -442,7 +438,7 @@ my %programs =
{
binary => "$sbindir/MandrivaUpdate",
embedded => 1,
- description => N("Updates"),
+ description => N("Update your system"),
long_description => N("Look at available updates and apply any fixes or upgrades to installed packages"),
icon => 'MandrivaUpdate',
application_driven_menu => 1,
@@ -483,7 +479,7 @@ my %programs =
{
binary => "$sbindir/mousedrake",
embedded => 1,
- description => N("Mouse"),
+ description => N("Set up the pointer device (mouse, touchpad)"),
long_description => N("Set up the pointer device (mouse, touchpad)"),
icon => 'mousedrake-mdk',
},
@@ -494,7 +490,7 @@ my %programs =
binary => "$sbindir/draknetcenter",
embedded => 1,
description => N("Network Center"),
- long_description => N("Control and configure network connections"),
+ long_description => N("Manage your network devices"),
icon => 'netcenter',
},
@@ -503,7 +499,7 @@ my %programs =
{
binary => "$sbindir/draknetprofile",
embedded => 1,
- description => N("Network Profiles"),
+ description => N("Manage different network profiles"),
long_description => N("Activate and manage network profiles"),
icon => 'draknetprofile',
},
@@ -513,7 +509,7 @@ my %programs =
{
binary => "$sbindir/diskdrake --nfs",
embedded => 1,
- description => N("NFS mount points"),
+ description => N("Use NFS shares"),
long_description => N("Set NFS mount points"),
icon => 'diskdrake_nfs',
},
@@ -523,7 +519,7 @@ my %programs =
{
binary => "$sbindir/draknfs",
embedded => 1,
- description => N("Manage NFS shares"),
+ description => N("Share your datas through NFS"),
long_description => N("Manage NFS shares"),
icon => 'draknfs',
application_driven_menu => 1,
@@ -544,7 +540,7 @@ my %programs =
{
binary => "$sbindir/diskdrake --fileshare",
embedded => 1,
- description => N("Local disk sharing"),
+ description => N("Share your hard disk partitions"),
long_description => N("Set up sharing of your hard disk partitions"),
icon => 'diskdrake_fileshare',
},
@@ -554,7 +550,7 @@ my %programs =
{
binary => "$sbindir/printerdrake",
embedded => 1,
- description => N("Printers"),
+ description => N("Set up the printer(s), the print job queues, ..."),
icon => 'printer-mcc-mdk',
long_description => N("Set up the printer(s), the print job queues, ..."),
application_driven_menu => 1,
@@ -615,8 +611,8 @@ my %programs =
{
binary => "$sbindir/diskdrake --smb",
embedded => 1,
- description => N("Access Windows shares"),
- long_description => N("Configure Windows (Samba) shared drives and directories"),
+ description => N("Share datas with Windows system"),
+ long_description => N("configuration of Windows (Samba) shared drives and directories"),
icon => 'diskdrake_samba',
},
@@ -635,7 +631,7 @@ my %programs =
{
binary => "$sbindir/scannerdrake",
embedded => 1,
- description => N("Scanners"),
+ description => N("Set up scanner"),
long_description => N("Set up scanner"),
icon => 'scanner-mdk',
},
@@ -645,7 +641,7 @@ my %programs =
{
binary => "$sbindir/draksec",
embedded => 1,
- description => N("Level and checks"),
+ description => N("Set up security level and audit"),
long_description => N("Set the system security level and the periodic security audit"),
icon => 'draksec-mdk',
},
@@ -655,8 +651,8 @@ my %programs =
{
binary => "$sbindir/drakperm",
embedded => 1,
- description => N("Permissions"),
- long_description => N("Fine-tune the security permissions of the system"),
+ description => N("Tune permissions on systems"),
+ long_description => N("Fine tune the security permissions of the system"),
icon => 'drakperm-mdk',
},
@@ -665,8 +661,8 @@ my %programs =
{
binary => "$sbindir/drakxservices",
embedded => 1,
- description => N("Services"),
- long_description => N("Enable or disable the system services"),
+ description => N("Manage system services by enabling or disabling them"),
+ long_description => N("Manage system services by enabling or disabling them"),
icon => 'service-mdk',
},
@@ -675,8 +671,8 @@ my %programs =
{
binary => "$sbindir/edit-urpm-sources.pl",
embedded => 1,
- description => N("Media Manager"),
- long_description => N("Select from where software packages are downloaded when updating the system"),
+ description => N("Configure sources media for install and update"),
+ long_description => N("Select from where software packages are downloaded "),
icon => 'source-manager',
},
@@ -685,7 +681,9 @@ my %programs =
{
binary => "$sbindir/drakups --wizard",
embedded => 1,
- description => N("UPS"),
+ description =>
+ #-PO: UPS==Uninterruptible power supply
+ N("Set up a UPS for power monitoring"),
long_description =>
#-PO: here power means electrical power
N("Set up a UPS for power monitoring"),
@@ -698,7 +696,7 @@ my %programs =
# too big
binary => "$bindir/userdrake",
embedded => 1,
- description => N("Users and groups"),
+ description => N("Manage users on system"),
long_description => N("Add, remove or change users of the system"),
icon => 'user-mdk',
application_driven_menu => 1,
@@ -719,8 +717,8 @@ my %programs =
{
binary => "$sbindir/drakvpn",
embedded => 1,
- description => N("VPN configuration"),
- long_description => N("Configure VPN connections"),
+ description => N("Configure VPN connection to securise network access"),
+ long_description => N("Configure VPN connection to securise network access"),
icon => 'drakvpn',
},
@@ -729,7 +727,7 @@ my %programs =
{
binary => "$sbindir/diskdrake --dav",
embedded => 1,
- description => N("WebDAV mount points"),
+ description => N("Use WebDAV shares"),
long_description => N("Set WebDAV mount points"),
icon => 'webdav-mdk',
},