diff options
| author | root <root@sucuk.mageia.org> | 2022-04-17 18:30:02 +0200 |
|---|---|---|
| committer | root <root@sucuk.mageia.org> | 2022-04-17 18:30:02 +0200 |
| commit | 8def114dabb25fc98d149cb2e972d902ab67fa41 (patch) | |
| tree | 085da09419e06bd259aa26fa16afa4cf53ab25ff | |
| parent | b5142b721dbf56091c2c4f3c61ec5e7b3798e348 (diff) | |
| parent | af1dca90c54b25cb95d31e3b4c5eedd8e320a410 (diff) | |
| download | www-8def114dabb25fc98d149cb2e972d902ab67fa41.tar www-8def114dabb25fc98d149cb2e972d902ab67fa41.tar.gz www-8def114dabb25fc98d149cb2e972d902ab67fa41.tar.bz2 www-8def114dabb25fc98d149cb2e972d902ab67fa41.tar.xz www-8def114dabb25fc98d149cb2e972d902ab67fa41.zip | |
Merge branch 'master' of git://git.mageia.org/web/www
| -rw-r--r-- | en/about/reports/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/en/about/reports/index.php b/en/about/reports/index.php index a3c9f7a22..ee8e98384 100644 --- a/en/about/reports/index.php +++ b/en/about/reports/index.php @@ -26,6 +26,7 @@ $rtl = is_locale_rtl($locale); <p><?php _g('Here you will find our various activity and financial reports for every year.')?></p> <ul> + <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>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> |
