diff options
| author | root <root@sucuk.mageia.org> | 2025-06-27 22:30:02 +0200 |
|---|---|---|
| committer | root <root@sucuk.mageia.org> | 2025-06-27 22:30:02 +0200 |
| commit | cb70e1cb090d17b5e9df3d6b4a2cb40041cf91ff (patch) | |
| tree | 111e0678a0efa2443eb5efc8ef14d031ae70373e | |
| parent | 86e3f16516c8c5552a7e422b4ffa4b8a77d9d05a (diff) | |
| parent | 18b719978c745911326de41bb428f975746dfced (diff) | |
| download | www-cb70e1cb090d17b5e9df3d6b4a2cb40041cf91ff.tar www-cb70e1cb090d17b5e9df3d6b4a2cb40041cf91ff.tar.gz www-cb70e1cb090d17b5e9df3d6b4a2cb40041cf91ff.tar.bz2 www-cb70e1cb090d17b5e9df3d6b4a2cb40041cf91ff.tar.xz www-cb70e1cb090d17b5e9df3d6b4a2cb40041cf91ff.zip | |
Merge branch 'master' of git://git.mageia.org/web/www
| -rw-r--r-- | en/about/reports/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
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> |
