summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-03-11 21:40:47 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-03-11 21:40:47 +0000
commite1e4d1c19a3d3ddc3ea1a89e6596f0e9d05502a9 (patch)
treed4ad8904778caf94b81e771e29c9c2eb677a7574
parent94c7f30f9f4997ca2e65f41d2d10a9088110c2d6 (diff)
downloaddrakx-backup-do-not-use-e1e4d1c19a3d3ddc3ea1a89e6596f0e9d05502a9.tar
drakx-backup-do-not-use-e1e4d1c19a3d3ddc3ea1a89e6596f0e9d05502a9.tar.gz
drakx-backup-do-not-use-e1e4d1c19a3d3ddc3ea1a89e6596f0e9d05502a9.tar.bz2
drakx-backup-do-not-use-e1e4d1c19a3d3ddc3ea1a89e6596f0e9d05502a9.tar.xz
drakx-backup-do-not-use-e1e4d1c19a3d3ddc3ea1a89e6596f0e9d05502a9.zip
fix pablo breaking translation of advertisement :)
-rw-r--r--perl-install/share/advertising/01-thanks.pl6
-rw-r--r--perl-install/share/advertising/02-community.pl6
-rw-r--r--perl-install/share/advertising/03-software.pl6
-rw-r--r--perl-install/share/advertising/04-configuration.pl4
-rw-r--r--perl-install/share/advertising/05-desktop.pl4
-rw-r--r--perl-install/share/advertising/06-development.pl4
-rw-r--r--perl-install/share/advertising/07-server.pl4
-rw-r--r--perl-install/share/advertising/08-store.pl4
-rw-r--r--perl-install/share/advertising/09-mdksecure.pl4
-rw-r--r--perl-install/share/advertising/10-security.pl4
-rw-r--r--perl-install/share/advertising/11-mnf.pl6
-rw-r--r--perl-install/share/advertising/12-mdkexpert.pl6
-rw-r--r--perl-install/share/advertising/13-mdkexpert_corporate.pl6
13 files changed, 32 insertions, 32 deletions
diff --git a/perl-install/share/advertising/01-thanks.pl b/perl-install/share/advertising/01-thanks.pl
index a130e789d..814a7f240 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 of the worldwide Linux Community."), 0, 140, 400, 0, 0],
+ [ 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 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 24b5d6720..86dfaefce 100644
--- a/perl-install/share/advertising/02-community.pl
+++ b/perl-install/share/advertising/02-community.pl
@@ -6,8 +6,8 @@ $icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
- [ N_("Build the future of Linux!"), 0, 30, 400, 0, 1],
- [ N_("Want to know more and to contribute to the Open Source community? Get involved in the Free Software world!"), 0, 90, 400, 20, 0],
- [ N_("To share your own knowledge and help build Linux software, join our discussion forums on our \"Community\" webpages."), 0, 150, 400, 0, 0],
+ [ N("Build the future of Linux!"), 0, 30, 400, 0, 1],
+ [ N("Want to know more and to contribute to the Open Source community? Get involved in the Free Software world!"), 0, 90, 400, 20, 0],
+ [ N("To share your own knowledge and help build Linux software, join our discussion forums on our \"Community\" webpages."), 0, 150, 400, 0, 0],
# [ 'text', $x, $y, $area_width, $area_height, $bold ],
);
diff --git a/perl-install/share/advertising/03-software.pl b/perl-install/share/advertising/03-software.pl
index a95f1c2d2..975808a60 100644
--- a/perl-install/share/advertising/03-software.pl
+++ b/perl-install/share/advertising/03-software.pl
@@ -6,8 +6,8 @@ $icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
- [ N_("MandrakeSoft has selected the best software for you"), 0, 0, 400, 00, 1],
- [ N_("Surf the Web with Mozilla or Konqueror, read your mail with Evolution or Kmail, create your documents with OpenOffice.org."), 0, 20, 500, 00, 0],
- [ N_("And, of course, push multimedia to its limits with the very latest software to play videos, audio files and to handle your images or photos."), 0, 60, 500, 0, 0 ],
+ [ N("MandrakeSoft has selected the best software for you"), 0, 0, 400, 00, 1],
+ [ N("Surf the Web with Mozilla or Konqueror, read your mail with Evolution or Kmail, create your documents with OpenOffice.org."), 0, 20, 500, 00, 0],
+ [ N("And, of course, push multimedia to its limits with the very latest software to play videos, audio files and to handle your images or photos."), 0, 60, 500, 0, 0 ],
# [ 'text', $x, $y, $area_width, $area_height, $bold ],
);
diff --git a/perl-install/share/advertising/04-configuration.pl b/perl-install/share/advertising/04-configuration.pl
index b2d0281d9..4e43cb21c 100644
--- a/perl-install/share/advertising/04-configuration.pl
+++ b/perl-install/share/advertising/04-configuration.pl
@@ -6,7 +6,7 @@ $icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
- [ N_("Mandrake's multipurpose configuration tool"), 0, 0, 400, 0, 1],
- [ N_("Mandrake Linux 9.1 provides you with the Mandrake Control Center, a powerful tool to fully adapt your computer to the use you make of it. Configure and customize elements such as the security level, the peripherals (screen, mouse, keyboard...), the Internet connection and much more!"), 0, 30, 500, 0, 0],
+ [ N("Mandrake's multipurpose configuration tool"), 0, 0, 400, 0, 1],
+ [ N("Mandrake Linux 9.1 provides you with the Mandrake Control Center, a powerful tool to fully adapt your computer to the use you make of it. Configure and customize elements such as the security level, the peripherals (screen, mouse, keyboard...), the Internet connection and much more!"), 0, 30, 500, 0, 0],
# [ 'text', $x, $y, $area_width, $area_height ],
);
diff --git a/perl-install/share/advertising/05-desktop.pl b/perl-install/share/advertising/05-desktop.pl
index 272b71224..7a446de05 100644
--- a/perl-install/share/advertising/05-desktop.pl
+++ b/perl-install/share/advertising/05-desktop.pl
@@ -6,7 +6,7 @@ $icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
- [ N_("A customizable environment"), 0, 0, 400, 20, 1],
- [ N_("Perfectly adapt your computer to your needs thanks to the 11 available Mandrake Linux user interfaces which can be fully modified: KDE 3.1, GNOME 2.2, Window Maker, ..."), 0, 30, 500, 0, 0],
+ [ N("A customizable environment"), 0, 0, 400, 20, 1],
+ [ N("Perfectly adapt your computer to your needs thanks to the 11 available Mandrake Linux user interfaces which can be fully modified: KDE 3.1, GNOME 2.2, Window Maker, ..."), 0, 30, 500, 0, 0],
# [ 'text', $x, $y, $area_width, $area_height ],
);
diff --git a/perl-install/share/advertising/06-development.pl b/perl-install/share/advertising/06-development.pl
index 2d02a7cc5..14789c6c8 100644
--- a/perl-install/share/advertising/06-development.pl
+++ b/perl-install/share/advertising/06-development.pl
@@ -6,7 +6,7 @@ $icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
- [ N_("Mandrake Linux 9.1: the ultimate development platform"), 0, 0, 400, 20, 1],
- [ N_("To modify and to create in different languages such as Perl, Python, C and C++ has never been so easy thanks to GNU gcc 3 and the best Open Source development environments."), 0, 30, 500, 0, 0],
+ [ N("Mandrake Linux 9.1: the ultimate development platform"), 0, 0, 400, 20, 1],
+ [ N("To modify and to create in different languages such as Perl, Python, C and C++ has never been so easy thanks to GNU gcc 3 and the best Open Source development environments."), 0, 30, 500, 0, 0],
# [ 'text', $x, $y, $area_width, $area_height ],
);
diff --git a/perl-install/share/advertising/07-server.pl b/perl-install/share/advertising/07-server.pl
index 58042ccbc..a83d7037c 100644
--- a/perl-install/share/advertising/07-server.pl
+++ b/perl-install/share/advertising/07-server.pl
@@ -6,7 +6,7 @@ $icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
- [ N_("Turn your computer into a reliable server"), 0, 0, 400, 0, 1],
- [ N_("Transform your computer into a powerful Linux server: Web server, mail, firewall, router, file and print server (etc.) are just a few clicks away!"), 0, 30, 500, 0, 0],
+ [ N("Turn your computer into a reliable server"), 0, 0, 400, 0, 1],
+ [ N("Transform your computer into a powerful Linux server: Web server, mail, firewall, router, file and print server (etc.) are just a few clicks away!"), 0, 30, 500, 0, 0],
# [ 'text', $x, $y, $area_width, $area_height ],
);
diff --git a/perl-install/share/advertising/08-store.pl b/perl-install/share/advertising/08-store.pl
index b59e85a7f..89a69a875 100644
--- a/perl-install/share/advertising/08-store.pl
+++ b/perl-install/share/advertising/08-store.pl
@@ -6,8 +6,8 @@ $icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
- [ N_("The official MandrakeSoft Store"), 0, 0, 400, 0, 1],
- [ N_("Our full range of Linux solutions, as well as special offers on products and other \"goodies\", are available on our e-store:"), 0, 30, 500, 0, 0],
+ [ N("The official MandrakeSoft Store"), 0, 0, 400, 0, 1],
+ [ N("Our full range of Linux solutions, as well as special offers on products and other \"goodies\", are available on our e-store:"), 0, 30, 500, 0, 0],
[ ("www.mandrakestore.com"), 0, 70, 500, 0, 0],
# [ 'text', $x, $y, $area_width, $area_height ],
);
diff --git a/perl-install/share/advertising/09-mdksecure.pl b/perl-install/share/advertising/09-mdksecure.pl
index 5b5374a15..57863db5c 100644
--- a/perl-install/share/advertising/09-mdksecure.pl
+++ b/perl-install/share/advertising/09-mdksecure.pl
@@ -6,8 +6,8 @@ $icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
- [ N_("Get the best items with Mandrake Linux Strategic partners"), 0, 10, 400, 20, 1],
- [ N_("Enhance your computer performance with the help of a selection of partners offering professional solutions compatible with Mandrake Linux"), 0, 40, 500, 0, 0],
+ [ N("Get the best items with Mandrake Linux Strategic partners"), 0, 10, 400, 20, 1],
+ [ N("Enhance your computer performance with the help of a selection of partners offering professional solutions compatible with Mandrake Linux"), 0, 40, 500, 0, 0],
[ ("www.mandrakesecure.com/license"), 0, 80, 500, 0, 0],
# [ 'text', $x, $y, $area_width, $area_height ],
);
diff --git a/perl-install/share/advertising/10-security.pl b/perl-install/share/advertising/10-security.pl
index 830343617..a51ead546 100644
--- a/perl-install/share/advertising/10-security.pl
+++ b/perl-install/share/advertising/10-security.pl
@@ -6,8 +6,8 @@ $icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
- [ N_("Optimize your security by using Mandrake Linux"), 0, 0, 400, 0, 1],
- [ N_("MandrakeSoft has designed exclusive tools to create the most secured Linux version ever: Draksec, a system security management tool, and a strong firewall are teamed up together in order to highly reduce hacking risks."), 0, 20, 500, 0, 0],
+ [ N("Optimize your security by using Mandrake Linux"), 0, 0, 400, 0, 1],
+ [ N("MandrakeSoft has designed exclusive tools to create the most secured Linux version ever: Draksec, a system security management tool, and a strong firewall are teamed up together in order to highly reduce hacking risks."), 0, 20, 500, 0, 0],
# [ 'text', $x, $y, $area_width, $area_height, $bold ],
);
diff --git a/perl-install/share/advertising/11-mnf.pl b/perl-install/share/advertising/11-mnf.pl
index ffbb43206..6452a089f 100644
--- a/perl-install/share/advertising/11-mnf.pl
+++ b/perl-install/share/advertising/11-mnf.pl
@@ -6,8 +6,8 @@ $icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
- [ N_("Secure your networks with the Multi Network Firewall"), 0, 0, 400, 0, 1 ],
- [ N_("Complete your security setup with this very easy-to-use software which combines high performance components such as a firewall, a virtual private network (VPN) server and client, an intrusion detection system and a traffic manager."), 0, 20, 500, 0, 0 ],
- [ N_("This product is available on the MandrakeStore Web site."), 0, 70, 500, 0, 0 ],
+ [ N("Secure your networks with the Multi Network Firewall"), 0, 0, 400, 0, 1 ],
+ [ N("Complete your security setup with this very easy-to-use software which combines high performance components such as a firewall, a virtual private network (VPN) server and client, an intrusion detection system and a traffic manager."), 0, 20, 500, 0, 0 ],
+ [ N("This product is available on the MandrakeStore Web site."), 0, 70, 500, 0, 0 ],
# [ 'text', $x, $y, $area_width, $area_height ],
);
diff --git a/perl-install/share/advertising/12-mdkexpert.pl b/perl-install/share/advertising/12-mdkexpert.pl
index 74d51afc3..68bb44f55 100644
--- a/perl-install/share/advertising/12-mdkexpert.pl
+++ b/perl-install/share/advertising/12-mdkexpert.pl
@@ -6,9 +6,9 @@ $icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
- [ N_("Become a MandrakeExpert"), 0, 0, 400, 0, 1],
- [ N_("Find the solutions of your problems via MandrakeSoft's online support platform."), 0, 20, 500, 0, 0 ],
- [ N_("Join the MandrakeSoft support teams and the Linux Community online to share your knowledge and help others by becoming a recognized Expert on the online technical support website:"), 0, 40, 533, 0, 0 ],
+ [ N("Become a MandrakeExpert"), 0, 0, 400, 0, 1],
+ [ N("Find the solutions of your problems via MandrakeSoft's online support platform."), 0, 20, 500, 0, 0 ],
+ [ N("Join the MandrakeSoft support teams and the Linux Community online to share your knowledge and help others by becoming a recognized Expert on the online technical support website:"), 0, 40, 533, 0, 0 ],
[ ("www.mandrakeexpert.com"), 0, 90, 500, 0, 0 ],
# [ 'text', $x, $y, $area_width, $area_height ],
);
diff --git a/perl-install/share/advertising/13-mdkexpert_corporate.pl b/perl-install/share/advertising/13-mdkexpert_corporate.pl
index 94fdf1b2c..d675dee85 100644
--- a/perl-install/share/advertising/13-mdkexpert_corporate.pl
+++ b/perl-install/share/advertising/13-mdkexpert_corporate.pl
@@ -6,9 +6,9 @@ $icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
- [ N_("MandrakeExpert Corporate"), 0, 0, 400, 0, 1 ],
- [ N_("An online platform to respond to enterprise support needs."), 0, 20, 500, 0, 0 ],
- [ N_("All incidents will be followed up by a single qualified MandrakeSoft technical expert."), 0, 40, 500, 0, 0 ],
+ [ N("MandrakeExpert Corporate"), 0, 0, 400, 0, 1 ],
+ [ N("An online platform to respond to enterprise support needs."), 0, 20, 500, 0, 0 ],
+ [ N("All incidents will be followed up by a single qualified MandrakeSoft technical expert."), 0, 40, 500, 0, 0 ],
[ ("corporate.mandrakeexpert.com"), 0, 60, 500, 0, 0 ],
# [ 'text', $x, $y, $area_width, $area_height ],
);