#!/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("Mandriva Online"), center => 1 ],
' ',
N("Mandriva Online is a new premium service that Mandriva is proud to offer its customers!"),
' ',
N("Mandriva Online provides a wide range of valuable services for easily updating your Mandriva Linux 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 Mandriva Linux systems with one account."));