aboutsummaryrefslogtreecommitdiffstats
path: root/en/donate
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-05-19 10:35:00 +0000
committerRomain d'Alverny <rda@mageia.org>2012-05-19 10:35:00 +0000
commit409ea85c0569cabf2cacdc4f1e18285cd3b5f94b (patch)
treeaecabd2b930802ef27ffbbcb121dd28af4f7b222 /en/donate
parent6757eafb8814e4c0b2dcc2d78345583978d744a5 (diff)
downloadwww-409ea85c0569cabf2cacdc4f1e18285cd3b5f94b.tar
www-409ea85c0569cabf2cacdc4f1e18285cd3b5f94b.tar.gz
www-409ea85c0569cabf2cacdc4f1e18285cd3b5f94b.tar.bz2
www-409ea85c0569cabf2cacdc4f1e18285cd3b5f94b.tar.xz
www-409ea85c0569cabf2cacdc4f1e18285cd3b5f94b.zip
moved locales (de,ru) in; changed layout
Diffstat (limited to 'en/donate')
-rw-r--r--en/donate/index.php135
-rw-r--r--en/donate/locales.php109
2 files changed, 162 insertions, 82 deletions
diff --git a/en/donate/index.php b/en/donate/index.php
index 18e303a3b..768264d86 100644
--- a/en/donate/index.php
+++ b/en/donate/index.php
@@ -16,62 +16,29 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
<meta name="author" content="Mageia">
<link rel="stylesheet" type="text/css" href="/g/style/all.css">
<?php include '../../analytics.php'; ?>
+ <style>
+ .para { text-align: left; float: left; width: 400px; display: block; }
+ .donoptions { width: 400px; float: left; display: block; }
+ #options { list-style: none; padding: 0; margin: 0; }
+ #options > li { list-style: none; padding: 0; margin: 0 0 4em 0; }
+ .dlinfo li { margin-bottom: 0.6em; }
+ .whydonate, .track {
+ float
+ }
+ </style>
</head>
<body class="contribute donate">
<?php echo $hsnav; ?>
<h1 id="mgnavt"><?php _e('Donate to Mageia')?></h1>
- <div id="doc" class="yui-t7">
- <div id="bd" role="main">
- <div class="yui-g">
- <div class="para donate" style="padding-top: 2em;">
- <div style="float: right; border: 1px solid #aaa; padding: 0 0 1em 0; margin: 0 0 2em 1em;">
- <ul>
- <li><a href="#why"><?php _e('Why donate?');?></a></li>
- <li><a href="#status"><?php _e('Donation Tracks');?></a></li>
- <li><a href="#d-paypal"><?php _e('Donate');?></a> (<?php _e('PayPal, bank, check');?>)</li>
- <li><a href="/en/thank-you/#fund"><?php _e('Thank you!');?></a></li>
- </ul>
- </div>
- <h2 id="why"><?php _e('Why donate?'); ?></h2>
- <p><?php _e('why_donate_txt')?></p>
- <ul><?php foreach (_t('why_donate_items') as $e)
- echo sprintf('<li>%s</li>', $e);
- ?>
- </ul>
- <hr />
- <h2 id="status"><?php _e('How to track donation?')?></h2>
- <p><?php echo sprintf(_t('how_to_track_txt'),
- $g_donate_amount, $g_amount_remain, '/en/about/reports/' . date('Y') . '/')?></p>
-
-<!--
- <hr />
- <pRE><mark>
-TODO: projected funds/provisions: high level, then detailed budget.
-People can choose how to distribute their donation among those:
- * infrastructure:
- - servers
- - ...
- * communication
- - Web
- - print
- * give back to other projects/associations (April, FS projects)
- * employment in mageia.org
- * IP/brand
- * ?
- * other
- </mark></pre>
--->
- </div>
- </div>
- <div class="yui-g"><div class="para">
- <h2 id="d-paypal"><?php _e('Donate via PayPal,'); ?></h2>
+
+ <div class="para donoptions">
+ <ul id="options">
+ <li><h2 id="d-paypal"><?php _e('Donate via PayPal,'); ?></h2>
<?php include '../../paypal.inc.php'; echo html_paypal_form($locale); ?>
- </div></div>
- <div class="yui-g">
- <div class="yui-u first"><div class="para" style="padding-right: 0;">
- <h3><?php _e('via bank transfer,'); ?></h3>
- <p><?php _e('using the following Bank Identifier Code (IBAN-BIC):') ?></p>
- <pre class="donate-coord">
+ </li>
+ <li><h3><?php _e('via bank transfer,'); ?></h3>
+ <p><?php _e('using the following Bank Identifier Code (IBAN-BIC):') ?></p>
+ <pre class="donate-coord">
<u><?php _e('In favor of:'); ?></u>
<?php echo $G_coord_assos; ?>
@@ -82,24 +49,58 @@ People can choose how to distribute their donation among those:
<?php echo $G_coord_assos_bank; ?>
</pre>
- </div></div>
- <div class="yui-u"><div class="para">
- <h3><?php _e('or via check (&euro; only).')?></h3>
- <p><?php _e('You can send your donation by check to this address:')?></p>
- <pre class="donate-coord">
+ </li>
+ <li><h3><?php _e('or via check (&euro; only).')?></h3>
+ <p><?php _e('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>
- </div><div class="para">
- <p><strong><?php _e('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 _e('if you want to do an anonymous donation, please add a comment.')?></li>
- </ul>
- </div></div>
- </div>
- </div>
+ <p><?php _e('Use "Mageia.Org" in the "Pay to the order of..." line.');?></p>
+ </li>
+ <li class="dlinfo">
+ <p><strong><?php _e('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 _e('if you want to do an anonymous donation, please add a comment.')?></li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="para whydonate">
+ <h2 id="why"><?php _e('Why donate?'); ?></h2>
+ <p><?php _e('why_donate_txt')?></p>
+ <ul><?php foreach (_t('why_donate_items') as $e)
+ echo sprintf('<li>%s</li>', $e);
+ ?>
+ </ul>
</div>
+ <div class="para track">
+ <h2 id="status"><?php _e('How to track donation?')?></h2>
+ <p><?php echo sprintf(_t('how_to_track_txt'),
+ $g_donate_amount, $g_amount_remain);?></p>
+ <p><?php echo sprintf(_t('how_to_track_txt2'), '/en/about/reports/' . date('Y') . '/')?></p>
+
+ <hr />
+<!--
+
+ <pRE><mark>
+TODO: projected funds/provisions: high level, then detailed budget.
+People can choose how to distribute their donation among those:
+* infrastructure:
+- servers
+- ...
+* communication
+- Web
+- print
+* give back to other projects/associations (April, FS projects)
+* employment in mageia.org
+* IP/brand
+* ?
+* other
+ </mark></pre>
+ </div>
+-->
+
</body>
</html>
diff --git a/en/donate/locales.php b/en/donate/locales.php
index ffda21b7d..2626c1533 100644
--- a/en/donate/locales.php
+++ b/en/donate/locales.php
@@ -16,8 +16,9 @@ $_t = array(
),
'how_to_track_txt' => 'Currently, we received a lot of generous donations
(%s, remains %s)
- thanks to all of our <a href="/en/thank-you/">donors</a>!
- We believe public accountability is crucial. You can know more about how are used the funds received by reading our
+ thanks to all of our <a href="/en/thank-you/">donors</a>!',
+ 'how_to_track_txt2' =>
+ '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>.'
),
'fr' => array(
@@ -40,26 +41,104 @@ $_t = array(
),
'How to track donation?' => 'Comment suivre les dons&nbsp;?',
'how_to_track_txt' => 'Actuellement, nous avons reçu %s (dont restent %s à ce jour)
- grâce à tous nos <a href="/en/thank-you/" hreflang="en">donateurs</a>&nbsp;!
- (mise à jour toutes les semaines).
- Un <a href="%s">rapport</a> sur les fonds reçus et la façon dont ils ont été utilisés va être mis en place.
+ grâce à tous nos <a href="/en/thank-you/" hreflang="en">donateurs</a>&nbsp;!',
+ 'how_to_track_txt2' => 'Un <a href="%s">rapport</a> sur les fonds reçus et la façon dont ils ont été utilisés va être mis en place.
Nous pensons que des comptes publics sont d&rsquo;une importance cruciale.',
-
-
+
'Donate via PayPal,' => 'Donner via PayPal,',
'via bank transfer,' => 'via un virement bancaire,',
- 'or via check (&euro; only).' => 'ou par chèque (€ uniquement).',
- 'using the following Bank Identifier Code (IBAN-BIC):' => 'en utilisant le code d&nbsp;identifiant bancaire (IBAN-BIC) suivant :',
- 'You can send your donation by check to this address:' => 'Vous pouvez envoyer vos dons par chèque à cette adresse :',
- 'In favor of:' => 'En faveur de :',
- 'Bank Account:' => 'Compte bancaire :',
- 'Use "Mageia.Org" in the "Pay to the order of..." line.' => 'Faites le chèque à l&nbsp;ordre de "Mageia.Org".',
+ 'or via check (&euro; only).' => 'ou par chèque (€ uniquement),',
+ 'using the following Bank Identifier Code (IBAN-BIC):' => 'en utilisant le code d&rsquo;identifiant bancaire (IBAN-BIC) suivant&nbsp;:',
+ 'You can send your donation by check to this address:' => 'à cette adresse&nbsp;:',
+ 'In favor of:' => 'En faveur de&nbsp;:',
+ 'Bank Account:' => 'Compte bancaire&nbsp;:',
+ 'Use "Mageia.Org" in the "Pay to the order of..." line.' => 'Faites le chèque à l&rsquo;ordre de &laquo;&nbsp;Mageia.Org&nbsp;&raquo;.',
'Please note that:' => 'Merci de noter que :',
'Paypal withdraws a small commission for each donation (around 2%) so we get a little bit less than you send;'
=> 'Paypal prélève une petite commission (environ 2%) sur chaque don donc nous recevons un peu moins que ce que vous nous avez envoyé&nbsp;;',
- 'conversion rates are charged to Mageia, so please use &euro; as currency;' => 'Les frais de change sont à la charge de Mageia donc, s&nbsp;il vous plaît, utilisez l&rsquo;euro (€, EUR) comme devise&nbsp;;',
+ 'conversion rates are charged to Mageia, so please use &euro; as currency;' => 'Les frais de change sont à la charge de Mageia donc, s&rsquo;il vous plaît, utilisez l&rsquo;euro (€, EUR) comme devise&nbsp;;',
'if you want to do an anonymous donation, please add a comment.' => 'Si vous souhaitez faire un don anonyme, ajoutez-le en commentaire.'
- )
+ ),
+ 'ru' => array(
+ 'Donate to Mageia' => 'Кампания по сбору подертвований',
+ 'Why donate?' => 'Зачем нужны пожертвования?',
+ 'Donation Tracks' => 'Suivi des dons',
+ 'Donate' => 'Faire un don',
+ 'Thank you!' => 'Merci&nbsp;!',
+ 'PayPal, bank, check' => 'PayPal, virement bancaire, chèque',
+ 'why_donate_txt' => 'Mageia.Org это некоммерческая организация, занимающаяся управлением и развитием дистрибутива Mageia.
+ Как некоммерческая организация, мы принимаем пожертвования для помощи в следующих областях:',
+ 'why_donate_items' => array(
+ 'оборудование и хостинг для серверов;',
+ 'доменные имена;',
+ 'регистрация торговой марки Mageia;',
+ 'товары для популяризации Mageia;',
+ 'административные расходы;',
+ 'периодические юридические затраты',
+ 'и прочее'
+ ),
+ 'How to track donation?' => 'Как отследить ваши взносы?',
+ 'how_to_track_txt' => 'В настоящее время мы получили %s, спасибо всем нашим <a href="/en/thank-you/">спонсорам</a>!',
+ 'how_to_track_txt2' => 'Ежемесячно будет выпускаться отчёт о получении и использовании средств.
+ Мы считаем, что доступная публично подотчетность имеет решающее значение.',
+
+ 'Donate via PayPal,' => 'Внести пожертвование через PayPal,',
+ 'via bank transfer,' => 'через банковский перевод,',
+ 'or via check (&euro; only).' => 'или через чек (только &euro;).',
+ 'using the following Bank Identifier Code (IBAN-BIC):' => 'используя следующий идентификационный код банка (IBAN-BIC):',
+ 'You can send your donation by check to this address:' => 'Вы можете отправлять свои пожертвования чеком, на этот адрес:',
+ 'In favor of:' => 'En faveur de&nbsp;:',
+ 'Bank Account:' => 'Compte bancaire&nbsp;:',
+ 'Use "Mageia.Org" in the "Pay to the order of..." line.' => 'Используйте "Mageia.Org" в строке "Оплата на счет ..."',
+ 'Please note that:' => 'Пожалуйста, примите во внимание, что:',
+ 'Paypal withdraws a small commission for each donation (around 2%) so we get a little bit less than you send;'
+ => 'Paypal снимет небольшую комиссию за каждое пожертвование (около 2%), таким образом мы получаем несколько меньше средств, чем вы хотели отправить нам;',
+ 'conversion rates are charged to Mageia, so please use &euro; as currency;' => 'Пожалуйста, используйте &euro; как валюту взносов, так как любая другая валюта будет обменяна по текущему курсу.',
+ 'if you want to do an anonymous donation, please add a comment.' => 'Если вы хотите сделать пожертвование анонимно, пожалуйста, оставьте комментарий.'
+
+ ),
+ 'de' => array(
+ 'Donate to Mageia' => 'Mageia Spenden-Kampagne',
+ 'Why donate?' => 'Warum spenden?',
+ 'Donation Tracks' => 'Suivi des dons',
+ 'Donate' => 'Faire un don',
+ 'Thank you!' => 'Merci&nbsp;!',
+ 'PayPal, bank, check' => 'PayPal, virement bancaire, chèque',
+ 'why_donate_txt' => 'Mageia.Org ist eine nicht am Gewinn orientierte Organisation,
+ welche die Distribution Mageia verwaltet. Als solche kann sie
+ Spenden aus der Community entgegennehmen, die Mageia in vielen
+ verschiedenen Bereichen unterstützen:',
+ 'why_donate_items' => array(
+ 'Serverhardware und Hosten der Server;',
+ 'Domainnamen;',
+ 'Registrierung der Mageia-Markenzeichen;',
+ 'Goodies zur weiteren Verbreitung von Mageia;',
+ 'Verwaltungskosten;',
+ 'schließlich Rechtsberatung und',
+ 'weiteres'
+ ),
+ 'How to track donation?' => 'Wo gibt es eine Spendenübersicht?',
+ 'how_to_track_txt' => 'Dank all <a href="/en/thank-you/">unserer</a> Spender
+ verfügen wir derzeit über eine Summe von %s!',
+ 'how_to_track_txt2' => 'Es wird monatlich über die eingegangenen Gelder berichtet und wie sie verwendet wurden.
+ Wir glauben, dass es unabdingbar ist, über unsere Finanzen Rechenschaft abzulegen.',
+
+ 'Donate via PayPal,' => 'Spenden via PayPal,',
+ 'via bank transfer,' => 'per Banküberweisung,',
+ 'or via check (&euro; only).' => 'oder per Scheck (nur €).',
+ 'using the following Bank Identifier Code (IBAN-BIC):' => 'unter Verwendung der folgenden Kontoinformationen (IBAN-BLZ (BIC-Code)):',
+ 'You can send your donation by check to this address:' => 'Sie können Ihre Spende per Scheck an diese Adresse senden:',
+ 'In favor of:' => 'Zu Gunsten von:',
+ 'Bank Account:' => 'Bankkonto:',
+ 'Use "Mageia.Org" in the "Pay to the order of..." line.' => 'Bitte "Mageia.Org" in der Zeile "An die Order zahlen von..." benutzen.',
+ 'Please note that:' => 'Bitte beachten:',
+ 'Paypal withdraws a small commission for each donation (around 2%) so we get a little bit less than you send;'
+ => 'Paypal behält für jede Spende eine geringe Gebühr ein (etwa 2%),
+ sodass uns ein bisschen weniger erreicht als Sie einzahlen;',
+ 'conversion rates are charged to Mageia, so please use &euro; as currency;' => 'bitte benutzen Sie € als Währung, denn Umrechnungskosten gehen zu Lasten von Mageia;',
+ 'if you want to do an anonymous donation, please add a comment.' => 'falls Sie anonym spenden wollen, so fügen Sie bitte Ihrer Spende einen Hinweis bei.'
+
+ ),
); \ No newline at end of file