diff options
author | Thomas Backlund <tmb@mageia.org> | 2022-04-17 19:29:23 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2022-04-17 19:29:23 +0300 |
commit | af1dca90c54b25cb95d31e3b4c5eedd8e320a410 (patch) | |
tree | 085da09419e06bd259aa26fa16afa4cf53ab25ff /en | |
parent | 86ab0c71cbef7e871f14f76d80396f9e633b6aef (diff) | |
download | www-af1dca90c54b25cb95d31e3b4c5eedd8e320a410.tar www-af1dca90c54b25cb95d31e3b4c5eedd8e320a410.tar.gz www-af1dca90c54b25cb95d31e3b4c5eedd8e320a410.tar.bz2 www-af1dca90c54b25cb95d31e3b4c5eedd8e320a410.tar.xz www-af1dca90c54b25cb95d31e3b4c5eedd8e320a410.zip |
2021 and 2022 in progress
Diffstat (limited to 'en')
-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> |