From 252887bbb4a9bdc2e5ecbb6e5aa760b387abe85d Mon Sep 17 00:00:00 2001 From: David Baudens Date: Fri, 30 Aug 2002 10:43:01 +0000 Subject: Temporary new texts. Need to be checked and fixed --- perl-install/share/advertising/11-mdkstore.pl | 12 ++++++++++++ perl-install/share/advertising/12-mdkstore.pl | 13 +++++++++++++ perl-install/share/advertising/13-mdkcampus.pl | 14 ++++++++++++++ perl-install/share/advertising/14-mdkexpert.pl | 14 ++++++++++++++ perl-install/share/advertising/15-mdkexpert-corporate.pl | 14 ++++++++++++++ 5 files changed, 67 insertions(+) create mode 100644 perl-install/share/advertising/11-mdkstore.pl create mode 100644 perl-install/share/advertising/12-mdkstore.pl create mode 100644 perl-install/share/advertising/13-mdkcampus.pl create mode 100644 perl-install/share/advertising/14-mdkexpert.pl create mode 100644 perl-install/share/advertising/15-mdkexpert-corporate.pl (limited to 'perl-install') diff --git a/perl-install/share/advertising/11-mdkstore.pl b/perl-install/share/advertising/11-mdkstore.pl new file mode 100644 index 000000000..2fa723bee --- /dev/null +++ b/perl-install/share/advertising/11-mdkstore.pl @@ -0,0 +1,12 @@ +#!/usr/bin/perl + +$width = 400; +$height = 270; +$icon = 0; +$icon_dx = 0; +$icon_dy = 0; +@data = ( + [ _("The official MandrakeSoft store"), 0, 0, 400, 20, 1], + [ _("Our full range of Linux solutions, as well as special offers on products and 'goodies', are available online at our e-store."), 0, 20, 400, 50 ], +# [ 'text', $x, $y, $area_width, $area_height ], + ); diff --git a/perl-install/share/advertising/12-mdkstore.pl b/perl-install/share/advertising/12-mdkstore.pl new file mode 100644 index 000000000..1cc1096f9 --- /dev/null +++ b/perl-install/share/advertising/12-mdkstore.pl @@ -0,0 +1,13 @@ +#!/usr/bin/perl + +$width = 400; +$height = 270; +$icon = 0; +$icon_dx = 0; +$icon_dy = 0; +@data = ( + [ _("Strategic partners"), 0, 0, 400, 20, 1], + [ _("MandrakeSoft works alongside a selection of companies offering professional solutions compatible with Mandrake Linux. A list of these partners is available on the MandrakeStore."), 0, 20, 400, 50, 0 ], + [ _("www.mandrakestore.com/license"), 0, 0, 400, 80, 0 ], +# [ 'text', $x, $y, $area_width, $area_height ], + ); diff --git a/perl-install/share/advertising/13-mdkcampus.pl b/perl-install/share/advertising/13-mdkcampus.pl new file mode 100644 index 000000000..1f4da95a8 --- /dev/null +++ b/perl-install/share/advertising/13-mdkcampus.pl @@ -0,0 +1,14 @@ +#!/usr/bin/perl + +$width = 400; +$height = 270; +$icon = 0; +$icon_dx = 0; +$icon_dy = 0; +@data = ( + [ _("Discover MandrakeSoft's training catalogue Linux-Campus"), 0, 0, 400, 20, 1 ], + [ _("The training program has been create to respond to the needs of both users and experts (Network and System administrations)"), 0, 20, 400, 50, 0 ], + [ _("Certify yourself on Linux."), 0, 20, 400, 70, 0 ], + [ _("Whether you choose to teach yourself online or via our netwirk of training partners, the Linux-Campus catalogue prepares you for the acknowledged LPI certification program (worldwide professional technical certification)."), 0." +# [ 'text', $x, $y, $area_width, $area_height ], + ); diff --git a/perl-install/share/advertising/14-mdkexpert.pl b/perl-install/share/advertising/14-mdkexpert.pl new file mode 100644 index 000000000..b4edc1539 --- /dev/null +++ b/perl-install/share/advertising/14-mdkexpert.pl @@ -0,0 +1,14 @@ +#!/usr/bin/perl + +$width = 400; +$height = 270; +$icon = 0; +$icon_dx = 0; +$icon_dy = 0; +@data = ( + [ _("Become a MandrakeExpert"), 0, 0, 400, 20, 1], + [ _("Find the solutions of your problems via MandrakeSoft's online support platform."), 0, 20, 400, 60 ], + [ _("Join the MandrakeSoft support teams and the Linux Community online th share your knowledge and help your others by becoming a recognized Expert on the online tehnial support website:"), 0, 20, 400, 90 ], + [ _("www.mandrakeexpert.com"), 0, 20, 400, 120], +# [ 'text', $x, $y, $area_width, $area_height ], + ); diff --git a/perl-install/share/advertising/15-mdkexpert-corporate.pl b/perl-install/share/advertising/15-mdkexpert-corporate.pl new file mode 100644 index 000000000..9dbc2c115 --- /dev/null +++ b/perl-install/share/advertising/15-mdkexpert-corporate.pl @@ -0,0 +1,14 @@ +#!/usr/bin/perl + +$width = 400; +$height = 270; +$icon = 0; +$icon_dx = 0; +$icon_dy = 0; +@data = ( + [ _("MandrakeExpert Corporate"), 0, 0, 400, 20, 1], + [ _("An online platform to respond to company's specific support needs."), 0, 20, 400, 60 ], + [ _("All incidents will be followed up by a single qualified MandrakeSoft technical expert."), 0, 20, 400, 90 ], + [ _("corporate.mandrakeexpert.com"), 0, 20, 400, 120], +# [ 'text', $x, $y, $area_width, $area_height ], + ); -- cgit v1.2.1