summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2004-01-30 17:10:39 +0000
committerDavid Baudens <baudens@mandriva.com>2004-01-30 17:10:39 +0000
commitd1b9bb0f232137b15d929ef23821c66d2a437790 (patch)
treec53a7b8660386fee604f8c21dde3fca21c49dcaf /perl-install/share/advertising
parent1bc8d0df1e9d3f967b60ded6a9ca01e2bf368a38 (diff)
downloaddrakx-backup-do-not-use-d1b9bb0f232137b15d929ef23821c66d2a437790.tar
drakx-backup-do-not-use-d1b9bb0f232137b15d929ef23821c66d2a437790.tar.gz
drakx-backup-do-not-use-d1b9bb0f232137b15d929ef23821c66d2a437790.tar.bz2
drakx-backup-do-not-use-d1b9bb0f232137b15d929ef23821c66d2a437790.tar.xz
drakx-backup-do-not-use-d1b9bb0f232137b15d929ef23821c66d2a437790.zip
Update
Diffstat (limited to 'perl-install/share/advertising')
-rw-r--r--perl-install/share/advertising/dis-06.pl10
-rw-r--r--perl-install/share/advertising/dis-10.pl10
-rw-r--r--perl-install/share/advertising/dwd-01.pl12
-rw-r--r--perl-install/share/advertising/dwd-02.pl16
-rw-r--r--perl-install/share/advertising/dwd-03.pl16
-rw-r--r--perl-install/share/advertising/dwd-04.pl17
-rw-r--r--perl-install/share/advertising/dwd-05.pl19
-rw-r--r--perl-install/share/advertising/dwd-06.pl15
-rw-r--r--perl-install/share/advertising/dwd-07.pl25
-rw-r--r--perl-install/share/advertising/dwd-08.pl16
-rw-r--r--perl-install/share/advertising/dwd-09.pl15
-rw-r--r--perl-install/share/advertising/ppp-01.pl19
-rw-r--r--perl-install/share/advertising/ppp-02.pl15
-rw-r--r--perl-install/share/advertising/ppp-03.pl11
-rw-r--r--perl-install/share/advertising/ppp-04.pl22
-rw-r--r--perl-install/share/advertising/ppp-05.pl21
-rw-r--r--perl-install/share/advertising/ppp-06.pl19
-rw-r--r--perl-install/share/advertising/ppp-07.pl20
-rw-r--r--perl-install/share/advertising/ppp-08.pl15
-rw-r--r--perl-install/share/advertising/ppp-09.pl11
-rw-r--r--perl-install/share/advertising/ppp-10.pl26
-rw-r--r--perl-install/share/advertising/ppp-11.pl15
22 files changed, 227 insertions, 138 deletions
diff --git a/perl-install/share/advertising/dis-06.pl b/perl-install/share/advertising/dis-06.pl
index 5ede5df82..e045a7c38 100644
--- a/perl-install/share/advertising/dis-06.pl
+++ b/perl-install/share/advertising/dis-06.pl
@@ -8,8 +8,8 @@ $y_start = 80;
$title = N("Surf The Internet");
@text = (N("You can also:"),
- N(" * browse the Web"),
- N(" * chat"),
- N(" * organize a video-conference"),
- N(" * create your own Web site"),
- N(" * ..."));
+ N(" - browse the Web"),
+ N(" - chat"),
+ N(" - organize a video-conference"),
+ N(" - create your own Web site"),
+ N(" - ..."));
diff --git a/perl-install/share/advertising/dis-10.pl b/perl-install/share/advertising/dis-10.pl
index ed3d827ca..7fc9a3f0a 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(" - 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/dwd-01.pl b/perl-install/share/advertising/dwd-01.pl
index 46f4253d1..76a2ce890 100644
--- a/perl-install/share/advertising/dwd-01.pl
+++ b/perl-install/share/advertising/dwd-01.pl
@@ -3,11 +3,15 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
$border = 10; #- for leftish text
-@text = ([ N("Congratulations for choosing <b>Mandrake Linux</b>!"), center => 1 ],
+# Use <b>text</b> for bold
+
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = ([ N("<b>Congratulations for choosing Mandrake Linux!</b>"), center => 1 ],
' ',
- N("Mandrake Linux is committed to the Open Source Model and fully respects the <b>General Public License</b>. This new release is the result of collaboration between MandrakeSoft's team of developers and the worldwide community of Mandrake Linux <b>contributors</b>."),
+ N("Mandrake Linux is committed to the Open Source Model and fully respects the General Public License. This new release is the result of collaboration between MandrakeSoft's team of developers and the worldwide community of Mandrake Linux contributors."),
' ',
- [ N("We would like to thank everyone who participated in the development of this latest release."), center => 1 ]);
+ N("We would like to thank everyone who participated in the development of this latest release."));
diff --git a/perl-install/share/advertising/dwd-02.pl b/perl-install/share/advertising/dwd-02.pl
index c3f47fcf6..a8df59911 100644
--- a/perl-install/share/advertising/dwd-02.pl
+++ b/perl-install/share/advertising/dwd-02.pl
@@ -3,9 +3,15 @@
$width = 556;
$height = 303;
-$y_start = 80;
-$border = 10;
+$y_start = 10;
+$border = 10; #- for leftish text
-@text = (N("If you would like to get involved, please subscribe to the \"Cooker\" mailing list by visiting <b>mandrake-linux.com/cooker</b>"),
- ' ',
- N("To learn more about our dynamic community, please visit <b>www.mandrake-linux.com</b>!"));
+# Use <b>text</b> for bold
+
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = ([ N("<b>Join the Mandrake Linux community!</b>"), center => 1 ],
+ ' ',
+ N("If you would like to get involved, please subscribe to the \"Cooker\" mailing list by visiting <b>mandrakelinux.com/cooker</b>"),
+ ' ',
+ N("To learn more about our dynamic community, please visit <b>www.mandrakelinux.com</b>!"));
diff --git a/perl-install/share/advertising/dwd-03.pl b/perl-install/share/advertising/dwd-03.pl
index 2cd6d45ff..b9947438e 100644
--- a/perl-install/share/advertising/dwd-03.pl
+++ b/perl-install/share/advertising/dwd-03.pl
@@ -3,9 +3,15 @@
$width = 556;
$height = 303;
-$y_start = 80;
-$border = 10;
+$y_start = 10;
+$border = 10; #- for leftish text
-@text = (N("Mandrake Linux is an Open Source distribution created with thousands of the choicest applications from the <b>Free Software</b> world. Mandrake Linux is one of the most widely used Linux distributions worldwide!"),
- ' ',
- N("Mandrake Linux includes the famous graphical desktops KDE and GNOME, plus the latest versions of the most popular Open Source applications."));
+# Use <b>text</b> for bold
+
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = ([ N("<b>What is Mandrake Linux?</b>"), center => 1 ],
+ ' ',
+ N("Mandrake Linux is an Open Source distribution created with thousands of the choicest applications from the Free Software world. Mandrake Linux is one of the most widely used Linux distributions worldwide!"),
+ ' ',
+ N("Mandrake Linux includes the famous graphical desktops KDE and GNOME, plus the latest versions of the most popular Open Source applications."));
diff --git a/perl-install/share/advertising/dwd-04.pl b/perl-install/share/advertising/dwd-04.pl
index 94406580a..81650a3c6 100644
--- a/perl-install/share/advertising/dwd-04.pl
+++ b/perl-install/share/advertising/dwd-04.pl
@@ -3,14 +3,17 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = "";
+# Use <b>text</b> for bold
+
+# @text = ([ N("text to display"), center => 1 ],
@text = (N("Mandrake Linux is widely known as the most user-friendly and the easiest to install and to use Linux distribution."),
- '',
+ ' ',
N("Find out about our personal solutions:"),
- N(" * Find out Mandrake Linux on a bootable CD with MandrakeMove"),
- N(" * If you use Linux mostly for Office, Internet and Multimedia tasks, Discovery perfectly meets your needs"),
- N(" * If you appreciate the largest selection of software including powerful development tools, PowerPack is for you"),
- N(" * If you require a full-featured Linux solution customized for small to medium-sized networks, choose PowerPack+"));
+ N(" - Find out Mandrake Linux on a bootable CD with <b>MandrakeMove</b>"),
+ N(" - If you use Linux mostly for Office, Internet and Multimedia tasks, <b>Discovery</b> perfectly meets your needs"),
+ N(" - If you appreciate the largest selection of software including powerful development tools, <b>PowerPack</b> is for you"),
+ N(" - If you require a full-featured Linux solution customized for small to medium-sized networks, choose <b>PowerPack+</b>"));
diff --git a/perl-install/share/advertising/dwd-05.pl b/perl-install/share/advertising/dwd-05.pl
index b50850ca5..067a46f88 100644
--- a/perl-install/share/advertising/dwd-05.pl
+++ b/perl-install/share/advertising/dwd-05.pl
@@ -3,14 +3,17 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = "";
+# Use <b>text</b> for bold
+
+# @text = ([ N("text to display"), center => 1 ],
@text = (N("Find out also our business solutions!"),
- '',
- N("Corporate Server: the ideal solution for entreprises. It is a complete \"all-in-one\" solution that includes everything needed to rapidly deploy world-class Linux server applications"),
- '',
- N("Multi Network Firewall: based on Linux 2.4 \"kernel secure\" to provide multi-VPN as well as multi-DMZ functionalities. It is the perfect high performance security solution."),
- '',
- N("MandrakeClustering: the power and speed of a Linux cluster combined with the stability and easy-of-use of the world-famous Mandrake Linux distribution. A unique blend for incomparable HPC performance."));
+ ' ',
+ N("<b>Corporate Server</b>: the ideal solution for entreprises. It is a complete \"all-in-one\" solution that includes everything needed to rapidly deploy world-class Linux server applications."),
+ ' ',
+ N("<b>Multi Network Firewall</b>: based on Linux 2.4 \"kernel secure\" to provide multi-VPN as well as multi-DMZ functionalities. It is the perfect high performance security solution."),
+ ' ',
+ N("<b>MandrakeClustering</b>: the power and speed of a Linux cluster combined with the stability and easy-of-use of the world-famous Mandrake Linux distribution. A unique blend for incomparable HPC performance."));
diff --git a/perl-install/share/advertising/dwd-06.pl b/perl-install/share/advertising/dwd-06.pl
index 8b7ea5f1d..02ad3ccf5 100644
--- a/perl-install/share/advertising/dwd-06.pl
+++ b/perl-install/share/advertising/dwd-06.pl
@@ -3,12 +3,15 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = "";
+# Use <b>text</b> for bold
-@text = (N("Find all MandrakeSoft products at MandrakeStore - our full service e-commerce platform."),
- '',
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = (N("Find all MandrakeSoft products <b>at MandrakeStore</b> - our full service e-commerce platform."),
+ ' ',
N("Find out also support incidents if you have any problems, from standard to professional support, from 1 to 50 incidents, take the one which meets perfectly your needs!"),
- '',
- N("Stop by today at www.mandrakestore.com"));
+ ' ',
+ N("Stop by today at <b>www.mandrakestore.com</b>"));
diff --git a/perl-install/share/advertising/dwd-07.pl b/perl-install/share/advertising/dwd-07.pl
index ed3d827ca..a7d3db69c 100644
--- a/perl-install/share/advertising/dwd-07.pl
+++ b/perl-install/share/advertising/dwd-07.pl
@@ -3,15 +3,20 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = N("Become a MandrakeClub member!");
+# Use <b>text</b> for bold
-@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"));
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = ([ N("<b>Become a MandrakeClub member!</b>"), center => 1 ],
+ ' ',
+ N("Take advantage of valuable benefits, products and services by joining Mandrake Club, 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 <b>www.mandrakeclub.com</b>"));
diff --git a/perl-install/share/advertising/dwd-08.pl b/perl-install/share/advertising/dwd-08.pl
index b30ba8000..d2bb67265 100644
--- a/perl-install/share/advertising/dwd-08.pl
+++ b/perl-install/share/advertising/dwd-08.pl
@@ -3,12 +3,16 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
+
+# Use <b>text</b> for bold
+
+# @text = ([ N("text to display"), center => 1 ],
-$title = "";
@text = (N("Do you require assistance?"),
- '',
- N("MandrakeExpert is the primary source for technical support."),
- '',
- N("If you have Linux questions, subscribe to MandrakeExpert at www.mandrakeexpert.com"));
+ ' ',
+ N("<b>MandrakeExpert</b> is the primary source for technical support."),
+ ' ',
+ N("If you have Linux questions, subscribe to MandrakeExpert at <b>www.mandrakeexpert.com</b>"));
diff --git a/perl-install/share/advertising/dwd-09.pl b/perl-install/share/advertising/dwd-09.pl
index 04dd99034..af7c3295b 100644
--- a/perl-install/share/advertising/dwd-09.pl
+++ b/perl-install/share/advertising/dwd-09.pl
@@ -3,10 +3,15 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = N("Note");
+# Use <b>text</b> for bold
-@text = (N("This is the Mandrake Linux \"Download version\"."),
- '',
- N("The free download version does not include commercial software, and therefore may not work with certain proprietary network cards and video cards such as NVIDA(r) nForce. To avoid possible compatibiity issues with these devices, we recommend the purchase of one of our retail products that includes commercial drivers and additional software."));
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = ([ N("<b>Note</b>"), center => 1 ],
+ ' ',
+ N("This is the Mandrake Linux \"Download version\"."),
+ ' ',
+ N("The free download version does not include commercial software, and therefore may not work with certain proprietary network cards and video cards such as NVIDA(r) nForce. To avoid possible compatibiity issues with these devices, we recommend the purchase of one of our retail products that includes commercial drivers and additional software."));
diff --git a/perl-install/share/advertising/ppp-01.pl b/perl-install/share/advertising/ppp-01.pl
index 74753ef59..006ffaac9 100644
--- a/perl-install/share/advertising/ppp-01.pl
+++ b/perl-install/share/advertising/ppp-01.pl
@@ -3,12 +3,17 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = N("Congratulations for choosing Mandrake Linux!");
+# Use <b>text</b> for bold
-@text = (N("Welcome to the Open Source world!"),
- '',
- N("Your new Mandrake Linux distribution and its many applications are the result of collaborative efforts between MandrakeSoft developers and Mandrake Linux contributors throughout the world."),
- '',
- N("We would like to thank everyone who participated in the development of this latest release."));
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = ([ N("<b>Congratulations for choosing Mandrake Linux!</b>"), center => 1 ],
+ ' ',
+ N("Welcome to the Open Source world!"),
+ ' ',
+ N("Your new Mandrake Linux distribution and its many applications are the result of collaborative efforts between MandrakeSoft developers and Mandrake Linux contributors throughout the world."),
+ ' ',
+ N("We would like to thank everyone who participated in the development of this latest release."));
diff --git a/perl-install/share/advertising/ppp-02.pl b/perl-install/share/advertising/ppp-02.pl
index 01a97a51c..f5ef4d868 100644
--- a/perl-install/share/advertising/ppp-02.pl
+++ b/perl-install/share/advertising/ppp-02.pl
@@ -3,10 +3,15 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = N("PowerPack+");
+# Use <b>text</b> for bold
-@text = (N("PowerPack+ is a full-featured Linux solution for small to medium-sized networks. PowerPack+ increases the value of the standard PowerPack by adding a comprehensive selection of world-class server applications."),
- '',
- N("It is the only Mandrake Linux product that includes the groupware solution."));
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = ([ N("<b>PowerPack+</b>"), center => 1 ],
+ ' ',
+ N("PowerPack+ is a full-featured Linux solution for small to medium-sized networks. PowerPack+ increases the value of the standard PowerPack by adding a comprehensive selection of world-class server applications."),
+ ' ',
+ N("It is the only Mandrake Linux product that includes the groupware solution."));
diff --git a/perl-install/share/advertising/ppp-03.pl b/perl-install/share/advertising/ppp-03.pl
index 5b52c5055..833a61909 100644
--- a/perl-install/share/advertising/ppp-03.pl
+++ b/perl-install/share/advertising/ppp-03.pl
@@ -3,8 +3,13 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = N("Choose your graphical Desktop environment!");
+# Use <b>text</b> for bold
-@text = (N("When you log into your Mandrake Linux system for the first time, you can choose between several popular graphical desktops environments, including: KDE, GNOME, WindowMaker, IceWM, and others."));
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = ([ N("<b>Choose your graphical Desktop environment!</b>"), center => 1 ],
+ ' ',
+ N("When you log into your Mandrake Linux system for the first time, you can choose between several popular graphical desktops environments, including: KDE, GNOME, WindowMaker, IceWM, and others."));
diff --git a/perl-install/share/advertising/ppp-04.pl b/perl-install/share/advertising/ppp-04.pl
index 9b16bb191..25858cc94 100644
--- a/perl-install/share/advertising/ppp-04.pl
+++ b/perl-install/share/advertising/ppp-04.pl
@@ -3,15 +3,19 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = "";
+# Use <b>text</b> for bold
+
+# @text = ([ N("text to display"), center => 1 ],
@text = (N("In the Mandrake Linux menu you will find easy-to-use applications for all tasks:"),
- N(" * Create, edit and share office documents with OpenOffice.org"),
- N(" * Take charge of your personal data with the integrated personal information suites: Kontact and Evolution"),
- N(" * Browse the Web with Mozilla and Konqueror"),
- N(" * Participate in online chat with Kopete"),
- N(" * Listen to audio CDs and music files with KsCD and Totem"),
- N(" * Edit images and photos with The Gimp"),
- N(" * Plus much more"));
+ ' ',
+ N(" - Create, edit and share office documents with <b>OpenOffice.org</b>"),
+ N(" - Take charge of your personal data with the integrated personal information suites: <b>Kontact</b> and <b>Evolution</b>"),
+ N(" - Browse the Web with <b>Mozilla and Konqueror</b>"),
+ N(" - Participate in online chat with <b>Kopete</b>"),
+ N(" - Listen to audio CDs and music files with KsCD and <b>Totem</b>"),
+ N(" - Edit images and photos with <b>The Gimp</b>"),
+ N(" - Plus much more"));
diff --git a/perl-install/share/advertising/ppp-05.pl b/perl-install/share/advertising/ppp-05.pl
index 00906bb3f..a16114aa9 100644
--- a/perl-install/share/advertising/ppp-05.pl
+++ b/perl-install/share/advertising/ppp-05.pl
@@ -3,13 +3,18 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = "";
+# Use <b>text</b> for bold
-@text = (N("Kdevelop: a full featured, easy to use Integrated Development Environment for C++ programming"),
- N("GCC: the GNU Compiler Collection"),
- N("GDB: the GNU Project debugger"),
- N("Emacs: a customizable and real time display editor"),
- N("Xemacs: open source text editor and application development system"),
- N("Vim: advanced text editor with more features than standard Vi"));
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = (N("PowerPack+ includes everything needed for developing and creating your own software, including:"),
+ ' ',
+ N(" - <b>Kdevelop</b>: a full featured, easy to use Integrated Development Environment for C++ programming"),
+ N(" - <b>GCC</b>: the GNU Compiler Collection"),
+ N(" - <b>GDB</b>: the GNU Project debugger"),
+ N(" - <b>Emacs</b>: a customizable and real time display editor"),
+ N(" - <b>Xemacs</b>: open source text editor and application development system"),
+ N(" - <b>Vim</b>: advanced text editor with more features than standard Vi"));
diff --git a/perl-install/share/advertising/ppp-06.pl b/perl-install/share/advertising/ppp-06.pl
index 2cf23df73..ea01c9245 100644
--- a/perl-install/share/advertising/ppp-06.pl
+++ b/perl-install/share/advertising/ppp-06.pl
@@ -3,12 +3,17 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = N("Discover the full-featured groupware solution!");
+# Use <b>text</b> for bold
-@text = (N("It includes both server and client features for:"),
- N(" * Sending and receiving emails"),
- N(" * Calendar, Task List, Memos, Contacts, Meeting Request (sending and receiving), Task Requests (sending and receiving)"),
- N(" * Address Book (server and client)"),
- N(" * Plus much more"));
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = ([ N("<b>Discover the full-featured groupware solution!</b>"), center => 1 ],
+ ' ',
+ N("It includes both server and client features for:"),
+ N(" - Sending and receiving emails"),
+ N(" - Calendar, Task List, Memos, Contacts, Meeting Request (sending and receiving), Task Requests (sending and receiving)"),
+ N(" - Address Book (server and client)"),
+ N(" - Plus much more"));
diff --git a/perl-install/share/advertising/ppp-07.pl b/perl-install/share/advertising/ppp-07.pl
index c9f7a0e74..c99ccd29b 100644
--- a/perl-install/share/advertising/ppp-07.pl
+++ b/perl-install/share/advertising/ppp-07.pl
@@ -3,14 +3,18 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = "";
+# Use <b>text</b> for bold
+
+# @text = ([ N("text to display"), center => 1 ],
@text = (N("Empower your business network with premier server solutions including:"),
- 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(" * And others"));
+ ' ',
+ 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(" - And others"));
diff --git a/perl-install/share/advertising/ppp-08.pl b/perl-install/share/advertising/ppp-08.pl
index 5a7226414..9ad45745c 100644
--- a/perl-install/share/advertising/ppp-08.pl
+++ b/perl-install/share/advertising/ppp-08.pl
@@ -3,10 +3,15 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = N("Mandrake Control Center");
+# Use <b>text</b> for bold
-@text = (N("The Mandrake Control Center is an essential collection of Mandrake-specific utilities for simplifying the configuration of your computer."),
- '',
- N("You will immediately appreciate this collection of handy utilities for easily configuring hardware devices, defining mount points, setting up Network and Internet, adjusting the security level of your computer, and just about everything related to the system."));
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = ([ N("<b>Mandrake Control Center</b>"), center => 1 ],
+ ' ',
+ N("The Mandrake Control Center is an essential collection of Mandrake-specific utilities for simplifying the configuration of your computer."),
+ ' ',
+ N("You will immediately appreciate this collection of handy utilities for easily configuring hardware devices, defining mount points, setting up Network and Internet, adjusting the security level of your computer, and just about everything related to the system."));
diff --git a/perl-install/share/advertising/ppp-09.pl b/perl-install/share/advertising/ppp-09.pl
index 6188003ad..0d897b9f0 100644
--- a/perl-install/share/advertising/ppp-09.pl
+++ b/perl-install/share/advertising/ppp-09.pl
@@ -3,10 +3,13 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = "";
+# Use <b>text</b> for bold
+
+# @text = ([ N("text to display"), center => 1 ],
@text = (N("Find all MandrakeSoft products and services at MandrakeStore -- our full service e-commerce platform."),
- '',
- N("Stop by today at www.mandrakestore.com"));
+ ' ',
+ N("Stop by today at <b>www.mandrakestore.com</b>"));
diff --git a/perl-install/share/advertising/ppp-10.pl b/perl-install/share/advertising/ppp-10.pl
index ed3d827ca..1fc66b483 100644
--- a/perl-install/share/advertising/ppp-10.pl
+++ b/perl-install/share/advertising/ppp-10.pl
@@ -3,15 +3,21 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = N("Become a MandrakeClub member!");
+# Use <b>text</b> for bold
-@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"));
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = (N("Become a <b>MandrakeClub</b> 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("For more information, please visit <b>www.mandrakeclub.com</b>"));
diff --git a/perl-install/share/advertising/ppp-11.pl b/perl-install/share/advertising/ppp-11.pl
index b30ba8000..af966ab17 100644
--- a/perl-install/share/advertising/ppp-11.pl
+++ b/perl-install/share/advertising/ppp-11.pl
@@ -3,12 +3,15 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = "";
+# Use <b>text</b> for bold
+
+# @text = ([ N("text to display"), center => 1 ],
@text = (N("Do you require assistance?"),
- '',
- N("MandrakeExpert is the primary source for technical support."),
- '',
- N("If you have Linux questions, subscribe to MandrakeExpert at www.mandrakeexpert.com"));
+ ' ',
+ N("MandrakeExpert is the primary source for technical support."),
+ ' ',
+ N("If you have Linux questions, subscribe to MandrakeExpert at <b>www.mandrakeexpert.com</b>"));