#!/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("Kontact"), center => 1 ],
' ',
N("Discovery includes Kontact, the new KDE groupware solution."),
' ',
N("More than just a full-featured e-mail client, Kontact also includes an address book, a calendar, plus a tool for taking notes!"),
' ',
N("It is the easiest way to communicate with your contacts and to organize your time."));