diff options
Diffstat (limited to 'perl-install/share/advertising/01.pl')
-rw-r--r-- | perl-install/share/advertising/01.pl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl-install/share/advertising/01.pl b/perl-install/share/advertising/01.pl new file mode 100644 index 000000000..3c5fb7ec6 --- /dev/null +++ b/perl-install/share/advertising/01.pl @@ -0,0 +1,19 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>What is Mandrakelinux?</b>"), center => 1 ], + ' ', + N("Welcome to <b>Mandrakelinux</b>!"), + ' ', + N("Mandrakelinux is a <b>Linux distribution</b> that comprises the core of the system, called the <b>operating system</b> (based on the Linux kernel) together with <b>a lot of applications</b> meeting every need you could even think of."), + ' ', + N("Mandrakelinux is the most <b>user-friendly</b> Linux distribution today. It is also one of the <b>most widely used</b> Linux distributions worldwide!"));
\ No newline at end of file |