#!/usr/bin/perl

$width = 556;
$height = 303;
$icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
	 [ N("Thank you for using PLF Linux 10.0"), 0, 203, 400, 0, 1],
	 [ N("Penguin Liberation Front include packages that cannot be included into the Mandrake distribution for legal reasons (copyright/license/patent)."), 0, 230, 400, 0, 0],


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

