diff options
Diffstat (limited to 'perl-install/share/advertising/29.pl')
-rw-r--r-- | perl-install/share/advertising/29.pl | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/perl-install/share/advertising/29.pl b/perl-install/share/advertising/29.pl deleted file mode 100644 index 82db30101..000000000 --- a/perl-install/share/advertising/29.pl +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Mandriva Online</b>"), center => 1 ], - ' ', - N("<b>Mandriva Online</b> is a new premium service that Mandriva is proud to offer its customers!"), - ' ', - N("Mandriva Online provides a wide range of valuable services for <b>easily updating</b> your Mandriva Linux systems:"), - N(" * <b>Perfect</b> system security (automated software updates)."), - N(" * <b>Notification</b> of updates (by e-mail or by an applet on the desktop)."), - N(" * Flexible <b>scheduled</b> updates."), - N(" * Management of <b>all your Mandriva Linux systems</b> with one account.")); |