aboutsummaryrefslogtreecommitdiffstats
path: root/en/support
diff options
context:
space:
mode:
authorClaire Revillet <grenoya@zarb.org>2015-09-19 18:04:16 +0200
committerClaire Revillet <grenoya@zarb.org>2015-09-19 18:04:16 +0200
commit77f5c38a214bb0fa779630e655afb364dd71f80d (patch)
treeb98b0c7673148a9431476fed9badc73cb03c2254 /en/support
parente8d05c5d17cab559c00030036cc278dfcdb1f23b (diff)
downloadwww-77f5c38a214bb0fa779630e655afb364dd71f80d.tar
www-77f5c38a214bb0fa779630e655afb364dd71f80d.tar.gz
www-77f5c38a214bb0fa779630e655afb364dd71f80d.tar.bz2
www-77f5c38a214bb0fa779630e655afb364dd71f80d.tar.xz
www-77f5c38a214bb0fa779630e655afb364dd71f80d.zip
- update support page after mag4 EOL
Diffstat (limited to 'en/support')
-rw-r--r--en/support/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/en/support/index.php b/en/support/index.php
index 6d9cc267f..cd22666a1 100644
--- a/en/support/index.php
+++ b/en/support/index.php
@@ -40,8 +40,8 @@ $dictionary = read_translation_file($locale, 'support');
'<a href="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/4.html">Mageia 4</a>', '<a href="//advisories.mageia.org/5.html">Mageia 5</a>'), 'p');
-// _g('Updates are available for %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/4.html">Mageia 4</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/4.html">Mageia 4</a>', '<a href="//advisories.mageia.org/5.html">Mageia 5</a>'), 'p');
+ _g('Updates are available for %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/5.html">Mageia 5</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>';
@@ -50,7 +50,7 @@ $dictionary = read_translation_file($locale, 'support');
_g('Mageia releases are supported at least for 18 months.', null, 'p');
echo '<ul class="hl">';
_g('Mageia 5 will be supported until December 16th, 2016.', null, 'li'); // _g('Mageia 5 was supported until December 16th, 2016.', null, 'li');
- _g('Mageia 4 will be supported until September 19th, 2015.', null, 'li'); // _g('Mageia 4 was supported until September 19th, 2015.', null, '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');
_g('Mageia 1 was supported until December 1st, 2012.', null, 'li');