summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/28.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/advertising/28.pl')
-rw-r--r--perl-install/share/advertising/28.pl22
1 files changed, 22 insertions, 0 deletions
diff --git a/perl-install/share/advertising/28.pl b/perl-install/share/advertising/28.pl
new file mode 100644
index 000000000..f688cd2e7
--- /dev/null
+++ b/perl-install/share/advertising/28.pl
@@ -0,0 +1,22 @@
+#!/usr/bin/perl
+
+$width = 556;
+$height = 303;
+
+$y_start = 10;
+$border = 10; #- for leftish text
+
+# Use <b>text</b> for bold
+
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = ([ N("<b>Mandrakeclub</b>"), center => 1 ],
+ ' ',
+ N("<b>Mandrakeclub</b> is the <b>perfect companion</b> to your Mandrakelinux product.."),
+ ' ',
+ N("Take advantage of <b>valuable benefits</b> by joining Mandrakeclub, such as:"),
+ N(" * <b>Special discounts</b> on products and services of our online store <b>store.mandrakesoft.com</b>."),
+ N(" * Access to <b>commercial applications</b> (for example to NVIDIA® or ATI™ drivers)."),
+ N(" * Participation in Mandrakelinux <b>user forums</b>."),
+ N(" * <b>Early and privileged access</b>, before public release, to Mandrakelinux <b>ISO images</b>."),
+ N(" * And many more.")); \ No newline at end of file