diff options
-rw-r--r-- | donators.inc.php | 15 | ||||
-rw-r--r-- | en/about/reports/2011/index.php | 4 | ||||
-rw-r--r-- | langs.php | 2 |
3 files changed, 14 insertions, 7 deletions
diff --git a/donators.inc.php b/donators.inc.php index ac131c627..afba581eb 100644 --- a/donators.inc.php +++ b/donators.inc.php @@ -3,8 +3,10 @@ */ /** -*/ + */ +$anonymous = 15; $donators = array( + 'Anonymous (x $anonymous)', 'Pascal Vilarem (MaĆ¢t)', 'Vicente Salvador Cubedo', 'Samuel Verschelde (Stormi)', @@ -73,7 +75,6 @@ $donators = array( 'Werner Brinkmann', 'Serge Moreau', 'Jean Goujoun', - 'Anonymous (x 14)', 'Freddy Janssens', 'Nico Bergmann', 'Adrien Guichard', @@ -259,7 +260,13 @@ $donators = array( 'Alejandro Diaz Infante', 'Marcel Sahaghian', 'Edward Janusz', - 'Jean-Claude Colette' + 'Jean-Claude Colette', + 'Eduardo Castiello Armayor', + 'Jean-Francois Cayula', + 'Angelika Furrer', + 'Valentin Moon', + 'Jean Derouet', + 'Patrick Le Tiec' ); //$html .= '<img src="/g/images/mageia_0.svg" style="position: absolute; top: 180px; width: 300px; opacity: 0.2;" />'; @@ -295,7 +302,7 @@ $orgs = array( */ function html_donators_list($donators) { - $count_donators = count($donators)+14; //count + anonymous + $count_donators = count($donators+$anonymous); //$donators = array_unique($donators); sort($donators); diff --git a/en/about/reports/2011/index.php b/en/about/reports/2011/index.php index 99450c37a..2a541cb9e 100644 --- a/en/about/reports/2011/index.php +++ b/en/about/reports/2011/index.php @@ -54,9 +54,9 @@ </table> <h2>Bank accounts situation</h2> <ul> - <li>Paypal (non-for-profit organisation account): EUR 333.91</li> + <li>Paypal (non-for-profit organisation account): EUR 63.82</li> <li>Main account (with checkbook and no credit card): EUR 354.55</li> - <li>Savings account (between 2% and 4% of interest): EUR 6 180,57</li> + <li>Savings account (between 2% and 4% of interest): EUR 7 180,57</li> </ul> <h2>Forecast for 2011</h2> <table id="fr-table"><thead><tr><th>Description of planned expenditure</th><th>Unit Price</th><th>Quantity</th><th>Recurrence</th><th>Total Price</th><th>Status</th></tr></thead><tbody><tr> @@ -6,7 +6,7 @@ $g_app_root = realpath(dirname(__FILE__)); define('G_APP_ROOT', $g_app_root); $g_donate_amount = 'EUR 12 181.52'; -$g_amount_remain = 'EUR 6 869.03'; +$g_amount_remain = 'EUR 7 598.94'; $G_coord_assos = <<<T Assocation Mageia.Org |