aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/reports/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/about/reports/index.php')
-rw-r--r--en/about/reports/index.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/en/about/reports/index.php b/en/about/reports/index.php
index 41fa981a5..406e11ab7 100644
--- a/en/about/reports/index.php
+++ b/en/about/reports/index.php
@@ -24,8 +24,9 @@ $dictionary = read_translation_file($locale, 'about/reports');
<p><?php _g('Here you will find our various activity and financial reports for every year.')?></p>
<ul>
- <li>2013: <?php _g('<a href="https://treasurer.mageia.org/y_2013.html">Financial report</a> (in progress).')?></li>
- <li>2012: <?php _g('<a href="2012/">Financial report</a>.')?></li>
+ <li>2014: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2014.html">', ' ' . _r('(in progress)')));?></li>
+ <li>2013: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2013.html">', ''));?></li>
+ <li>2012: <?php _g('%sFinancial report</a>%s.', array('<a href="2012/">', ''));?></li>
<li>2011: <?php _g('<a href="https://wiki.mageia.org/en/Rapport_moral_2011">Moral report</a> (in French &amp; English), <a href="2011/">financial report</a>.')?></li>
<li>2010: <?php _g('Moral report, <a href="2010/">financial report</a>.')?></li>
</ul>