#!/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("What is Mandrakelinux?"), center => 1 ],
' ',
N("Welcome to Mandrakelinux!"),
' ',
N("Mandrakelinux is a Linux distribution that comprises the core of the system, called the operating system (based on the Linux kernel) together with a lot of applications meeting every need you could even think of."),
' ',
N("Mandrakelinux is the most user-friendly Linux distribution today. It is also one of the most widely used Linux distributions worldwide!"));