summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/corpo-desk-01.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/advertising/corpo-desk-01.pl')
-rw-r--r--perl-install/share/advertising/corpo-desk-01.pl14
1 files changed, 14 insertions, 0 deletions
diff --git a/perl-install/share/advertising/corpo-desk-01.pl b/perl-install/share/advertising/corpo-desk-01.pl
new file mode 100644
index 000000000..b7b5784b0
--- /dev/null
+++ b/perl-install/share/advertising/corpo-desk-01.pl
@@ -0,0 +1,14 @@
+#!/usr/bin/perl
+
+$width = 556;
+$height = 303;
+
+$y_start = 10;
+$border = 10; #- for leftish text
+
+@text = ([ N("<b>Thank you for choosing Mandrakelinux!</b>"), center => 1 ],
+ ' ',
+ N("Mandrakesoft offers businesses a set of GNU Linux, Open-Source software and related services. It provides user-friendly and highly competitive technologies at a very attractive total cost of ownership."),
+ N("Whether you seek a product flexible enough to be adapted to your requirements or need high value added services, you'll find answers in our Business product line."),
+ ' ',
+ [ N("For any questions, contact us at <b>sales\@mandrakesoft.com</b>"), center => 1 ]);