diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2021-02-25 20:39:16 +0100 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2021-02-25 20:47:07 +0100 |
commit | a8efb638cf382245a66901e1e56d69e8c15c9c99 (patch) | |
tree | 4161916438a10bcf59cc4853a1873a12ed5816d4 /en/support | |
parent | 67be4a46553e5a100df4dccc05758a1431f9fee6 (diff) | |
download | www-a8efb638cf382245a66901e1e56d69e8c15c9c99.tar www-a8efb638cf382245a66901e1e56d69e8c15c9c99.tar.gz www-a8efb638cf382245a66901e1e56d69e8c15c9c99.tar.bz2 www-a8efb638cf382245a66901e1e56d69e8c15c9c99.tar.xz www-a8efb638cf382245a66901e1e56d69e8c15c9c99.zip |
Add Mageia 8
Diffstat (limited to 'en/support')
-rw-r--r-- | en/support/index.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/en/support/index.php b/en/support/index.php index 26868b1db..2ab5ded09 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -50,11 +50,12 @@ $rtl = is_locale_rtl($locale); _g('Lifecycle', null, 'h3 id="lifecycle"'); echo '<p>'; _g('Mageia releases are supported at least for 18 months.', null, ' '); - _g('And at least three months after the new release is out.'); + // _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.', null, 'li'); echo '<li>'; - _g('Mageia 7 will be supported until December 30th, 2020.', null, ' '); _g('Plus three months after Mageia 8 release.'); // _g('Mageia 7 was supported until December 30th, 2020.', null, 'li'); + _g('Mageia 7 will be supported until December 30th, 2020.', null, ' '); _g('Plus three months after Mageia 8 release.'); // _g('Mageia 7 was supported until May 31st, 2021.', null, 'li'); echo '</li>'; /*_g('Mageia 6 will be supported until September 30th, 2019.', null, 'li'); /**/ _g('Mageia 6 was supported until September 30th, 2019.', null, 'li'); echo '<li>'; |