From 2df68414f4c061b051a5cfe4963c108544fc2cf8 Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 19 Feb 2002 14:09:13 +0000 Subject: added advertising for translation --- perl-install/share/advertising/08-games.pl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 perl-install/share/advertising/08-games.pl (limited to 'perl-install/share/advertising/08-games.pl') diff --git a/perl-install/share/advertising/08-games.pl b/perl-install/share/advertising/08-games.pl new file mode 100644 index 000000000..3a7a5d14b --- /dev/null +++ b/perl-install/share/advertising/08-games.pl @@ -0,0 +1,12 @@ +#!/usr/bin/perl + +$width = 400; +$height = 270; +$icon = 1; +$icon_dx = 51; +$icon_dy = 41; +@data = ( + [ _("Games"), 0, 0, 400, 20, 1], + [ _("Mandrake Linux 8.2 provides the best in Open Source games - arcade, action, strategy, ..."), 0, 20, 400, 40, 0], +# [ 'text', $x, $y, $area_width, $area_height ], + ); -- cgit v1.2.1