diff options
author | David Baudens <baudens@mandriva.com> | 2004-02-12 10:42:17 +0000 |
---|---|---|
committer | David Baudens <baudens@mandriva.com> | 2004-02-12 10:42:17 +0000 |
commit | 4616ede845b177322dab0c1455983d90e88ab770 (patch) | |
tree | e5ce30af251fafd5ac58aced94ec5fb374ac55f9 /perl-install/share/advertising/ppp-07.pl | |
parent | 85b19a04cd2cd0fde76a3ed1492b2a1f80cedf5e (diff) | |
download | drakx-4616ede845b177322dab0c1455983d90e88ab770.tar drakx-4616ede845b177322dab0c1455983d90e88ab770.tar.gz drakx-4616ede845b177322dab0c1455983d90e88ab770.tar.bz2 drakx-4616ede845b177322dab0c1455983d90e88ab770.tar.xz drakx-4616ede845b177322dab0c1455983d90e88ab770.zip |
Final versions for MDK 10.0
Diffstat (limited to 'perl-install/share/advertising/ppp-07.pl')
-rw-r--r-- | perl-install/share/advertising/ppp-07.pl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/perl-install/share/advertising/ppp-07.pl b/perl-install/share/advertising/ppp-07.pl index 314af75ad..fedc573de 100644 --- a/perl-install/share/advertising/ppp-07.pl +++ b/perl-install/share/advertising/ppp-07.pl @@ -10,11 +10,11 @@ $border = 10; #- for leftish text # @text = ([ N("text to display"), center => 1 ], -@text = (N("Empower your business network with premier server solutions including:"), +@text = ([ N("Empower your business network with <b>premier server solutions</b> including:"), center => 1 ], ' ', - N(" - Samba: File and print services for MS-Windows clients"), - N(" - Apache: The most widely used Web server"), - N(" - MySQL: The world's most popular Open Source database"), - N(" - CVS: Concurrent Versions System, the dominant open-source network-transparent version control system"), - N(" - ProFTPD: the highly configurable GPL-licensed FTP server software"), + N(" - <b>Samba</b>: File and print services for MS-Windows clients"), + N(" - <b>Apache</b>: The most widely used Web server"), + N(" - <b>MySQL</b>: The world's most popular Open Source database"), + N(" - <b>CVS</b>: Concurrent Versions System, the dominant open-source network-transparent version control system"), + N(" - <b>ProFTPD</b>: the highly configurable GPL-licensed FTP server software"), N(" - And others")); |