#!/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("Mandrakelinux Control Center"), center => 1 ],
' ',
N("The Mandrakelinux Control Center is an essential collection of Mandrakelinux-specific utilities designed to simplify the configuration of your computer."),
' ',
N("You will immediately appreciate this collection of more than 60 handy utilities for easily configuring your system: hardware devices, mount points, network and Internet, security level of your computer, etc."));