diff options
Diffstat (limited to 'en/support/index.php')
-rw-r--r-- | en/support/index.php | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/en/support/index.php b/en/support/index.php index 265014be9..84b5720a7 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -41,8 +41,8 @@ $rtl = is_locale_rtl($locale); '<a href="' . _r('https://wiki.mageia.org') . '">', '</a>'), 'p'); echo '<hr>'; _g('Updates', null, 'h2 id="updates"'); - _g('Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/8.html">Mageia 8</a>', '<a href="//advisories.mageia.org/9.html">Mageia 9</a>'), 'p'); - // _g('Updates are available for %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/8.html">Mageia 8</a>'), 'p'); +// _g('Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/8.html">Mageia 8</a>', '<a href="//advisories.mageia.org/9.html">Mageia 9</a>'), 'p'); + _g('Updates are available for %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/9.html">' . _r('Mageia 9') . '</a>'), 'p'); _g('You can install these from the Mageia Control Center.', null, 'p'); _g('You may subscribe to our %s announce list to be notified of these.', array('<a href="https://ml.mageia.org/l/info/updates-announce">updates-announce</a>'), 'p'); echo '<hr>'; @@ -54,10 +54,8 @@ $rtl = is_locale_rtl($locale); // _g('And at least three months after the new release is out.'); echo '</p>'; echo '<ul class="hl">'; - _g('Mageia 9 will be supported until March 31st, 2025', null, 'li'); - //_g('Mageia 8 was supported until November 30th, 2023', null, 'li'); - _g('Mageia 8 will be supported until November 30th, 2023', null, 'li'); - //_g('Mageia 8 will be supported until August 31st, 2022, or for at least 3 months after Mageia 9 release.', null, 'li'); // _g('Mageia 8 was supported for at least 3 months after Mageia 9 release.', null, 'li'); + _g('%s will be supported for a minimum of 3 months after the next release', array(_r('Mageia 9')), 'li'); + _g('Mageia 8 was supported until November 30th, 2023', null, 'li'); _g('Mageia 7 was supported until June 30th, 2021.', null, 'li'); _g('Mageia 6 was supported until September 30th, 2019.', null, 'li'); echo '<li>'; |