From 72268d06c66cf26ed2159965162f29a4e2c310d6 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Fri, 25 Aug 2023 10:48:58 +0200 Subject: Add Mageia 9 to other pages --- en/9/nav.php | 2 +- en/doc/archive.php | 16 ++++++++++++++++ en/doc/doc.php | 6 ++++++ en/doc/index.php | 20 ++++++++++---------- en/map/index.php | 1 + en/support/index.php | 9 ++++++--- en/timeline/index.php | 3 +++ 7 files changed, 43 insertions(+), 14 deletions(-) (limited to 'en') diff --git a/en/9/nav.php b/en/9/nav.php index e5da5ff40..91739d67b 100644 --- a/en/9/nav.php +++ b/en/9/nav.php @@ -10,7 +10,7 @@ $upgradeguide = _r('https://wiki.mageia.org/en/Mageia_9_Release_Notes#Upgrading_ $nav = array( "/{$locale}/9/" => 'Mageia 9', - "/{$locale}/9/download_index.php" => _r('Download'), + "/{$locale}/downloads/" => _r('Download'), $releasenotes => _r('Release notes'), $errata => _r('Errata'), // "//bugs.mageia.org/" => _r('Bugs Reports'), diff --git a/en/doc/archive.php b/en/doc/archive.php index 5b7e11b64..96cf76a37 100644 --- a/en/doc/archive.php +++ b/en/doc/archive.php @@ -29,6 +29,22 @@ $rtl = is_locale_rtl($locale); here.')?>

Calenco tool from NeoDoc.', 'http://www.neodoc.biz/', 'p')?>
+

Mageia 7

+
+
+ +
+
+ +
+
+ +
+
+ +
+
+

Mageia 6

diff --git a/en/doc/doc.php b/en/doc/doc.php index 260cf2cb6..68231c9db 100644 --- a/en/doc/doc.php +++ b/en/doc/doc.php @@ -1,5 +1,11 @@ us improve them, or to assist in translating them into your language.')?>

Calenco tool from NeoDoc.', 'http://www.neodoc.biz/', 'p')?>
-

Mageia 8

+

Mageia 9

- +
- +
- +
- +

-

Mageia 7

+

Mageia 8

- +
- +
- +
- +

diff --git a/en/map/index.php b/en/map/index.php index 51ca8a08c..2f3603d14 100644 --- a/en/map/index.php +++ b/en/map/index.php @@ -38,6 +38,7 @@ $map = array( 't' => _r('Downloads'), 'l' => '/{L}/downloads/', 'i' => array( + array('t' => _r('9 (August 2023)'), 'l' => '/{L}/9/'), array('t' => _r('8 (February 2021)'), 'l' => '/{L}/8/'), array('t' => _r('7 (June 2019)'), 'l' => '/{L}/7/'), array('t' => _r('6 (July 2017)'), 'l' => '/{L}/6/'), 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); '', ''), 'p'); echo '
'; _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('Mageia 6', 'Mageia 7'), 'p'); - _g('Updates are available for %s (security and bug fixes) and published on an ongoing basis.', array('Mageia 8'), 'p'); + _g('Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis.', array('Mageia 8', 'Mageia 9'), 'p'); + // _g('Updates are available for %s (security and bug fixes) and published on an ongoing basis.', array('Mageia 8'), '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('updates-announce'), 'p'); echo '
'; @@ -54,7 +54,10 @@ $rtl = is_locale_rtl($locale); // _g('And at least three months after the new release is out.'); echo '

'; echo '
    '; - _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 '
  • '; diff --git a/en/timeline/index.php b/en/timeline/index.php index c7e9033b2..3ee187694 100644 --- a/en/timeline/index.php +++ b/en/timeline/index.php @@ -37,6 +37,9 @@ function list_events($events = array(), $rtl = false) } $events = array( + _r('2023') => array( + _r('August') => array(sprintf(_r('Mageia %s is released.'), '"../9/"', '9')), + ), _r('2021') => array( _r('March') => array(_r('General Assembly on IRC.')), _r('February') => array(sprintf(_r('Mageia %s is released.'), '"../8/"', '8')), -- cgit v1.2.1