summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/corpo-desk-02.pl
blob: 55c211886c5dc6e75185bf1bfedd83eede484fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/perl

$width = 556;
$height = 303;

$y_start = 10;
$border = 10;  #- for leftish text

@text = ([ N("<b>Thank you for choosing the new Mandrakelinux Corporate Desktop!</b>"), center => 1 ],
         ' ',
	N("Corporate Desktop is the new Mandrakelinux Desktop, specifically dedicated to the business world."),
	' ',
	N("All the strengths of Mandrakelinux ... "),
        N("- Mandrakelinux Desktop is the most user-friendly and easy-to-use Linux Desktop"),
	N("- The only Linux Desktop with a task-oriented menu, with a single application per task"),
	N("- Discover the best Open Source applications: OpenOffice to create, edit and manage documents, Mozilla to surf the Internet, Evolution to send and receive e-mails, GnomeMeeting to organize video-conferences and much more!"),
	' ',
	N("... adapted to Businesses"),
       	N("Find out quickly on our website <b>www.mandrakesoft.com</b> our partnerships!"));