diff options
Diffstat (limited to 'en/about')
-rw-r--r-- | en/about/index.php | 2 | ||||
-rw-r--r-- | en/about/reports/index.php | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/en/about/index.php b/en/about/index.php index a03250419..919acf53c 100644 --- a/en/about/index.php +++ b/en/about/index.php @@ -47,7 +47,7 @@ $dictionary = read_translation_file($locale, array('about', 'common_footer')); _r('gathered <a href="../community/">hundreds of careful individuals and several companies worldwide</a>,', ' '), _r('who coproduce the infrastructure, the distribution itself, <a href="https://wiki.mageia.org/">documentation</a>, <a href="../downloads/">delivery</a> and <a href="../support/">support</a>, using Free Software tools;'); echo '</li>'; - _g('released eight major stable releases <a href="../1/">in June 2011</a>, <a href="../2/">in May 2012</a>, <a href="../3/">in May 2013</a>, <a href="../4/">in February 2014</a>, <a href="../5/">in June 2015</a>, <a href="../6/">in July 2017</a>, <a href="../7/">in June 2019</a> and <a href="../8/">in February 2021</a>',null,'li'); + _g('released nine major stable releases <a href="../1/">in June 2011</a>, <a href="../2/">in May 2012</a>, <a href="../3/">in May 2013</a>, <a href="../4/">in February 2014</a>, <a href="../5/">in June 2015</a>, <a href="../6/">in July 2017</a>, <a href="../7/">in June 2019</a>, <a href="../8/">in February 2021</a> and <a href="../9/">in August 2023</a>.',null,'li'); ?></ul> <!-- <ul> diff --git a/en/about/reports/index.php b/en/about/reports/index.php index bd46c1d21..c5b28200a 100644 --- a/en/about/reports/index.php +++ b/en/about/reports/index.php @@ -27,9 +27,9 @@ $rtl = is_locale_rtl($locale); <ul> <li>2024: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2024.html">', ' ' . _r('(in progress)')));?></li> - <li>2023: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2023.html">', ' ' . _r('(in progress)')));?></li> - <li>2022: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2022.html">', ' ' . _r('(in progress)')));?></li> - <li>2021: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2021.html">', ' ' . _r('(in progress)')));?></li> + <li>2023: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2023.html">', ''));?></li> + <li>2022: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2022.html">', ''));?></li> + <li>2021: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2021.html">', ''));?></li> <li>2020: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2020.html">', ''));?></li> <li>2019: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2019.html">', ''));?></li> <li>2018: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2018.html">', ''));?></li> |