blob: c963d5f0e94efae5e6019c12e38f7bddb9441160 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/perl
$width = 556;
$height = 303;
$y_start = 80;
$title = N("Surf The Internet");
@text = (N("Discover the new integrated personal information suite KDE Kontact."),
'',
N("More than just a full-featured email client, Kontact also includes an address book, a calendar and scheduling program, plus a tool for taking notes!"));
|