summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/01-thanks.pl
blob: e2a452d36abea8cdb7b141d4916156fb37baa922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/perl

$width = 400;
$height = 270;
$icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
	 [ _("Thank you for choosing Mandrake Linux 9.1"), 0, 80, 400, 0, 1],
	 [ _("Welcome to the Open Source world."), 0, 110, 400, 0, 0],
	 [ _("The success of MandrakeSoft is based upon the principle of Free Software. Your new operating system is the result of collaborative work of the worldwide Linux Community."), 0, 140, 400, 0, 0],


#	 [ 'text', $x, $y, $area_width, $area_height, $bold ],
	);