diff options
Diffstat (limited to 'en')
-rwxr-xr-x | en/4/download_index.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index 6306c2703..3d3f45ef2 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -62,12 +62,12 @@ function dl_link($variant = null, $arch = 'i586', $medium, $torrent = false, $un <div class="yui-ge bb1"> <div class="yui-u first rb1"> <div class="para" id="classical"> -<?php _g('If you want to put the ISO on USB key, <span class="warn">please DO NOT use Unetbootin</span>. Have a look <a href="%s">here</a> for the alternative.',array(_r('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive')),'p'); - _g('Mageia 4.1 is a <a href="%s">maintenance</a> release for Mageia 4 with the current packages from update medias. It also has a fix for a syslinux bug which prevented some people installing from a burned cd/dvd.',array(_r('http://blog.mageia.org/en/2014/06/20/pulling-mageia-4-1-out-of-the-hat/')),'p'); +<?php + _g('Mageia 4 EOL: September 19th, 2015.', null, 'h2 class="warn"'); // _r('But please remember that it already <a href="%s">reached EOL</a>.') + _g('If you want to put the ISO on USB key, <span class="warn">please DO NOT use Unetbootin</span>. Have a look <a href="%s">here</a> for the alternative.',array(_r('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive')),'p'); + _g('Mageia 4.1 is a <a href="%s">maintenance</a> release for Mageia 4 with the current packages from update medias. It also has a fix for a syslinux bug which prevented some people installing from a burned cd/dvd.',array(_r('http://blog.mageia.org/en/2014/06/20/pulling-mageia-4-1-out-of-the-hat/')),'p'); ?> - - <h2><?php _g('Classical Installation Flavours')?></h2> <table class="fr-table dlt2"> <thead> @@ -81,7 +81,7 @@ function dl_link($variant = null, $arch = 'i586', $medium, $torrent = false, $un <tbody> <tr> <th class="name" style="width:60%">DVD 32bit<br>DVD 64bit<br> - <span class="dlinfo"><?php _g('Desktop'); ?>: GNOME, KDE, XFCE, Mate, Cinnamon, LXDE, ...</span></th> + <span class="dlinfo"><?php _g('Desktop'); ?>: GNOME, KDE, XFCE, Mate, Cinnamon, LXDE, ...</span></th> <td class="size">3.7GB</td> <td> <?php dl_link(null,'i586','DVD',false); |