summaryrefslogtreecommitdiff
path: root/investors.html
diff options
context:
space:
mode:
authorJulian Kirsch <kirschju@sec.in.tum.de>2014-11-18 17:44:36 +0100
committerJulian Kirsch <kirschju@sec.in.tum.de>2014-11-18 17:44:36 +0100
commit6425ac3fa204d3224adad2fa29a48713ca39a80c (patch)
tree99f0eb5bcc25ec56f98da00b9f601000d7620936 /investors.html
parent1d350caca4c63fccef76ab371ffd18579814a00c (diff)
downloadwww-6425ac3fa204d3224adad2fa29a48713ca39a80c.tar.gz
www-6425ac3fa204d3224adad2fa29a48713ca39a80c.tar.bz2
www-6425ac3fa204d3224adad2fa29a48713ca39a80c.zip
Add translation stubs
Diffstat (limited to 'investors.html')
-rw-r--r--investors.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/investors.html b/investors.html
index 49cf589d..53c89d53 100644
--- a/investors.html
+++ b/investors.html
@@ -12,38 +12,46 @@
<!-- Jumbotron -->
<div class="jumbotron">
<h1 lang="en">Invest in Taler!</h1>
+ <h1 lang="de">Investieren Sie in Taler!</h1>
+ <h1 lang="fr">Cécile</h1>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-lg-4">
<h2>Efficient</h2>
- <p>Taler uses efficient cryptographic primitives (such as RSA 2048 and
+ <p lang="en">Taler uses efficient cryptographic primitives (such as RSA 2048 and
EdDSA) and is thus expected to be able to handle large transaction
volumes, only limited by the input/output capabilities of the
database. Thus, running a Taler mint should be profitable even
with very low (less than 1 cent) transaction fees (at appropriate
transaction volume).</p>
+ <p lang="de">Julian</p>
+ <p lang="fr">Cécile</p>
</div>
<div class="col-lg-4">
<h2>Secure</h2>
- <p>All transactions in Taler are secured using modern cryptography and
+ <p lang="en">All transactions in Taler are secured using modern cryptography and
trust in all parties is minimized. Financial damage is bounded
(for customers, merchants and the mint) even
in the case that systems are compromised and private keys are stolen.
Databases can be audited for consistency, resulting in either the
detection of compromised systems or the demonstration that
participants were honest.</p>
+ <p lang="de">Julian</p>
+ <p lang="fr">Cécile</p>
</div>
<div class="col-lg-4">
<h2>Business Model</h2>
- <p>The basic business model for Taler is the operation of a mint. A
+ <p lang="en">The basic business model for Taler is the operation of a mint. A
mint converts money from traditional payment systems (Mastercard,
SEPA, Visa, BitCoin, ACH, SWIFT, etc.) to anonymous electronic
coins in the same currency. The customer can then redeem the electronic
coins at a merchant, who can exchange them for money represented using
traditional payment systems at the mint. The mint can then charge
fees (to the customer, merchant or both) to facilitate the transactions.</p>
+ <p lang="de">Julian</p>
+ <p lang="fr">Cécile</p>
</div>
</div>
<!--# include file="common/footer.inc" -->