diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-02 14:29:14 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-02 14:29:14 +0000 |
commit | a49ba352c285875645523dc41839f4cdd92d0bee (patch) | |
tree | feb086dcc6a5e90cd0383ebec4a345a57af9ab15 /perl-install/share | |
parent | 85dc3cb6eda909446a73a03995b191fbe9f90501 (diff) | |
download | drakx-a49ba352c285875645523dc41839f4cdd92d0bee.tar drakx-a49ba352c285875645523dc41839f4cdd92d0bee.tar.gz drakx-a49ba352c285875645523dc41839f4cdd92d0bee.tar.bz2 drakx-a49ba352c285875645523dc41839f4cdd92d0bee.tar.xz drakx-a49ba352c285875645523dc41839f4cdd92d0bee.zip |
unified phrases that are the same, to ease translating
Diffstat (limited to 'perl-install/share')
-rw-r--r-- | perl-install/share/advertising/dis-10.pl | 14 | ||||
-rw-r--r-- | perl-install/share/advertising/pwp-09.pl | 10 |
2 files changed, 12 insertions, 12 deletions
diff --git a/perl-install/share/advertising/dis-10.pl b/perl-install/share/advertising/dis-10.pl index 7fc9a3f0a..0d5a43aac 100644 --- a/perl-install/share/advertising/dis-10.pl +++ b/perl-install/share/advertising/dis-10.pl @@ -8,10 +8,10 @@ $y_start = 80; $title = N("Become a MandrakeClub member!"); @text = (N("Take advantage of valuable benefits, products and services by joining MandrakeClub, such as:"), - N(" - Full access to commercial applications"), - N(" - Special download mirror list exclusively for MandrakeClub Members"), - N(" - Voting for software to put in Mandrake Linux"), - N(" - Special discounts for products and services at MandrakeStore"), - N(" - Plus much more"), - '', - N("For more information, please visit www.mandrakeclub.com")); + N(" - Full access to commercial applications"), + N(" - Special download mirror list exclusively for MandrakeClub Members"), + N(" - Voting for software to put in Mandrake Linux"), + N(" - Special discounts for products and services at MandrakeStore"), + N(" - Plus much more"), + '', + N("For more information, please visit www.mandrakeclub.com")); diff --git a/perl-install/share/advertising/pwp-09.pl b/perl-install/share/advertising/pwp-09.pl index 1f31a6b69..adc2ee769 100644 --- a/perl-install/share/advertising/pwp-09.pl +++ b/perl-install/share/advertising/pwp-09.pl @@ -10,10 +10,10 @@ $title = ""; @text = (N("Become a MandrakeClub member!"), '', N("Take advantage of valuable benefits, products and services by joining MandrakeClub, such as:"), - N(" * Full access to commercial applications"), - N(" * Special download mirror list exclusively for MandrakeClub Members"), - N(" * Voting for software to put in Mandrake Linux"), - N(" * Special discounts for products and services at MandrakeStore"), - N(" * Plus much more"), + N(" - Full access to commercial applications"), + N(" - Special download mirror list exclusively for MandrakeClub Members"), + N(" - Voting for software to put in Mandrake Linux"), + N(" - Special discounts for products and services at MandrakeStore"), + N(" - Plus much more"), '', N("For more information, please visit www.mandrakeclub.com")); |