diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/2/download_index.php | 4 | ||||
-rw-r--r-- | en/2/index.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/en/2/download_index.php b/en/2/download_index.php index 59e8c5e5a..6d63689b0 100644 --- a/en/2/download_index.php +++ b/en/2/download_index.php @@ -27,7 +27,7 @@ require '../downloads/get/lib.php'; <div id="bd" role="main"> <div class="yui-ge bb1"> <div class="yui-u first rb1"> - <div class="para"> + <div class="para"><h2 class="warn"><?php _e('But please remember that it already <a href="https://blog.mageia.org/en/2013/11/21/farewell-mageia-2/">reached EOL</a>.')?></h2> <h2><?php _e('Free Software Installation Flavours')?></h2> <table class="fr-table dlt2"> <thead> @@ -66,7 +66,7 @@ require '../downloads/get/lib.php'; Deutsch, English, español, français, italiano, português, svenska, nederlands, polski, dansk, Русский <?php _e('and so much more!'); ?> - <a href="https://wiki.mageia.org/en/Mageia_2_supported_locales" hreflang="en"><?php _e('See the comprehensive list')?></a>.</li> + <a href="https://wiki.mageia.org/en/Available_locales" hreflang="en"><?php _e('See the comprehensive list')?></a>.</li> <li><?php _e('These DVD and CD ISOs are made of Free Software exclusively.'); _e('As a consequence, <span class="warn">proprietary Wi-Fi and video drivers are not included.'); diff --git a/en/2/index.php b/en/2/index.php index 6858924f3..6543a5082 100644 --- a/en/2/index.php +++ b/en/2/index.php @@ -31,8 +31,8 @@ _lang_load($locale, '2'); _h('What\'s new?', null, 'h2'); _h('Too much to include here! See the <a href="https://wiki.mageia.org/en/Mageia_2_Release_Notes">release notes</a> for an extensive exposé.'); - _h('<a href="../downloads/" style="background: #1272B1; color: white; padding: 0.9em; margin: 1em; display: inline-block; text-shadow: 0 1px 6px #000; border-radius: 3px;">Download it right away!</a>'); - + echo '<p>' . _t('<a href="../2/download_index.php" style="background: #1272B1; color: white; padding: 0.9em; margin: 1em; display: inline-block; text-shadow: 0 1px 6px #000; border-radius: 3px;">Download it right away!</a>'); + echo _t('But please remember that it already <a href="https://blog.mageia.org/en/2013/11/21/farewell-mageia-2/">reached EOL</a>.') . '</p>'; _h('Mageia in context', null, 'h2'); _h('Mageia is both a Community and a Linux Distribution, with Mageia 2 being our second release.'); _h('Since the release of <a href="../1/">Mageia 1</a>, our offering has been consistently in the <a href="%s">top 10 of Distrowatch\'s most popular distributions</a>.', |