summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/corpo-desk-01.pl
blob: b7b5784b0c170db78a1ccc50be4c1ac69d44df7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 ]);