summaryrefslogtreecommitdiffstats
path: root/perl-install/share
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2002-02-19 14:09:13 +0000
committerdamien <damien@mandriva.com>2002-02-19 14:09:13 +0000
commit2df68414f4c061b051a5cfe4963c108544fc2cf8 (patch)
treef952cef45267a41fb1ba0b503d2d7b8b6d81adf9 /perl-install/share
parent8d8e3d54bd4cd62dfb851063501d8a7ece8c0a08 (diff)
downloaddrakx-backup-do-not-use-2df68414f4c061b051a5cfe4963c108544fc2cf8.tar
drakx-backup-do-not-use-2df68414f4c061b051a5cfe4963c108544fc2cf8.tar.gz
drakx-backup-do-not-use-2df68414f4c061b051a5cfe4963c108544fc2cf8.tar.bz2
drakx-backup-do-not-use-2df68414f4c061b051a5cfe4963c108544fc2cf8.tar.xz
drakx-backup-do-not-use-2df68414f4c061b051a5cfe4963c108544fc2cf8.zip
added advertising for translation
Diffstat (limited to 'perl-install/share')
-rw-r--r--perl-install/share/advertising/00-thanks.pl15
-rw-r--r--perl-install/share/advertising/00-thanks.pngbin0 -> 39927 bytes
-rw-r--r--perl-install/share/advertising/01-gnu.pl12
-rw-r--r--perl-install/share/advertising/01-gnu.pngbin0 -> 67680 bytes
-rw-r--r--perl-install/share/advertising/02-internet.pl13
-rw-r--r--perl-install/share/advertising/02-internet.pngbin0 -> 102867 bytes
-rw-r--r--perl-install/share/advertising/02-internet_icon.pngbin0 -> 3421 bytes
-rw-r--r--perl-install/share/advertising/03-graphic.pl12
-rw-r--r--perl-install/share/advertising/03-graphic.pngbin0 -> 96100 bytes
-rw-r--r--perl-install/share/advertising/03-graphic_icon.pngbin0 -> 3303 bytes
-rw-r--r--perl-install/share/advertising/04-develop.pl12
-rw-r--r--perl-install/share/advertising/04-develop.pngbin0 -> 85762 bytes
-rw-r--r--perl-install/share/advertising/04-develop_icon.pngbin0 -> 3030 bytes
-rw-r--r--perl-install/share/advertising/05-contcenter.pl12
-rw-r--r--perl-install/share/advertising/05-contcenter.pngbin0 -> 61850 bytes
-rw-r--r--perl-install/share/advertising/05-contcenter_icon.pngbin0 -> 2945 bytes
-rw-r--r--perl-install/share/advertising/06-user.pl12
-rw-r--r--perl-install/share/advertising/06-user.pngbin0 -> 115470 bytes
-rw-r--r--perl-install/share/advertising/06-user_icon.pngbin0 -> 3334 bytes
-rw-r--r--perl-install/share/advertising/07-server.pl12
-rw-r--r--perl-install/share/advertising/07-server.pngbin0 -> 54958 bytes
-rw-r--r--perl-install/share/advertising/07-server_icon.pngbin0 -> 2850 bytes
-rw-r--r--perl-install/share/advertising/08-games.pl12
-rw-r--r--perl-install/share/advertising/08-games.pngbin0 -> 130449 bytes
-rw-r--r--perl-install/share/advertising/08-games_icon.pngbin0 -> 3215 bytes
-rw-r--r--perl-install/share/advertising/09-MDKcampus.pl12
-rw-r--r--perl-install/share/advertising/09-MDKcampus.pngbin0 -> 54474 bytes
-rw-r--r--perl-install/share/advertising/09-MDKcampus_icon.pngbin0 -> 4120 bytes
-rw-r--r--perl-install/share/advertising/10-MDKexpert.pl12
-rw-r--r--perl-install/share/advertising/10-MDKexpert.pngbin0 -> 42104 bytes
-rw-r--r--perl-install/share/advertising/10-MDKexpert_icon.pngbin0 -> 3651 bytes
-rw-r--r--perl-install/share/advertising/11-consul.pl12
-rw-r--r--perl-install/share/advertising/11-consul.pngbin0 -> 49082 bytes
-rw-r--r--perl-install/share/advertising/12-MDKstore.pl12
-rw-r--r--perl-install/share/advertising/12-MDKstore.pngbin0 -> 44453 bytes
-rw-r--r--perl-install/share/advertising/12-MDKstore_icon.pngbin0 -> 4323 bytes
-rw-r--r--perl-install/share/advertising/13-Nvert.pl13
-rw-r--r--perl-install/share/advertising/13-Nvert.pngbin0 -> 31945 bytes
-rw-r--r--perl-install/share/advertising/list14
39 files changed, 187 insertions, 0 deletions
diff --git a/perl-install/share/advertising/00-thanks.pl b/perl-install/share/advertising/00-thanks.pl
new file mode 100644
index 000000000..101f6faa4
--- /dev/null
+++ b/perl-install/share/advertising/00-thanks.pl
@@ -0,0 +1,15 @@
+#!/usr/bin/perl
+
+$width = 400;
+$height = 270;
+$icon = 0;
+$icon_dx = 0;
+$icon_dy = 0;
+@data = (
+ [ _("Thank you for choosing Mandrake Linux 8.2"), 0, 50, 400, 20, 1],
+ [ _("Welcome to the Open Source world"), 0, 70, 400, 20, 0],
+ [ _("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, 90, 400, 100, 0],
+
+
+# [ 'text', $x, $y, $area_width, $area_height, $bold ],
+ );
diff --git a/perl-install/share/advertising/00-thanks.png b/perl-install/share/advertising/00-thanks.png
new file mode 100644
index 000000000..5adbfc795
--- /dev/null
+++ b/perl-install/share/advertising/00-thanks.png
Binary files differ
diff --git a/perl-install/share/advertising/01-gnu.pl b/perl-install/share/advertising/01-gnu.pl
new file mode 100644
index 000000000..e1fddb608
--- /dev/null
+++ b/perl-install/share/advertising/01-gnu.pl
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+
+$width = 400;
+$height = 270;
+$icon = 0;
+$icon_dx = 0;
+$icon_dy = 0;
+@data = (
+ [ _("Join the Free Software world"), 0, 10, 400, 50, 1],
+ [ _("Want to get to know the Open Source community? Be a part? To share your knowledge, and help build tools, join the discussion forums you'll find on our « Community » webpages"), 0, 100, 400, 70, 0],
+# [ 'text', $x, $y, $area_width, $area_height ],
+ );
diff --git a/perl-install/share/advertising/01-gnu.png b/perl-install/share/advertising/01-gnu.png
new file mode 100644
index 000000000..f3d400cc3
--- /dev/null
+++ b/perl-install/share/advertising/01-gnu.png
Binary files differ
diff --git a/perl-install/share/advertising/02-internet.pl b/perl-install/share/advertising/02-internet.pl
new file mode 100644
index 000000000..b734961cb
--- /dev/null
+++ b/perl-install/share/advertising/02-internet.pl
@@ -0,0 +1,13 @@
+#!/usr/bin/perl
+
+$width = 400;
+$height = 270;
+$icon = 1;
+$icon_dx = 51;
+$icon_dy = 41;
+@data = (
+ [ _("Internet and Messaging"), 0, 0, 400, 20, 1],
+ [ _("Mandrake Linux 8.2 gives you the best choice of software to access all the Internet has to offer. Surf the web and view animations with Mozilla and Konqueror, read your mail and handle your personal information with Evolution and Kmail"), 0, 20, 400, 60, 0],
+
+# [ 'text', $x, $y, $area_width, $area_height ],
+ );
diff --git a/perl-install/share/advertising/02-internet.png b/perl-install/share/advertising/02-internet.png
new file mode 100644
index 000000000..d972b92ab
--- /dev/null
+++ b/perl-install/share/advertising/02-internet.png
Binary files differ
diff --git a/perl-install/share/advertising/02-internet_icon.png b/perl-install/share/advertising/02-internet_icon.png
new file mode 100644
index 000000000..12e2d4abe
--- /dev/null
+++ b/perl-install/share/advertising/02-internet_icon.png
Binary files differ
diff --git a/perl-install/share/advertising/03-graphic.pl b/perl-install/share/advertising/03-graphic.pl
new file mode 100644
index 000000000..310be6405
--- /dev/null
+++ b/perl-install/share/advertising/03-graphic.pl
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+
+$width = 400;
+$height = 270;
+$icon = 1;
+$icon_dx = 51;
+$icon_dy = 41;
+@data = (
+ [ _("Art and Multimedia"), 0, 0, 400, 20, 1],
+ [ _("Mandrake Linux 8.2 will let you push your multimedia computer to its limits! Use the very latest software to play audio files, edit and handle your images or photos, and play videos"), 0, 20, 400, 60, 0],
+# [ 'text', $x, $y, $area_width, $area_height ],
+ );
diff --git a/perl-install/share/advertising/03-graphic.png b/perl-install/share/advertising/03-graphic.png
new file mode 100644
index 000000000..4f4cee6c2
--- /dev/null
+++ b/perl-install/share/advertising/03-graphic.png
Binary files differ
diff --git a/perl-install/share/advertising/03-graphic_icon.png b/perl-install/share/advertising/03-graphic_icon.png
new file mode 100644
index 000000000..3cf4e9025
--- /dev/null
+++ b/perl-install/share/advertising/03-graphic_icon.png
Binary files differ
diff --git a/perl-install/share/advertising/04-develop.pl b/perl-install/share/advertising/04-develop.pl
new file mode 100644
index 000000000..bef32a901
--- /dev/null
+++ b/perl-install/share/advertising/04-develop.pl
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+
+$width = 400;
+$height = 270;
+$icon = 1;
+$icon_dx = 51;
+$icon_dy = 41;
+@data = (
+ [ _("Development"), 0, 0, 400, 20, 1],
+ [ _("Mandrake Linux 8.2 is the ultimate development platform. Use the full power of the GNU gcc compiler as well as the best Open Source development environments"), 0, 20, 400, 60, 0],
+# [ 'text', $x, $y, $area_width, $area_height ],
+ );
diff --git a/perl-install/share/advertising/04-develop.png b/perl-install/share/advertising/04-develop.png
new file mode 100644
index 000000000..855675177
--- /dev/null
+++ b/perl-install/share/advertising/04-develop.png
Binary files differ
diff --git a/perl-install/share/advertising/04-develop_icon.png b/perl-install/share/advertising/04-develop_icon.png
new file mode 100644
index 000000000..f7e64a558
--- /dev/null
+++ b/perl-install/share/advertising/04-develop_icon.png
Binary files differ
diff --git a/perl-install/share/advertising/05-contcenter.pl b/perl-install/share/advertising/05-contcenter.pl
new file mode 100644
index 000000000..88953c43a
--- /dev/null
+++ b/perl-install/share/advertising/05-contcenter.pl
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+
+$width = 400;
+$height = 270;
+$icon = 1;
+$icon_dx = 51;
+$icon_dy = 41;
+@data = (
+ [ _("Mandrake Control Center"), 0, 0, 400, 20, 1],
+ [ _("Mandrake Linux 8.2 provides a powerful tool to fully customize and configure your machine"), 0, 20, 400, 60, 0],
+# [ 'text', $x, $y, $area_width, $area_height ],
+ );
diff --git a/perl-install/share/advertising/05-contcenter.png b/perl-install/share/advertising/05-contcenter.png
new file mode 100644
index 000000000..aca54fe54
--- /dev/null
+++ b/perl-install/share/advertising/05-contcenter.png
Binary files differ
diff --git a/perl-install/share/advertising/05-contcenter_icon.png b/perl-install/share/advertising/05-contcenter_icon.png
new file mode 100644
index 000000000..adde76dfd
--- /dev/null
+++ b/perl-install/share/advertising/05-contcenter_icon.png
Binary files differ
diff --git a/perl-install/share/advertising/06-user.pl b/perl-install/share/advertising/06-user.pl
new file mode 100644
index 000000000..8adc09a23
--- /dev/null
+++ b/perl-install/share/advertising/06-user.pl
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+
+$width = 400;
+$height = 270;
+$icon = 1;
+$icon_dx = 51;
+$icon_dy = 41;
+@data = (
+ [ _("User interfaces"), 0, 0, 400, 20, 1],
+ [ _("A total of 11 different user interfaces are provided, including GNOME 1.4, KDE 2.2.2, Window Maker, ..."), 0, 20, 400, 60, 0],
+# [ 'text', $x, $y, $area_width, $area_height ],
+ );
diff --git a/perl-install/share/advertising/06-user.png b/perl-install/share/advertising/06-user.png
new file mode 100644
index 000000000..afc420485
--- /dev/null
+++ b/perl-install/share/advertising/06-user.png
Binary files differ
diff --git a/perl-install/share/advertising/06-user_icon.png b/perl-install/share/advertising/06-user_icon.png
new file mode 100644
index 000000000..a3b3ab3bd
--- /dev/null
+++ b/perl-install/share/advertising/06-user_icon.png
Binary files differ
diff --git a/perl-install/share/advertising/07-server.pl b/perl-install/share/advertising/07-server.pl
new file mode 100644
index 000000000..b6eba830d
--- /dev/null
+++ b/perl-install/share/advertising/07-server.pl
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+
+$width = 400;
+$height = 270;
+$icon = 1;
+$icon_dx = 51;
+$icon_dy = 41;
+@data = (
+ [ _("Server Software"), 0, 0, 400, 20, 1],
+ [ _("Transform your machine into a powerful server in a few clicks of your mouse : Web server, mail, firewall, router, file and print server, ..."), 0, 20, 400, 60, 0],
+# [ 'text', $x, $y, $area_width, $area_height ],
+ );
diff --git a/perl-install/share/advertising/07-server.png b/perl-install/share/advertising/07-server.png
new file mode 100644
index 000000000..51b4ae747
--- /dev/null
+++ b/perl-install/share/advertising/07-server.png
Binary files differ
diff --git a/perl-install/share/advertising/07-server_icon.png b/perl-install/share/advertising/07-server_icon.png
new file mode 100644
index 000000000..1f24452ef
--- /dev/null
+++ b/perl-install/share/advertising/07-server_icon.png
Binary files differ
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 ],
+ );
diff --git a/perl-install/share/advertising/08-games.png b/perl-install/share/advertising/08-games.png
new file mode 100644
index 000000000..9328fb16e
--- /dev/null
+++ b/perl-install/share/advertising/08-games.png
Binary files differ
diff --git a/perl-install/share/advertising/08-games_icon.png b/perl-install/share/advertising/08-games_icon.png
new file mode 100644
index 000000000..f96904e9a
--- /dev/null
+++ b/perl-install/share/advertising/08-games_icon.png
Binary files differ
diff --git a/perl-install/share/advertising/09-MDKcampus.pl b/perl-install/share/advertising/09-MDKcampus.pl
new file mode 100644
index 000000000..3ddfe082e
--- /dev/null
+++ b/perl-install/share/advertising/09-MDKcampus.pl
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+
+$width = 400;
+$height = 270;
+$icon = 1;
+$icon_dx = 51;
+$icon_dy = 41;
+@data = (
+ [ _("MandrakeCampus"), 0, 0, 400, 20, 1],
+ [ _("Want to learn Linux in a simple, quick, and most of all free way? We provide free training on Linux, as well as a way to test your progress, via our online training center MandrakeCampus"), 0, 20, 400, 50 ],
+# [ 'text', $x, $y, $area_width, $area_height ],
+ );
diff --git a/perl-install/share/advertising/09-MDKcampus.png b/perl-install/share/advertising/09-MDKcampus.png
new file mode 100644
index 000000000..52e2664f8
--- /dev/null
+++ b/perl-install/share/advertising/09-MDKcampus.png
Binary files differ
diff --git a/perl-install/share/advertising/09-MDKcampus_icon.png b/perl-install/share/advertising/09-MDKcampus_icon.png
new file mode 100644
index 000000000..6884b0cdf
--- /dev/null
+++ b/perl-install/share/advertising/09-MDKcampus_icon.png
Binary files differ
diff --git a/perl-install/share/advertising/10-MDKexpert.pl b/perl-install/share/advertising/10-MDKexpert.pl
new file mode 100644
index 000000000..55777dfce
--- /dev/null
+++ b/perl-install/share/advertising/10-MDKexpert.pl
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+
+$width = 400;
+$height = 270;
+$icon = 1;
+$icon_dx = 51;
+$icon_dy = 41;
+@data = (
+ [ _("MandrakeExpert"), 0, 0, 400, 20, 1],
+ [ _("Quality support from the Linux Community, and from MandrakeSoft, is just around the corner! Be an Expert, and you can share your knowledge and help others at our support website"), 0, 20, 400, 60 ],
+# [ 'text', $x, $y, $area_width, $area_height ],
+ );
diff --git a/perl-install/share/advertising/10-MDKexpert.png b/perl-install/share/advertising/10-MDKexpert.png
new file mode 100644
index 000000000..885521d59
--- /dev/null
+++ b/perl-install/share/advertising/10-MDKexpert.png
Binary files differ
diff --git a/perl-install/share/advertising/10-MDKexpert_icon.png b/perl-install/share/advertising/10-MDKexpert_icon.png
new file mode 100644
index 000000000..9cb89704e
--- /dev/null
+++ b/perl-install/share/advertising/10-MDKexpert_icon.png
Binary files differ
diff --git a/perl-install/share/advertising/11-consul.pl b/perl-install/share/advertising/11-consul.pl
new file mode 100644
index 000000000..021a7a3dc
--- /dev/null
+++ b/perl-install/share/advertising/11-consul.pl
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+
+$width = 400;
+$height = 270;
+$icon = 0;
+$icon_dx = 0;
+$icon_dy = 0;
+@data = (
+ [ _("MandrakeConsulting"), 0, 0, 400, 20, 1],
+ [ _("For all your IT projects, our consultants are there to understand your needs and offer solutions meeting your requirements. MandrakeSoft, from its strong experience as an editor, brings a true IT alternative"), 0, 30, 400, 200 ],
+# [ 'text', $x, $y, $area_width, $area_height ],
+ );
diff --git a/perl-install/share/advertising/11-consul.png b/perl-install/share/advertising/11-consul.png
new file mode 100644
index 000000000..01e3472e5
--- /dev/null
+++ b/perl-install/share/advertising/11-consul.png
Binary files differ
diff --git a/perl-install/share/advertising/12-MDKstore.pl b/perl-install/share/advertising/12-MDKstore.pl
new file mode 100644
index 000000000..0a7290945
--- /dev/null
+++ b/perl-install/share/advertising/12-MDKstore.pl
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+
+$width = 400;
+$height = 270;
+$icon = 1;
+$icon_dx = 51;
+$icon_dy = 41;
+@data = (
+ [ _("MandrakeStore"), 0, 0, 400, 20, 1],
+ [ _("Our full range of Linux solutions, as well as special offers on our products and other 'goodies', is available on our e-store"), 0, 20, 400, 50 ],
+# [ 'text', $x, $y, $area_width, $area_height ],
+ );
diff --git a/perl-install/share/advertising/12-MDKstore.png b/perl-install/share/advertising/12-MDKstore.png
new file mode 100644
index 000000000..338acaafd
--- /dev/null
+++ b/perl-install/share/advertising/12-MDKstore.png
Binary files differ
diff --git a/perl-install/share/advertising/12-MDKstore_icon.png b/perl-install/share/advertising/12-MDKstore_icon.png
new file mode 100644
index 000000000..411dfd114
--- /dev/null
+++ b/perl-install/share/advertising/12-MDKstore_icon.png
Binary files differ
diff --git a/perl-install/share/advertising/13-Nvert.pl b/perl-install/share/advertising/13-Nvert.pl
new file mode 100644
index 000000000..f786f868a
--- /dev/null
+++ b/perl-install/share/advertising/13-Nvert.pl
@@ -0,0 +1,13 @@
+#!/usr/bin/perl
+
+$width = 400;
+$height = 270;
+$icon = 0;
+$icon_dx = 0;
+$icon_dy = 0;
+@data = (
+ [ _("To access to more commercial informations, please contact us on the following toll free:"), 0, 0, 400, 100, 0],
+ # This phone number has to be '1877 MDKCORP' for USA and Canada, '0821 231 231' for France. For other, I dunno! (dams)
+ [ _("1877 MDKCORP"), 0, 120, 400, 150 ],
+# [ 'text', $x, $y, $area_width, $area_height ],
+ );
diff --git a/perl-install/share/advertising/13-Nvert.png b/perl-install/share/advertising/13-Nvert.png
new file mode 100644
index 000000000..622b168b2
--- /dev/null
+++ b/perl-install/share/advertising/13-Nvert.png
Binary files differ
diff --git a/perl-install/share/advertising/list b/perl-install/share/advertising/list
new file mode 100644
index 000000000..fb5689909
--- /dev/null
+++ b/perl-install/share/advertising/list
@@ -0,0 +1,14 @@
+00-thanks.png
+01-gnu.png
+02-internet.png
+03-graphic.png
+04-develop.png
+05-contcenter.png
+06-user.png
+07-server.png
+08-games.png
+09-MDKcampus.png
+10-MDKexpert.png
+11-consul.png
+12-MDKstore.png
+13-Nvert.png