Firefox3/inproduct:firstrun
Librezale.eustik
Jatorrizkoa
<?php // The $body_* variables are for compatibility with pre-existing css $page_title = 'Welcome to Firefox'; $body_id = 'firstrun'; $body_class = 'portal-page'; $extra_headers = <<<EXTRA_HEADERS <link rel="stylesheet" type="text/css" href="/style/tignish/firstrun-page.css" media="screen" /> EXTRA_HEADERS; $extra_feature = <<<EXTRA_FEATURE <div id="tab-close"><p>Click on the close button on this tab to go to your home page</p></div> EXTRA_FEATURE; @include_once "{$config['file_root']}/{$lang}/includes/header-portal-pages.inc.php"; ?> <div id="main-feature"> <h2>Welcome to Firefox 3</h2> <p>Thanks for downloading the safest, fastest and most customizable version of Firefox yet. To start browsing, just close this tab as shown above.</p> </div> <div id="main-content"> <div> <h3>Learn More</h3> <p>Wondering what to do now? Our Getting Started page has a list of recommended sites, plus more Firefox info. <a href="/<?=$lang?>/firefox/central/">Visit Getting Started</a></p> </div> <div> <h3>Questions?</h3> <p>Our Support page has plenty of answers, plus a live chat feature to guide you through any tricky spots. <a href="http://support.mozilla.com/<?=$lang?>/kb/">Visit Support</a></p> </div> </div> <?php @include_once "{$config['file_root']}/{$lang}/includes/footer-portal-pages.inc.php"; ?>
Itzulpena
<?php // The $body_* variables are for compatibility with pre-existing css $page_title = 'Ongi etorri Firefoxera'; $body_id = 'firstrun'; $body_class = 'portal-page'; $extra_headers = <<<EXTRA_HEADERS <link rel="stylesheet" type="text/css" href="/style/tignish/firstrun-page.css" media="screen" /> EXTRA_HEADERS; $extra_feature = <<<EXTRA_FEATURE <div id="tab-close"><p>Egin klik fitxa hau ixteko botoian hasiera orrira joateko</p></div> EXTRA_FEATURE; @include_once "{$config['file_root']}/{$lang}/includes/header-portal-pages.inc.php"; ?> <div id="main-feature"> <h2>Ongi etorri Firefox 3ra</h2> <p>Eskerrik asko Firefoxen bertsiorik seguru, azkar eta pertsonalizagarriena deskargatzeagatik. Nabigatzen hasteko, itxi fitxa hau.</p> </div> <div id="main-content"> <div> <h3>Argibide gehiago</h3> <p>Zer egin orain? Lehen pausoen orriak gomendatutako guneen zerrenda bat du, Firefoxi buruzko informazio gehiagorekin batera. <a href="/<?=$lang?>/firefox/central/">Bisitatu lehen pausoen orria</a></p> </div> <div> <h3>Galderak?</h3> <p>Laguntza-orrian erantzun ugari aurkitzeaz gain, zuzeneko berriketaren ezaugarriarekin (ingelesez) ez zaizu argitu gabeko zalantzarik geratuko. <a href="http://support.mozilla.com/<?=$lang?>/kb/">Bisitatu laguntza</a></p> </div> </div> <?php @include_once "{$config['file_root']}/{$lang}/includes/footer-portal-pages.inc.php"; ?>