aboutsummaryrefslogtreecommitdiffstats
path: root/en/thank-you/index.php
diff options
context:
space:
mode:
authorMarek Laane <bald@smail.ee>2014-10-12 10:54:11 +0300
committerMarek Laane <bald@smail.ee>2014-10-12 10:54:11 +0300
commita0b2d09125d7911656fe4cb286f20643c4432281 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /en/thank-you/index.php
parente32d8242187534c387106ff344201c42ff6afb44 (diff)
downloadwww-a0b2d09125d7911656fe4cb286f20643c4432281.tar
www-a0b2d09125d7911656fe4cb286f20643c4432281.tar.gz
www-a0b2d09125d7911656fe4cb286f20643c4432281.tar.bz2
www-a0b2d09125d7911656fe4cb286f20643c4432281.tar.xz
www-a0b2d09125d7911656fe4cb286f20643c4432281.zip
Updated Estonian translation
Diffstat (limited to 'en/thank-you/index.php')
-rw-r--r--en/thank-you/index.php71
1 files changed, 0 insertions, 71 deletions
diff --git a/en/thank-you/index.php b/en/thank-you/index.php
deleted file mode 100644
index 25e9fa224..000000000
--- a/en/thank-you/index.php
+++ /dev/null
@@ -1,71 +0,0 @@
-<?php
-define('HLANG', true);
-require '../../langs.php';
-
-$dictionary = read_translation_file($locale, "thank-you");
-
-
-include '../../donators.inc.php';
-
-?><!DOCTYPE html>
-<html dir="ltr" lang="<?php echo $locale ?>">
-<head>
- <meta charset="utf-8">
- <title><?php _g('Thank you for making Mageia possible.')?></title>
- <meta name="description" content="<?php _g('People, organisations and services without which Mageia would not exist.'); ?>">
- <meta name="keywords" content="<?php _g('mageia, donate, donation, thanks, partners, help, mirrors, hosting'); ?>">
- <meta name="author" content="Mageia">
- <link rel="stylesheet" type="text/css" href="/g/style/all.css">
- <?php include '../../analytics.php'; ?>
- <script src="//static.mageia.org/g/js/jquery-1.10.1.min.js"></script>
- <script src="//static.mageia.org/g/js/treasurer.js"></script>
- <script type="text/javascript">thankyou_page();</script>
-</head>
-<body class="donate">
- <?php echo $hsnav; ?>
- <header id="mgnavt">
- <h1><?php _g('Thanks to them too, Mageia goes forward.')?></h1>
- <ul>
- <li><a href="../donate/"><?php _g('You too can donate!')?></a></li>
- <li><a href="../about/reports/"><?php _g('Check our activity and financial reports!')?></a></li>
- </ul>
- </header>
- <article>
- <section class="para" style="width: 70%; text-align: left; float: left;">
- <p><?php
- echo sprintf(_r('The following amazing people %sdonated money%s to Mageia.Org:'),
- '<a href="../donate/">', '</a>');
- ?></p>
- <ul id="donlist" class="ty-ppl-list"></ul>
- <p>
- <?php echo sprintf(_r('%s Euros has been donated to Mageia.Org in the last 30 days. <a href="%s">More details</a>.'),
- '<span id="donations_30days"></span>', '//treasurer.mageia.org/donations.html');
- ?>
- </p>
- <p>
- <?php _g('Last update:') ?> <span id="last_update"></span>
- </p>
- </section>
- <section class="para" style="width: 20%; text-align: left; float: left;">
- <p><?php _g('Since September 2010, Mageia would not have come to a reality without the enthusiasm, advice and involvement of hundreds of people.')?></p>
- <p><?php _g('It would not have either, without help and donation from many people and organizations, that provided Mageia.Org with advice, encouragements, trust, facilities, hosting, server and development hardware, mirroring facilities, network bandwidth, money and finally, care.')?></p>
- <p><?php _g('This page is here to remind of their contribution to this project.')?></p>
- </section>
- <section class="para" style="width: 20%; text-align: left; float: left;">
- <p><?php _g('Those organizations and people provided Mageia.Org with mirroring facilities, hosting, hosting advice, server hardware, network bandwidth or some facilities:')?></p>
- <?php echo html_orgs_list($orgs); ?>
- <hr>
- <p><?php _g('Great places and teams that welcomed us and offerred us some tea, coffee, seats and advice (mostly in Paris for now):')?></p>
- <ul class="ty-ppl-list twocol">
- <li><?php _g('<a href="http://lacantine.org/">La Cantine</a>')?></li>
- <li><?php _g('Le Père Tranquille')?></li>
- <li><?php _g('Séverine\'s place')?></li>
- <li><?php _g('<a href="https://twitter.com/happylisou/">&Eacute;lise</a>\'s place')?></li>
- <li><?php _g('Starbucks Coffee')?></li>
- </ul>
- <hr>
- <p><?php _g('Thanks a lot to all the people we met, discussed with about this project and its potential implications: you know who you are!')?></p>
- </section>
- </article>
-</body>
-</html>