diff options
Diffstat (limited to 'perl-install/share/advertising/dis-07.pl')
-rw-r--r-- | perl-install/share/advertising/dis-07.pl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/perl-install/share/advertising/dis-07.pl b/perl-install/share/advertising/dis-07.pl new file mode 100644 index 000000000..ccc55aa2b --- /dev/null +++ b/perl-install/share/advertising/dis-07.pl @@ -0,0 +1,14 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 80; + +$title = N("Multimedia: Software for every need!"); + +@text = (N("Listen to audio CDs with KsCD."), + '', + N("Listen to music files and watch videos with Totem."), + '', + N("View and edit images and photos with GQview and the Gimp!")); |