summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-03-07 01:47:31 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-03-07 01:47:31 +0000
commit80e2d103c7baf8c559780cf4b64c7368ef8b7dfb (patch)
tree5ab3ab3a3dd5dea09596c1917c0b986c5064544f
parentb396d306a802a29b67b7560ed730add09d67a9e3 (diff)
downloaddrakx-backup-do-not-use-80e2d103c7baf8c559780cf4b64c7368ef8b7dfb.tar
drakx-backup-do-not-use-80e2d103c7baf8c559780cf4b64c7368ef8b7dfb.tar.gz
drakx-backup-do-not-use-80e2d103c7baf8c559780cf4b64c7368ef8b7dfb.tar.bz2
drakx-backup-do-not-use-80e2d103c7baf8c559780cf4b64c7368ef8b7dfb.tar.xz
drakx-backup-do-not-use-80e2d103c7baf8c559780cf4b64c7368ef8b7dfb.zip
Changed _() to N_()
-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 e2a452d36..4a1e220f7 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 = (
- [ _("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],
+ [ 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 d4ad14df5..a6c8023b1 100644
--- a/perl-install/share/advertising/02-community.pl
+++ b/perl-install/share/advertising/02-community.pl
@@ -6,9 +6,9 @@ $icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
- [ _("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],
+ [ 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],
[ ("www.mandrakesoft.com/company/community"), 0, 180, 400, 0, 0],
diff --git a/perl-install/share/advertising/03-software.pl b/perl-install/share/advertising/03-software.pl
index cd542274d..fbed73e3d 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 = (
- [ _("MandrakeSoft has selected the best software for you"), 0, 0, 400, 20, 1],
- [ _("Surf the Web with Mozilla or Konqueror, read your mail with Evolution or Kmail, create your documents with OpenOffice.org."), 0, 30, 400, 60, 0],
- [ _("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, 70, 400, 60, 0],
+ [ N_("MandrakeSoft has selected the best software for you"), 0, 0, 400, 20, 1],
+ [ N_("Surf the Web with Mozilla or Konqueror, read your mail with Evolution or Kmail, create your documents with OpenOffice.org."), 0, 30, 400, 60, 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, 70, 400, 60, 0],
# [ 'text', $x, $y, $area_width, $area_height ],
);
diff --git a/perl-install/share/advertising/04-configuration.pl b/perl-install/share/advertising/04-configuration.pl
index 84c74d59f..85a6738f4 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 = (
- [ _("Mandrake's multipurpose configuration tool"), 0, 0, 400, 20, 1],
- [ _("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, 40, 400, 20, 0],
+ [ N_("Mandrake's multipurpose configuration tool"), 0, 0, 400, 20, 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, 40, 400, 20, 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 c8c11203a..9985b7d9e 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 = (
- [ _("A customizable environment"), 0, 0, 400, 20, 1],
- [ _("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, 400, 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, 400, 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 ccce1f235..91e3bb96c 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 = (
- [ _("Mandrake Linux 9.1: the ultimate development platform"), 0, 0, 400, 20, 1],
- [ _("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, 40, 400, 60, 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, 40, 400, 60, 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 4b3ee671b..8015de93d 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 = (
- [ _("Turn your computer into a reliable server"), 0, 0, 400, 0, 1],
- [ _("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, 40, 400, 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, 40, 400, 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 accaeaee9..e7c5abd28 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 = (
- [ _("The official MandrakeSoft Store"), 0, 0, 400, 0, 1],
- [ _("Our full range of Linux solutions, as well as special offers on products and other \"goodies\", are available on our e-store:"), 0, 20, 400, 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, 20, 400, 0, 0],
[ ("www.mandrakestore.com"), 0, 50, 400, 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 8cb8d2ea4..dd01da725 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 = (
- [ _("Get the best items with Mandrake Linux Strategic partners"), 0, 10, 400, 20, 1],
- [ _("Enhance your computer performance with the help of a selection of partners offering professional solutions compatible with Mandrake Linux"), 0, 50, 400, 60, 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, 50, 400, 60, 0],
[ ("www.mandrakesecure.com/license"), 0, 90, 400, 20, 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 076afb8a9..7971fe864 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 = (
- [ _("Optimize your security by using Mandrake Linux"), 0, 0, 400, 0, 1],
- [ _("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, 400, 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, 400, 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 4989f436d..bfc24dc4e 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 = (
- [ _("Secure your networks with the Multi Network Firewall"), 0, 0, 400, 20, 1],
- [ _("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, 40, 400, 50 ],
- [ _("This product is available on the MandrakeStore Web site."), 0, 80, 400, 50 ],
+ [ N_("Secure your networks with the Multi Network Firewall"), 0, 0, 400, 20, 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, 40, 400, 50 ],
+ [ N_("This product is available on the MandrakeStore Web site."), 0, 80, 400, 50 ],
# [ '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 f1de3a996..909e08314 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 = (
- [ _("Become a MandrakeExpert"), 0, 0, 400, 20, 1],
- [ _("Find the solutions of your problems via MandrakeSoft's online support platform."), 0, 30, 400, 50, 0 ],
- [ _("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, 70, 400, 80, 0 ],
+ [ N_("Become a MandrakeExpert"), 0, 0, 400, 20, 1],
+ [ N_("Find the solutions of your problems via MandrakeSoft's online support platform."), 0, 30, 400, 50, 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, 70, 400, 80, 0 ],
[ ("www.mandrakeexpert.com"), 0, 100, 400, 80, 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 9f7538b94..5a7d6425a 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 = (
- [ _("MandrakeExpert Corporate"), 0, 0, 400, 20, 1 ],
- [ _("An online platform to respond to enterprise support needs."), 0, 40, 400, 20, 0 ],
- [ _("All incidents will be followed up by a single qualified MandrakeSoft technical expert."), 0, 80, 400, 40, 0 ],
+ [ N_("MandrakeExpert Corporate"), 0, 0, 400, 20, 1 ],
+ [ N_("An online platform to respond to enterprise support needs."), 0, 40, 400, 20, 0 ],
+ [ N_("All incidents will be followed up by a single qualified MandrakeSoft technical expert."), 0, 80, 400, 40, 0 ],
[ ("corporate.mandrakeexpert.com"), 0, 120, 400, 20, 0 ],
# [ 'text', $x, $y, $area_width, $area_height ],
);