diff options
Diffstat (limited to 'perl-install/share/advertising/dis-05.pl')
-rw-r--r-- | perl-install/share/advertising/dis-05.pl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/perl-install/share/advertising/dis-05.pl b/perl-install/share/advertising/dis-05.pl new file mode 100644 index 000000000..c963d5f0e --- /dev/null +++ b/perl-install/share/advertising/dis-05.pl @@ -0,0 +1,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!")); |