summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/29.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/advertising/29.pl')
-rw-r--r--perl-install/share/advertising/29.pl21
1 files changed, 21 insertions, 0 deletions
diff --git a/perl-install/share/advertising/29.pl b/perl-install/share/advertising/29.pl
new file mode 100644
index 000000000..719c82338
--- /dev/null
+++ b/perl-install/share/advertising/29.pl
@@ -0,0 +1,21 @@
+#!/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>Mandrakeonline</b>"), center => 1 ],
+ ' ',
+ N("<b>Mandrakeonline</b> is a new premium service that Mandrakesoft is proud to offer its customers!"),
+ ' ',
+ N("Mandrakeonline provides a wide range of valuable services for <b>easily updating</b> your Mandrakelinux systems:"),
+ N(" * <b>Perfect</b> system security (automated software updates)."),
+ N(" * <b>Notification</b> of updates (by e-mail or by an applet on the desktop)."),
+ N(" * Flexible <b>scheduled</b> updates."),
+ N(" * Management of <b>all your Mandrakelinux systems</b> with one account.")); \ No newline at end of file