diff options
author | Francois Pons <fpons@mandriva.com> | 1999-11-06 15:10:34 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-11-06 15:10:34 +0000 |
commit | e2d5910163e6a0c415ea08a3b4dc7a047803d963 (patch) | |
tree | 2ed52268b47a58f292f8c32c13d64bcbc4c198b6 /perl-install/help.pm | |
parent | 63b64f0a134be8d6a054297c3d1c83571dbc91aa (diff) | |
download | drakx-e2d5910163e6a0c415ea08a3b4dc7a047803d963.tar drakx-e2d5910163e6a0c415ea08a3b4dc7a047803d963.tar.gz drakx-e2d5910163e6a0c415ea08a3b4dc7a047803d963.tar.bz2 drakx-e2d5910163e6a0c415ea08a3b4dc7a047803d963.tar.xz drakx-e2d5910163e6a0c415ea08a3b4dc7a047803d963.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/help.pm')
-rw-r--r-- | perl-install/help.pm | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm index 6b937c138..abbb66c28 100644 --- a/perl-install/help.pm +++ b/perl-install/help.pm @@ -4,21 +4,21 @@ use common qw(:common); %steps = ( selectLanguage => - __(" - <h1>Pixel's links</h1> - - <h2>Search</h2> - Quelques sites de recherche : - <a href=\"http://www.metacrawler.com\">MetaCrawler</a>, - <a href=\"http://www.dejanews.com\">dejanews</a>, - <a href=\"http://www.yahoo.fr\">yahoo(fr)</a>, - <a href=\"http://www.yahoo.com\">yahoo</a>, - <a href=\"http://www.infoseek.com\">infoseek</a>, - <a href=\"http://www.altavista.com\">altavista</a>, - <a href=\"http://www.excite.com\">excite</a> - - -Choose preferred language for install and system usage."), +#- __(" +#- <h1>Pixel's links</h1> +#- +#- <h2>Search</h2> +#- Quelques sites de recherche : +#- <a href=\"http://www.metacrawler.com\">MetaCrawler</a>, +#- <a href=\"http://www.dejanews.com\">dejanews</a>, +#- <a href=\"http://www.yahoo.fr\">yahoo(fr)</a>, +#- <a href=\"http://www.yahoo.com\">yahoo</a>, +#- <a href=\"http://www.infoseek.com\">infoseek</a>, +#- <a href=\"http://www.altavista.com\">altavista</a>, +#- <a href=\"http://www.excite.com\">excite</a> + + +__("Choose preferred language for install and system usage."), selectKeyboard => __("Choose the layout corresponding to your keyboard from the list above"), |