diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-24 23:58:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-24 23:58:11 +0000 |
commit | ba21245aa98174f6650858d9b4b85ee216954257 (patch) | |
tree | e6390c79adc432f2f8a7f3fa9efadc40207acfa8 | |
parent | c5b20ea8854f60316a34777a20648aad2ece347c (diff) | |
download | control-center-ba21245aa98174f6650858d9b4b85ee216954257.tar control-center-ba21245aa98174f6650858d9b4b85ee216954257.tar.gz control-center-ba21245aa98174f6650858d9b4b85ee216954257.tar.bz2 control-center-ba21245aa98174f6650858d9b4b85ee216954257.tar.xz control-center-ba21245aa98174f6650858d9b4b85ee216954257.zip |
add notes for translators about need to keep short
-rwxr-xr-x | control-center | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/control-center b/control-center index ba0ece03..12ccc6b7 100755 --- a/control-center +++ b/control-center @@ -141,6 +141,7 @@ sub wizard_format { my @tree = ( if_($isRpmDrake || $isParkRpmDrake, [ + #-PO: please keep the following message very short: it must fit in the left list of MCC!!! N("Software Management"), 'software', 'software-management', [ if_($isRpmDrake, @@ -167,6 +168,7 @@ my @tree = ( if_(0, [ N("Server wizards"), 'wizard-mdk' ]), [ + #-PO: please keep the following message very short: it must fit in the left list of MCC!!! N("Sharing"), 'file-sharing-mdk', 'wiz-client', [ { @@ -195,6 +197,7 @@ my @tree = ( ] ], [ + #-PO: please keep the following message very short: it must fit in the left list of MCC!!! N("Network Services"), 'network-services-mdk', 'mcc-network', [ { @@ -224,6 +227,7 @@ my @tree = ( ], [ + #-PO: please keep the following message very short: it must fit in the left list of MCC!!! N("Authentication"), 'drakauth-mdk', '', [ { @@ -245,6 +249,7 @@ my @tree = ( ], [ + #-PO: please keep the following message very short: it must fit in the left list of MCC!!! N("Groupware"), 'groupware-mdk', '', [ { @@ -269,6 +274,7 @@ my @tree = ( if_($isWebAdmin || $isRfbDrake, [ + #-PO: please keep the following message very short: it must fit in the left list of MCC!!! N("Online Administration"), 'online-administration-mdk', '', [ { @@ -305,6 +311,7 @@ my @tree = ( ]), [ + #-PO: please keep the following message very short: it must fit in the left list of MCC!!! N("Hardware"), 'drakhard-mdk', 'mcc-hardware', [ { @@ -346,6 +353,7 @@ my @tree = ( ], [ + #-PO: please keep the following message very short: it must fit in the left list of MCC!!! N("Network & Internet"), 'net-mdk', 'mcc-network', [ { @@ -380,6 +388,7 @@ my @tree = ( ], [ + #-PO: please keep the following message very short: it must fit in the left list of MCC!!! N("System"), 'system-mdk', 'mcc-system', [ { @@ -415,6 +424,7 @@ my @tree = ( ], [ + #-PO: please keep the following message very short: it must fit in the left list of MCC!!! N("Network Sharing"), 'network-sharing-mdk', '', [ { @@ -441,6 +451,7 @@ my @tree = ( ], [ + #-PO: please keep the following message very short: it must fit in the left list of MCC!!! N("Local disks"), 'partition-mdk', 'mcc-localdisks', [ { @@ -488,6 +499,7 @@ my @tree = ( ], [ + #-PO: please keep the following message very short: it must fit in the left list of MCC!!! N("Security"), 'security-mdk', 'mcc-security', [ { @@ -504,6 +516,7 @@ my @tree = ( ], [ + #-PO: please keep the following message very short: it must fit in the left list of MCC!!! N("Boot"), 'drakboot-mdk', 'mcc-boot', [ { |