diff options
author | filip <filip.komar@gmail.com> | 2018-10-01 00:02:09 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2018-10-01 00:02:09 +0200 |
commit | df567aeca8bee4343db261e0f59b15e6cf077d85 (patch) | |
tree | 4b4b1aecd559358109ed7cca2d6c39a98b7d5127 /en/6 | |
parent | 2321568be728e01ce9dd1d93287fdebbee7dd918 (diff) | |
download | www-df567aeca8bee4343db261e0f59b15e6cf077d85.tar www-df567aeca8bee4343db261e0f59b15e6cf077d85.tar.gz www-df567aeca8bee4343db261e0f59b15e6cf077d85.tar.bz2 www-df567aeca8bee4343db261e0f59b15e6cf077d85.tar.xz www-df567aeca8bee4343db261e0f59b15e6cf077d85.zip |
preparing i18n for mga6.1. part2
+ added future warning text for mga6 EOL + one small css fix
Diffstat (limited to 'en/6')
-rw-r--r-- | en/6/download_index.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/en/6/download_index.php b/en/6/download_index.php index a210b4234..d11a59336 100644 --- a/en/6/download_index.php +++ b/en/6/download_index.php @@ -80,6 +80,9 @@ input[type="radio"]:checked + label,.ui-button:active { input[type="radio"], input[type="submit"], .popover-content { display: none; } +.warn { + color:#a00; +} </style> </head> <body class="release downloads"> @@ -108,6 +111,8 @@ input[type="radio"], input[type="submit"], .popover-content { </noscript> <div class="para"> + <?php // _g('But please remember that it will soon <a href="%s">reach EOL</a>.', array('../support/'), 'h2 class="warn"'); + // _g('But please remember that it already <a href="%s">reached EOL</a>.', array(_not_yet('https://blog.mageia.org/en/2019/.../')), 'h2 class="warn"'); ?> <p> <?php _g('Mageia is provided as ISO image files that have to be written to blank <a href="%s">CD or DVD discs</a>.', array(_r('https://wiki.mageia.org/en/Writing_CD_and_DVD_images')), ' '); ?> <br> @@ -126,6 +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: + 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."); + echo '</p>'; +/**/ ?> </div> <div class="para" id="format"> |