diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2023-08-25 10:48:58 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2023-08-25 10:48:58 +0200 |
commit | 72268d06c66cf26ed2159965162f29a4e2c310d6 (patch) | |
tree | 3b3a21e9f3969f14d1077cd9fd456d5ea6c1c1fd /en/support | |
parent | 0175af732dc22c9ba2c4908d400150024708ffa1 (diff) | |
download | www-72268d06c66cf26ed2159965162f29a4e2c310d6.tar www-72268d06c66cf26ed2159965162f29a4e2c310d6.tar.gz www-72268d06c66cf26ed2159965162f29a4e2c310d6.tar.bz2 www-72268d06c66cf26ed2159965162f29a4e2c310d6.tar.xz www-72268d06c66cf26ed2159965162f29a4e2c310d6.zip |
Add Mageia 9 to other pages
Diffstat (limited to 'en/support')
-rw-r--r-- | en/support/index.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/en/support/index.php b/en/support/index.php index 4f691614c..265014be9 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/6.html">Mageia 6</a>', '<a href="//advisories.mageia.org/7.html">Mageia 7</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/8.html">Mageia 8</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,7 +54,10 @@ $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 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('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('Mageia 7 was supported until June 30th, 2021.', null, 'li'); _g('Mageia 6 was supported until September 30th, 2019.', null, 'li'); echo '<li>'; |