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

$width = 556;
$height = 303;

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

@text = ([ N("<b>Corporate Desktop, </b>"), center => 1 ],
	[ N("The new Mandrakelinux Desktop, specifically dedicated to the business world"), center => 1 ],
	' ',
	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!"));