summaryrefslogtreecommitdiff
path: root/citizens.html
blob: 23a6cdb3ce76af871f816c28de87a52a2f12e9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Taler - Taxable Anonymous Libre Electronic Reserves: Citizens</title>
    <meta name="description" content="">
      <!--# include file="common/header.inc" -->
  </head>
  <body class="en" onLoad="loadLang();">
    <div class="container">
      <!--# include file="common/navigation.inc" -->
      <!-- Jumbotron -->
      <div class="jumbotron">
        <h1 lang="en">Advantages for citizens</h1>
        <h1 lang="de">Vorteile f&uuml;r B&uuml;rger</h1>
        <h1 lang="fr">Cécile</h1>
        <!-- p><a class="btn btn-lg btn-success" href="#" role="button">Get started today</a></p -->
      </div>

      <!-- Example row of columns -->
      <div class="row">
        <div class="col-lg-6">
          <h2 lang="en">Security</h2>
          <h2 lang="de">Sicherheit</h2>
          <h2 lang="fr">Sécurité</h2>
          <p lang="en">Taler is the electronic equivalent of cash, except harder to fake.
             If your digital wallet is lost -- say because
             your computer is irreparably damaged or compromised -- only the amount of coin
             stored in your wallet will be lost. Unlike a physical wallet, you can make
             backups of your digital wallet which can provide security against data loss.
             So your digital wallet works mostly just like
             a physical wallet, except online and without the need to manually count coins.</p>
	  <p lang="de">Taler ist das elektronische &Auml;quivalent zu f&auml;lschungssicherem
	     Bargeld. Beim Verlust Ihrer digitalen Geldb&ouml;rse, sei es durch
	     Sch&auml;den an Ihrem Computer oder durch einen Angriff, geht nur genau der
	     Betrag verloren, der sich darin befand. Allerdings ist die digitale
	     Ausgabe einer Geldb&ouml;rse ungleich einfacher gegen Verlust zu sichern, indem
	     regelm&auml;&szlig;ig ein Backup angefertigt wird. Zusammengefasst
	     bedeutet das, dass Ihre digitale Geldb&ouml;rse nahezu wie ihr
	     aus dem Alltag bekannter Bruder funktioniert, au&szlig;er dass sie
	     sich online befindet und dass das l&auml;stige M&uuml;nzenz&auml;hlen
	     bis auf Weiteres entf&auml;llt.</p>
	  <p lang="fr">Cécile</p>
        </div>
        <div class="col-lg-6">
          <h2 lang="en">Privacy</h2>
          <h2 lang="de">Privatsph&auml;re</h2>
          <h2 lang="fr">Cécile</h2>
          <p lang="en">Your transactions are private, neither the mint (bank) nor merchant needs to
             learn your identity. There is no need to give our credit card numbers or
             other sensitive information, and the merchant will only be able to do
             exactly the transaction you confirmed using your digital wallet.</p>
	  <p lang="de">Von Ihnen durchgef&uuml;hrte Transaktionen sind generell
	     privat, weder die M&uuml;nzerei (Bank) noch der H&auml;ndler kennt
	     Ihre Identit&auml;t. Weder Kreditkartennummern, noch andere
	     sensitive Informationen m&uuml;ssen herausgegeben werden, und der
	     H&auml;ndler ist in der Lage, einzig von Ihnen best&auml;tigte
	     Transaktionen durchzuf&uuml;hren.</p>
	  <p lang="fr">Cécile</p>
       </div>
      </div>
      <div class="row">
        <div class="col-lg-6">
          <h2 lang="en">Convenience</h2>
          <h2 lang="de">Bequeme Einrichtung</h2>
          <h2 lang="fr">Cécile</h2>
          <p lang="en">You will be able to withdraw digital coins to replenish your wallet using
             your credit card or SEPA transactions, similar to how you pay or withdraw
             cash today.  </p>
	  <p lang="de">Um Geld in Ihre digitale Geldb&ouml;rse zu transferieren
	     verwenden Sie wie gewohnt entweder Ihre Kreditkarte oder alternativ
	     eine SEPA-&Uuml;berweisung.</p>
	  <p lang="fr">Cécile</p>
        </div>
        <div class="col-lg-6">
          <h2 lang="en">Stability</h2>
          <h2 lang="de">Stabilit&auml;t</h2>
          <h2 lang="fr">Cécile</h2>
          <p lang="en">Coins in your digital wallet will be of the same denomination as the
             cash in your physical wallet. So you will not have to worry about
             currency fluctuations or conversion rates. Like a physical wallet,
             you can carry digital coins of different currencies in your digital
             wallet at the same time.</p>
	  <p lang="de">M&uuml;nzen in Ihrer digitalen Geldb&ouml;rse besitzen
	     die gleichen Nennwerte wie das Geld in Ihrer echten Geldb&ouml;rse.
	     Auf diese Weise m&uuml;ssen Sie sich nicht um
	     W&auml;hrungsschwankungen oder Wechselkurse sorgen. Wie auch im
	     echten Leben k&ouml;nnen Sie digitale M&uuml;nzen verschiedener
	     W&auml;hrungen in Ihrer digitalen Geldb&ouml;rse mit sich f&uuml;hren.</p>
	  <p lang="fr">Cécile</p>
        </div>
      </div>

      <!--# include file="common/footer.inc" -->
    </div> <!-- /container -->
  </body>
</html>