#!/usr/bin/perl
$width = 556;
$height = 303;
$y_start = 10;
$border = 10; #- for leftish text
# Use text for bold
# @text = ([ N("text to display"), center => 1 ],
@text = ([ N("Mandrakeonline"), center => 1 ],
' ',
N("Mandrakeonline is a new premium service that Mandrakesoft is proud to offer its customers!"),
' ',
N("Mandrakeonline provides a wide range of valuable services for easily updating your Mandrakelinux systems:"),
N(" * Perfect system security (automated software updates)."),
N(" * Notification of updates (by e-mail or by an applet on the desktop)."),
N(" * Flexible scheduled updates."),
N(" * Management of all your Mandrakelinux systems with one account."));