From aaa5fe7c8987f5d09c6c1ced4fb544a26b73e7eb Mon Sep 17 00:00:00 2001 From: David Baudens Date: Thu, 6 Mar 2003 19:42:14 +0000 Subject: Use texts from specifications --- perl-install/share/advertising/01-thanks.pl | 6 +++--- perl-install/share/advertising/02-community.pl | 7 +++--- perl-install/share/advertising/list | 30 +++++++++++--------------- 3 files changed, 20 insertions(+), 23 deletions(-) diff --git a/perl-install/share/advertising/01-thanks.pl b/perl-install/share/advertising/01-thanks.pl index ddad568fe..e2a452d36 100644 --- a/perl-install/share/advertising/01-thanks.pl +++ b/perl-install/share/advertising/01-thanks.pl @@ -6,9 +6,9 @@ $icon = 0; $icon_dx = 0; $icon_dy = 0; @data = ( - [ N("Thank you for choosing Mandrake Linux 9.1"), 0, 80, 400, 0, 1], - [ N("Welcome to the Open Source world"), 0, 110, 400, 0, 0], - [ N("The success of MandrakeSoft is based upon the principle of Free Software. Your new operating system is the result of collaborative work on the part of the worldwide Linux Community"), 0, 140, 400, 0, 0], + [ _("Thank you for choosing Mandrake Linux 9.1"), 0, 80, 400, 0, 1], + [ _("Welcome to the Open Source world."), 0, 110, 400, 0, 0], + [ _("The success of MandrakeSoft is based upon the principle of Free Software. Your new operating system is the result of collaborative work of the worldwide Linux Community."), 0, 140, 400, 0, 0], # [ 'text', $x, $y, $area_width, $area_height, $bold ], diff --git a/perl-install/share/advertising/02-community.pl b/perl-install/share/advertising/02-community.pl index 921304660..d4ad14df5 100644 --- a/perl-install/share/advertising/02-community.pl +++ b/perl-install/share/advertising/02-community.pl @@ -6,9 +6,10 @@ $icon = 0; $icon_dx = 0; $icon_dy = 0; @data = ( - [ N("Get involved in the Free Software world"), 0, 30, 400, 0, 1], - [ N("Want to know more about the Open Source community?"), 0, 90, 400, 20, 0], - [ N("To share your own knowledge and help build Linux tools, join the discussion forums you'll find on our \"Community\" webpages"), 0, 150, 400, 0, 0], + [ _("Build the future of Linux!"), 0, 30, 400, 0, 1], + [ _("Want to know more and to contribute to the Open Source community? Get involved in the Free Software world!"), 0, 90, 400, 20, 0], + [ _("To share your own knowledge and help build Linux software, join our discussion forums on our \"Community\" webpages."), 0, 150, 400, 0, 0], + [ ("www.mandrakesoft.com/company/community"), 0, 180, 400, 0, 0], # [ 'text', $x, $y, $area_width, $area_height, $bold ], diff --git a/perl-install/share/advertising/list b/perl-install/share/advertising/list index d37263080..92a156928 100644 --- a/perl-install/share/advertising/list +++ b/perl-install/share/advertising/list @@ -1,17 +1,13 @@ -01-thanks.png -02-community.png -17-mdkclub.png -03-internet.png -04-multimedia.png -05-games.png -06-mcc.png -07-desktop.png -08-development.png -09-server.png -10-mnf.png -11-mdkstore.png -12-mdkstore.png -13-mdkcampus.png -14-mdkexpert.png -15-mdkexpert-corporate.png -16-thanks.png +01-thanks.pl +02-community.pl +03-software.pl +04-configuration.pl +05-desktop.pl +06-development.pl +07-server.pl +08-store.pl +09-mdksecure.pl +10-security.pl +11-mnf.pl +12-mdkexpert.pl +13-mdkexpert_corporate.pl -- cgit v1.2.1