aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2017-11-08 22:54:41 +0100
committerfilip <filip.komar@gmail.com>2017-11-08 22:54:41 +0100
commit1c2005ae3712c2bbc8ca3f6a4f6e1b49463e4ea8 (patch)
treea91b8b6eadcb28d7cb5215be08b97e0b94e77d60 /en
parent61d088f8887d5b1de16b1e21c223ff59b6178e34 (diff)
downloadwww-1c2005ae3712c2bbc8ca3f6a4f6e1b49463e4ea8.tar
www-1c2005ae3712c2bbc8ca3f6a4f6e1b49463e4ea8.tar.gz
www-1c2005ae3712c2bbc8ca3f6a4f6e1b49463e4ea8.tar.bz2
www-1c2005ae3712c2bbc8ca3f6a4f6e1b49463e4ea8.tar.xz
www-1c2005ae3712c2bbc8ca3f6a4f6e1b49463e4ea8.zip
push mga5 support from October 31th, 2017 to December 31st, 2017
Diffstat (limited to 'en')
-rw-r--r--en/support/index.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/en/support/index.php b/en/support/index.php
index 3c09b5c87..c59418b8b 100644
--- a/en/support/index.php
+++ b/en/support/index.php
@@ -50,7 +50,13 @@ $dictionary = read_translation_file($locale, array('support', 'common_footer'));
_g('Mageia releases are supported at least for 18 months.', null, 'p');
echo '<ul class="hl">';
_g('Mageia 6 will be supported until January 16th, 2019.', null, 'li'); // _g('Mageia 6 was supported until January 16th, 2019.', null, 'li');
- _g('Mageia 5 will be supported until October 31th, 2017.', null, 'li'); // _g('Mageia 5 was supported until October 31th, 2017.', null, 'li');
+ echo '<li>';
+ _g('Mageia 5 EOL is postponed until December 31st, 2017.', null, ' ');
+ _g('More details including a helpfull advice and %sa wiki page%s on %sour blog%s.',
+ array('<a href="' . _r('https://wiki.mageia.org/en/From_Mageia_5_to_6') . '">', '</a>',
+ '<a href="' . _r('https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/') . '">', '</a>'));
+ // _g('Mageia 5 was supported until December 31st, 2017.', null, 'li');
+ echo '</li>';
_g('Mageia 4 was supported until September 19th, 2015.', null, 'li');
_g('Mageia 3 was supported until November 26th, 2014.', null, 'li');
_g('Mageia 2 was supported until November 22nd, 2013.', null, 'li');