diff options
author | filip <filip.komar@gmail.com> | 2018-10-05 22:50:33 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2018-10-05 22:50:33 +0200 |
commit | cadb766a5bfd6925acfc5111907004ce5af5175f (patch) | |
tree | edc0225cca4b4c4c3f69a5cc9afd21a0a3a42ddd /en/6/download_index.php | |
parent | f4535dc71e11a25009d47951d259b90f8cccc316 (diff) | |
download | www-cadb766a5bfd6925acfc5111907004ce5af5175f.tar www-cadb766a5bfd6925acfc5111907004ce5af5175f.tar.gz www-cadb766a5bfd6925acfc5111907004ce5af5175f.tar.bz2 www-cadb766a5bfd6925acfc5111907004ce5af5175f.tar.xz www-cadb766a5bfd6925acfc5111907004ce5af5175f.zip |
mga6.1 release
Diffstat (limited to 'en/6/download_index.php')
-rw-r--r-- | en/6/download_index.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/en/6/download_index.php b/en/6/download_index.php index d11a59336..21951d733 100644 --- a/en/6/download_index.php +++ b/en/6/download_index.php @@ -1,7 +1,7 @@ <?php $name = 'Mageia'; -$version = '6'; +$version = '6.1'; $release = ''; $torrentavailable=true; $classical=true; @@ -131,15 +131,15 @@ input[type="radio"], input[type="submit"], .popover-content { <p> <?php _g('If you have <a href="%s">UEFI</a>, a procedure is available in the <a href="%s">wiki</a>.', array(_r('http://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface'),_r('https://wiki.mageia.org/en/Installing_on_systems_with_UEFI_firmware' /*this will be changed to tooltip, so no more url*/))) ;?> </p> -<?php /* This is i18n text prepared for mga6.1 release: +<?php echo '<p>'; - _g('Live Media and Network Installation Media were updated to support new hardware.', null, ' '); - _g('They are called Mageia 6.1 release to distinguish them from original Mageia 6 release.', null, ' '); - _g("Use those if Classical Installation Media don't support your hardware even after updating hardware related packages.", null, ' '); - _g('Please take a look in <a href="%s">documentation</a> for appropriate media.', array('../doc/'), null, ' '); - _g("There's no need to reinstall if you update your Mageia installation regularly."); + _g('Live Media and Network Installation Media have been updated to support new hardware.', null, ' '); + _g('They are called Mageia 6.1 release to distinguish them from the original Mageia 6 release.', null, ' '); + _g("Use these if the original Mageia 6 iso images are unable to boot on your hardware, or if you would like more up-to-date software while running in live mode.", null, ' '); + _g('Please take a look in the <a href="%s">documentation</a> for the appropriate media.', array('../doc/'), null, ' '); + _g("There's no need to reinstall if you have Mageia 6 installed and already have the latest updates installed."); echo '</p>'; -/**/ ?> +?> </div> <div class="para" id="format"> |