aboutsummaryrefslogtreecommitdiffstats
path: root/en/donate
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-03-20 17:24:04 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2014-03-20 17:24:04 +0000
commit1cb64f966b399fed3a25abe57b387de2837c82ce (patch)
tree2136a957014103f10068a12f4ff2e1154fab7cc1 /en/donate
parent16f520d87c9e50da3081bdc04acaab9e68c52cc2 (diff)
downloadwww-1cb64f966b399fed3a25abe57b387de2837c82ce.tar
www-1cb64f966b399fed3a25abe57b387de2837c82ce.tar.gz
www-1cb64f966b399fed3a25abe57b387de2837c82ce.tar.bz2
www-1cb64f966b399fed3a25abe57b387de2837c82ce.tar.xz
www-1cb64f966b399fed3a25abe57b387de2837c82ce.zip
donate page converted to gettext
Diffstat (limited to 'en/donate')
-rw-r--r--en/donate/index.php64
1 files changed, 32 insertions, 32 deletions
diff --git a/en/donate/index.php b/en/donate/index.php
index b2a0d95d5..193b6a041 100644
--- a/en/donate/index.php
+++ b/en/donate/index.php
@@ -1,15 +1,15 @@
<?php
define('HLANG', true);
require '../../langs.php';
-_lang_load($locale, 'donate');
+$dictionary = read_translation_file($locale, 'donate');
?><!DOCTYPE html>
<html dir="ltr" lang="<?php echo $locale; ?>">
<head>
<meta charset="utf-8">
- <title><?php _e('Donate to Mageia')?></title>
+ <title><?php _g('Donate to Mageia')?></title>
<meta name="description" content="">
- <meta name="keywords" content="<?php _e('mageia, donate, donation, donors, help'); ?>">
+ <meta name="keywords" content="<?php _g('mageia, donate, donation, donors, help'); ?>">
<meta name="author" content="Mageia">
<link rel="stylesheet" type="text/css" href="/g/style/all.css">
<link rel="canonical" href="/<?php echo $locale; ?>/donate/">
@@ -24,62 +24,62 @@ _lang_load($locale, 'donate');
</head>
<body class="donate">
<?php echo $hsnav; ?>
- <h1 id="mgnavt"><?php _e('Donate to Mageia')?></h1>
+ <h1 id="mgnavt"><?php _g('Donate to Mageia')?></h1>
<div id="doc2" class="yui-t7">
<div class="yui-ge">
<div class="yui-u first" style="width:50%">
<div class="para">
- <h2 id="d-paypal"><?php _e('Donate via PayPal,'); ?></h2>
+ <h2 id="d-paypal"><?php _g('Donate via PayPal,'); ?></h2>
<?php include '../../paypal.inc.php'; echo html_paypal_form($locale); ?>
- <h3 id="d-bitcoin"><?php _e('via bitcoin,'); ?></h3>
- <?php echo sprintf(_t('If you want to donate <a href="http://bitcoin.org/">bitcoins</a>, the Mageia.Org bitcoin address is <b>%s</b>.'), '<a href="https://blockchain.info/address/1GYF2h69NrJ7Pp92bNPDEdLABbH1hR7rsA">1GYF2h69NrJ7Pp92bNPDEdLABbH1hR7rsA</a>'); ?>
- <h3><?php _e('via bank transfer,'); ?></h3>
- <p><?php _e('using the following Bank Identifier Code (IBAN-BIC):') ?></p>
+ <h3 id="d-bitcoin"><?php _g('via bitcoin,'); ?></h3>
+ <?php echo sprintf(_r('If you want to donate <a href="http://bitcoin.org/">bitcoins</a>, the Mageia.Org bitcoin address is <b>%s</b>.'), '<a href="https://blockchain.info/address/1GYF2h69NrJ7Pp92bNPDEdLABbH1hR7rsA">1GYF2h69NrJ7Pp92bNPDEdLABbH1hR7rsA</a>'); ?>
+ <h3><?php _g('via bank transfer,'); ?></h3>
+ <p><?php _g('using the following Bank Identifier Code (IBAN-BIC):') ?></p>
<pre class="donate-coord">
-<u><?php _e('In favor of:'); ?></u>
+<u><?php _g('In favor of:'); ?></u>
<?php echo $G_coord_assos; ?>
-<u><?php _e('Bank Account:') ?></u>
+<u><?php _g('Bank Account:') ?></u>
<?php echo $G_coord_assos_bank; ?>
</pre>
- <h3><?php _e('or via check (&euro; only).')?></h3>
- <p><?php _e('You can send your donation by check to this address:')?></p>
+ <h3><?php _g('or via check (&euro; only).')?></h3>
+ <p><?php _g('You can send your donation by check to this address:')?></p>
<pre class="donate-coord">
<?php echo $G_coord_assos; ?>
</pre>
- <p><?php _e('Use "Mageia.Org" in the "Pay to the order of..." line.');?></p>
+ <p><?php _g('Use "Mageia.Org" in the "Pay to the order of..." line.');?></p>
- <p class="dlinfo"><strong><?php _e('Please note that:')?></strong></p>
+ <p class="dlinfo"><strong><?php _g('Please note that:')?></strong></p>
<ul>
- <li><?php _e('Paypal withdraws a small commission for each donation (around 2%) so we get a little bit less than you send;')?></li>
- <li><?php _e('conversion rates are charged to Mageia, so please use &euro; as currency;')?></li>
- <li><?php echo sprintf(_t('if you want to do an anonymous donation, please add a comment or send an email to %s.'), '<a href="mailto:treasurer@mageia.org">treasurer@mageia.org</a>')?></li>
+ <li><?php _g('Paypal withdraws a small commission for each donation (around 2%) so we get a little bit less than you send;')?></li>
+ <li><?php _g('conversion rates are charged to Mageia, so please use &euro; as currency;')?></li>
+ <li><?php echo sprintf(_r('if you want to do an anonymous donation, please add a comment or send an email to %s.'), '<a href="mailto:treasurer@mageia.org">treasurer@mageia.org</a>')?></li>
</ul>
</div>
</div>
<div class="yui-u" style="width:50%">
<div class="para">
- <h2 id="why"><?php _e('Why donate?'); ?></h2>
- <p><?php _e('Mageia.Org is a not-for-profit association to manage the Mageia distribution. As a not-for-profit association, it can receive donations from the community to help in a lot of differents fields:')?></p>
+ <h2 id="why"><?php _g('Why donate?'); ?></h2>
+ <p><?php _g('Mageia.Org is a not-for-profit association to manage the Mageia distribution. As a not-for-profit association, it can receive donations from the community to help in a lot of differents fields:')?></p>
<ul>
- <li><?php _e('hardware and hosting for servers;')?></li>
- <li><?php _e('domain names;')?></li>
- <li><?php _e('registrations of Mageia trademark;')?></li>
- <li><?php _e('goodies for spreading Mageia;')?></li>
- <li><?php _e('administrative expenses;')?></li>
- <li><?php _e('eventually, legal counsel and')?></li>
- <li><?php _e('etc.')?></li>
+ <li><?php _g('hardware and hosting for servers;')?></li>
+ <li><?php _g('domain names;')?></li>
+ <li><?php _g('registrations of Mageia trademark;')?></li>
+ <li><?php _g('goodies for spreading Mageia;')?></li>
+ <li><?php _g('administrative expenses;')?></li>
+ <li><?php _g('eventually, legal counsel and')?></li>
+ <li><?php _g('etc.')?></li>
</ul>
</div>
<div class="para track">
- <h2 id="status"><?php _e('How to track donation?')?></h2>
- <p><?php echo sprintf(_t('Currently, we received a lot of generous donations (%s, remains %s) thanks to all of our <a href="../thank-you/">donors</a>!'),
+ <h2 id="status"><?php _g('How to track donation?')?></h2>
+ <p><?php echo sprintf(_r('Currently, we received a lot of generous donations (%s, remains %s) thanks to all of our <a href="../thank-you/">donors</a>!'),
'<span id="donations_total">x</span> &euro;', '<span id="balance">x</span> &euro;');?></p>
- <p><?php echo sprintf(_t('We believe public accountability is crucial. You can know more about how are used the funds received by reading our <a href="%s">financial reports</a>.'), '../about/reports/')?></p>
+ <p><?php echo sprintf(_r('We believe public accountability is crucial. You can know more about how are used the funds received by reading our <a href="%s">financial reports</a>.'), '../about/reports/')?></p>
<!--
@@ -101,8 +101,8 @@ People can choose how to distribute their donation among those:
-->
</div>
<div class="para questions">
- <h2 id="questions"><?php _e('Questions?')?></h2>
- <p><?php _e('If you have any question about donations, you can send an email to <a href="mailto:treasurer@mageia.org">treasurer@mageia.org</a>.'); ?></p>
+ <h2 id="questions"><?php _g('Questions?')?></h2>
+ <p><?php _g('If you have any question about donations, you can send an email to <a href="mailto:treasurer@mageia.org">treasurer@mageia.org</a>.'); ?></p>
<hr />
</div>
</div>