aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--Makefile10
-rw-r--r--common/navigation.j2.inc24
-rw-r--r--i18nfix.py19
-rw-r--r--images/languageicon.svg48
-rw-r--r--locale/de/LC_MESSAGES/messages.po3478
-rw-r--r--locale/en/LC_MESSAGES/messages.po1150
-rw-r--r--locale/es/LC_MESSAGES/messages.po1168
-rw-r--r--locale/fr/LC_MESSAGES/messages.po1155
-rw-r--r--locale/it/LC_MESSAGES/messages.po1290
-rw-r--r--press.html.j21
-rw-r--r--styles.css5
-rwxr-xr-xtemplate.py5
13 files changed, 3279 insertions, 5077 deletions
diff --git a/.gitignore b/.gitignore
index 1f4aab86..04bdd4b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,6 @@ de/
13fr/ 13fr/
14it/ 14it/
15es/ 15es/
16
17__pycache__
18*.pyc
diff --git a/Makefile b/Makefile
index 7ca561cc..904cf2cf 100644
--- a/Makefile
+++ b/Makefile
@@ -11,11 +11,11 @@ locale/messages.pot: *.j2 common/*.j2 common/*.j2.inc
11 11
12# Update translation (.po) files with new strings. 12# Update translation (.po) files with new strings.
13locale-update: locale/messages.pot 13locale-update: locale/messages.pot
14 pybabel update -i locale/messages.pot -d locale -l en --previous 14 msgmerge -U -m --previous locale/en/LC_MESSAGES/messages.po locale/messages.pot
15 pybabel update -i locale/messages.pot -d locale -l de --previous 15 msgmerge -U -m --previous locale/de/LC_MESSAGES/messages.po locale/messages.pot
16 pybabel update -i locale/messages.pot -d locale -l fr --previous 16 msgmerge -U -m --previous locale/fr/LC_MESSAGES/messages.po locale/messages.pot
17 pybabel update -i locale/messages.pot -d locale -l it --previous 17 msgmerge -U -m --previous locale/es/LC_MESSAGES/messages.po locale/messages.pot
18 pybabel update -i locale/messages.pot -d locale -l es --previous 18 msgmerge -U -m --previous locale/it/LC_MESSAGES/messages.po locale/messages.pot
19 19
20 if grep -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then echo -e "\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi 20 if grep -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then echo -e "\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi
21 21
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index fb1a08dc..8678b25a 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -2,42 +2,42 @@
2 <div class="container-fluid"> 2 <div class="container-fluid">
3 <ul class="nav navbar-nav"> 3 <ul class="nav navbar-nav">
4 <li class="{{ 'active' if filename == 'index.html' else '' }}"><a class="taler_home" href="index.html">Taler</a></li> 4 <li class="{{ 'active' if filename == 'index.html' else '' }}"><a class="taler_home" href="index.html">Taler</a></li>
5 <li class="{{ 'active' if filename == 'citizens.html' else '' }}"><a href="citizens.html">{{ _("Citizens") }}</a></li> 5 <li class="{{ 'active' if filename == 'citizens.html' else '' }}"><a href="citizens.html">{{ _("Citizens") }} </a></li>
6 <li class="{{ 'active' if filename == 'merchants.html' else '' }}"><a href="merchants.html">{{ _("Merchants") }}</a></li> 6 <li class="{{ 'active' if filename == 'merchants.html' else '' }}"><a href="merchants.html">{{ _("Merchants") }} </a></li>
7 <li class="{{ 'active' if filename == 'governments.html' else '' }}"><a href="governments.html">{{ _("Governments") }}</a></li> 7 <li class="{{ 'active' if filename == 'governments.html' else '' }}"><a href="governments.html">{{ _("Governments") }}</a></li>
8 <li class="dropdown"> 8 <li class="dropdown">
9 <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{ _("Resources") }} <span class="caret"></span></a> 9 <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{ _("Resources") }} <span class="caret"></span></a>
10 <ul class="dropdown-menu"> 10 <ul class="dropdown-menu">
11 <li><a href="architecture.html">{{ _("System Architecture") }} </a></li> 11 <li><a href="architecture.html">{{ _("System Architecture") }}</a></li>
12 <li><a href="faq.html">{{ _("FAQ") }}</a></li> 12 <li><a href="faq.html">{{ _("FAQ") }}</a></li>
13 <li><a href="glossary.html">{{ _("Glossary") }}</a></li> 13 <li><a href="glossary.html">{{ _("Glossary") }}</a></li>
14 <li><a href="developers.html">{{ _("Developer Introduction") }}</a></li> 14 <li><a href="developers.html">{{ _("Developer Introduction") }} </a></li>
15 <li><a href="copyright.html">{{ _("Copyright for Contributors") }}</a></li> 15 <li><a href="copyright.html">{{ _("Copyright for Contributors") }} </a></li>
16 <li><a href="bibliography.html">{{ _("Bibliography") }}</a></li> 16 <li><a href="bibliography.html">{{ _("Bibliography") }}</a></li>
17 </ul> 17 </ul>
18 </li> 18 </li>
19 </ul> 19 </ul>
20 <ul class="nav navbar-right navbar-form"> 20 <ul class="nav navbar-right">
21 <li> 21 <li>
22 <button class="btn btn-dark dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> 22 <button class="btn btn-dark dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
23 <img src="{{ url('images/'+lang+'.png') }}" alt="{{lang}}" /> 23 <img src="{{ url('images/languageicon.svg') }}" height="35" alt="[{{lang}}]" /> {{ lang_full }} [{{ lang }}]
24 <span class="caret"></span> 24 <span class="caret"></span>
25 </button> 25 </button>
26 <ul class="dropdown-menu" aria-labelledby="dropdownMenu1"> 26 <ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
27 <li> 27 <li>
28 <a href="{{ self_localized('en') }}"><img src="{{ url('images/gb.png') }}" height="15" width="23" alt="English">English</a> 28 <a href="{{ self_localized('en') }}">English [en]</a>
29 </li> 29 </li>
30 <li> 30 <li>
31 <a href="{{ self_localized('de') }}"><img src="{{ url('images/de.png') }}" height="15" width="25" alt="Deutsch">Deutsch</a> 31 <a href="{{ self_localized('de') }}">Deutsch [de]</a>
32 </li> 32 </li>
33 <li> 33 <li>
34 <a href="{{ self_localized('fr') }}"><img src="{{ url('images/fr.png') }}" height="15" width="22" alt="Français">Français</a> 34 <a href="{{ self_localized('fr') }}">Français [fr]</a>
35 </li> 35 </li>
36 <li> 36 <li>
37 <a href="{{ self_localized('it') }}"><img src="{{ url('images/it.png') }}" height="15" width="22" alt="Italiano">Italiano</a> 37 <a href="{{ self_localized('it') }}">Italiano [it]</a>
38 </li> 38 </li>
39 <li> 39 <li>
40 <a href="{{ self_localized('es') }}"><img src="{{ url('images/es.png') }}" height="15" width="23" alt="Español">Español</a> 40 <a href="{{ self_localized('es') }}">Español [es]</a>
41 </li> 41 </li>
42 </ul> 42 </ul>
43 </li> 43 </li>
diff --git a/i18nfix.py b/i18nfix.py
index b0395507..331706af 100644
--- a/i18nfix.py
+++ b/i18nfix.py
@@ -10,11 +10,24 @@ Extract translations from a Jinja2 template, stripping leading newlines.
10import jinja2.ext 10import jinja2.ext
11import re 11import re
12 12
13r = re.compile(r"\n[ \t]+") 13def normalize(message):
14 message = message.strip()
15 # collapse whitespaces (including newlines) into one space.
16 message = re.sub("\s+", " ", message)
17 return message
18
14 19
15def babel_extract(fileobj, keywords, comment_tags, options): 20def babel_extract(fileobj, keywords, comment_tags, options):
16 res = jinja2.ext.babel_extract(fileobj, keywords, comment_tags, options) 21 res = jinja2.ext.babel_extract(fileobj, keywords, comment_tags, options)
17 for lineno, funcname, message, comments in res: 22 for lineno, funcname, message, comments in res:
18 message = message.lstrip() 23 message = normalize(message)
19 message = r.sub("\n", message)
20 yield lineno, funcname, message, comments 24 yield lineno, funcname, message, comments
25
26def wrap_gettext(f):
27 """
28 Call gettext with whitespace normalized.
29 """
30 def wrapper(message):
31 message = normalize(message)
32 return f(message)
33 return wrapper
diff --git a/images/languageicon.svg b/images/languageicon.svg
new file mode 100644
index 00000000..22d58da6
--- /dev/null
+++ b/images/languageicon.svg
@@ -0,0 +1,48 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 2411.2 2794" style="enable-background:new 0 0 2411.2 2794;" xml:space="preserve">
5<style type="text/css">
6 .st0{fill:#FFFFFF;}
7 .st1{fill-rule:evenodd;clip-rule:evenodd;}
8 .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
9</style>
10<g id="Layer_2">
11</g>
12<g id="Layer_x5F_1_x5F_1">
13 <g>
14 <polygon points="1204.6,359.2 271.8,30 271.8,2060.1 1204.6,1758.3 "/>
15 <polygon class="st0" points="1182.2,358.1 2150.6,29 2150.6,2059 1182.2,1757.3 "/>
16 <polygon class="st0" points="30,2415.4 1182.2,2031.4 1182.2,357.9 30,742 "/>
17 <polygon points="1707.2,2440.7 1870.5,2709.4 1956.6,2459.8 "/>
18 <g>
19 <path d="M421.7,934.8c-6.1-6,8,49.1,27.6,68.9c34.8,35.1,61.9,39.6,76.4,40.2c32,1.3,71.5-8,94.9-17.8
20 c22.7-9.7,62.4-30,77.5-59.6c3.2-6.3,11.9-17,6.4-43.2c-4.2-20.2-17-27.3-32.7-26.2c-15.7,1.1-63.2,13.7-86.1,20.8
21 c-23,7-70.3,21.4-90.9,25.8C474.3,948.2,429,941.7,421.7,934.8z"/>
22 <path d="M1003.1,1593.7c-9.1-3.3-196.9-81.1-223.6-93.9c-21.8-10.5-75.2-33.1-100.4-43.3c70.8-109.2,115.5-191.6,121.5-204.1
23 c11-23,86-169.6,87.7-178.7c1.7-9.1,3.8-42.9,2.2-51c-1.7-8.2-29.1,7.6-66.4,20.2c-37.4,12.6-108.4,58.8-135.8,64.6
24 c-27.5,5.7-115.5,39.1-160.5,54c-45,14.9-130.2,40.9-165.2,50.4c-35.1,9.5-65.7,10.2-85.3,16.2c0,0,2.6,27.5,7.8,35.7
25 c5.2,8.2,23.7,28.4,45.3,34.1c21.6,5.7,57.3,3.4,73.6-0.3c16.3-3.8,44.4-17.5,48.2-23.6c3.8-6.1-2-24.9,4.5-30.6
26 c6.5-5.6,92.2-25.7,124.6-35.4c32.4-10,156.3-52.6,173.1-50.5c-5.3,17.7-105,215.1-137.1,274c-32.1,58.9-218.6,318-258.3,363.6
27 c-30.1,34.7-103.2,123.5-128.5,143.6c6.4,1.8,51.6-2.1,59.9-7.2c51.3-31.6,136.9-138.1,164.4-170.5
28 c81.9-96,153.8-196.8,210.8-283.4h0.1c11.1,4.6,100.9,77.8,124.4,94c23.4,16.2,115.9,67.8,136,76.4c20,8.7,97.1,44.2,100.3,32.2
29 C1029.4,1668,1012.2,1597.1,1003.1,1593.7z"/>
30 </g>
31 <path class="st1" d="M569,2572c18,11,35,20,54,29c38,19,81,39,122,54c56,21,112,38,168,51c31,7,65,13,98,18c3,0,92,11,110,11h90
32 c35-3,68-5,103-10c28-4,59-9,89-16c22-5,45-10,67-17c21-6,45-14,68-22c15-5,31-12,47-18c13-6,29-13,44-19c18-8,39-19,59-29
33 c16-8,34-18,51-28c13-7,43-30,59-30c18,0,30,16,30,30c0,29-39,38-57,51c-19,13-42,23-62,34c-40,21-81,39-120,54
34 c-51,19-107,37-157,49c-19,4-38,9-57,12c-10,2-114,18-143,18h-132c-35-3-72-7-107-12c-31-5-64-11-95-18c-24-5-50-12-73-19
35 c-40-11-79-25-117-40c-69-26-141-60-209-105c-12-8-13-16-13-25c0-15,11-29,29-29C531,2546,563,2569,569,2572z"/>
36 <path class="st1" d="M1151,2009L61,2372V764l1090-363V2009z M1212,354v1680c-1,5-3,10-7,15c-2,3-6,7-9,8c-25,10-1151,388-1166,388
37 c-12,0-23-8-29-21c0-1-1-2-1-4V739c2-5,3-12,7-16c8-11,22-13,31-16c17-6,1126-378,1142-378C1190,329,1212,336,1212,354z"/>
38 <path class="st1" d="M2120,2017l-907-282V380l907-308V2017z M2181,32v2023c-1,23-17,33-32,33c-13,0-107-32-123-37
39 c-126-39-253-78-378-117c-28-9-57-18-84-27c-24-7-50-15-74-23c-107-33-216-66-323-102c-4-1-14-15-14-18V351c2-5,4-11,9-15
40 c8-9,351-123,486-168c36-13,487-168,501-168C2167,0,2181,13,2181,32z"/>
41 <polygon points="2411.2,2440.7 1199.5,2054.5 1204.6,373.2 2411.2,757.2 "/>
42 <g>
43 <path class="st2" d="M1800.3,1124.6L1681.4,1412l218.6,66.3L1800.3,1124.6z M1729,853.2l156.1,47.3l284.4,1025l-160.3-48.7
44 l-57.6-210.4L1620.2,1566l-71.3,171.4l-160.4-48.7L1729,853.2z"/>
45 </g>
46 </g>
47</g>
48</svg>
diff --git a/locale/de/LC_MESSAGES/messages.po b/locale/de/LC_MESSAGES/messages.po
index 73b8b8b1..1a66f8a0 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -1,29 +1,29 @@
1
2msgid "" 1msgid ""
3msgstr "" 2msgstr ""
4"Project-Id-Version: PROJECT VERSION\n" 3"Project-Id-Version: PROJECT VERSION\n"
5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 4"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
6"POT-Creation-Date: 2017-07-29 20:32+0200\n" 5"POT-Creation-Date: 2017-07-29 21:52+0200\n"
7"PO-Revision-Date: 2017-06-02 09:46+0100\n" 6"PO-Revision-Date: 2017-06-02 09:46+0100\n"
8"Last-Translator: Stefan Kügel <skuegel@web.de>\n" 7"Last-Translator: Stefan Kügel <skuegel@web.de>\n"
9"Language: en\n"
10"Language-Team: de <LL@li.org, de@taler.net>\n" 8"Language-Team: de <LL@li.org, de@taler.net>\n"
11"Plural-Forms: nplurals=2; plural=(n!=1)\n" 9"Language: en\n"
12"MIME-Version: 1.0\n" 10"MIME-Version: 1.0\n"
13"Content-Type: text/plain; charset=utf-8\n" 11"Content-Type: text/plain; charset=UTF-8\n"
14"Content-Transfer-Encoding: 8bit\n" 12"Content-Transfer-Encoding: 8bit\n"
13"Plural-Forms: nplurals=2; plural=(n!=1)\n"
15"Generated-By: Babel 2.4.0\n" 14"Generated-By: Babel 2.4.0\n"
16 15
17#: about.html.j2:8 16#: about.html.j2:8
18msgid "" 17msgid ""
19"GNU maintainer. Network security &amp; privacy researcher. Software " 18"GNU maintainer. Network security &amp; privacy researcher. Software "
20"architect." 19"architect."
21msgstr "GNU Maintainer. Netzwerksicherheit und Privatsphäre. Software-Architekt." 20msgstr ""
21"GNU Maintainer. Netzwerksicherheit und Privatsphäre. Software-Architekt."
22 22
23#: about.html.j2:13 23#: about.html.j2:13
24msgid "" 24msgid ""
25"Entrepreneur, Investor, Fortune 100 CIO, IT company director in different" 25"Entrepreneur, Investor, Fortune 100 CIO, IT company director in different "
26" industries, …." 26"industries, …."
27msgstr "" 27msgstr ""
28"Unternehmer, Investor, CIO bei Marktführern, Leiter von IT-Firmen in " 28"Unternehmer, Investor, CIO bei Marktführern, Leiter von IT-Firmen in "
29"verschiedenen Branchen..." 29"verschiedenen Branchen..."
@@ -110,17 +110,22 @@ msgid "Advantages for Citizens"
110msgstr "Vorteile für Taler-Nutzer" 110msgstr "Vorteile für Taler-Nutzer"
111 111
112#: citizens.html.j2:9 112#: citizens.html.j2:9
113msgid "" 113#, fuzzy
114"Taler largely functions like digital cash. You\n" 114#| msgid ""
115"withdraw money from your bank account into your\n" 115#| "Taler largely functions like digital cash. You\n"
116"electronic wallet, and can henceforth spend digital\n" 116#| "withdraw money from your bank account into your\n"
117"cash. The electronic wallet can carry multiple\n" 117#| "electronic wallet, and can henceforth spend digital\n"
118"currencies.\n" 118#| "cash. The electronic wallet can carry multiple\n"
119#| "currencies.\n"
120msgid ""
121"Taler largely functions like digital cash. You withdraw money from your bank "
122"account into your electronic wallet, and can henceforth spend digital cash. "
123"The electronic wallet can carry multiple currencies."
119msgstr "" 124msgstr ""
120"Taler funktioniert generell ähnlich wie jede virtuelle Währung. Man " 125"Taler funktioniert generell ähnlich wie jede virtuelle Währung. Man "
121"überweist Geld vom konventionellen Bankkonto in die Taler-Geldbörse, um " 126"überweist Geld vom konventionellen Bankkonto in die Taler-Geldbörse, um aus "
122"aus ihrem Guthaben Einkäufe zu bezahlen. Die elektronische Geldbörse kann" 127"ihrem Guthaben Einkäufe zu bezahlen. Die elektronische Geldbörse kann dabei "
123" dabei mehrere digitale Währungen enthalten." 128"mehrere digitale Währungen enthalten."
124 129
125#: citizens.html.j2:25 governments.html.j2:58 index.html.j2:56 130#: citizens.html.j2:25 governments.html.j2:58 index.html.j2:56
126#: merchants.html.j2:41 131#: merchants.html.j2:41
@@ -128,102 +133,136 @@ msgid "Secure"
128msgstr "Sicher" 133msgstr "Sicher"
129 134
130#: citizens.html.j2:27 135#: citizens.html.j2:27
131msgid "" 136#, fuzzy
132"Taler uses modern cryptography, ensuring that there\n" 137#| msgid ""
133"is no counterfeit. Your digital wallet is safer\n" 138#| "Taler uses modern cryptography, ensuring that there\n"
134"than your physical wallet. At most, you can lose\n" 139#| "is no counterfeit. Your digital wallet is safer\n"
135"its contents because your computer or mobile is\n" 140#| "than your physical wallet. At most, you can lose\n"
136"irreparably damaged or compromised. Unlike a\n" 141#| "its contents because your computer or mobile is\n"
137"physical wallet, you can make backups to secure\n" 142#| "irreparably damaged or compromised. Unlike a\n"
143#| "physical wallet, you can make backups to secure\n"
144#| "against data loss."
145msgid ""
146"Taler uses modern cryptography, ensuring that there is no counterfeit. Your "
147"digital wallet is safer than your physical wallet. At most, you can lose its "
148"contents because your computer or mobile is irreparably damaged or "
149"compromised. Unlike a physical wallet, you can make backups to secure "
138"against data loss." 150"against data loss."
139msgstr "" 151msgstr ""
140"Taler verwendet aktuellste kryptografische Mittel, die jeden Betrug " 152"Taler verwendet aktuellste kryptografische Mittel, die jeden Betrug "
141"systematisch unterbinden. Die elektronische Geldbörse ist sogar sicherer " 153"systematisch unterbinden. Die elektronische Geldbörse ist sogar sicherer als "
142"als echtes Geld. Ein Schaden entsteht erst, wenn das Speichermedium, das " 154"echtes Geld. Ein Schaden entsteht erst, wenn das Speichermedium, das die "
143"die Daten der Geldbörse enthält, zerstört oder entwendet wurde. Dies kann" 155"Daten der Geldbörse enthält, zerstört oder entwendet wurde. Dies kann man "
144" man jedoch verhindern durch regelmäßige Datensicherungen und Backups des" 156"jedoch verhindern durch regelmäßige Datensicherungen und Backups des "
145" Speichermediums." 157"Speichermediums."
146 158
147#: citizens.html.j2:37 index.html.j2:84 159#: citizens.html.j2:37 index.html.j2:84
148msgid "Private" 160msgid "Private"
149msgstr "Anonym" 161msgstr "Anonym"
150 162
151#: citizens.html.j2:39 163#: citizens.html.j2:39
152msgid "" 164#, fuzzy
153"Your transactions are private, neither the payment\n" 165#| msgid ""
154"service provider nor merchant needs to learn your\n" 166#| "Your transactions are private, neither the payment\n"
155"identity. There is no need to give out credit card\n" 167#| "service provider nor merchant needs to learn your\n"
156"numbers or other sensitive information. The merchant\n" 168#| "identity. There is no need to give out credit card\n"
157"will only be able to do exactly the transaction you\n" 169#| "numbers or other sensitive information. The merchant\n"
158"agreed to." 170#| "will only be able to do exactly the transaction you\n"
159msgstr "" 171#| "agreed to."
160"Die Überweisungen der Käufer sind anonym. Weder das Taler-Bezahlsystem " 172msgid ""
161"noch die Verkäufer können die Identität der Käufer feststellen. Es " 173"Your transactions are private, neither the payment service provider nor "
162"besteht auch keine Notwendigkeit, sensible Daten wie Kreditkartennummern " 174"merchant needs to learn your identity. There is no need to give out credit "
163"anzugeben. Die Verkäufer können zudem nur Überweisungen ausführen lassen," 175"card numbers or other sensitive information. The merchant will only be able "
164" die die Käufer genehmigt haben." 176"to do exactly the transaction you agreed to."
177msgstr ""
178"Die Überweisungen der Käufer sind anonym. Weder das Taler-Bezahlsystem noch "
179"die Verkäufer können die Identität der Käufer feststellen. Es besteht auch "
180"keine Notwendigkeit, sensible Daten wie Kreditkartennummern anzugeben. Die "
181"Verkäufer können zudem nur Überweisungen ausführen lassen, die die Käufer "
182"genehmigt haben."
165 183
166#: citizens.html.j2:50 184#: citizens.html.j2:50
167msgid "Convenient" 185msgid "Convenient"
168msgstr "Bequem" 186msgstr "Bequem"
169 187
170#: citizens.html.j2:52 188#: citizens.html.j2:52
171msgid "" 189#, fuzzy
172"You will be able to withdraw money to replenish the\n" 190#| msgid ""
173"digital coins in your wallet using your credit card\n" 191#| "You will be able to withdraw money to replenish the\n"
174"or wire transfers. Afterwards you can pay with\n" 192#| "digital coins in your wallet using your credit card\n"
175"one-click using the Taler wallet, which optionally\n" 193#| "or wire transfers. Afterwards you can pay with\n"
176"keeps your transaction history on your computer." 194#| "one-click using the Taler wallet, which optionally\n"
195#| "keeps your transaction history on your computer."
196msgid ""
197"You will be able to withdraw money to replenish the digital coins in your "
198"wallet using your credit card or wire transfers. Afterwards you can pay with "
199"one-click using the Taler wallet, which optionally keeps your transaction "
200"history on your computer."
177msgstr "" 201msgstr ""
178"Die Aufladung der Taler-Geldbörse erfolgt durch eine gewöhnliche " 202"Die Aufladung der Taler-Geldbörse erfolgt durch eine gewöhnliche "
179"Banküberweisung oder mit einer Kreditkarte. Die Zahlung mit der Geldbörse" 203"Banküberweisung oder mit einer Kreditkarte. Die Zahlung mit der Geldbörse "
180" funktioniert so einfach wie ein Mausklick. Im Gegensatz zu Bargeld " 204"funktioniert so einfach wie ein Mausklick. Im Gegensatz zu Bargeld entfällt "
181"entfällt das lästige Zählen von Banknoten und Münzen. Alle Transaktionen " 205"das lästige Zählen von Banknoten und Münzen. Alle Transaktionen können "
182"können optional auf dem Computer gespeichert werden." 206"optional auf dem Computer gespeichert werden."
183 207
184#: citizens.html.j2:61 index.html.j2:42 208#: citizens.html.j2:61 index.html.j2:42
185msgid "Stable" 209msgid "Stable"
186msgstr "Stabil" 210msgstr "Stabil"
187 211
188#: citizens.html.j2:63 212#: citizens.html.j2:63
189msgid "" 213#, fuzzy
190"Coins in your digital wallet will be of the same\n" 214#| msgid ""
191"denomination as the cash in your physical wallet.\n" 215#| "Coins in your digital wallet will be of the same\n"
192"Taler is not a crypto-currency, so you do not have\n" 216#| "denomination as the cash in your physical wallet.\n"
193"to worry about cryto-currency related value\n" 217#| "Taler is not a crypto-currency, so you do not have\n"
194"fluctuations. Banking with Taler is subject to the\n" 218#| "to worry about cryto-currency related value\n"
195"usual government protections for financial\n" 219#| "fluctuations. Banking with Taler is subject to the\n"
196"services." 220#| "usual government protections for financial\n"
197msgstr "" 221#| "services."
198"Münzen in der Taler-Geldbörse haben die gleiche Wertigkeit wie physisches" 222msgid ""
199" Geld in der normalen Brieftasche. Taler ist keine Kryptowährung, " 223"Coins in your digital wallet will be of the same denomination as the cash in "
200"nominale Wertänderungen der Zahlungsmittel sind ausgeschlossen. Das " 224"your physical wallet. Taler is not a crypto-currency, so you do not have to "
201"Bezahlsystem Taler unterliegt der gewöhnlichen Bankenaufsicht und " 225"worry about cryto-currency related value fluctuations. Banking with Taler is "
202"staatlichen Währungskontrolle." 226"subject to the usual government protections for financial services."
227msgstr ""
228"Münzen in der Taler-Geldbörse haben die gleiche Wertigkeit wie physisches "
229"Geld in der normalen Brieftasche. Taler ist keine Kryptowährung, nominale "
230"Wertänderungen der Zahlungsmittel sind ausgeschlossen. Das Bezahlsystem "
231"Taler unterliegt der gewöhnlichen Bankenaufsicht und staatlichen "
232"Währungskontrolle."
203 233
204#: citizens.html.j2:79 234#: citizens.html.j2:79
205msgid "Wallet Browser Extension" 235msgid "Wallet Browser Extension"
206msgstr "Die Taler-Geldbörse als Browser-Erweiterung" 236msgstr "Die Taler-Geldbörse als Browser-Erweiterung"
207 237
208#: citizens.html.j2:81 238#: citizens.html.j2:81
239#, fuzzy
240#| msgid ""
241#| "We currently provide a <a href=\"wallet.html\">wallet browser extension</"
242#| "a> for Chromium, Chrome, Firefox, Opera\n"
243#| "and Edge. Wallets for mobile phones and other platforms will be "
244#| "available in the future.\n"
209msgid "" 245msgid ""
210"We currently provide a <a href=\"wallet.html\">wallet browser " 246"We currently provide a <a href=\"wallet.html\">wallet browser extension</a> "
211"extension</a> for Chromium, Chrome, Firefox, Opera\n" 247"for Chromium, Chrome, Firefox, Opera and Edge. Wallets for mobile phones and "
212"and Edge. Wallets for mobile phones and other platforms will be " 248"other platforms will be available in the future."
213"available in the future.\n"
214msgstr "" 249msgstr ""
215"Zurzeit gibt es Erweiterungen für die Browser Chromium, Chrome, Firefox, " 250"Zurzeit gibt es Erweiterungen für die Browser Chromium, Chrome, Firefox, "
216"Opera und Edge. Für Mobilfunktelefone und andere Plattformen entwickeln " 251"Opera und Edge. Für Mobilfunktelefone und andere Plattformen entwickeln wir "
217"wir ebenfalss Taler-Geldbörsen." 252"ebenfalss Taler-Geldbörsen."
218 253
219#: citizens.html.j2:88 254#: citizens.html.j2:88
220msgid "Taler Demo" 255msgid "Taler Demo"
221msgstr "Demoversion von Taler" 256msgstr "Demoversion von Taler"
222 257
223#: citizens.html.j2:90 258#: citizens.html.j2:90
259#, fuzzy
260#| msgid ""
261#| "You can see how Taler works in practice by visiting our <a href=\"https://"
262#| "demo.taler.net\">demo page</a>.\n"
224msgid "" 263msgid ""
225"You can see how Taler works in practice by visiting our <a " 264"You can see how Taler works in practice by visiting our <a href=\"https://"
226"href=\"https://demo.taler.net\">demo page</a>.\n" 265"demo.taler.net\">demo page</a>."
227msgstr "" 266msgstr ""
228"Auf der <a href=\"https://demo.taler.net\">Demo-Seite</a> kann man die " 267"Auf der <a href=\"https://demo.taler.net\">Demo-Seite</a> kann man die "
229"Funktionsweise von Taler kennenlernen." 268"Funktionsweise von Taler kennenlernen."
@@ -233,19 +272,28 @@ msgid "The Taler Wallet for customers"
233msgstr "Die Taler-Geldbörse für Käufer" 272msgstr "Die Taler-Geldbörse für Käufer"
234 273
235#: citizens.html.j2:105 274#: citizens.html.j2:105
236msgid "" 275#, fuzzy
237"Customers interact with the Taler system using\n" 276#| msgid ""
238"the Taler wallet:" 277#| "Customers interact with the Taler system using\n"
278#| "the Taler wallet:"
279msgid "Customers interact with the Taler system using the Taler wallet:"
239msgstr "So verwendet man die Taler-Geldbörse:" 280msgstr "So verwendet man die Taler-Geldbörse:"
240 281
241#: citizens.html.j2:110 282#: citizens.html.j2:110
242msgid "" 283#, fuzzy
243"To <b>withdraw</b> electronic coins, the customer\n" 284#| msgid ""
244"transfers funds from his bank account to the Taler\n" 285#| "To <b>withdraw</b> electronic coins, the customer\n"
245"payment service provider (the exchange). The wire\n" 286#| "transfers funds from his bank account to the Taler\n"
246"transfer subject must match a code identifying the\n" 287#| "payment service provider (the exchange). The wire\n"
247"customer's wallet. After the wire transfer is\n" 288#| "transfer subject must match a code identifying the\n"
248"complete, the wallet will automatically withdraw the\n" 289#| "customer's wallet. After the wire transfer is\n"
290#| "complete, the wallet will automatically withdraw the\n"
291#| "coins from the exchange."
292msgid ""
293"To <b>withdraw</b> electronic coins, the customer transfers funds from his "
294"bank account to the Taler payment service provider (the exchange). The wire "
295"transfer subject must match a code identifying the customer's wallet. After "
296"the wire transfer is complete, the wallet will automatically withdraw the "
249"coins from the exchange." 297"coins from the exchange."
250msgstr "" 298msgstr ""
251"Um digitale Münzen in die Taler-Geldbörse zu laden, müssen Taler-Nutzer " 299"Um digitale Münzen in die Taler-Geldbörse zu laden, müssen Taler-Nutzer "
@@ -255,34 +303,46 @@ msgstr ""
255"Wechselstube an die Taler-Geldbörse erfolgt automatisch." 303"Wechselstube an die Taler-Geldbörse erfolgt automatisch."
256 304
257#: citizens.html.j2:118 305#: citizens.html.j2:118
258msgid "" 306#, fuzzy
259"To <b>spend</b> electronic coins, a merchant must\n" 307#| msgid ""
260"cause the wallet to display a proposal for some\n" 308#| "To <b>spend</b> electronic coins, a merchant must\n"
261"purchase. The wallet will ask the customer for\n" 309#| "cause the wallet to display a proposal for some\n"
262"one-click confirmation. Payment is then instant.\n" 310#| "purchase. The wallet will ask the customer for\n"
263"Transaction histories and digitally signed contracts\n" 311#| "one-click confirmation. Payment is then instant.\n"
264"can be preserved by the wallet." 312#| "Transaction histories and digitally signed contracts\n"
265msgstr "" 313#| "can be preserved by the wallet."
266"Die Abbuchung von der privaten Taler-Geldbörse erfolgt nur, wenn sich die" 314msgid ""
267" Verkäufer den jeweiligen Rechnungsbetrag von der Taler-Geldbörse " 315"To <b>spend</b> electronic coins, a merchant must cause the wallet to "
268"anzeigen lassen und die Käufer mit einem Klick die Zahlung dieses " 316"display a proposal for some purchase. The wallet will ask the customer for "
269"Rechnungsbetrags bestätigen. Die Zahlung geschieht dann im selben " 317"one-click confirmation. Payment is then instant. Transaction histories and "
270"Augenblick. Alle Zahlungen und digital signierte Kaufverträge können in " 318"digitally signed contracts can be preserved by the wallet."
271"der Geldbörse gespeichert werden." 319msgstr ""
320"Die Abbuchung von der privaten Taler-Geldbörse erfolgt nur, wenn sich die "
321"Verkäufer den jeweiligen Rechnungsbetrag von der Taler-Geldbörse anzeigen "
322"lassen und die Käufer mit einem Klick die Zahlung dieses Rechnungsbetrags "
323"bestätigen. Die Zahlung geschieht dann im selben Augenblick. Alle Zahlungen "
324"und digital signierte Kaufverträge können in der Geldbörse gespeichert "
325"werden."
272 326
273#: citizens.html.j2:125 327#: citizens.html.j2:125
274msgid "" 328#, fuzzy
275"The customer can use the wallet to <b>review</b> his\n" 329#| msgid ""
276"balance. The wallet can contain different\n" 330#| "The customer can use the wallet to <b>review</b> his\n"
277"currencies, and may be shared across\n" 331#| "balance. The wallet can contain different\n"
278"devices. Customers can make backups of the wallet to\n" 332#| "currencies, and may be shared across\n"
279"secure its contents against hardware failures." 333#| "devices. Customers can make backups of the wallet to\n"
334#| "secure its contents against hardware failures."
335msgid ""
336"The customer can use the wallet to <b>review</b> his balance. The wallet can "
337"contain different currencies, and may be shared across devices. Customers "
338"can make backups of the wallet to secure its contents against hardware "
339"failures."
280msgstr "" 340msgstr ""
281"Taler-Nutzer können in der Geldbörse alle Buchungen überprüfen. Die " 341"Taler-Nutzer können in der Geldbörse alle Buchungen überprüfen. Die "
282"Geldbörse kann verschiedene Währungen enthalten und auf unterschiedlichen" 342"Geldbörse kann verschiedene Währungen enthalten und auf unterschiedlichen "
283" Endgeräten angezeigt werden. Es ist möglich, mehrere Kopien der Taler-" 343"Endgeräten angezeigt werden. Es ist möglich, mehrere Kopien der Taler-"
284"Geldbörse zu speichern, um sie auch bei einem Geräteausfall oder Verlust " 344"Geldbörse zu speichern, um sie auch bei einem Geräteausfall oder Verlust der "
285"der Hardware stets gesichert zu haben." 345"Hardware stets gesichert zu haben."
286 346
287#: contact.html.j2:6 347#: contact.html.j2:6
288msgid "Contact information" 348msgid "Contact information"
@@ -293,28 +353,37 @@ msgid "The mailing list"
293msgstr "Die Mailing-Liste" 353msgstr "Die Mailing-Liste"
294 354
295#: contact.html.j2:15 355#: contact.html.j2:15
296msgid "" 356#, fuzzy
297"An archived, public mailing list for GNU Taler is\n" 357#| msgid ""
298"hosted at\n" 358#| "An archived, public mailing list for GNU Taler is\n"
299"<a " 359#| "hosted at\n"
300"href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>." 360#| "<a href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists."
301" You can send messages to the list\n" 361#| "gnu.org/mailman/listinfo/taler</a>. You can send messages to the list\n"
302"at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n" 362#| "at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
303msgstr "" 363msgid ""
304"Eine öffentliche Mailing-Liste wird archiviert bereitgestellt auf <a " 364"An archived, public mailing list for GNU Taler is hosted at <a href="
305"href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>." 365"\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/"
306" Nachrichten an die Liste sendet man an <a " 366"mailman/listinfo/taler</a>. You can send messages to the list at <a href="
307"href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n" 367"\"mailto:taler@gnu.org\">taler@gnu.org</a>."
368msgstr ""
369"Eine öffentliche Mailing-Liste wird archiviert bereitgestellt auf <a href="
370"\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/"
371"mailman/listinfo/taler</a>. Nachrichten an die Liste sendet man an <a href="
372"\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
308 373
309#: contact.html.j2:25 374#: contact.html.j2:25
310msgid "Contacting individuals" 375msgid "Contacting individuals"
311msgstr "Mitglieder kontaktieren" 376msgstr "Mitglieder kontaktieren"
312 377
313#: contact.html.j2:27 378#: contact.html.j2:27
379#, fuzzy
380#| msgid ""
381#| "Team members are generally reachable at\n"
382#| "<tt>LASTNAME@taler.net</tt>. All of us\n"
383#| "support receiving GnuPG encrypted e-mails.\n"
314msgid "" 384msgid ""
315"Team members are generally reachable at\n" 385"Team members are generally reachable at <tt>LASTNAME@taler.net</tt>. All of "
316"<tt>LASTNAME@taler.net</tt>. All of us\n" 386"us support receiving GnuPG encrypted e-mails."
317"support receiving GnuPG encrypted e-mails.\n"
318msgstr "" 387msgstr ""
319"Die Mitglieder des Taler-Teams sind erreichbar mit einer E-Mail an " 388"Die Mitglieder des Taler-Teams sind erreichbar mit einer E-Mail an "
320"<tt>LASTNAME@taler.net</tt>, die GnuPG-verschlüsselt empfangen wird. " 389"<tt>LASTNAME@taler.net</tt>, die GnuPG-verschlüsselt empfangen wird. "
@@ -324,16 +393,20 @@ msgid "Reporting bugs"
324msgstr "Funktionserweiterungen, Fehler und Bugs melden" 393msgstr "Funktionserweiterungen, Fehler und Bugs melden"
325 394
326#: contact.html.j2:38 395#: contact.html.j2:38
327msgid "" 396#, fuzzy
328"We track open feature requests and bugs in our\n" 397#| msgid ""
329"<a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n" 398#| "We track open feature requests and bugs in our\n"
330"which is shared with the GNUnet project.\n" 399#| "<a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n"
331"You can also report bugs or feature requests to the\n" 400#| "which is shared with the GNUnet project.\n"
332"mailing list.\n" 401#| "You can also report bugs or feature requests to the\n"
333msgstr "" 402#| "mailing list.\n"
334"Wir verfolgen Bugs und Anfragen zu erweiterten Funktionalitäten zusammen " 403msgid ""
335"mit dem GNU-Project auf <a href=\"https://gnunet.org/bugs/\">Bug " 404"We track open feature requests and bugs in our <a href=\"https://gnunet.org/"
336"tracker</a>.\n" 405"bugs/\">Bug tracker</a>, which is shared with the GNUnet project. You can "
406"also report bugs or feature requests to the mailing list."
407msgstr ""
408"Wir verfolgen Bugs und Anfragen zu erweiterten Funktionalitäten zusammen mit "
409"dem GNU-Project auf <a href=\"https://gnunet.org/bugs/\">Bug tracker</a>.\n"
337" Bugs oder Funktionsanfragen können auch an die Mailing-Liste gesendet " 410" Bugs oder Funktionsanfragen können auch an die Mailing-Liste gesendet "
338"werden." 411"werden."
339 412
@@ -342,9 +415,13 @@ msgid "Executive team"
342msgstr "Leitungsteam" 415msgstr "Leitungsteam"
343 416
344#: contact.html.j2:51 417#: contact.html.j2:51
418#, fuzzy
419#| msgid ""
420#| "For non-technical commercial requests, please contact\n"
421#| "<tt>ceo AT taler.net</tt>.\n"
345msgid "" 422msgid ""
346"For non-technical commercial requests, please contact\n" 423"For non-technical commercial requests, please contact <tt>ceo AT taler.net</"
347"<tt>ceo AT taler.net</tt>.\n" 424"tt>."
348msgstr "" 425msgstr ""
349"Für alle nicht-technischen Anfragen bitten wir <tt>ceo AT taler.net</tt> " 426"Für alle nicht-technischen Anfragen bitten wir <tt>ceo AT taler.net</tt> "
350"anzumailen.\n" 427"anzumailen.\n"
@@ -355,32 +432,28 @@ msgstr ""
355 432
356#: copyright.html.j2:8 433#: copyright.html.j2:8
357msgid "" 434msgid ""
358"<p>Contributors to GNU Taler with Git access must sign the\n" 435"<p>Contributors to GNU Taler with Git access must sign the <a href=\"/pdf/"
359"<a href=\"/pdf/copyright.pdf\">copyright assignment</a> to\n" 436"copyright.pdf\">copyright assignment</a> to ensure that the <a href="
360"ensure that the <a href=\"https://gnunet.org/git/gnunet-" 437"\"https://gnunet.org/git/gnunet-ev.git/tree/gnunet_taler_agreement.tex"
361"ev.git/tree/gnunet_taler_agreement.tex\">GNUnet e.V. --- Taler Systems SA" 438"\">GNUnet e.V. --- Taler Systems SA agreement on licensing and collaborative "
362" agreement\n" 439"development</a> of the GNUnet and GNU Taler projects is satisfied.</p>"
363"on licensing and collaborative development</a> of the GNUnet and\n"
364"GNU Taler projects is satisfied.</p>\n"
365msgstr "" 440msgstr ""
366 441
367#: copyright.html.j2:17 442#: copyright.html.j2:17
368msgid "" 443msgid ""
369"<p>The agreements ensure that the code will continue to be made\n" 444"<p>The agreements ensure that the code will continue to be made available "
370"available under free software licenses, but gives developers\n" 445"under free software licenses, but gives developers the freedom to move code "
371"the freedom to move code between GNUnet and GNU Taler without\n" 446"between GNUnet and GNU Taler without worrying about licenses and the company "
372"worrying about licenses and the company the ability to\n" 447"the ability to dual-license (for example, so that we can distribute via App-"
373"dual-license (for example, so that we can distribute via\n" 448"stores that are hostile to free software).</p>"
374"App-stores that are hostile to free software).</p>\n"
375msgstr "" 449msgstr ""
376 450
377#: copyright.html.j2:25 451#: copyright.html.j2:25
378msgid "" 452msgid ""
379"<p>Minor contributions (basically, anyone without Git access) do\n" 453"<p>Minor contributions (basically, anyone without Git access) do not require "
380"not require copyright assignment. Pseudonymous contributions are\n" 454"copyright assignment. Pseudonymous contributions are accepted, in this case "
381"accepted, in this case simply sign the agreement with your\n" 455"simply sign the agreement with your pseudonym. Scanned copies are "
382"pseudonym. Scanned copies are sufficient, but snail mail is\n" 456"sufficient, but snail mail is preferred.</p>"
383"preferred.</p>\n"
384msgstr "" 457msgstr ""
385 458
386#: developers.html.j2:5 459#: developers.html.j2:5
@@ -392,324 +465,431 @@ msgid "Free"
392msgstr "Frei" 465msgstr "Frei"
393 466
394#: developers.html.j2:15 467#: developers.html.j2:15
395msgid "" 468#, fuzzy
396"GNU Taler is free software implementing an open\n" 469#| msgid ""
397"protocol. Anybody is welcome to integrate our reference\n" 470#| "GNU Taler is free software implementing an open\n"
398"implementation into their applications. Different\n" 471#| "protocol. Anybody is welcome to integrate our reference\n"
399"components of Taler are being made available under\n" 472#| "implementation into their applications. Different\n"
400"different licenses. The Affero GPLv3+ is used for the\n" 473#| "components of Taler are being made available under\n"
401"exchange, the LGPLv3+ is used for reference code\n" 474#| "different licenses. The Affero GPLv3+ is used for the\n"
402"demonstrating integration with merchant platforms, and\n" 475#| "exchange, the LGPLv3+ is used for reference code\n"
403"licenses like GPLv3+ are used for\n" 476#| "demonstrating integration with merchant platforms, and\n"
404"wallets and related customer-facing software. We are\n" 477#| "licenses like GPLv3+ are used for\n"
405"open for constructive suggestions for maximizing the\n" 478#| "wallets and related customer-facing software. We are\n"
406"adoption of this payment platform.\n" 479#| "open for constructive suggestions for maximizing the\n"
480#| "adoption of this payment platform.\n"
481msgid ""
482"GNU Taler is free software implementing an open protocol. Anybody is welcome "
483"to integrate our reference implementation into their applications. Different "
484"components of Taler are being made available under different licenses. The "
485"Affero GPLv3+ is used for the exchange, the LGPLv3+ is used for reference "
486"code demonstrating integration with merchant platforms, and licenses like "
487"GPLv3+ are used for wallets and related customer-facing software. We are "
488"open for constructive suggestions for maximizing the adoption of this "
489"payment platform."
407msgstr "" 490msgstr ""
408"Taler ist freie Software mit einem offenen Protokoll. Alle Programmierer " 491"Taler ist freie Software mit einem offenen Protokoll. Alle Programmierer "
409"sind dazu eingeladen, unseren Referenzcode in ihre Anwendungen " 492"sind dazu eingeladen, unseren Referenzcode in ihre Anwendungen aufzunehmen. "
410"aufzunehmen. Verschiedene Taler-Komponenten sind unter verschiedenen " 493"Verschiedene Taler-Komponenten sind unter verschiedenen Lizenzformen "
411"Lizenzformen verfügbar. Für die Taler-Wechselstube (den \"Exchange\") " 494"verfügbar. Für die Taler-Wechselstube (den \"Exchange\") dient Affero "
412"dient Affero GPLv3+, LGPLv3+ für den Referenzcode der Integration in " 495"GPLv3+, LGPLv3+ für den Referenzcode der Integration in Handelsplattformen, "
413"Handelsplattformen, GPLv3+-Lizenzen gelten für Geldbörsen (\"Wallets\") " 496"GPLv3+-Lizenzen gelten für Geldbörsen (\"Wallets\") und Kundeninteraktions-"
414"und Kundeninteraktions-Software. Wir heißen alle konstruktiven Vorschläge" 497"Software. Wir heißen alle konstruktiven Vorschläge willkommen, die Taler-"
415" willkommen, die Taler-Komponenten in eigene Anwendungen zu integrieren." 498"Komponenten in eigene Anwendungen zu integrieren."
416 499
417#: developers.html.j2:32 500#: developers.html.j2:32
418msgid "RESTful" 501msgid "RESTful"
419msgstr "RESTful-basiert" 502msgstr "RESTful-basiert"
420 503
421#: developers.html.j2:35 504#: developers.html.j2:35
422msgid "" 505#, fuzzy
423"Taler is designed to work on the Internet. To\n" 506#| msgid ""
424"ensure that Taler payments can work with\n" 507#| "Taler is designed to work on the Internet. To\n"
425"restrictive network setups, Taler uses a RESTful\n" 508#| "ensure that Taler payments can work with\n"
426"protocol over HTTP or HTTPS. Taler's security does\n" 509#| "restrictive network setups, Taler uses a RESTful\n"
427"not depend upon the use of HTTPS, but obviously\n" 510#| "protocol over HTTP or HTTPS. Taler's security does\n"
428"merchants may choose to offer HTTPS for consistency\n" 511#| "not depend upon the use of HTTPS, but obviously\n"
429"and because it generally is better for privacy\n" 512#| "merchants may choose to offer HTTPS for consistency\n"
430"compared to HTTP. Taler uses JSON to encode\n" 513#| "and because it generally is better for privacy\n"
431"structure data, making it easy to integrate Taler\n" 514#| "compared to HTTP. Taler uses JSON to encode\n"
432"with existing Web applications. Taler's protocol\n" 515#| "structure data, making it easy to integrate Taler\n"
433"is documented in\n" 516#| "with existing Web applications. Taler's protocol\n"
434"detail at <a href=\"https://api.taler.net/\">api.taler.net</a>.\n" 517#| "is documented in\n"
435msgstr "" 518#| "detail at <a href=\"https://api.taler.net/\">api.taler.net</a>.\n"
436"Taler als Bezahlsystem benutzt ein RESTful-Protokoll über HTTP oder " 519msgid ""
437"HTTPS-Verbindungen, um auch in eingeschränkten Netzwerkumgebungen sichere" 520"Taler is designed to work on the Internet. To ensure that Taler payments can "
438" Buchungen über das Internet auszuführen. Das Sicherheitskonzept von " 521"work with restrictive network setups, Taler uses a RESTful protocol over "
439"Taler hängt nicht vom Gebrauch der HTTPS-Verbindungen ab, doch werden " 522"HTTP or HTTPS. Taler's security does not depend upon the use of HTTPS, but "
523"obviously merchants may choose to offer HTTPS for consistency and because it "
524"generally is better for privacy compared to HTTP. Taler uses JSON to encode "
525"structure data, making it easy to integrate Taler with existing Web "
526"applications. Taler's protocol is documented in detail at <a href=\"https://"
527"api.taler.net/\">api.taler.net</a>."
528msgstr ""
529"Taler als Bezahlsystem benutzt ein RESTful-Protokoll über HTTP oder HTTPS-"
530"Verbindungen, um auch in eingeschränkten Netzwerkumgebungen sichere "
531"Buchungen über das Internet auszuführen. Das Sicherheitskonzept von Taler "
532"hängt nicht vom Gebrauch der HTTPS-Verbindungen ab, doch werden "
440"Handelsunternehmen aus Gründen der Konsistenz mit ihren Webshops HTTPS " 533"Handelsunternehmen aus Gründen der Konsistenz mit ihren Webshops HTTPS "
441"vorziehen, das auch gerade wegen seiner Verschlüsselung eine noch höhere " 534"vorziehen, das auch gerade wegen seiner Verschlüsselung eine noch höhere "
442"Sicherheit als eine HTTP-Verbindung bietet. Taler nutzt das JSON-Format, " 535"Sicherheit als eine HTTP-Verbindung bietet. Taler nutzt das JSON-Format, um "
443"um strukturierte Daten zu verschlüsseln. Dies erleichtert die Integration" 536"strukturierte Daten zu verschlüsseln. Dies erleichtert die Integration von "
444" von Taler in bestehende Webseiten und Anwendungen. Eine ausführliche " 537"Taler in bestehende Webseiten und Anwendungen. Eine ausführliche "
445"Dokumentation des Taler-Protokolls befindet sich auf <a " 538"Dokumentation des Taler-Protokolls befindet sich auf <a href=\"https://api."
446"href=\"https://api.taler.net/\">api.taler.net</a>." 539"taler.net/\">api.taler.net</a>."
447 540
448#: developers.html.j2:58 541#: developers.html.j2:58
449msgid "Code" 542msgid "Code"
450msgstr "Code" 543msgstr "Code"
451 544
452#: developers.html.j2:61 545#: developers.html.j2:61
453msgid "" 546#, fuzzy
454"Taler is currently primarily developed by a\n" 547#| msgid ""
455"research team at <a href=\"http://www.inria.fr/\">Inria</a> and\n" 548#| "Taler is currently primarily developed by a\n"
456"<a href=\"https://gnunet.org/\">GNUnet</a>. However,\n" 549#| "research team at <a href=\"http://www.inria.fr/\">Inria</a> and\n"
457"contributions from anyone are welcome. Our Git\n" 550#| "<a href=\"https://gnunet.org/\">GNUnet</a>. However,\n"
458"repositories can be cloned using the Git and HTTP\n" 551#| "contributions from anyone are welcome. Our Git\n"
459"access methods against <tt>git.taler.net</tt> with\n" 552#| "repositories can be cloned using the Git and HTTP\n"
460"the name of the respective repository. A list of\n" 553#| "access methods against <tt>git.taler.net</tt> with\n"
461"repositories can be found in\n" 554#| "the name of the respective repository. A list of\n"
462"our <a href=\"https://git.taler.net/\">GitWeb</a>.\n" 555#| "repositories can be found in\n"
463msgstr "" 556#| "our <a href=\"https://git.taler.net/\">GitWeb</a>.\n"
464"Taler wird hauptsächlich entwickelt von einem Forscherteam bei <a " 557msgid ""
465"href=\"http://www.inria.fr/\">Inria</a> und <a " 558"Taler is currently primarily developed by a research team at <a href="
466"href=\"https://gnunet.org/\">GNUnet</a>. Unterstützung von externen " 559"\"http://www.inria.fr/\">Inria</a> and <a href=\"https://gnunet.org/"
467"Beitragenden ist immer willkommen. Unsere Git-Repositories können mit Git" 560"\">GNUnet</a>. However, contributions from anyone are welcome. Our Git "
468" und HTTP-basiertem Zugriff auf <tt>git.taler.net</tt> geklont werden. " 561"repositories can be cloned using the Git and HTTP access methods against "
469"Eine Liste der Repositories befindet sich auf unserem <a " 562"<tt>git.taler.net</tt> with the name of the respective repository. A list of "
470"href=\"https://git.taler.net/\">GitWeb</a>." 563"repositories can be found in our <a href=\"https://git.taler.net/\">GitWeb</"
564"a>."
565msgstr ""
566"Taler wird hauptsächlich entwickelt von einem Forscherteam bei <a href="
567"\"http://www.inria.fr/\">Inria</a> und <a href=\"https://gnunet.org/"
568"\">GNUnet</a>. Unterstützung von externen Beitragenden ist immer willkommen. "
569"Unsere Git-Repositories können mit Git und HTTP-basiertem Zugriff auf "
570"<tt>git.taler.net</tt> geklont werden. Eine Liste der Repositories befindet "
571"sich auf unserem <a href=\"https://git.taler.net/\">GitWeb</a>."
471 572
472#: developers.html.j2:75 573#: developers.html.j2:75
473msgid "Documentation" 574msgid "Documentation"
474msgstr "Dokumentation" 575msgstr "Dokumentation"
475 576
476#: developers.html.j2:78 577#: developers.html.j2:78
477msgid "" 578#, fuzzy
478"In addition to this website, the <a\n" 579#| msgid ""
479"href=\"https://git.taler.net/\">documented code</a> and\n" 580#| "In addition to this website, the <a\n"
480"the <a href=\"https://api.taler.net/\">API\n" 581#| "href=\"https://git.taler.net/\">documented code</a> and\n"
481"documentation</a>. Technical papers can be found in\n" 582#| "the <a href=\"https://api.taler.net/\">API\n"
482"our <a href=\"bibliography.html\">bibliography</a>.\n" 583#| "documentation</a>. Technical papers can be found in\n"
483msgstr "" 584#| "our <a href=\"bibliography.html\">bibliography</a>.\n"
484"Neben dieser Webseite bestehen die <a href=\"https://git.taler.net" 585msgid ""
485"/\">Code-Dokumentation</a>, die <a " 586"In addition to this website, the <a href=\"https://git.taler.net/"
486"href=\"https://docs.taler.net\">Entwicklerdokumentation</a> und die <a " 587"\">documented code</a> and the <a href=\"https://api.taler.net/\">API "
487"href=\"https://api.taler.net/\">API-Schnittstellendokumentation</a>. " 588"documentation</a>. Technical papers can be found in our <a href="
488"Wissenschaftliche Literatur findet man in der <a " 589"\"bibliography.html\">bibliography</a>."
489"href=\"bibliography.html\">Bibliographie</a>." 590msgstr ""
591"Neben dieser Webseite bestehen die <a href=\"https://git.taler.net/\">Code-"
592"Dokumentation</a>, die <a href=\"https://docs.taler.net"
593"\">Entwicklerdokumentation</a> und die <a href=\"https://api.taler.net/"
594"\">API-Schnittstellendokumentation</a>. Wissenschaftliche Literatur findet "
595"man in der <a href=\"bibliography.html\">Bibliographie</a>."
490 596
491#: developers.html.j2:88 597#: developers.html.j2:88
492msgid "Discussion" 598msgid "Discussion"
493msgstr "Diskussion" 599msgstr "Diskussion"
494 600
495#: developers.html.j2:91 601#: developers.html.j2:91
602#, fuzzy
603#| msgid ""
604#| "We have a mailing list for developer discussions.\n"
605#| "You can subscribe to or read the list archive at\n"
606#| "<a href=\"http://lists.gnu.org/mailman/listinfo/taler\">http://lists.gnu."
607#| "org/mailman/listinfo/taler</a>.\n"
496msgid "" 608msgid ""
497"We have a mailing list for developer discussions.\n" 609"We have a mailing list for developer discussions. You can subscribe to or "
498"You can subscribe to or read the list archive at\n" 610"read the list archive at <a href=\"http://lists.gnu.org/mailman/listinfo/"
499"<a " 611"taler\">http://lists.gnu.org/mailman/listinfo/taler</a>."
500"href=\"http://lists.gnu.org/mailman/listinfo/taler\">http://lists.gnu.org/mailman/listinfo/taler</a>."
501"\n"
502msgstr "" 612msgstr ""
503"Zum Austausch unter Entwicklern haben wir eine Mailingliste. Um sich " 613"Zum Austausch unter Entwicklern haben wir eine Mailingliste. Um sich "
504"einzutragen oder das Listenarchiv zu lesen besuche man <a " 614"einzutragen oder das Listenarchiv zu lesen besuche man <a href=\"http://"
505"href=\"http://lists.gnu.org/mailman/listinfo/taler\">http://lists.gnu.org/mailman/listinfo/taler</a>." 615"lists.gnu.org/mailman/listinfo/taler\">http://lists.gnu.org/mailman/listinfo/"
616"taler</a>."
506 617
507#: developers.html.j2:101 618#: developers.html.j2:101
508msgid "Regression Testing" 619msgid "Regression Testing"
509msgstr "Regressiontests mit Buildbot" 620msgstr "Regressiontests mit Buildbot"
510 621
511#: developers.html.j2:104 622#: developers.html.j2:104
623#, fuzzy
624#| msgid ""
625#| "We have <a href=\"https://buildbot.net/\">Buildbot</a>\n"
626#| "automation tests to detect regressions and check for\n"
627#| "portability at <a\n"
628#| "href=\"https://buildbot.taler.net/\">buildbot.taler.net</a>.\n"
512msgid "" 629msgid ""
513"We have <a href=\"https://buildbot.net/\">Buildbot</a>\n" 630"We have <a href=\"https://buildbot.net/\">Buildbot</a> automation tests to "
514"automation tests to detect regressions and check for\n" 631"detect regressions and check for portability at <a href=\"https://buildbot."
515"portability at <a\n" 632"taler.net/\">buildbot.taler.net</a>."
516"href=\"https://buildbot.taler.net/\">buildbot.taler.net</a>.\n"
517msgstr "" 633msgstr ""
518"Unter <a href=\"https://buildbot.taler.net/\">buildbot.taler.net</a> " 634"Unter <a href=\"https://buildbot.taler.net/\">buildbot.taler.net</a> "
519"befinden sich Ergebnisse der Testumgebung <a " 635"befinden sich Ergebnisse der Testumgebung <a href=\"https://buildbot.net/"
520"href=\"https://buildbot.net/\">Buildbot</a>, um Fehler nach " 636"\">Buildbot</a>, um Fehler nach Modifikationen aufzeigen zu können und die "
521"Modifikationen aufzeigen zu können und die Portabilität des Codes zu " 637"Portabilität des Codes zu gewährleisten."
522"gewährleisten."
523 638
524#: developers.html.j2:113 639#: developers.html.j2:113
525msgid "Code Coverage Analysis" 640msgid "Code Coverage Analysis"
526msgstr "Testabdeckung" 641msgstr "Testabdeckung"
527 642
528#: developers.html.j2:116 643#: developers.html.j2:116
529msgid "" 644#, fuzzy
530"We use\n" 645#| msgid ""
531"<a href=\"http://ltp.sourceforge.net/coverage/lcov.php\">LCOV</a>\n" 646#| "We use\n"
532"to analyze the code coverage of our tests, the\n" 647#| "<a href=\"http://ltp.sourceforge.net/coverage/lcov.php\">LCOV</a>\n"
533"results are available\n" 648#| "to analyze the code coverage of our tests, the\n"
534"at <a href=\"https://lcov.taler.net/\">lcov.taler.net</a>.\n" 649#| "results are available\n"
535msgstr "" 650#| "at <a href=\"https://lcov.taler.net/\">lcov.taler.net</a>.\n"
536"Wir verwenden <a " 651msgid ""
537"href=\"http://ltp.sourceforge.net/coverage/lcov.php\">LCOV</a>, um die " 652"We use <a href=\"http://ltp.sourceforge.net/coverage/lcov.php\">LCOV</a> to "
538"Testabdeckung unserer Funktionstests zu analysieren, die Ergebnisse sind " 653"analyze the code coverage of our tests, the results are available at <a href="
539"auf <a href=\"https://lcov.taler.net/\">lcov.taler.net</a>." 654"\"https://lcov.taler.net/\">lcov.taler.net</a>."
655msgstr ""
656"Wir verwenden <a href=\"http://ltp.sourceforge.net/coverage/lcov.php\">LCOV</"
657"a>, um die Testabdeckung unserer Funktionstests zu analysieren, die "
658"Ergebnisse sind auf <a href=\"https://lcov.taler.net/\">lcov.taler.net</a>."
540 659
541#: developers.html.j2:126 660#: developers.html.j2:126
542msgid "Performance Analysis" 661msgid "Performance Analysis"
543msgstr "Performanceanalyse" 662msgstr "Performanceanalyse"
544 663
545#: developers.html.j2:129 664#: developers.html.j2:129
546msgid "" 665#, fuzzy
547"We\n" 666#| msgid ""
548"use <a href=\"https://gnunet.org/gauger\">Gauger</a>\n" 667#| "We\n"
549"for performance regression analysis of the exchange\n" 668#| "use <a href=\"https://gnunet.org/gauger\">Gauger</a>\n"
550"backend\n" 669#| "for performance regression analysis of the exchange\n"
551"at <a href=\"https://gauger.taler.net/\">gauger.taler.net</a>.\n" 670#| "backend\n"
671#| "at <a href=\"https://gauger.taler.net/\">gauger.taler.net</a>.\n"
672msgid ""
673"We use <a href=\"https://gnunet.org/gauger\">Gauger</a> for performance "
674"regression analysis of the exchange backend at <a href=\"https://gauger."
675"taler.net/\">gauger.taler.net</a>."
552msgstr "" 676msgstr ""
553"Wir verwenden <a href=\"https://gnunet.org/gauger\">Gauger</a>, um die " 677"Wir verwenden <a href=\"https://gnunet.org/gauger\">Gauger</a>, um die "
554"Performance zu messen. Ergebnisse sind auf <a " 678"Performance zu messen. Ergebnisse sind auf <a href=\"https://gauger.taler."
555"href=\"https://gauger.taler.net/\">gauger.taler.net</a>." 679"net/\">gauger.taler.net</a>."
556 680
557#: developers.html.j2:145 681#: developers.html.j2:145
558msgid "Taler system overview" 682msgid "Taler system overview"
559msgstr "Das Taler-System im Überblick" 683msgstr "Das Taler-System im Überblick"
560 684
561#: developers.html.j2:148 685#: developers.html.j2:148
686#, fuzzy
687#| msgid ""
688#| "The Taler system consists of protocols executed among\n"
689#| "a number of actors as illustrated in the illustration on the right.\n"
690#| "Typical transactions involve the following steps:\n"
562msgid "" 691msgid ""
563"The Taler system consists of protocols executed among\n" 692"The Taler system consists of protocols executed among a number of actors as "
564"a number of actors as illustrated in the illustration on the right.\n" 693"illustrated in the illustration on the right. Typical transactions involve "
565"Typical transactions involve the following steps:\n" 694"the following steps:"
566msgstr "" 695msgstr ""
567"Das Taler-Bezahlsystem verwendet Protokolle für den Geldfluss zwischen " 696"Das Taler-Bezahlsystem verwendet Protokolle für den Geldfluss zwischen den "
568"den Beteiligten. Die grundlegenden Transaktionen sind in der Grafik " 697"Beteiligten. Die grundlegenden Transaktionen sind in der Grafik dargestellt:"
569"dargestellt:"
570 698
571#: developers.html.j2:158 699#: developers.html.j2:158
572msgid "" 700#, fuzzy
573"A customer instructs his <b>bank</b> to\n" 701#| msgid ""
574"transfer funds from his account to the Taler\n" 702#| "A customer instructs his <b>bank</b> to\n"
575"exchange (top left). In the subject of the\n" 703#| "transfer funds from his account to the Taler\n"
576"transaction, he includes an authentication\n" 704#| "exchange (top left). In the subject of the\n"
577"token from his electronic <b>wallet</b>. In\n" 705#| "transaction, he includes an authentication\n"
578"Taler terminology, the customer creates a\n" 706#| "token from his electronic <b>wallet</b>. In\n"
579"reserve at the exchange.\n" 707#| "Taler terminology, the customer creates a\n"
580msgstr "" 708#| "reserve at the exchange.\n"
581"Zuerst überweisen Taler-Nutzer Geld von ihren herkömmlichen Girokonten in" 709msgid ""
582" den Währungen der Geschäftsbanken (in der Grafik oben links) an die " 710"A customer instructs his <b>bank</b> to transfer funds from his account to "
583"Taler-Wechselstube (der sog. \"Exchange\" in der Mitte der Grafik). Im " 711"the Taler exchange (top left). In the subject of the transaction, he "
584"Betreff der Überweisung nennen sie eine Transaktionsnummer ihrer Taler-" 712"includes an authentication token from his electronic <b>wallet</b>. In Taler "
585"Geldbörse. Damit bilden sie eine Münzen-Reserve bei der Taler-" 713"terminology, the customer creates a reserve at the exchange."
586"Wechselstube." 714msgstr ""
715"Zuerst überweisen Taler-Nutzer Geld von ihren herkömmlichen Girokonten in "
716"den Währungen der Geschäftsbanken (in der Grafik oben links) an die Taler-"
717"Wechselstube (der sog. \"Exchange\" in der Mitte der Grafik). Im Betreff der "
718"Überweisung nennen sie eine Transaktionsnummer ihrer Taler-Geldbörse. Damit "
719"bilden sie eine Münzen-Reserve bei der Taler-Wechselstube."
587 720
588#: developers.html.j2:170 721#: developers.html.j2:170
589msgid "" 722#, fuzzy
590"Once the exchange has received the wire\n" 723#| msgid ""
591"transfer, it allows the customer's electronic\n" 724#| "Once the exchange has received the wire\n"
592"wallet to <b>withdraw</b> electronic coins.\n" 725#| "transfer, it allows the customer's electronic\n"
593"The electronic coins are digital\n" 726#| "wallet to <b>withdraw</b> electronic coins.\n"
594"representations of the original currency from\n" 727#| "The electronic coins are digital\n"
595"the transfer. It is important to note that the\n" 728#| "representations of the original currency from\n"
596"exchange does not learn the &quot;serial\n" 729#| "the transfer. It is important to note that the\n"
597"numbers&quot; of the coins created in this\n" 730#| "exchange does not learn the &quot;serial\n"
598"process, so it cannot tell later which customer\n" 731#| "numbers&quot; of the coins created in this\n"
599"purchased what at which merchant. The use of\n" 732#| "process, so it cannot tell later which customer\n"
600"Taler does not change the currency or the total\n" 733#| "purchased what at which merchant. The use of\n"
601"value of the funds (except for fees which the\n" 734#| "Taler does not change the currency or the total\n"
602"exchange may charge for the service).\n" 735#| "value of the funds (except for fees which the\n"
736#| "exchange may charge for the service).\n"
737msgid ""
738"Once the exchange has received the wire transfer, it allows the customer's "
739"electronic wallet to <b>withdraw</b> electronic coins. The electronic coins "
740"are digital representations of the original currency from the transfer. It "
741"is important to note that the exchange does not learn the &quot;serial "
742"numbers&quot; of the coins created in this process, so it cannot tell later "
743"which customer purchased what at which merchant. The use of Taler does not "
744"change the currency or the total value of the funds (except for fees which "
745"the exchange may charge for the service)."
603msgstr "" 746msgstr ""
604"Sobald die Taler-Wechselstube die Überweisung von der Bank erhalten hat, " 747"Sobald die Taler-Wechselstube die Überweisung von der Bank erhalten hat, "
605"erlaubt sie die Verwendung der digitalen Münzen in der Taler-Geldbörse. " 748"erlaubt sie die Verwendung der digitalen Münzen in der Taler-Geldbörse. Die "
606"Die Ursprungswährungen werden dabei zu gleichnamigen Währungen in der " 749"Ursprungswährungen werden dabei zu gleichnamigen Währungen in der Taler-"
607"Taler-Geldbörse und behalten ihren ursprünglichen nominellen Wert " 750"Geldbörse und behalten ihren ursprünglichen nominellen Wert abzüglich einer "
608"abzüglich einer gegebenenfalls von der Wechselstube geforderten " 751"gegebenenfalls von der Wechselstube geforderten Tauschgebühr. Wichtig zu "
609"Tauschgebühr. Wichtig zu wissen ist, dass die Taler-Wechselstube keine " 752"wissen ist, dass die Taler-Wechselstube keine Kenntnis der \"Seriennummern\" "
610"Kenntnis der \"Seriennummern\" der erzeugten digitalen Münzen erlangt. " 753"der erzeugten digitalen Münzen erlangt. Dies hat zur Folge, dass später "
611"Dies hat zur Folge, dass später nicht mehr nachvollzogen werden kann, " 754"nicht mehr nachvollzogen werden kann, welcher Käufer von welchem Verkäufer "
612"welcher Käufer von welchem Verkäufer welche Güter erwarb. Auch die Güter " 755"welche Güter erwarb. Auch die Güter selbst bleiben unbekannt."
613"selbst bleiben unbekannt."
614 756
615#: developers.html.j2:188 757#: developers.html.j2:188
616msgid "" 758#, fuzzy
617"Once the customer has the digital coins in his\n" 759#| msgid ""
618"wallet, the wallet can be used to <b>spend</b>\n" 760#| "Once the customer has the digital coins in his\n"
619"the coins with merchant portals that support\n" 761#| "wallet, the wallet can be used to <b>spend</b>\n"
620"the Taler payment system and accept the\n" 762#| "the coins with merchant portals that support\n"
621"respective exchange as a business partner\n" 763#| "the Taler payment system and accept the\n"
622"(bottom arrow). This creates a digital contract\n" 764#| "respective exchange as a business partner\n"
623"signed by the customer's coins and the\n" 765#| "(bottom arrow). This creates a digital contract\n"
624"merchant. If necessary, the customer can later\n" 766#| "signed by the customer's coins and the\n"
625"use this digitally signed contract in a court\n" 767#| "merchant. If necessary, the customer can later\n"
626"of law to prove the exact terms of the contract\n" 768#| "use this digitally signed contract in a court\n"
627"and that he paid the respective amount. The\n" 769#| "of law to prove the exact terms of the contract\n"
628"customer does not learn the banking details of\n" 770#| "and that he paid the respective amount. The\n"
629"the merchant, and Taler does not require the\n" 771#| "customer does not learn the banking details of\n"
630"merchant to learn the identity of the\n" 772#| "the merchant, and Taler does not require the\n"
631"customer. Naturally, the customer can spend any\n" 773#| "merchant to learn the identity of the\n"
632"fraction of his digital coins (the system takes\n" 774#| "customer. Naturally, the customer can spend any\n"
633"care of customers getting change).\n" 775#| "fraction of his digital coins (the system takes\n"
634msgstr "" 776#| "care of customers getting change).\n"
635"Die digitalen Münzen der Geldbörse kann man ausgeben bei allen " 777msgid ""
636"Verkäufern, die das Taler-Bezahlsystem unterstützen und eine Taler-" 778"Once the customer has the digital coins in his wallet, the wallet can be "
637"Wechselstube als Geschäftspartner akzeptieren (in der Grafik unten " 779"used to <b>spend</b> the coins with merchant portals that support the Taler "
638"rechts). Dieser Vorgang erzeugt einen digitalen Vertrag, der sowohl von " 780"payment system and accept the respective exchange as a business partner "
639"den Verkäufern als auch von den Käufern mit einer Signatur versehen wird " 781"(bottom arrow). This creates a digital contract signed by the customer's "
640"(in der Grafik unten als Pfeil dargestellt). Dieser elektronisch " 782"coins and the merchant. If necessary, the customer can later use this "
641"\"unterschriebene\" Vertrag enthält die genauen Vertragsbedingungen und " 783"digitally signed contract in a court of law to prove the exact terms of the "
642"ist für eventuelle Streitfälle auch vor Gericht verwendbar als " 784"contract and that he paid the respective amount. The customer does not learn "
643"Eigentumsnachweis eines gekauften Gutes zum gegebenen Kaufpreis. Dazu " 785"the banking details of the merchant, and Taler does not require the merchant "
644"müssen weder Käufer noch Verkäufer über die Identität oder Bankdaten " 786"to learn the identity of the customer. Naturally, the customer can spend any "
645"ihrer Geschäftspartner Bescheid wissen. Natürlich kann jeder beliebige " 787"fraction of his digital coins (the system takes care of customers getting "
646"Teilbetrag von Münzen aus der Taler-Geldbörse verwendet werden, das " 788"change)."
647"System sorgt für das korrekte Wechselgeld." 789msgstr ""
790"Die digitalen Münzen der Geldbörse kann man ausgeben bei allen Verkäufern, "
791"die das Taler-Bezahlsystem unterstützen und eine Taler-Wechselstube als "
792"Geschäftspartner akzeptieren (in der Grafik unten rechts). Dieser Vorgang "
793"erzeugt einen digitalen Vertrag, der sowohl von den Verkäufern als auch von "
794"den Käufern mit einer Signatur versehen wird (in der Grafik unten als Pfeil "
795"dargestellt). Dieser elektronisch \"unterschriebene\" Vertrag enthält die "
796"genauen Vertragsbedingungen und ist für eventuelle Streitfälle auch vor "
797"Gericht verwendbar als Eigentumsnachweis eines gekauften Gutes zum gegebenen "
798"Kaufpreis. Dazu müssen weder Käufer noch Verkäufer über die Identität oder "
799"Bankdaten ihrer Geschäftspartner Bescheid wissen. Natürlich kann jeder "
800"beliebige Teilbetrag von Münzen aus der Taler-Geldbörse verwendet werden, "
801"das System sorgt für das korrekte Wechselgeld."
648 802
649#: developers.html.j2:210 803#: developers.html.j2:210
650msgid "" 804#, fuzzy
651"Merchants receiving digital\n" 805#| msgid ""
652"coins <b>deposit</b> the respective claims\n" 806#| "Merchants receiving digital\n"
653"that resulted from the contract signing with\n" 807#| "coins <b>deposit</b> the respective claims\n"
654"the customer at the exchange to redeem the\n" 808#| "that resulted from the contract signing with\n"
655"coins. The deposit step does not reveal the\n" 809#| "the customer at the exchange to redeem the\n"
656"details of the contract between the customer\n" 810#| "coins. The deposit step does not reveal the\n"
657"and the merchant or the identity of the\n" 811#| "details of the contract between the customer\n"
658"customer to the exchange in any way. However,\n" 812#| "and the merchant or the identity of the\n"
659"the exchange does learn the identity of the\n" 813#| "customer to the exchange in any way. However,\n"
660"merchant via the provided bank routing\n" 814#| "the exchange does learn the identity of the\n"
661"information. The merchant can, for example\n" 815#| "merchant via the provided bank routing\n"
662"when compelled by the state for taxation,\n" 816#| "information. The merchant can, for example\n"
663"provide information linking the individual\n" 817#| "when compelled by the state for taxation,\n"
664"deposit to the respective contract signed by\n" 818#| "provide information linking the individual\n"
665"the customer. Thus, the exchange's database\n" 819#| "deposit to the respective contract signed by\n"
666"allows the state to enforce that merchants pay\n" 820#| "the customer. Thus, the exchange's database\n"
667"applicable taxes (and do not engage in illegal\n" 821#| "allows the state to enforce that merchants pay\n"
668"contracts).\n" 822#| "applicable taxes (and do not engage in illegal\n"
669msgstr "" 823#| "contracts).\n"
670"Nach dem Vertragsabschluss übertragen die Käufer ihre digitalen Münzen an" 824msgid ""
671" die Verkäufer, die sich die entsprechenden Forderungen von der Taler-" 825"Merchants receiving digital coins <b>deposit</b> the respective claims that "
826"resulted from the contract signing with the customer at the exchange to "
827"redeem the coins. The deposit step does not reveal the details of the "
828"contract between the customer and the merchant or the identity of the "
829"customer to the exchange in any way. However, the exchange does learn the "
830"identity of the merchant via the provided bank routing information. The "
831"merchant can, for example when compelled by the state for taxation, provide "
832"information linking the individual deposit to the respective contract signed "
833"by the customer. Thus, the exchange's database allows the state to enforce "
834"that merchants pay applicable taxes (and do not engage in illegal contracts)."
835msgstr ""
836"Nach dem Vertragsabschluss übertragen die Käufer ihre digitalen Münzen an "
837"die Verkäufer, die sich die entsprechenden Forderungen von der Taler-"
672"Wechselstube auf ihre Girokonten erstatten lassen. Die Wechselstube " 838"Wechselstube auf ihre Girokonten erstatten lassen. Die Wechselstube "
673"veröffentlicht dabei weder Vertragsdetails noch Käuferdaten und kennt nur" 839"veröffentlicht dabei weder Vertragsdetails noch Käuferdaten und kennt nur "
674" die Identität der Verkäufer durch ihre Bankverbindungen. Die Verkäufer " 840"die Identität der Verkäufer durch ihre Bankverbindungen. Die Verkäufer "
675"können daher gegenüber staatlichen Steuerbehörden einen Nachweis ihrer " 841"können daher gegenüber staatlichen Steuerbehörden einen Nachweis ihrer "
676"rechtmäßigen Geschäfte erbringen. Die Datenbank der Wechselstube " 842"rechtmäßigen Geschäfte erbringen. Die Datenbank der Wechselstube unterstützt "
677"unterstützt auf diese Weise den Staat, ausnahmslos alle Verkäufer zu " 843"auf diese Weise den Staat, ausnahmslos alle Verkäufer zu ihren "
678"ihren Steuerzahlungen zu verpflichten und von illegalen Geschäften " 844"Steuerzahlungen zu verpflichten und von illegalen Geschäften abzuhalten."
679"abzuhalten."
680 845
681#: developers.html.j2:233 846#: developers.html.j2:233
682msgid "" 847#, fuzzy
683"Finally, the exchange transfers funds\n" 848#| msgid ""
684"corresponding to the digital coins redeemed by\n" 849#| "Finally, the exchange transfers funds\n"
685"the merchants to the merchant's <b>bank</b>\n" 850#| "corresponding to the digital coins redeemed by\n"
686"account. The exchange may combine multiple\n" 851#| "the merchants to the merchant's <b>bank</b>\n"
687"small transactions into one larger bank\n" 852#| "account. The exchange may combine multiple\n"
688"transfer. The merchant can query the exchange\n" 853#| "small transactions into one larger bank\n"
689"about the relationship between the bank\n" 854#| "transfer. The merchant can query the exchange\n"
690"transfers and the individual claims that were\n" 855#| "about the relationship between the bank\n"
691"deposited.\n" 856#| "transfers and the individual claims that were\n"
857#| "deposited.\n"
858msgid ""
859"Finally, the exchange transfers funds corresponding to the digital coins "
860"redeemed by the merchants to the merchant's <b>bank</b> account. The "
861"exchange may combine multiple small transactions into one larger bank "
862"transfer. The merchant can query the exchange about the relationship between "
863"the bank transfers and the individual claims that were deposited."
692msgstr "" 864msgstr ""
693"Als letzten Schritt überweist die Taler-Wechselstube die Forderungen der " 865"Als letzten Schritt überweist die Taler-Wechselstube die Forderungen der "
694"Verkäufer an deren Geschäftsbanken (in der Grafik oben rechts). Die " 866"Verkäufer an deren Geschäftsbanken (in der Grafik oben rechts). Die "
695"Geldbeträge entsprechen den Werten der digitalen Münzen. Die Taler-" 867"Geldbeträge entsprechen den Werten der digitalen Münzen. Die Taler-"
696"Wechselstube kann mehrere kleinere Beträge zu einem Gesamtbetrag " 868"Wechselstube kann mehrere kleinere Beträge zu einem Gesamtbetrag "
697"zusammenfassen und an die Geschäftsbank überweisen. Die Verkäufer haben " 869"zusammenfassen und an die Geschäftsbank überweisen. Die Verkäufer haben die "
698"die Möglichkeit, ihre angemeldeten Forderungen und deren Überweisung an " 870"Möglichkeit, ihre angemeldeten Forderungen und deren Überweisung an die "
699"die Geschäftsbank bei der Taler-Wechselstube abzufragen." 871"Geschäftsbank bei der Taler-Wechselstube abzufragen."
700 872
701#: developers.html.j2:247 873#: developers.html.j2:247
702msgid "" 874#, fuzzy
703"Most importantly, the exchange keeps\n" 875#| msgid ""
704"cryptographic proofs that allow it to\n" 876#| "Most importantly, the exchange keeps\n"
705"demonstrate that it is operating correctly to\n" 877#| "cryptographic proofs that allow it to\n"
706"third parties. The system requires an\n" 878#| "demonstrate that it is operating correctly to\n"
707"external <b>auditor</b>, such as a\n" 879#| "third parties. The system requires an\n"
708"government-appointed financial regulatory body,\n" 880#| "external <b>auditor</b>, such as a\n"
709"to frequently verify the exchange's databases\n" 881#| "government-appointed financial regulatory body,\n"
710"and check that its bank balance matches the\n" 882#| "to frequently verify the exchange's databases\n"
711"total value of the remaining coins in\n" 883#| "and check that its bank balance matches the\n"
712"circulation.\n" 884#| "total value of the remaining coins in\n"
885#| "circulation.\n"
886msgid ""
887"Most importantly, the exchange keeps cryptographic proofs that allow it to "
888"demonstrate that it is operating correctly to third parties. The system "
889"requires an external <b>auditor</b>, such as a government-appointed "
890"financial regulatory body, to frequently verify the exchange's databases and "
891"check that its bank balance matches the total value of the remaining coins "
892"in circulation."
713msgstr "" 893msgstr ""
714"Eine bedeutende Eigenschaft der Wechselstube besteht darin, dass sie " 894"Eine bedeutende Eigenschaft der Wechselstube besteht darin, dass sie "
715"kryptografisch verschlüsselte Prüfdaten bereitstellt, um ihre korrekte " 895"kryptografisch verschlüsselte Prüfdaten bereitstellt, um ihre korrekte "
@@ -717,21 +897,27 @@ msgstr ""
717"unabhängigen Parteien wie z.B. von Regierungen ernannten " 897"unabhängigen Parteien wie z.B. von Regierungen ernannten "
718"Finanzaufsichtsbehörden oder Auditoren zur Verfügung gestellt, die " 898"Finanzaufsichtsbehörden oder Auditoren zur Verfügung gestellt, die "
719"regelmäßig die Wechselstube-Datenbanken auf Funktionalität überprüfen " 899"regelmäßig die Wechselstube-Datenbanken auf Funktionalität überprüfen "
720"können. Dabei vergleichen sie die Übereinstimmung der im Umlauf " 900"können. Dabei vergleichen sie die Übereinstimmung der im Umlauf befindlichen "
721"befindlichen Summe von digitalen Münzen mit den Überweisungen an " 901"Summe von digitalen Münzen mit den Überweisungen an Geschäftsbanken."
722"Geschäftsbanken."
723 902
724#: developers.html.j2:262 903#: developers.html.j2:262
725msgid "" 904#, fuzzy
726"Without the auditor, the exchange operators\n" 905#| msgid ""
727"could embezzle funds they are holding in\n" 906#| "Without the auditor, the exchange operators\n"
728"reserve. Customers and merchants cannot cheat\n" 907#| "could embezzle funds they are holding in\n"
729"each other or the exchange. If any party's\n" 908#| "reserve. Customers and merchants cannot cheat\n"
730"computers are compromised, the financial damage\n" 909#| "each other or the exchange. If any party's\n"
731"is limited to the respective party and\n" 910#| "computers are compromised, the financial damage\n"
732"proportional to the funds they have in\n" 911#| "is limited to the respective party and\n"
733"circulation during the period of the\n" 912#| "proportional to the funds they have in\n"
734"compromise.\n" 913#| "circulation during the period of the\n"
914#| "compromise.\n"
915msgid ""
916"Without the auditor, the exchange operators could embezzle funds they are "
917"holding in reserve. Customers and merchants cannot cheat each other or the "
918"exchange. If any party's computers are compromised, the financial damage is "
919"limited to the respective party and proportional to the funds they have in "
920"circulation during the period of the compromise."
735msgstr "" 921msgstr ""
736"Die Rolle des Auditors sorgt dafür, dass die Taler-Wechselstube keine " 922"Die Rolle des Auditors sorgt dafür, dass die Taler-Wechselstube keine "
737"Forderungen oder Überweisungen unterschlagen kann. Ebenso wenig können " 923"Forderungen oder Überweisungen unterschlagen kann. Ebenso wenig können "
@@ -746,81 +932,110 @@ msgid "How is Taler related to Bitcoin or Blockchains?"
746msgstr "In welchem Zusammenhang steht Taler mit Bitcoin oder Blockchains?" 932msgstr "In welchem Zusammenhang steht Taler mit Bitcoin oder Blockchains?"
747 933
748#: faq.html.j2:6 934#: faq.html.j2:6
935#, fuzzy
936#| msgid ""
937#| "<p>Taler does not use any Blockchain technology or Bitcoin directly.\n"
938#| "Taler is not based on proof-of-work or any other distributed consensus\n"
939#| "mechanism. Instead Taler is based on blind signatures.</p>\n"
749msgid "" 940msgid ""
750"<p>Taler does not use any Blockchain technology or Bitcoin directly.\n" 941"<p>Taler does not use any Blockchain technology or Bitcoin directly. Taler "
751"Taler is not based on proof-of-work or any other distributed consensus\n" 942"is not based on proof-of-work or any other distributed consensus mechanism. "
752"mechanism. Instead Taler is based on blind signatures.</p>\n" 943"Instead Taler is based on blind signatures.</p>"
753msgstr "" 944msgstr ""
754"Taler verwendet keine Blockchain-Technologie oder Bitcoin selbst. Auch " 945"Taler verwendet keine Blockchain-Technologie oder Bitcoin selbst. Auch auf "
755"auf elektronisches gegenseitiges Beglaubigen in einem Web-of-trust- oder " 946"elektronisches gegenseitiges Beglaubigen in einem Web-of-trust- oder proof-"
756"proof-of-work-Verfahren verzichtet Taler. Stattdessen setzt Taler auf " 947"of-work-Verfahren verzichtet Taler. Stattdessen setzt Taler auf Verfahren "
757"Verfahren mit blinden Signaturen." 948"mit blinden Signaturen."
758 949
759#: faq.html.j2:11 950#: faq.html.j2:11
951#, fuzzy
952#| msgid ""
953#| "<p>It would be possible, however, to withdraw coins denominated in\n"
954#| "Bitcoin into a Taler wallet (with an appropriate exchange), which\n"
955#| "would give some benefits over plain Bitcoin, such as instant\n"
956#| "confirmation times.</p>\n"
760msgid "" 957msgid ""
761"<p>It would be possible, however, to withdraw coins denominated in\n" 958"<p>It would be possible, however, to withdraw coins denominated in Bitcoin "
762"Bitcoin into a Taler wallet (with an appropriate exchange), which\n" 959"into a Taler wallet (with an appropriate exchange), which would give some "
763"would give some benefits over plain Bitcoin, such as instant\n" 960"benefits over plain Bitcoin, such as instant confirmation times.</p>"
764"confirmation times.</p>\n"
765msgstr "" 961msgstr ""
766"Es ist jedoch möglich, Bitcoin als Münzen in eine Taler-Geldbörse mittels" 962"Es ist jedoch möglich, Bitcoin als Münzen in eine Taler-Geldbörse mittels "
767" einer dafür geeigneten Wechselstube zu überweisen. Dies brächte " 963"einer dafür geeigneten Wechselstube zu überweisen. Dies brächte gegenüber "
768"gegenüber Bitcoin sogar den Vorteil von sofortigen Zahlungsbestätigungen." 964"Bitcoin sogar den Vorteil von sofortigen Zahlungsbestätigungen."
769 965
770#: faq.html.j2:18 966#: faq.html.j2:18
771msgid "Where is the balance in my wallet stored?" 967msgid "Where is the balance in my wallet stored?"
772msgstr "Wo ist der Münzbestand in meiner Taler-Geldbörse gespeichert?" 968msgstr "Wo ist der Münzbestand in meiner Taler-Geldbörse gespeichert?"
773 969
774#: faq.html.j2:19 970#: faq.html.j2:19
971#, fuzzy
972#| msgid ""
973#| "<p>Your wallet stores digital coins and thus ultimately your computer\n"
974#| "holds your balance. The exchange keeps funds matching all unspent\n"
975#| "coins in an escrow bank account.</p>\n"
775msgid "" 976msgid ""
776"<p>Your wallet stores digital coins and thus ultimately your computer\n" 977"<p>Your wallet stores digital coins and thus ultimately your computer holds "
777"holds your balance. The exchange keeps funds matching all unspent\n" 978"your balance. The exchange keeps funds matching all unspent coins in an "
778"coins in an escrow bank account.</p>\n" 979"escrow bank account.</p>"
779msgstr "" 980msgstr ""
780"Die Taler-Geldbörse speichert digitale Münzen nur auf deinem Computer. " 981"Die Taler-Geldbörse speichert digitale Münzen nur auf deinem Computer. Das "
781"Das heißt, nur dieser kennt den Bestand deiner Münzen. Die Taler-" 982"heißt, nur dieser kennt den Bestand deiner Münzen. Die Taler-Wechselstube "
782"Wechselstube speichert dagegen auf einem Konto, das sie treuhänderisch " 983"speichert dagegen auf einem Konto, das sie treuhänderisch verwaltet, die "
783"verwaltet, die Forderungen von noch nicht gebuchten Münzen." 984"Forderungen von noch nicht gebuchten Münzen."
784 985
785#: faq.html.j2:25 986#: faq.html.j2:25
786msgid "What if my wallet is lost?" 987msgid "What if my wallet is lost?"
787msgstr "Was passiert bei Verlust der Taler-Geldbörse?" 988msgstr "Was passiert bei Verlust der Taler-Geldbörse?"
788 989
789#: faq.html.j2:26 990#: faq.html.j2:26
790msgid "" 991#, fuzzy
791"<p>Since the digital coins of value in your wallet are anonymized, the\n" 992#| msgid ""
792"exchange can not assist you in recovering a lost or stolen wallet.\n" 993#| "<p>Since the digital coins of value in your wallet are anonymized, the\n"
793"Just like with a physical wallet for cash, you are responsible for\n" 994#| "exchange can not assist you in recovering a lost or stolen wallet.\n"
794"keeping it safe.</p>\n" 995#| "Just like with a physical wallet for cash, you are responsible for\n"
795msgstr "" 996#| "keeping it safe.</p>\n"
796"Weil die digitalen Münzen in der Geldbörse anonymisiert gespeichert " 997msgid ""
797"werden, kann sie die Wechselstube bei einem Verlust oder Diebstahl nicht " 998"<p>Since the digital coins of value in your wallet are anonymized, the "
798"wiederherstellen. Wie bei echten Geldbörsen mit Banknoten und Münzen sind" 999"exchange can not assist you in recovering a lost or stolen wallet. Just like "
799" ihre Eigentümer allein verantwortlich für deren Sicherung." 1000"with a physical wallet for cash, you are responsible for keeping it safe.</p>"
1001msgstr ""
1002"Weil die digitalen Münzen in der Geldbörse anonymisiert gespeichert werden, "
1003"kann sie die Wechselstube bei einem Verlust oder Diebstahl nicht "
1004"wiederherstellen. Wie bei echten Geldbörsen mit Banknoten und Münzen sind "
1005"ihre Eigentümer allein verantwortlich für deren Sicherung."
800 1006
801#: faq.html.j2:32 1007#: faq.html.j2:32
1008#, fuzzy
1009#| msgid ""
1010#| "<p>The risk of losing a wallet can be mitigated by making backups or\n"
1011#| "keeping the balance reasonably low.</p>\n"
802msgid "" 1012msgid ""
803"<p>The risk of losing a wallet can be mitigated by making backups or\n" 1013"<p>The risk of losing a wallet can be mitigated by making backups or keeping "
804"keeping the balance reasonably low.</p>\n" 1014"the balance reasonably low.</p>"
805msgstr "" 1015msgstr ""
806"Das Risiko eines Verlusts der Taler-Geldbörsen kann vermieden werden, " 1016"Das Risiko eines Verlusts der Taler-Geldbörsen kann vermieden werden, indem "
807"indem man Backups von ihnen anfertigt oder ihren Bestand an digitalen " 1017"man Backups von ihnen anfertigt oder ihren Bestand an digitalen Münzen "
808"nzen niedrig hält." 1018"niedrig hält."
809 1019
810#: faq.html.j2:37 1020#: faq.html.j2:37
811msgid "What if my computer is hacked?" 1021msgid "What if my computer is hacked?"
812msgstr "Was ist, wenn mein Computer gehackt wurde?" 1022msgstr "Was ist, wenn mein Computer gehackt wurde?"
813 1023
814#: faq.html.j2:38 1024#: faq.html.j2:38
1025#, fuzzy
1026#| msgid ""
1027#| "<p>In case of a compromise of one of your devices, an attacker can\n"
1028#| "spend coins from your wallet. Checking your balance might reveal\n"
1029#| "to you that your device has been compromised.</p>\n"
815msgid "" 1030msgid ""
816"<p>In case of a compromise of one of your devices, an attacker can\n" 1031"<p>In case of a compromise of one of your devices, an attacker can spend "
817"spend coins from your wallet. Checking your balance might reveal\n" 1032"coins from your wallet. Checking your balance might reveal to you that your "
818"to you that your device has been compromised.</p>\n" 1033"device has been compromised.</p>"
819msgstr "" 1034msgstr ""
820"Im Fall eines Einbruchs in die Geräte können tatsächlich digitale Münzen " 1035"Im Fall eines Einbruchs in die Geräte können tatsächlich digitale Münzen aus "
821"aus dem Bestand in der Taler-Geldbörse ausgegeben werden. Es bietet sich " 1036"dem Bestand in der Taler-Geldbörse ausgegeben werden. Es bietet sich daher "
822"daher an, den Bestand regelmäßig zu kontrollieren, um einen solchen " 1037"an, den Bestand regelmäßig zu kontrollieren, um einen solchen Einbruch "
823"Einbruch festzustellen." 1038"festzustellen."
824 1039
825#: faq.html.j2:44 1040#: faq.html.j2:44
826msgid "Can I send money to my friend with Taler?" 1041msgid "Can I send money to my friend with Taler?"
@@ -829,20 +1044,29 @@ msgstr ""
829"senden?" 1044"senden?"
830 1045
831#: faq.html.j2:45 1046#: faq.html.j2:45
1047#, fuzzy
1048#| msgid ""
1049#| "<p>If your friend provides goods or services for you in exchange for a\n"
1050#| "payment, they can easily set up a Taler merchant and receive the\n"
1051#| "payment in their bank account.</p>\n"
832msgid "" 1052msgid ""
833"<p>If your friend provides goods or services for you in exchange for a\n" 1053"<p>If your friend provides goods or services for you in exchange for a "
834"payment, they can easily set up a Taler merchant and receive the\n" 1054"payment, they can easily set up a Taler merchant and receive the payment in "
835"payment in their bank account.</p>\n" 1055"their bank account.</p>"
836msgstr "" 1056msgstr ""
837"Falls andere Personen Waren oder Dienstleistungen verkaufen wollen, " 1057"Falls andere Personen Waren oder Dienstleistungen verkaufen wollen, können "
838"können sie die Rolle eines Verkäufers einnehmen und diese schnell und " 1058"sie die Rolle eines Verkäufers einnehmen und diese schnell und einfach "
839"einfach einrichten, um deine Zahlung von der Taler-Geldbörse auf dem " 1059"einrichten, um deine Zahlung von der Taler-Geldbörse auf dem Girokonto ihrer "
840"Girokonto ihrer Geschäftsbank zu erhalten." 1060"Geschäftsbank zu erhalten."
841 1061
842#: faq.html.j2:50 1062#: faq.html.j2:50
1063#, fuzzy
1064#| msgid ""
1065#| "<p>Future versions of the Taler wallet may allow exchanging coins\n"
1066#| "among friends directly as well.</p>\n"
843msgid "" 1067msgid ""
844"<p>Future versions of the Taler wallet may allow exchanging coins\n" 1068"<p>Future versions of the Taler wallet may allow exchanging coins among "
845"among friends directly as well.</p>\n" 1069"friends directly as well.</p>"
846msgstr "" 1070msgstr ""
847"Zukünftige Versionen der Taler-Geldbörse sehen vor, unter Freunden auch " 1071"Zukünftige Versionen der Taler-Geldbörse sehen vor, unter Freunden auch "
848"direkt digitale Münzen auszutauschen." 1072"direkt digitale Münzen auszutauschen."
@@ -852,16 +1076,23 @@ msgid "How does Taler handle payments in different currencies?"
852msgstr "Wie geht Taler um mit digitalen Münzen anderer Währungen?" 1076msgstr "Wie geht Taler um mit digitalen Münzen anderer Währungen?"
853 1077
854#: faq.html.j2:57 1078#: faq.html.j2:57
1079#, fuzzy
1080#| msgid ""
1081#| "<p>Taler wallets can store digital coins corresponding to multiple\n"
1082#| "different currencies such as the Euro, US Dollars or Bitcoins.</p>\n"
855msgid "" 1083msgid ""
856"<p>Taler wallets can store digital coins corresponding to multiple\n" 1084"<p>Taler wallets can store digital coins corresponding to multiple different "
857"different currencies such as the Euro, US Dollars or Bitcoins.</p>\n" 1085"currencies such as the Euro, US Dollars or Bitcoins.</p>"
858msgstr "" 1086msgstr ""
859"Taler-Geldbörsen können gleichzeitig verschiedene digitale Münzen " 1087"Taler-Geldbörsen können gleichzeitig verschiedene digitale Münzen speichern, "
860"speichern, die in unterschiedlichen Währungen wie Euro, US-Dollar oder " 1088"die in unterschiedlichen Währungen wie Euro, US-Dollar oder Bitcoin notiert "
861"Bitcoin notiert sind." 1089"sind."
862 1090
863#: faq.html.j2:61 1091#: faq.html.j2:61
864msgid "<p>Taler currently does not offer conversion between currencies.</p>\n" 1092#, fuzzy
1093#| msgid ""
1094#| "<p>Taler currently does not offer conversion between currencies.</p>\n"
1095msgid "<p>Taler currently does not offer conversion between currencies.</p>"
865msgstr "Taler bietet jedoch derzeitig keinen Umtausch zwischen Währungen." 1096msgstr "Taler bietet jedoch derzeitig keinen Umtausch zwischen Währungen."
866 1097
867#: faq.html.j2:65 1098#: faq.html.j2:65
@@ -869,20 +1100,25 @@ msgid "How does Taler protect my privacy?"
869msgstr "Wie schützt Taler meine privaten Daten?" 1100msgstr "Wie schützt Taler meine privaten Daten?"
870 1101
871#: faq.html.j2:66 1102#: faq.html.j2:66
872msgid "" 1103#, fuzzy
873"<p>Your wallet stores digital coins that are <a\n" 1104#| msgid ""
874"href=\"https://en.wikipedia.org/wiki/Blind_signature\">blindly\n" 1105#| "<p>Your wallet stores digital coins that are <a\n"
875"signed</a> by an exchange. The use of a blind signature protects your\n" 1106#| "href=\"https://en.wikipedia.org/wiki/Blind_signature\">blindly\n"
876"privacy as it prevents the exchange from knowing which coin it signed\n" 1107#| "signed</a> by an exchange. The use of a blind signature protects your\n"
877"for which customer.</p>\n" 1108#| "privacy as it prevents the exchange from knowing which coin it signed\n"
878"\n" 1109#| "for which customer.</p>\n"
1110#| "\n"
1111msgid ""
1112"<p>Your wallet stores digital coins that are <a href=\"https://en.wikipedia."
1113"org/wiki/Blind_signature\">blindly signed</a> by an exchange. The use of a "
1114"blind signature protects your privacy as it prevents the exchange from "
1115"knowing which coin it signed for which customer.</p>"
879msgstr "" 1116msgstr ""
880"Deine Geldbörse speichert digitale \"Münzen\", die von der Wechselstube " 1117"Deine Geldbörse speichert digitale \"Münzen\", die von der Wechselstube "
881"blind signiert sind (siehe <a " 1118"blind signiert sind (siehe <a href=\"https://de.wikipedia.org/wiki/"
882"href=\"https://de.wikipedia.org/wiki/Digitale_Signatur\">Digitale " 1119"Digitale_Signatur\">Digitale Signatur</a>). Dieses Verfahren schützt die "
883"Signatur</a>). Dieses Verfahren schützt die privaten Daten, weil die " 1120"privaten Daten, weil die Taler-Wechselstube dadurch keine Kenntnis davon "
884"Taler-Wechselstube dadurch keine Kenntnis davon erlangt, welche der " 1121"erlangt, welche der Münzen von welchen Käufern sie signiert."
885"Münzen von welchen Käufern sie signiert."
886 1122
887#: glossary.html.j2:6 1123#: glossary.html.j2:6
888msgid "auditor" 1124msgid "auditor"
@@ -890,8 +1126,7 @@ msgstr ""
890 1126
891#: glossary.html.j2:8 1127#: glossary.html.j2:8
892msgid "" 1128msgid ""
893"trusted third party that verifies that the `exchange` is operating " 1129"trusted third party that verifies that the `exchange` is operating correctly"
894"correctly\n"
895msgstr "" 1130msgstr ""
896 1131
897#: glossary.html.j2:12 1132#: glossary.html.j2:12
@@ -900,8 +1135,8 @@ msgstr ""
900 1135
901#: glossary.html.j2:14 1136#: glossary.html.j2:14
902msgid "" 1137msgid ""
903"traditional financial service provider who offers wire `transfers` " 1138"traditional financial service provider who offers wire `transfers` between "
904"between accounts\n" 1139"accounts"
905msgstr "" 1140msgstr ""
906 1141
907#: glossary.html.j2:18 1142#: glossary.html.j2:18
@@ -911,7 +1146,7 @@ msgstr ""
911#: glossary.html.j2:20 1146#: glossary.html.j2:20
912msgid "" 1147msgid ""
913"coins are individual token representing a certain amount of value, also " 1148"coins are individual token representing a certain amount of value, also "
914"known as the `denomination` of the coin\n" 1149"known as the `denomination` of the coin"
915msgstr "" 1150msgstr ""
916 1151
917#: glossary.html.j2:24 1152#: glossary.html.j2:24
@@ -919,7 +1154,7 @@ msgid "contract"
919msgstr "" 1154msgstr ""
920 1155
921#: glossary.html.j2:26 1156#: glossary.html.j2:26
922msgid "the proposal signed by the wallet.\n" 1157msgid "the proposal signed by the wallet."
923msgstr "" 1158msgstr ""
924 1159
925#: glossary.html.j2:30 1160#: glossary.html.j2:30
@@ -928,8 +1163,7 @@ msgstr ""
928 1163
929#: glossary.html.j2:32 1164#: glossary.html.j2:32
930msgid "" 1165msgid ""
931"unit of currency, specifies both the currency and the face value of a " 1166"unit of currency, specifies both the currency and the face value of a `coin`"
932"`coin`\n"
933msgstr "" 1167msgstr ""
934 1168
935#: glossary.html.j2:36 1169#: glossary.html.j2:36
@@ -938,8 +1172,8 @@ msgstr ""
938 1172
939#: glossary.html.j2:38 1173#: glossary.html.j2:38
940msgid "" 1174msgid ""
941"RSA key used by the exchange to certify that a given `coin` is valid and " 1175"RSA key used by the exchange to certify that a given `coin` is valid and of "
942"of a particular `denomination`\n" 1176"a particular `denomination`"
943msgstr "" 1177msgstr ""
944 1178
945#: glossary.html.j2:42 1179#: glossary.html.j2:42
@@ -949,8 +1183,7 @@ msgstr ""
949#: glossary.html.j2:44 1183#: glossary.html.j2:44
950msgid "" 1184msgid ""
951"operation by which a merchant passes coins to an exchange, expecting the " 1185"operation by which a merchant passes coins to an exchange, expecting the "
952"exchange to credit his `bank` account in the future using a wire " 1186"exchange to credit his `bank` account in the future using a wire `transfer`"
953"`transfer`\n"
954msgstr "" 1187msgstr ""
955 1188
956#: glossary.html.j2:48 1189#: glossary.html.j2:48
@@ -959,10 +1192,9 @@ msgstr ""
959 1192
960#: glossary.html.j2:50 1193#: glossary.html.j2:50
961msgid "" 1194msgid ""
962"a `coin` is dirty if its public key may be known to an entity other than " 1195"a `coin` is dirty if its public key may be known to an entity other than the "
963"the customer, thereby creating the danger of some entity being able to " 1196"customer, thereby creating the danger of some entity being able to link "
964"link multiple transactions of coin's owner if the coin is not refreshed " 1197"multiple transactions of coin's owner if the coin is not refreshed first"
965"first\n"
966msgstr "" 1198msgstr ""
967 1199
968#: glossary.html.j2:54 1200#: glossary.html.j2:54
@@ -971,8 +1203,8 @@ msgstr ""
971 1203
972#: glossary.html.j2:56 1204#: glossary.html.j2:56
973msgid "" 1205msgid ""
974"Taler's payment service provider. Issues eletronic `coins` during " 1206"Taler's payment service provider. Issues eletronic `coins` during "
975"`withdrawal` and redeems them when they are `deposited` by merchants.\n" 1207"`withdrawal` and redeems them when they are `deposited` by merchants."
976msgstr "" 1208msgstr ""
977 1209
978#: glossary.html.j2:60 1210#: glossary.html.j2:60
@@ -980,7 +1212,7 @@ msgid "extension"
980msgstr "" 1212msgstr ""
981 1213
982#: glossary.html.j2:62 1214#: glossary.html.j2:62
983msgid "implementation of a `wallet` for browsers\n" 1215msgid "implementation of a `wallet` for browsers"
984msgstr "" 1216msgstr ""
985 1217
986#: glossary.html.j2:66 1218#: glossary.html.j2:66
@@ -988,7 +1220,7 @@ msgid "fresh coin"
988msgstr "" 1220msgstr ""
989 1221
990#: glossary.html.j2:68 1222#: glossary.html.j2:68
991msgid "a `coin` is fresh if its public key is only known to the customer\n" 1223msgid "a `coin` is fresh if its public key is only known to the customer"
992msgstr "" 1224msgstr ""
993 1225
994#: glossary.html.j2:72 1226#: glossary.html.j2:72
@@ -997,8 +1229,8 @@ msgstr ""
997 1229
998#: glossary.html.j2:74 1230#: glossary.html.j2:74
999msgid "" 1231msgid ""
1000"offline key used by the exchange to certify denomination keys and message" 1232"offline key used by the exchange to certify denomination keys and message "
1001" signing keys\n" 1233"signing keys"
1002msgstr "" 1234msgstr ""
1003 1235
1004#: glossary.html.j2:78 1236#: glossary.html.j2:78
@@ -1006,7 +1238,7 @@ msgid "message signing key"
1006msgstr "" 1238msgstr ""
1007 1239
1008#: glossary.html.j2:80 1240#: glossary.html.j2:80
1009msgid "key used by the exchange to sign online messages, other than coins\n" 1241msgid "key used by the exchange to sign online messages, other than coins"
1010msgstr "" 1242msgstr ""
1011 1243
1012#: glossary.html.j2:84 1244#: glossary.html.j2:84
@@ -1016,15 +1248,11 @@ msgstr ""
1016#: glossary.html.j2:86 1248#: glossary.html.j2:86
1017msgid "" 1249msgid ""
1018"specification of the details of a transaction, specifies the payment " 1250"specification of the details of a transaction, specifies the payment "
1019"obligations\n" 1251"obligations for the customer (i.e. the amount), the deliverables of the "
1020"for the customer (i.e. the amount), the deliverables of the merchant and " 1252"merchant and other related information, such as deadlines or locations; "
1021"other\n" 1253"However, it lacks some information that the backend is supposed to provide. "
1022"related information, such as deadlines or locations; However, it lacks " 1254"In other words, after the backend adds the missing information to the offer "
1023"some\n" 1255"and signs it, it becomes a proposal."
1024"information that the backend is supposed to provide.\n"
1025"In other words, after the backend adds the missing information to the "
1026"offer and\n"
1027"signs it, it becomes a proposal.\n"
1028msgstr "" 1256msgstr ""
1029 1257
1030#: glossary.html.j2:95 1258#: glossary.html.j2:95
@@ -1032,7 +1260,7 @@ msgid "owner"
1032msgstr "" 1260msgstr ""
1033 1261
1034#: glossary.html.j2:97 1262#: glossary.html.j2:97
1035msgid "a `coin` is owned by the entity that knows the private key of the coin\n" 1263msgid "a `coin` is owned by the entity that knows the private key of the coin"
1036msgstr "" 1264msgstr ""
1037 1265
1038#: glossary.html.j2:101 1266#: glossary.html.j2:101
@@ -1042,7 +1270,7 @@ msgstr ""
1042#: glossary.html.j2:103 1270#: glossary.html.j2:103
1043msgid "" 1271msgid ""
1044"message that cryptographically demonstrates that a particular claim is " 1272"message that cryptographically demonstrates that a particular claim is "
1045"correct\n" 1273"correct"
1046msgstr "" 1274msgstr ""
1047 1275
1048#: glossary.html.j2:107 1276#: glossary.html.j2:107
@@ -1050,7 +1278,7 @@ msgid "proposal"
1050msgstr "" 1278msgstr ""
1051 1279
1052#: glossary.html.j2:109 1280#: glossary.html.j2:109
1053msgid "a sketch that has been completed and signed by the merchant backend.\n" 1281msgid "a sketch that has been completed and signed by the merchant backend."
1054msgstr "" 1282msgstr ""
1055 1283
1056#: glossary.html.j2:113 1284#: glossary.html.j2:113
@@ -1060,8 +1288,8 @@ msgstr ""
1060#: glossary.html.j2:115 1288#: glossary.html.j2:115
1061msgid "" 1289msgid ""
1062"funds set aside for future use; either the balance of a customer at the " 1290"funds set aside for future use; either the balance of a customer at the "
1063"exchange ready for `withdrawal`, or the funds kept in the exchange's bank" 1291"exchange ready for `withdrawal`, or the funds kept in the exchange's bank "
1064" account to cover obligations from coins in circulation\n" 1292"account to cover obligations from coins in circulation"
1065msgstr "" 1293msgstr ""
1066 1294
1067#: glossary.html.j2:119 1295#: glossary.html.j2:119
@@ -1070,8 +1298,8 @@ msgstr ""
1070 1298
1071#: glossary.html.j2:121 1299#: glossary.html.j2:121
1072msgid "" 1300msgid ""
1073"operation by which a `dirty` `coin` is converted into one or more `fresh`" 1301"operation by which a `dirty` `coin` is converted into one or more `fresh` "
1074" coins\n" 1302"coins"
1075msgstr "" 1303msgstr ""
1076 1304
1077#: glossary.html.j2:125 1305#: glossary.html.j2:125
@@ -1081,8 +1309,8 @@ msgstr ""
1081#: glossary.html.j2:127 1309#: glossary.html.j2:127
1082msgid "" 1310msgid ""
1083"operation by which a merchant steps back from the right to funds that he " 1311"operation by which a merchant steps back from the right to funds that he "
1084"obtained from a `deposit` operation, giving the right to the funds back " 1312"obtained from a `deposit` operation, giving the right to the funds back to "
1085"to the customer\n" 1313"the customer"
1086msgstr "" 1314msgstr ""
1087 1315
1088#: glossary.html.j2:131 1316#: glossary.html.j2:131
@@ -1092,8 +1320,7 @@ msgstr ""
1092#: glossary.html.j2:133 1320#: glossary.html.j2:133
1093msgid "" 1321msgid ""
1094"users can share ownership of a `coin` by sharing access to the coin's " 1322"users can share ownership of a `coin` by sharing access to the coin's "
1095"private key, thereby allowing all co-owners to spend the coin at any " 1323"private key, thereby allowing all co-owners to spend the coin at any time."
1096"time.\n"
1097msgstr "" 1324msgstr ""
1098 1325
1099#: glossary.html.j2:137 1326#: glossary.html.j2:137
@@ -1101,7 +1328,7 @@ msgid "signing key"
1101msgstr "" 1328msgstr ""
1102 1329
1103#: glossary.html.j2:139 1330#: glossary.html.j2:139
1104msgid "see message signing key.\n" 1331msgid "see message signing key."
1105msgstr "" 1332msgstr ""
1106 1333
1107#: glossary.html.j2:143 1334#: glossary.html.j2:143
@@ -1110,8 +1337,8 @@ msgstr ""
1110 1337
1111#: glossary.html.j2:145 1338#: glossary.html.j2:145
1112msgid "" 1339msgid ""
1113"operation by which a customer gives a merchant the right to `deposit` " 1340"operation by which a customer gives a merchant the right to `deposit` coins "
1114"coins in return for merchandise\n" 1341"in return for merchandise"
1115msgstr "" 1342msgstr ""
1116 1343
1117#: glossary.html.j2:149 1344#: glossary.html.j2:149
@@ -1119,7 +1346,7 @@ msgid "transfer"
1119msgstr "" 1346msgstr ""
1120 1347
1121#: glossary.html.j2:151 1348#: glossary.html.j2:151
1122msgid "method of sending funds between `bank` accounts\n" 1349msgid "method of sending funds between `bank` accounts"
1123msgstr "" 1350msgstr ""
1124 1351
1125#: glossary.html.j2:155 1352#: glossary.html.j2:155
@@ -1129,7 +1356,7 @@ msgstr ""
1129#: glossary.html.j2:157 1356#: glossary.html.j2:157
1130msgid "" 1357msgid ""
1131"method by which ownership is exclusively transferred from one entity to " 1358"method by which ownership is exclusively transferred from one entity to "
1132"another\n" 1359"another"
1133msgstr "" 1360msgstr ""
1134 1361
1135#: glossary.html.j2:161 1362#: glossary.html.j2:161
@@ -1137,7 +1364,7 @@ msgid "transaction id"
1137msgstr "" 1364msgstr ""
1138 1365
1139#: glossary.html.j2:163 1366#: glossary.html.j2:163
1140msgid "unique number by which a merchant identifies a `transaction`\n" 1367msgid "unique number by which a merchant identifies a `transaction`"
1141msgstr "" 1368msgstr ""
1142 1369
1143#: glossary.html.j2:167 1370#: glossary.html.j2:167
@@ -1146,8 +1373,7 @@ msgstr ""
1146 1373
1147#: glossary.html.j2:169 1374#: glossary.html.j2:169
1148msgid "" 1375msgid ""
1149"software running on a customer's computer; withdraws, stores and spends " 1376"software running on a customer's computer; withdraws, stores and spends coins"
1150"coins\n"
1151msgstr "" 1377msgstr ""
1152 1378
1153#: glossary.html.j2:173 1379#: glossary.html.j2:173
@@ -1155,7 +1381,7 @@ msgid "wire transfer"
1155msgstr "" 1381msgstr ""
1156 1382
1157#: glossary.html.j2:175 1383#: glossary.html.j2:175
1158msgid "see `transfer`\n" 1384msgid "see `transfer`"
1159msgstr "" 1385msgstr ""
1160 1386
1161#: glossary.html.j2:179 1387#: glossary.html.j2:179
@@ -1164,8 +1390,8 @@ msgstr ""
1164 1390
1165#: glossary.html.j2:181 1391#: glossary.html.j2:181
1166msgid "" 1392msgid ""
1167"subject of a wire `transfer`; usually a random string to uniquely " 1393"subject of a wire `transfer`; usually a random string to uniquely identify "
1168"identify the `transfer`\n" 1394"the `transfer`"
1169msgstr "" 1395msgstr ""
1170 1396
1171#: glossary.html.j2:185 1397#: glossary.html.j2:185
@@ -1174,8 +1400,7 @@ msgstr ""
1174 1400
1175#: glossary.html.j2:187 1401#: glossary.html.j2:187
1176msgid "" 1402msgid ""
1177"operation by which a `wallet` can convert funds from a reserve to fresh " 1403"operation by which a `wallet` can convert funds from a reserve to fresh coins"
1178"coins\n"
1179msgstr "" 1404msgstr ""
1180 1405
1181#: governments.html.j2:6 1406#: governments.html.j2:6
@@ -1183,147 +1408,194 @@ msgid "Advantages for Governments"
1183msgstr "Vorteile für Staatsregierungen" 1408msgstr "Vorteile für Staatsregierungen"
1184 1409
1185#: governments.html.j2:8 1410#: governments.html.j2:8
1186msgid "" 1411#, fuzzy
1187"Taler provides accountability to ensure business operate\n" 1412#| msgid ""
1188"legally, while also respecting civil liberties of\n" 1413#| "Taler provides accountability to ensure business operate\n"
1189"citizens. Taler is a payment system based on\n" 1414#| "legally, while also respecting civil liberties of\n"
1190"open standards and free software. Taler needs\n" 1415#| "citizens. Taler is a payment system based on\n"
1191"governments as they set a financial framework and act as\n" 1416#| "open standards and free software. Taler needs\n"
1192"trusted regulators. Taler contributes to digital\n" 1417#| "governments as they set a financial framework and act as\n"
1193"sovereignty in the critical financial infrastructure.\n" 1418#| "trusted regulators. Taler contributes to digital\n"
1194msgstr "" 1419#| "sovereignty in the critical financial infrastructure.\n"
1195"Taler fordert von den Wirtschaftsunternehmen Rechenschaft darüber, dass " 1420msgid ""
1196"sie legale Geschäfte betreiben und gleichzeitig die Persönlichkeitsrechte" 1421"Taler provides accountability to ensure business operate legally, while also "
1197" und Privatsphäre der Menschen respektieren. Taler ist ein Bezahlsystem, " 1422"respecting civil liberties of citizens. Taler is a payment system based on "
1198"das auf einem offenen Standard und freier Software basiert. Taler braucht" 1423"open standards and free software. Taler needs governments as they set a "
1199" Staatregierungen, die finanzrechtliche Rahmenbedingungen schaffen und " 1424"financial framework and act as trusted regulators. Taler contributes to "
1200"als zuverlässige Kontrollorgane auftreten. Damit trägt dieses " 1425"digital sovereignty in the critical financial infrastructure."
1201"Bezahlsystem auch zur digitalen Selbstbestimmung von Einzelpersonen im " 1426msgstr ""
1202"Finanzsektor bei." 1427"Taler fordert von den Wirtschaftsunternehmen Rechenschaft darüber, dass sie "
1428"legale Geschäfte betreiben und gleichzeitig die Persönlichkeitsrechte und "
1429"Privatsphäre der Menschen respektieren. Taler ist ein Bezahlsystem, das auf "
1430"einem offenen Standard und freier Software basiert. Taler braucht "
1431"Staatregierungen, die finanzrechtliche Rahmenbedingungen schaffen und als "
1432"zuverlässige Kontrollorgane auftreten. Damit trägt dieses Bezahlsystem auch "
1433"zur digitalen Selbstbestimmung von Einzelpersonen im Finanzsektor bei."
1203 1434
1204#: governments.html.j2:25 index.html.j2:71 1435#: governments.html.j2:25 index.html.j2:71
1205msgid "Taxable" 1436msgid "Taxable"
1206msgstr "Besteuerbar" 1437msgstr "Besteuerbar"
1207 1438
1208#: governments.html.j2:28 1439#: governments.html.j2:28
1209msgid "" 1440#, fuzzy
1210"Taler was built with the goal of fighting corruption and\n" 1441#| msgid ""
1211"supporting taxation. With Taler, the receiver of any\n" 1442#| "Taler was built with the goal of fighting corruption and\n"
1212"form of payment is easily identified by the government,\n" 1443#| "supporting taxation. With Taler, the receiver of any\n"
1213"and the merchant can be compelled to provide the contract\n" 1444#| "form of payment is easily identified by the government,\n"
1214"that was accepted by the customer. Governments can use\n" 1445#| "and the merchant can be compelled to provide the contract\n"
1215"this data to tax businesses and individuals based on\n" 1446#| "that was accepted by the customer. Governments can use\n"
1216"their income, making tax evasion and black markets less\n" 1447#| "this data to tax businesses and individuals based on\n"
1217"viable.\n" 1448#| "their income, making tax evasion and black markets less\n"
1218msgstr "" 1449#| "viable.\n"
1219"Taler wurde mit dem Ziel entwickelt, Korruption zu unterbinden und " 1450msgid ""
1220"sichere Besteuerungsgrundlagen bereitzustellen. Jeder Empfänger von " 1451"Taler was built with the goal of fighting corruption and supporting "
1221"Zahlungen aus Taler-Geldbörsen wird gegenüber der staatlichen " 1452"taxation. With Taler, the receiver of any form of payment is easily "
1222"fiskalischen Autorität eindeutig identifizierbar und ist demnach " 1453"identified by the government, and the merchant can be compelled to provide "
1223"gezwungen, sich steuerlich zu veranlagen. Den Nachweis des Umsatzes " 1454"the contract that was accepted by the customer. Governments can use this "
1224"können Verkäufer erbringen mithilfe des digital signierten Kaufvertrags, " 1455"data to tax businesses and individuals based on their income, making tax "
1225"den ihre Kunden mit ihnen geschlossen haben. Staatsregierungen haben " 1456"evasion and black markets less viable."
1226"dadurch die Möglichkeit, die digitalen Kaufverträge von " 1457msgstr ""
1227"Handelsunternehmen bzw. die Einkommen von einzelnen privaten Verkäufern " 1458"Taler wurde mit dem Ziel entwickelt, Korruption zu unterbinden und sichere "
1228"als Grundlage der Besteuerung heranzuziehen. Auf diese Weise haben " 1459"Besteuerungsgrundlagen bereitzustellen. Jeder Empfänger von Zahlungen aus "
1229"Steuerflucht und Schwarzmarktgeschäfte nur noch eine minimale " 1460"Taler-Geldbörsen wird gegenüber der staatlichen fiskalischen Autorität "
1461"eindeutig identifizierbar und ist demnach gezwungen, sich steuerlich zu "
1462"veranlagen. Den Nachweis des Umsatzes können Verkäufer erbringen mithilfe "
1463"des digital signierten Kaufvertrags, den ihre Kunden mit ihnen geschlossen "
1464"haben. Staatsregierungen haben dadurch die Möglichkeit, die digitalen "
1465"Kaufverträge von Handelsunternehmen bzw. die Einkommen von einzelnen "
1466"privaten Verkäufern als Grundlage der Besteuerung heranzuziehen. Auf diese "
1467"Weise haben Steuerflucht und Schwarzmarktgeschäfte nur noch eine minimale "
1230"Wahrscheinlichkeit." 1468"Wahrscheinlichkeit."
1231 1469
1232#: governments.html.j2:41 1470#: governments.html.j2:41
1233msgid "" 1471#, fuzzy
1234"Thus, despite offering anonymity for citizens spending\n" 1472#| msgid ""
1235"digital cash to buy goods and services, Taler also\n" 1473#| "Thus, despite offering anonymity for citizens spending\n"
1236"ensures that the state can observe incoming funds. This\n" 1474#| "digital cash to buy goods and services, Taler also\n"
1237"can be used to ensure businesses engage only in legal\n" 1475#| "ensures that the state can observe incoming funds. This\n"
1238"activities, and do not evade income tax, sales tax or\n" 1476#| "can be used to ensure businesses engage only in legal\n"
1239"value-added tax. However, this observational capability\n" 1477#| "activities, and do not evade income tax, sales tax or\n"
1240"does not extend to the immediate personal domain. In\n" 1478#| "value-added tax. However, this observational capability\n"
1241"particular, monitoring does not cover shared access to\n" 1479#| "does not extend to the immediate personal domain. In\n"
1242"funds with trusted friends and family, or synchronizing\n" 1480#| "particular, monitoring does not cover shared access to\n"
1243"wallets across multiple devices.\n" 1481#| "funds with trusted friends and family, or synchronizing\n"
1482#| "wallets across multiple devices.\n"
1483msgid ""
1484"Thus, despite offering anonymity for citizens spending digital cash to buy "
1485"goods and services, Taler also ensures that the state can observe incoming "
1486"funds. This can be used to ensure businesses engage only in legal "
1487"activities, and do not evade income tax, sales tax or value-added tax. "
1488"However, this observational capability does not extend to the immediate "
1489"personal domain. In particular, monitoring does not cover shared access to "
1490"funds with trusted friends and family, or synchronizing wallets across "
1491"multiple devices."
1244msgstr "" 1492msgstr ""
1245"Auf der einen Seite versichert Taler als digitales Bezahlsystem die " 1493"Auf der einen Seite versichert Taler als digitales Bezahlsystem die "
1246"vollständige Anonymität der Käufer, die Waren und Dienstleistungen kaufen" 1494"vollständige Anonymität der Käufer, die Waren und Dienstleistungen kaufen "
1247" und bezahlen, auf der anderen Seite liefert Taler den Staatsregierungen " 1495"und bezahlen, auf der anderen Seite liefert Taler den Staatsregierungen eine "
1248"eine sichere Besteuerungsgrundlage, mit der sie ihre öffentlichen Güter " 1496"sichere Besteuerungsgrundlage, mit der sie ihre öffentlichen Güter "
1249"finanzieren können. Dieses Verfahren stellt gleichzeitig sicher, dass " 1497"finanzieren können. Dieses Verfahren stellt gleichzeitig sicher, dass "
1250"Handelsunternehmen nur legale Geschäfte abschließen und keine Steuern " 1498"Handelsunternehmen nur legale Geschäfte abschließen und keine Steuern "
1251"hinterziehen oder Mehrwertsteuern unterschlagen. Diese " 1499"hinterziehen oder Mehrwertsteuern unterschlagen. Diese Überwachungsfunktion "
1252"Überwachungsfunktion bezieht sich jedoch keinesfalls auf die Privatsphäre" 1500"bezieht sich jedoch keinesfalls auf die Privatsphäre von Personen und "
1253" von Personen und erfasst ebenso wenig den geduldeten gemeinsamen Zugriff" 1501"erfasst ebenso wenig den geduldeten gemeinsamen Zugriff auf die Taler-"
1254" auf die Taler-Geldbörse durch Berechtigte wie Freunde oder " 1502"Geldbörse durch Berechtigte wie Freunde oder Familienmitglieder sowie "
1255"Familienmitglieder sowie miteinander synchronisierte Geldbörsen auf " 1503"miteinander synchronisierte Geldbörsen auf verschiedenen Endgeräten."
1256"verschiedenen Endgeräten."
1257 1504
1258#: governments.html.j2:61 1505#: governments.html.j2:61
1259msgid "" 1506#, fuzzy
1260"Taler's payments are cryptographically secured. Thus,\n" 1507#| msgid ""
1261"customers, merchants and the Taler payment service provider\n" 1508#| "Taler's payments are cryptographically secured. Thus,\n"
1262"(the exchange) can mathematically\n" 1509#| "customers, merchants and the Taler payment service provider\n"
1263"demonstrate their lawful behavior in court in case of\n" 1510#| "(the exchange) can mathematically\n"
1264"disputes. Financial damages are strictly limited,\n" 1511#| "demonstrate their lawful behavior in court in case of\n"
1265"improving economic security for individuals, merchants,\n" 1512#| "disputes. Financial damages are strictly limited,\n"
1266"the exchange and the state.\n" 1513#| "improving economic security for individuals, merchants,\n"
1514#| "the exchange and the state.\n"
1515msgid ""
1516"Taler's payments are cryptographically secured. Thus, customers, merchants "
1517"and the Taler payment service provider (the exchange) can mathematically "
1518"demonstrate their lawful behavior in court in case of disputes. Financial "
1519"damages are strictly limited, improving economic security for individuals, "
1520"merchants, the exchange and the state."
1267msgstr "" 1521msgstr ""
1268"Zahlungen in Taler sind kryptographisch verschlüsselt. Sowohl Käufer als " 1522"Zahlungen in Taler sind kryptographisch verschlüsselt. Sowohl Käufer als "
1269"auch Verkäufer und das Taler-Bezahlsystem selbst (die Taler-Wechselstube)" 1523"auch Verkäufer und das Taler-Bezahlsystem selbst (die Taler-Wechselstube) "
1270" können die Rechtschaffenheit ihrer Geschäfte mit ihren digitalen " 1524"können die Rechtschaffenheit ihrer Geschäfte mit ihren digitalen "
1271"Kaufverträgen sogar vor Gericht beweisen, falls es zu einem Rechtsstreit " 1525"Kaufverträgen sogar vor Gericht beweisen, falls es zu einem Rechtsstreit "
1272"kommen sollte. Ebenso sind die finanziellen Risiken äußerst beschränkt, " 1526"kommen sollte. Ebenso sind die finanziellen Risiken äußerst beschränkt, was "
1273"was die Sicherheit des gemeinsamen Handelns für Einzelpersonen, Händler, " 1527"die Sicherheit des gemeinsamen Handelns für Einzelpersonen, Händler, die "
1274"die Taler-Wechselstube und den Staat enorm verbessert." 1528"Taler-Wechselstube und den Staat enorm verbessert."
1275 1529
1276#: governments.html.j2:73 1530#: governments.html.j2:73
1277msgid "" 1531#, fuzzy
1278"As a payment service provider, the Taler exchange is\n" 1532#| msgid ""
1279"subject to financial regulation. Financial regulation and\n" 1533#| "As a payment service provider, the Taler exchange is\n"
1280"regular audits are critical to establish trust. In\n" 1534#| "subject to financial regulation. Financial regulation and\n"
1281"particular, the Taler design mandates the existence of an\n" 1535#| "regular audits are critical to establish trust. In\n"
1282"independent auditor who checks cryptographic proofs that\n" 1536#| "particular, the Taler design mandates the existence of an\n"
1283"accumulate at the exchange to ensure that the escrow\n" 1537#| "independent auditor who checks cryptographic proofs that\n"
1284"account is managed honestly. This ensures that the\n" 1538#| "accumulate at the exchange to ensure that the escrow\n"
1285"exchange does not threaten the economy due to fraud.\n" 1539#| "account is managed honestly. This ensures that the\n"
1540#| "exchange does not threaten the economy due to fraud.\n"
1541msgid ""
1542"As a payment service provider, the Taler exchange is subject to financial "
1543"regulation. Financial regulation and regular audits are critical to "
1544"establish trust. In particular, the Taler design mandates the existence of "
1545"an independent auditor who checks cryptographic proofs that accumulate at "
1546"the exchange to ensure that the escrow account is managed honestly. This "
1547"ensures that the exchange does not threaten the economy due to fraud."
1286msgstr "" 1548msgstr ""
1287"Als Finanzdienstleister sind Taler-Wechselstuben der Finanzaufsicht " 1549"Als Finanzdienstleister sind Taler-Wechselstuben der Finanzaufsicht "
1288"unterstellt. Die Einhaltung von Gesetzen und regelmäßige Audits sind " 1550"unterstellt. Die Einhaltung von Gesetzen und regelmäßige Audits sind "
1289"unerlässlich zur Bildung einer Vertrauensgrundlage. Zusätzlich fordert " 1551"unerlässlich zur Bildung einer Vertrauensgrundlage. Zusätzlich fordert das "
1290"das Konzept des Taler-Bezahlsystems aber ganz bewusst einen unabhängigen " 1552"Konzept des Taler-Bezahlsystems aber ganz bewusst einen unabhängigen "
1291"Auditor. Der Auditor hat zu bestätigen, dass die von den Wechselstuben " 1553"Auditor. Der Auditor hat zu bestätigen, dass die von den Wechselstuben "
1292"treuhänderisch verwalteten Konten stets korrekt gebucht werden. Dies " 1554"treuhänderisch verwalteten Konten stets korrekt gebucht werden. Dies sorgt "
1293"sorgt dafür, dass keine einzige Wechselstube betrügerisch handelt." 1555"dafür, dass keine einzige Wechselstube betrügerisch handelt."
1294 1556
1295#: governments.html.j2:88 index.html.j2:97 1557#: governments.html.j2:88 index.html.j2:97
1296msgid "Libre" 1558msgid "Libre"
1297msgstr "Frei" 1559msgstr "Frei"
1298 1560
1299#: governments.html.j2:91 1561#: governments.html.j2:91
1300msgid "" 1562#, fuzzy
1301"Taler is free software implementing an open protocol\n" 1563#| msgid ""
1302"standard. Thus, Taler will enable competition and avoid\n" 1564#| "Taler is free software implementing an open protocol\n"
1303"the monopolization of payment systems that threatens\n" 1565#| "standard. Thus, Taler will enable competition and avoid\n"
1304"global political and financial stability today.\n" 1566#| "the monopolization of payment systems that threatens\n"
1305msgstr "" 1567#| "global political and financial stability today.\n"
1306"Taler ist eine freie Software, die ein offenes Protokoll verwendet. " 1568msgid ""
1307"Dadurch fördert Taler den Wettbewerb von freien Lösungen und verhindert " 1569"Taler is free software implementing an open protocol standard. Thus, Taler "
1308"gleichzeitig Bezahlsysteme, deren gegenwärtige Monopolstellungen die " 1570"will enable competition and avoid the monopolization of payment systems that "
1309"politische und finanzielle Stabilität weltweit akut bedrohen." 1571"threatens global political and financial stability today."
1572msgstr ""
1573"Taler ist eine freie Software, die ein offenes Protokoll verwendet. Dadurch "
1574"fördert Taler den Wettbewerb von freien Lösungen und verhindert gleichzeitig "
1575"Bezahlsysteme, deren gegenwärtige Monopolstellungen die politische und "
1576"finanzielle Stabilität weltweit akut bedrohen."
1310 1577
1311#: governments.html.j2:101 1578#: governments.html.j2:101
1312msgid "Efficient" 1579msgid "Efficient"
1313msgstr "Effizient" 1580msgstr "Effizient"
1314 1581
1315#: governments.html.j2:104 1582#: governments.html.j2:104
1316msgid "" 1583#, fuzzy
1317"Taler has an efficient design. Unlike\n" 1584#| msgid ""
1318"Blockchain-based payment systems, such as Bitcoin,\n" 1585#| "Taler has an efficient design. Unlike\n"
1319"Taler will not threaten the availability of\n" 1586#| "Blockchain-based payment systems, such as Bitcoin,\n"
1320"national electric grids or (significantly)\n" 1587#| "Taler will not threaten the availability of\n"
1321"contribute to environmental pollution.\n" 1588#| "national electric grids or (significantly)\n"
1589#| "contribute to environmental pollution.\n"
1590msgid ""
1591"Taler has an efficient design. Unlike Blockchain-based payment systems, such "
1592"as Bitcoin, Taler will not threaten the availability of national electric "
1593"grids or (significantly) contribute to environmental pollution."
1322msgstr "" 1594msgstr ""
1323"Taler arbeitet effizient und ressourcenschonend. Im Gegensatz zu " 1595"Taler arbeitet effizient und ressourcenschonend. Im Gegensatz zu "
1324"Bezahlsystemen, die das Blockchain-Prinzip verwenden, verbraucht Taler " 1596"Bezahlsystemen, die das Blockchain-Prinzip verwenden, verbraucht Taler keine "
1325"keine Unmengen von Energie und überlastet kein Stromnetz. Damit bringt " 1597"Unmengen von Energie und überlastet kein Stromnetz. Damit bringt Taler auch "
1326"Taler auch einen erheblichen Vorteil in Sachen Umweltschutz." 1598"einen erheblichen Vorteil in Sachen Umweltschutz."
1327 1599
1328#: governments.html.j2:120 1600#: governments.html.j2:120
1329msgid "Taler and regulation" 1601msgid "Taler and regulation"
@@ -1335,11 +1607,11 @@ msgstr "Gesetz gegen Geldwäsche"
1335 1607
1336#: governments.html.j2:123 1608#: governments.html.j2:123
1337msgid "" 1609msgid ""
1338"With Taler, income is visible and can be tied to the contract signed by " 1610"With Taler, income is visible and can be tied to the contract signed by both "
1339"both parties." 1611"parties."
1340msgstr "" 1612msgstr ""
1341"Im Taler-Bezahlsystem sind nur Verkäufe und Einkommen öffentlich " 1613"Im Taler-Bezahlsystem sind nur Verkäufe und Einkommen öffentlich sichtbar, "
1342"sichtbar, die in einem signierten Kaufvertrag vereinbart wurden." 1614"die in einem signierten Kaufvertrag vereinbart wurden."
1343 1615
1344#: governments.html.j2:124 1616#: governments.html.j2:124
1345msgid "Know your customer (KYC)" 1617msgid "Know your customer (KYC)"
@@ -1347,11 +1619,11 @@ msgstr "Kenne deine Kunden"
1347 1619
1348#: governments.html.j2:125 1620#: governments.html.j2:125
1349msgid "" 1621msgid ""
1350"In Taler, payer and payee are known by their bank accounts when " 1622"In Taler, payer and payee are known by their bank accounts when withdrawing "
1351"withdrawing or depositing coins respectively" 1623"or depositing coins respectively"
1352msgstr "" 1624msgstr ""
1353"Käufer und Verkäufer werden anhand ihrer Bankverbindungen erkannt, wenn " 1625"Käufer und Verkäufer werden anhand ihrer Bankverbindungen erkannt, wenn sie "
1354"sie Münzen abheben oder erstatten lassen." 1626"Münzen abheben oder erstatten lassen."
1355 1627
1356#: governments.html.j2:126 1628#: governments.html.j2:126
1357msgid "General Data Protection Regulation (GDPR)" 1629msgid "General Data Protection Regulation (GDPR)"
@@ -1359,12 +1631,12 @@ msgstr "General Data Protection Regulation (GDPR)"
1359 1631
1360#: governments.html.j2:127 1632#: governments.html.j2:127
1361msgid "" 1633msgid ""
1362"Taler cryptographically protects citizen's privacy, and by design " 1634"Taler cryptographically protects citizen's privacy, and by design implements "
1363"implements data minimization and privacy by default." 1635"data minimization and privacy by default."
1364msgstr "" 1636msgstr ""
1365"Taler schützt die Privatsphäre der Bürger durch kryptographische " 1637"Taler schützt die Privatsphäre der Bürger durch kryptographische "
1366"Verschlüsselung. Das Konzept des Bezahlsystems ist zudem so angelegt, " 1638"Verschlüsselung. Das Konzept des Bezahlsystems ist zudem so angelegt, dass "
1367"dass es nur die absolut notwendigen Daten verwendet." 1639"es nur die absolut notwendigen Daten verwendet."
1368 1640
1369#: governments.html.j2:128 1641#: governments.html.j2:128
1370msgid "Payment Services Directive (PSD2)" 1642msgid "Payment Services Directive (PSD2)"
@@ -1376,205 +1648,288 @@ msgid ""
1376"competitive banking sector." 1648"competitive banking sector."
1377msgstr "" 1649msgstr ""
1378"Taler verwendet einen quelloffenen Code mit nicht-proprietären " 1650"Taler verwendet einen quelloffenen Code mit nicht-proprietären "
1379"Programmierschnittstellen und trägt auf diese Weise zu einer Vielfalt von" 1651"Programmierschnittstellen und trägt auf diese Weise zu einer Vielfalt von "
1380" Angeboten in der Bankenbranche bei." 1652"Angeboten in der Bankenbranche bei."
1381 1653
1382#: governments.html.j2:137 1654#: governments.html.j2:137
1383msgid "Taler provides privacy and accountability" 1655msgid "Taler provides privacy and accountability"
1384msgstr "Taler bietet Privatsphäre und Verantwortung in der Geldwirtschaft" 1656msgstr "Taler bietet Privatsphäre und Verantwortung in der Geldwirtschaft"
1385 1657
1386#: governments.html.j2:140 1658#: governments.html.j2:140
1659#, fuzzy
1660#| msgid ""
1661#| "Taler assumes governments can observe traditional wire transfers\n"
1662#| "entering and leaving the Taler payment system. Starting with the\n"
1663#| "wire transfers, governments can obtain:\n"
1387msgid "" 1664msgid ""
1388"Taler assumes governments can observe traditional wire transfers\n" 1665"Taler assumes governments can observe traditional wire transfers entering "
1389"entering and leaving the Taler payment system. Starting with the\n" 1666"and leaving the Taler payment system. Starting with the wire transfers, "
1390"wire transfers, governments can obtain:\n" 1667"governments can obtain:"
1391msgstr "" 1668msgstr ""
1392"Taler beruht auf der Annahme, dass Staatsregierungen die herkömmlichen " 1669"Taler beruht auf der Annahme, dass Staatsregierungen die herkömmlichen "
1393"Bankverbindungen nachverfolgen können, wenn Überweisungen zwischen dem " 1670"Bankverbindungen nachverfolgen können, wenn Überweisungen zwischen dem Taler-"
1394"Taler-Bezahlsystem und den Geschäftsbanken stattfinden (Aufladungen der " 1671"Bezahlsystem und den Geschäftsbanken stattfinden (Aufladungen der Taler-"
1395"Taler-Geldbörse und Erstattung von Ansprüchen aus Geschäften). " 1672"Geldbörse und Erstattung von Ansprüchen aus Geschäften). Regierungen "
1396"Regierungen besitzen damit die Informationen über" 1673"besitzen damit die Informationen über"
1397 1674
1398#: governments.html.j2:148 1675#: governments.html.j2:148
1676#, fuzzy
1677#| msgid ""
1678#| "The total amount of digital currency withdrawn by a\n"
1679#| "customer. The government can impose limits on how much\n"
1680#| "digital cash a customer can withdraw within a\n"
1681#| "given time frame.\n"
1399msgid "" 1682msgid ""
1400"The total amount of digital currency withdrawn by a\n" 1683"The total amount of digital currency withdrawn by a customer. The government "
1401"customer. The government can impose limits on how much\n" 1684"can impose limits on how much digital cash a customer can withdraw within a "
1402"digital cash a customer can withdraw within a\n" 1685"given time frame."
1403"given time frame.\n"
1404msgstr "" 1686msgstr ""
1405"den Gesamtbetrag digitaler Münzen, die Käufer an die Geldbörse überweisen" 1687"den Gesamtbetrag digitaler Münzen, die Käufer an die Geldbörse überweisen - "
1406" - die Regierung kann dabei Höchstbeträge pro Zeitperiode festlegen" 1688"die Regierung kann dabei Höchstbeträge pro Zeitperiode festlegen"
1407 1689
1408#: governments.html.j2:157 1690#: governments.html.j2:157
1409msgid "" 1691#, fuzzy
1410"The income received by any merchant via the Taler\n" 1692#| msgid ""
1411"system.\n" 1693#| "The income received by any merchant via the Taler\n"
1694#| "system.\n"
1695msgid "The income received by any merchant via the Taler system."
1412msgstr "das Einkommen, das Verkäufer im Taler-Bezahlsystem erhalten" 1696msgstr "das Einkommen, das Verkäufer im Taler-Bezahlsystem erhalten"
1413 1697
1414#: governments.html.j2:164 1698#: governments.html.j2:164
1699#, fuzzy
1700#| msgid ""
1701#| "The exact details of the underlying contract that was\n"
1702#| "signed between customer and merchant. However, this\n"
1703#| "information would typically not include the identity\n"
1704#| "of the customer.\n"
1415msgid "" 1705msgid ""
1416"The exact details of the underlying contract that was\n" 1706"The exact details of the underlying contract that was signed between "
1417"signed between customer and merchant. However, this\n" 1707"customer and merchant. However, this information would typically not include "
1418"information would typically not include the identity\n" 1708"the identity of the customer."
1419"of the customer.\n"
1420msgstr "" 1709msgstr ""
1421"die genauen Inhalte der zugrunde liegenden digitalen Kaufverträge " 1710"die genauen Inhalte der zugrunde liegenden digitalen Kaufverträge zwischen "
1422"zwischen Käufern und Verkäufern - ausgenommen jedoch private Daten der " 1711"Käufern und Verkäufern - ausgenommen jedoch private Daten der Käufer"
1423"Käufer"
1424 1712
1425#: governments.html.j2:174 1713#: governments.html.j2:174
1426msgid "" 1714#, fuzzy
1427"The amounts of digital coins legitimately withdrawn\n" 1715#| msgid ""
1428"by customers from the exchange, the value of\n" 1716#| "The amounts of digital coins legitimately withdrawn\n"
1429"non-redeemed digital coins in customer's wallets, the\n" 1717#| "by customers from the exchange, the value of\n"
1430"value and corresponding wire details of deposit\n" 1718#| "non-redeemed digital coins in customer's wallets, the\n"
1431"operations performed by merchants with the exchange,\n" 1719#| "value and corresponding wire details of deposit\n"
1432"and the income of the exchange from transaction fees.\n" 1720#| "operations performed by merchants with the exchange,\n"
1433msgstr "" 1721#| "and the income of the exchange from transaction fees.\n"
1434"die Beträge digitaler Münzen, die Käufer von Taler-Wechselstuben " 1722msgid ""
1435"abbuchten, die verfügbaren Werte der Münzen in Geldbörsen, die Werte der " 1723"The amounts of digital coins legitimately withdrawn by customers from the "
1436"Forderungen von Verkäufern und deren Rückerstattung durch Banküberweisung" 1724"exchange, the value of non-redeemed digital coins in customer's wallets, the "
1437" von den Wechselstuben an Geschäftsbanken sowie die Einkünfte der " 1725"value and corresponding wire details of deposit operations performed by "
1438"Wechselstuben aus Transaktionsgebühren" 1726"merchants with the exchange, and the income of the exchange from transaction "
1727"fees."
1728msgstr ""
1729"die Beträge digitaler Münzen, die Käufer von Taler-Wechselstuben abbuchten, "
1730"die verfügbaren Werte der Münzen in Geldbörsen, die Werte der Forderungen "
1731"von Verkäufern und deren Rückerstattung durch Banküberweisung von den "
1732"Wechselstuben an Geschäftsbanken sowie die Einkünfte der Wechselstuben aus "
1733"Transaktionsgebühren"
1439 1734
1440#: index.html.j2:10 1735#: index.html.j2:10
1441msgid "One-Click Cash Payments!" 1736msgid "One-Click Cash Payments!"
1442msgstr "Bezahlen mit einem Klick!" 1737msgstr "Bezahlen mit einem Klick!"
1443 1738
1444#: index.html.j2:13 1739#: index.html.j2:13
1445msgid "" 1740#, fuzzy
1446"GNU Taler is an electronic payment system under development at\n" 1741#| msgid ""
1447"<a href=\"http://www.inria.fr/\">Inria</a>. We expect to make it\n" 1742#| "GNU Taler is an electronic payment system under development at\n"
1448"operational in 2017. You can learn about Taler on this website,\n" 1743#| "<a href=\"http://www.inria.fr/\">Inria</a>. We expect to make it\n"
1449"try the <a href=\"https://demo.taler.net\">demo</a> and look at\n" 1744#| "operational in 2017. You can learn about Taler on this website,\n"
1450"our <a href=\"https://docs.taler.net\">developer</a> and <a\n" 1745#| "try the <a href=\"https://demo.taler.net\">demo</a> and look at\n"
1451"href=\"https://api.taler.net\">API</a> documentation.\n" 1746#| "our <a href=\"https://docs.taler.net\">developer</a> and <a\n"
1452msgstr "" 1747#| "href=\"https://api.taler.net\">API</a> documentation.\n"
1453"Taler ist ein elektronisches Bezahlsystem, das bei <a " 1748msgid ""
1454"href=\"http://www.inria.fr/\">Inria</a> entwickelt wird. Wir rechnen mit " 1749"GNU Taler is an electronic payment system under development at <a href="
1455"seiner Einführung im Jahr 2017. Auf der <a href=\"https://demo.taler.net" 1750"\"http://www.inria.fr/\">Inria</a>. We expect to make it operational in "
1456"\">Demo-Seite</a> kann man die Funktionsweise von Taler kennenlernen. " 1751"2017. You can learn about Taler on this website, try the <a href=\"https://"
1457"Neben dieser Webseite bestehen die <a href=\"https://git.taler.net" 1752"demo.taler.net\">demo</a> and look at our <a href=\"https://docs.taler.net"
1458"/\">Code-Dokumentation</a>, die <a " 1753"\">developer</a> and <a href=\"https://api.taler.net\">API</a> documentation."
1459"href=\"https://docs.taler.net\">Entwicklerdokumentation</a> und die <a " 1754msgstr ""
1755"Taler ist ein elektronisches Bezahlsystem, das bei <a href=\"http://www."
1756"inria.fr/\">Inria</a> entwickelt wird. Wir rechnen mit seiner Einführung im "
1757"Jahr 2017. Auf der <a href=\"https://demo.taler.net\">Demo-Seite</a> kann "
1758"man die Funktionsweise von Taler kennenlernen. Neben dieser Webseite "
1759"bestehen die <a href=\"https://git.taler.net/\">Code-Dokumentation</a>, die "
1760"<a href=\"https://docs.taler.net\">Entwicklerdokumentation</a> und die <a "
1460"href=\"https://api.taler.net/\">API-Schnittstellendokumentation</a>. " 1761"href=\"https://api.taler.net/\">API-Schnittstellendokumentation</a>. "
1461"Wissenschaftliche Literatur findet man in der <a " 1762"Wissenschaftliche Literatur findet man in der <a href=\"bibliography.html"
1462"href=\"bibliography.html\">Bibliographie</a>." 1763"\">Bibliographie</a>."
1463 1764
1464#: index.html.j2:29 1765#: index.html.j2:29
1465msgid "Practical" 1766msgid "Practical"
1466msgstr "Praktisch" 1767msgstr "Praktisch"
1467 1768
1468#: index.html.j2:32 1769#: index.html.j2:32
1770#, fuzzy
1771#| msgid ""
1772#| "Taler is easy to integrate with existing Web\n"
1773#| "applications. Payments are cryptographically\n"
1774#| "secured and are confirmed within milliseconds with\n"
1775#| "extremely low transaction costs.\n"
1469msgid "" 1776msgid ""
1470"Taler is easy to integrate with existing Web\n" 1777"Taler is easy to integrate with existing Web applications. Payments are "
1471"applications. Payments are cryptographically\n" 1778"cryptographically secured and are confirmed within milliseconds with "
1472"secured and are confirmed within milliseconds with\n" 1779"extremely low transaction costs."
1473"extremely low transaction costs.\n"
1474msgstr "" 1780msgstr ""
1475"Taler integriert sich einfach und leicht in bestehende Webanwendungen. " 1781"Taler integriert sich einfach und leicht in bestehende Webanwendungen. Die "
1476"Die Zahlungen sind kryptographisch verschlüsselt, innerhalb von " 1782"Zahlungen sind kryptographisch verschlüsselt, innerhalb von Millisekunden "
1477"Millisekunden bestätigt und extrem kostengünstig." 1783"bestätigt und extrem kostengünstig."
1478 1784
1479#: index.html.j2:45 1785#: index.html.j2:45
1480msgid "" 1786#, fuzzy
1481"Taler does not introduce a new currency. Taler\n" 1787#| msgid ""
1482"uses a digital wallet storing coins and payment service\n" 1788#| "Taler does not introduce a new currency. Taler\n"
1483"providers with escrow accounts in existing currencies.\n" 1789#| "uses a digital wallet storing coins and payment service\n"
1484"Thus, Taler's cryptographic coins correspond to existing\n" 1790#| "providers with escrow accounts in existing currencies.\n"
1485"currencies, such as US Dollars, Euros or even Bitcoins.\n" 1791#| "Thus, Taler's cryptographic coins correspond to existing\n"
1486msgstr "" 1792#| "currencies, such as US Dollars, Euros or even Bitcoins.\n"
1487"Als Bezahlsystem stellt Taler noch keine neue Währung dar. Taler " 1793msgid ""
1488"verbindet elektronische Geldbörsen, die digitale Münzen enthalten, und " 1794"Taler does not introduce a new currency. Taler uses a digital wallet storing "
1489"Anbieter für die Zahlungsabwicklung in bestehenden Währungen auf " 1795"coins and payment service providers with escrow accounts in existing "
1490"Treuhandkonten. Man kann also sagen, dass die kryptografischen " 1796"currencies. Thus, Taler's cryptographic coins correspond to existing "
1491"Taler-Münzen herkömmlichen Währungen wie US-Dollar, Euro oder sogar " 1797"currencies, such as US Dollars, Euros or even Bitcoins."
1492"Bitcoin entsprechen." 1798msgstr ""
1799"Als Bezahlsystem stellt Taler noch keine neue Währung dar. Taler verbindet "
1800"elektronische Geldbörsen, die digitale Münzen enthalten, und Anbieter für "
1801"die Zahlungsabwicklung in bestehenden Währungen auf Treuhandkonten. Man kann "
1802"also sagen, dass die kryptografischen Taler-Münzen herkömmlichen Währungen "
1803"wie US-Dollar, Euro oder sogar Bitcoin entsprechen."
1493 1804
1494#: index.html.j2:59 1805#: index.html.j2:59
1806#, fuzzy
1807#| msgid ""
1808#| "By design Taler does not suffer from many classes\n"
1809#| "of security problems such as phishing or counterfeit.\n"
1810#| "Despite its security features, Taler never rejects a legitimate\n"
1811#| "customer due to a fraud-detection false positive.\n"
1495msgid "" 1812msgid ""
1496"By design Taler does not suffer from many classes\n" 1813"By design Taler does not suffer from many classes of security problems such "
1497"of security problems such as phishing or counterfeit.\n" 1814"as phishing or counterfeit. Thanks to its security features, Taler never "
1498"Thanks to its security features, Taler never rejects a legitimate\n" 1815"rejects a legitimate customer due to a fraud-detection false positive."
1499"customer due to a fraud-detection false positive.\n"
1500msgstr "" 1816msgstr ""
1817"Schon vom Konzept her verhindert Taler Falschgeld oder Sicherheitslücken wie "
1818"Phishing und wird gleichzeitig jedoch niemals Käufern betrügerische "
1819"Absichten unterstellen können."
1501 1820
1502#: index.html.j2:74 1821#: index.html.j2:74
1822#, fuzzy
1823#| msgid ""
1824#| "When using Taler, merchant's revenue is transparent for tax\n"
1825#| "collection authorities. Unlike cash and most digital currencies,\n"
1826#| "Taler helps prevent black markets. Taler is not suitable for\n"
1827#| "illegal activities.\n"
1503msgid "" 1828msgid ""
1504"When using Taler, merchant's revenue is transparent for tax\n" 1829"When using Taler, merchant's revenue is transparent for tax collection "
1505"collection authorities. Unlike cash and most digital currencies,\n" 1830"authorities. Unlike cash and most digital currencies, Taler helps prevent "
1506"Taler helps prevent black markets. Taler is not suitable for\n" 1831"black markets. Taler is not suitable for illegal activities."
1507"illegal activities.\n"
1508msgstr "" 1832msgstr ""
1509"Taler macht das Einkommen von Verkäufern (Einzelpersonen und " 1833"Taler macht das Einkommen von Verkäufern (Einzelpersonen und "
1510"Handelsunternehmen) den Steuerbehörden einsehbar. Im Gegensatz zu Bargeld" 1834"Handelsunternehmen) den Steuerbehörden einsehbar. Im Gegensatz zu Bargeld "
1511" und den meisten virtuellen Währungen unterbindet Taler somit jede Art " 1835"und den meisten virtuellen Währungen unterbindet Taler somit jede Art von "
1512"von Schwarzmarkt. Dieses Bezahlsystem eignet sich aus Prinzip nicht für " 1836"Schwarzmarkt. Dieses Bezahlsystem eignet sich aus Prinzip nicht für illegale "
1513"illegale Geschäfte." 1837"Geschäfte."
1514 1838
1515#: index.html.j2:86 1839#: index.html.j2:86
1516msgid "" 1840#, fuzzy
1517"When you pay with Taler, your identity does not\n" 1841#| msgid ""
1518"have to be revealed. Just like\n" 1842#| "When you pay with Taler, your identity does not\n"
1519"payments in cash, nobody else can track how you\n" 1843#| "have to be revealed to the merchant. Just like\n"
1520"spent your electronic money. However, you obtain a\n" 1844#| "payments in cash, nobody else can track how you\n"
1521"legally valid proof of payment.\n" 1845#| "spent your electronic money. However, you obtain a\n"
1522msgstr "" 1846#| "legally valid proof of payment.\n"
1847msgid ""
1848"When you pay with Taler, your identity does not have to be revealed. Just "
1849"like payments in cash, nobody else can track how you spent your electronic "
1850"money. However, you obtain a legally valid proof of payment."
1851msgstr ""
1852"Taler hält die Identität der Käufer geheim, auch gegenüber den Verkäufern. "
1853"Genauso wie beim Kauf mit Bargeld kann niemand Auskunft darüber erlangen, "
1854"was mit dem Taler-Bezahlsystem gekauft wurde. Die Käufer erhalten jedoch "
1855"garantiert einen Nachweis über ihre Zahlung und den erfolgten "
1856"Eigentumsübergang."
1523 1857
1524#: index.html.j2:100 1858#: index.html.j2:100
1525msgid "" 1859#, fuzzy
1526"Taler provides protocols and reference implementations that in\n" 1860#| msgid ""
1527"principle enables anybody to run their own payment infrastructure,\n" 1861#| "Taler provides protocols and reference implementations that in\n"
1528"be it individuals, organizations or whole countries. Since the\n" 1862#| "principle enables anybody to run their own payment infrastructure,\n"
1529"reference implementation is a <a href=\"http://www.gnu.org/\">GNU</a>\n" 1863#| "be it individuals, organizations or whole countries. Since the\n"
1530"package, it will always remain free software.\n" 1864#| "reference implementation is a <a href=\"http://www.gnu.org/\">GNU</a>\n"
1531msgstr "" 1865#| "package, it will always remain free software.\n"
1532"Taler bietet Protokolle und Referenzanwendungen, die prinzipiell für alle" 1866msgid ""
1533" möglichen Bezahlsysteme von Einzelpersonen, Organisationen und sogar " 1867"Taler provides protocols and reference implementations that in principle "
1534"ganzen Staaten geeignet sind. Die Referenzanwendung als <a " 1868"enables anybody to run their own payment infrastructure, be it individuals, "
1535"href=\"http://www.gnu.org/\">GNU-Package</a> wird immer freie Software " 1869"organizations or whole countries. Since the reference implementation is a <a "
1536"sein und bleiben." 1870"href=\"http://www.gnu.org/\">GNU</a> package, it will always remain free "
1871"software."
1872msgstr ""
1873"Taler bietet Protokolle und Referenzanwendungen, die prinzipiell für alle "
1874"möglichen Bezahlsysteme von Einzelpersonen, Organisationen und sogar ganzen "
1875"Staaten geeignet sind. Die Referenzanwendung als <a href=\"http://www.gnu."
1876"org/\">GNU-Package</a> wird immer freie Software sein und bleiben."
1537 1877
1538#: index.html.j2:117 1878#: index.html.j2:117
1539msgid "Paying with Taler" 1879msgid "Paying with Taler"
1540msgstr "Bezahlen mit Taler" 1880msgstr "Bezahlen mit Taler"
1541 1881
1542#: index.html.j2:118 1882#: index.html.j2:118
1543msgid "" 1883#, fuzzy
1544"<p>To pay with Taler, customers install an electronic wallet\n" 1884#| msgid ""
1545"on their device. Before the first payment, the wallet's balance must\n" 1885#| "<p>To pay with Taler, customers install an electronic wallet\n"
1546"be charged in the desired currency by some other means of payment.</p>\n" 1886#| "on their device. Before the first payment, the wallet's balance must\n"
1547"<p>Once the wallet is charged, payments on websites take only one click,\n" 1887#| "be charged in the desired currency by some other means of payment.</p>\n"
1548"are never falsely rejected by fraud detection and do not pose any risk\n" 1888#| "<p>Once the wallet is charged, payments on websites take only one click,\n"
1549"of phishing or identity theft.</p>\n" 1889#| "are never falsely rejected by fraud detection and do not pose any risk\n"
1890#| "of phishing or identity theft.</p>\n"
1891msgid ""
1892"<p>To pay with Taler, customers install an electronic wallet on their "
1893"device. Before the first payment, the wallet's balance must be charged in "
1894"the desired currency by some other means of payment.</p> <p>Once the wallet "
1895"is charged, payments on websites take only one click, are never falsely "
1896"rejected by fraud detection and do not pose any risk of phishing or identity "
1897"theft.</p>"
1550msgstr "" 1898msgstr ""
1551"Um mit dem Taler-Bezahlsystem einkaufen zu können, muss man eine " 1899"Um mit dem Taler-Bezahlsystem einkaufen zu können, muss man eine "
1552"elektronische Geldbörse auf einem Endgerät installieren. Vor der ersten " 1900"elektronische Geldbörse auf einem Endgerät installieren. Vor der ersten "
1553"Bezahlung ist es nötig, einen Wert in der gewünschten Währung an die " 1901"Bezahlung ist es nötig, einen Wert in der gewünschten Währung an die "
1554"Geldbörse zu überweisen. Dies erfolgt durch herkömmliche Banküberweisung " 1902"Geldbörse zu überweisen. Dies erfolgt durch herkömmliche Banküberweisung "
1555"oder durch Kreditkarten. Der aufgeladene Wert der Geldbörse kann dann mit" 1903"oder durch Kreditkarten. Der aufgeladene Wert der Geldbörse kann dann mit "
1556" nur einem Klick zum Bezahlen auf Webseiten verwendet werden. Die " 1904"nur einem Klick zum Bezahlen auf Webseiten verwendet werden. Die Verkäufer "
1557"Verkäufer müssen diese Bezahlung als berechtigt annehmen. Ein " 1905"müssen diese Bezahlung als berechtigt annehmen. Ein Datendiebstahl "
1558"Datendiebstahl (Phishing) ist dabei technisch ausgeschlossen, es werden " 1906"(Phishing) ist dabei technisch ausgeschlossen, es werden keine persönlichen "
1559"keine persönlichen Daten übermittelt." 1907"Daten übermittelt."
1560 1908
1561#: index.html.j2:128 1909#: index.html.j2:128
1562msgid "Receiving payments with Taler" 1910msgid "Receiving payments with Taler"
1563msgstr "Verkaufen mit Taler" 1911msgstr "Verkaufen mit Taler"
1564 1912
1565#: index.html.j2:129 1913#: index.html.j2:129
1566msgid "" 1914#, fuzzy
1567"<p>To receive Taler payments, a merchant needs a bank account\n" 1915#| msgid ""
1568"in the desired currency. We provide supporting software\n" 1916#| "<p>To receive Taler payments, a merchant needs a bank account\n"
1569"in various programming languages to make the integration painless.\n" 1917#| "in the desired currency. We provide supporting software\n"
1570"The merchant's backend for Taler transaction processing can run\n" 1918#| "in various programming languages to make the integration painless.\n"
1571"on the merchant's premises or be hosted by a third party.</p>\n" 1919#| "The merchant's backend for Taler transaction processing can run\n"
1920#| "on the merchant's premises or be hosted by a third party.</p>\n"
1921msgid ""
1922"<p>To receive Taler payments, a merchant needs a bank account in the desired "
1923"currency. We provide supporting software in various programming languages to "
1924"make the integration painless. The merchant's backend for Taler transaction "
1925"processing can run on the merchant's premises or be hosted by a third party."
1926"</p>"
1572msgstr "" 1927msgstr ""
1573"Um Zahlungen erhalten zu können, brauchen Verkäufer ein Girokonto in der " 1928"Um Zahlungen erhalten zu können, brauchen Verkäufer ein Girokonto in der "
1574"gewünschten Währung bei einer Geschäftsbank. Das Taler-Bezahlsystem " 1929"gewünschten Währung bei einer Geschäftsbank. Das Taler-Bezahlsystem "
1575"unterstützt die Software verschiedener Verkaufsplattformen in mehreren " 1930"unterstützt die Software verschiedener Verkaufsplattformen in mehreren "
1576"Programmiersprachen, um die Integration so einfach wie möglich zu machen." 1931"Programmiersprachen, um die Integration so einfach wie möglich zu machen. "
1577" Das Backend der Händlerplattform kann dabei auf dem eigenen Rechner des " 1932"Das Backend der Händlerplattform kann dabei auf dem eigenen Rechner des "
1578"Verkäufers oder gehostet laufen, um die Taler-Buchungen durchzuführen." 1933"Verkäufers oder gehostet laufen, um die Taler-Buchungen durchzuführen."
1579 1934
1580#: index.html.j2:145 1935#: index.html.j2:145
@@ -1590,99 +1945,132 @@ msgid "Invest in Taler!"
1590msgstr "In Taler investieren!" 1945msgstr "In Taler investieren!"
1591 1946
1592#: investors.html.j2:9 1947#: investors.html.j2:9
1948#, fuzzy
1949#| msgid ""
1950#| "We have created a company, Taler Systems SA in\n"
1951#| "Luxembourg.<br>\n"
1952#| "Please contact <tt>invest@taler.net</tt>\n"
1953#| "if you want to invest in Taler.\n"
1593msgid "" 1954msgid ""
1594"We have created a company, Taler Systems SA in\n" 1955"We have created a company, Taler Systems SA in Luxembourg.<br> Please "
1595"Luxembourg.<br>\n" 1956"contact <tt>invest@taler.net</tt> if you want to invest in Taler."
1596"Please contact <tt>invest@taler.net</tt>\n"
1597"if you want to invest in Taler.\n"
1598msgstr "" 1957msgstr ""
1599"Taler Systems SA in Luxemburg ist die Gesellschaft, die Investitionen in " 1958"Taler Systems SA in Luxemburg ist die Gesellschaft, die Investitionen in das "
1600"das Taler-Bezahlsystem ermöglicht. Bitte kontaktieren Sie dafür " 1959"Taler-Bezahlsystem ermöglicht. Bitte kontaktieren Sie dafür <tt>invest@taler."
1601"<tt>invest@taler.net</tt>." 1960"net</tt>."
1602 1961
1603#: investors.html.j2:24 1962#: investors.html.j2:24
1604msgid "The Team" 1963msgid "The Team"
1605msgstr "Das Taler-Team" 1964msgstr "Das Taler-Team"
1606 1965
1607#: investors.html.j2:27 1966#: investors.html.j2:27
1608msgid "" 1967#, fuzzy
1609"Our <a href=\"about.html\">team</a> combines world-class business " 1968#| msgid ""
1610"leaders,\n" 1969#| "Our <a href=\"about.html\">team</a> combines world-class business "
1611"cryptographers, software engineers, civil-rights\n" 1970#| "leaders,\n"
1612"activists and academics. We are unified by a vision\n" 1971#| "cryptographers, software engineers, civil-rights\n"
1613"of how payments should work and the goal of\n" 1972#| "activists and academics. We are unified by a vision\n"
1614"imposing this vision upon the world.\n" 1973#| "of how payments should work and the goal of\n"
1974#| "imposing this vision upon the world.\n"
1975msgid ""
1976"Our <a href=\"about.html\">team</a> combines world-class business leaders, "
1977"cryptographers, software engineers, civil-rights activists and academics. We "
1978"are unified by a vision of how payments should work and the goal of imposing "
1979"this vision upon the world."
1615msgstr "" 1980msgstr ""
1616"Unser <a href=\"about.html\">team</a> vereint Unternehmensleiter, " 1981"Unser <a href=\"about.html\">team</a> vereint Unternehmensleiter, "
1617"Kryptographen, Softwareingenieure, Aktivisten und Akademiker. Uns " 1982"Kryptographen, Softwareingenieure, Aktivisten und Akademiker. Uns verbindet "
1618"verbindet die Vision eines einwandfreien Bezahlsystems und die " 1983"die Vision eines einwandfreien Bezahlsystems und die Zielsetzung, diese "
1619"Zielsetzung, diese Vision in die Welt zu bringen." 1984"Vision in die Welt zu bringen."
1620 1985
1621#: investors.html.j2:37 1986#: investors.html.j2:37
1622msgid "" 1987#, fuzzy
1623"We are currently supported by <a href=\"http://www.inria.fr/\">Inria</a>," 1988#| msgid ""
1624" the French\n" 1989#| "We are currently supported by <a href=\"http://www.inria.fr/\">Inria</a>, "
1625"national institute for research in informatics and\n" 1990#| "the French\n"
1626"automation, and the <a href=\"https://renewablefreedom.org/\">Renewable " 1991#| "national institute for research in informatics and\n"
1627"Freedom Foundation</a>.\n" 1992#| "automation, and the <a href=\"https://renewablefreedom.org/\">Renewable "
1628msgstr "" 1993#| "Freedom Foundation</a>.\n"
1629"Gegenwärtig unterstützen uns <a href=\"http://www.inria.fr/\">Inria</a>, " 1994msgid ""
1630"das Nationale Forschungsinstitut für Informatik und Automatisierung, " 1995"We are currently supported by <a href=\"http://www.inria.fr/\">Inria</a>, "
1631"sowie die <a href=\"https://renewablefreedom.org/\">Renewable Freedom " 1996"the French national institute for research in informatics and automation, "
1997"and the <a href=\"https://renewablefreedom.org/\">Renewable Freedom "
1632"Foundation</a>." 1998"Foundation</a>."
1999msgstr ""
2000"Gegenwärtig unterstützen uns <a href=\"http://www.inria.fr/\">Inria</a>, das "
2001"Nationale Forschungsinstitut für Informatik und Automatisierung, sowie die "
2002"<a href=\"https://renewablefreedom.org/\">Renewable Freedom Foundation</a>."
1633 2003
1634#: investors.html.j2:45 2004#: investors.html.j2:45
1635msgid "The Technology" 2005msgid "The Technology"
1636msgstr "Die Technologie" 2006msgstr "Die Technologie"
1637 2007
1638#: investors.html.j2:48 2008#: investors.html.j2:48
1639msgid "" 2009#, fuzzy
1640"All transactions in Taler are secured using <a " 2010#| msgid ""
1641"href=\"bibliography.html\">modern\n" 2011#| "All transactions in Taler are secured using <a href=\"bibliography.html"
1642"cryptography</a> and trust in all parties is\n" 2012#| "\">modern\n"
1643"minimized. Financial damage is bounded (for\n" 2013#| "cryptography</a> and trust in all parties is\n"
1644"customers, merchants and the exchange) even in the\n" 2014#| "minimized. Financial damage is bounded (for\n"
1645"case that systems are compromised and private keys\n" 2015#| "customers, merchants and the exchange) even in the\n"
1646"are stolen. Databases can be audited for\n" 2016#| "case that systems are compromised and private keys\n"
1647"consistency, resulting in either the detection of\n" 2017#| "are stolen. Databases can be audited for\n"
1648"compromised systems or the demonstration that\n" 2018#| "consistency, resulting in either the detection of\n"
1649"participants were honest. Actual transaction costs\n" 2019#| "compromised systems or the demonstration that\n"
1650"are fractions of a cent.\n" 2020#| "participants were honest. Actual transaction costs\n"
1651msgstr "" 2021#| "are fractions of a cent.\n"
1652"Alle Buchungen im Taler-Bezahlsystem sind mit aktuellen Methoden der <a " 2022msgid ""
1653"href=\"bibliography.html\">Kryptographie</a> geschützt. Selbst im Fall " 2023"All transactions in Taler are secured using <a href=\"bibliography.html"
1654"eines Verlusts oder Diebstahls privater Schlüssel ist ein eventueller " 2024"\">modern cryptography</a> and trust in all parties is minimized. Financial "
1655"Schaden für Käufer, Verkäufer und Wechselstuben begrenzt. Die Datenbanken" 2025"damage is bounded (for customers, merchants and the exchange) even in the "
1656" unterstehen einem unabhängigen Auditing, das die Konsistenz ihrer Daten " 2026"case that systems are compromised and private keys are stolen. Databases can "
1657"und Verfahren überprüft. Kompromittierte Endgeräte können so schnell " 2027"be audited for consistency, resulting in either the detection of compromised "
1658"erkannt werden. Das Auditing stellt zudem die Beweisgrundlage für die " 2028"systems or the demonstration that participants were honest. Actual "
1659"Rechtschaffenheit aller Beteiligten dar. Die Buchungskosten betragen " 2029"transaction costs are fractions of a cent."
1660"übrigens nur Bruchteile eines Cent pro Buchung." 2030msgstr ""
2031"Alle Buchungen im Taler-Bezahlsystem sind mit aktuellen Methoden der <a href="
2032"\"bibliography.html\">Kryptographie</a> geschützt. Selbst im Fall eines "
2033"Verlusts oder Diebstahls privater Schlüssel ist ein eventueller Schaden für "
2034"Käufer, Verkäufer und Wechselstuben begrenzt. Die Datenbanken unterstehen "
2035"einem unabhängigen Auditing, das die Konsistenz ihrer Daten und Verfahren "
2036"überprüft. Kompromittierte Endgeräte können so schnell erkannt werden. Das "
2037"Auditing stellt zudem die Beweisgrundlage für die Rechtschaffenheit aller "
2038"Beteiligten dar. Die Buchungskosten betragen übrigens nur Bruchteile eines "
2039"Cent pro Buchung."
1661 2040
1662#: investors.html.j2:63 2041#: investors.html.j2:63
1663msgid "The Business" 2042msgid "The Business"
1664msgstr "Das Geschäftsmodell des Taler-Bezahlsystems" 2043msgstr "Das Geschäftsmodell des Taler-Bezahlsystems"
1665 2044
1666#: investors.html.j2:66 2045#: investors.html.j2:66
1667msgid "" 2046#, fuzzy
1668"The scalable business model for Taler is the operation\n" 2047#| msgid ""
1669"of the payment service provider, which converts money from\n" 2048#| "The scalable business model for Taler is the operation\n"
1670"traditional payment systems (MasterCard, SEPA, UPI,\n" 2049#| "of the payment service provider, which converts money from\n"
1671"Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n" 2050#| "traditional payment systems (MasterCard, SEPA, UPI,\n"
1672"electronic coins in the same currency. The customer\n" 2051#| "Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n"
1673"can then redeem the electronic coins at a merchant,\n" 2052#| "electronic coins in the same currency. The customer\n"
1674"who can exchange them for money represented using\n" 2053#| "can then redeem the electronic coins at a merchant,\n"
1675"traditional payment systems at the exchange. The\n" 2054#| "who can exchange them for money represented using\n"
1676"exchange charges fees to facilitate the transactions.\n" 2055#| "traditional payment systems at the exchange. The\n"
1677msgstr "" 2056#| "exchange charges fees to facilitate the transactions.\n"
1678"Das Geschäftsmodell von Taler liegt im Betrieb des Bezahlsystems, das " 2057msgid ""
1679"Geld aus herkömmlichen Bezahlsystemen (wie z.B. MasterCard, SEPA, UPI, " 2058"The scalable business model for Taler is the operation of the payment "
1680"Visa, Bitcoin, ACH, SWIFT usw.) in anonymisierte digitale Münzen des " 2059"service provider, which converts money from traditional payment systems "
1681"selben nominalen Werts in der gegebenen Währung umtauscht. Die Käufer " 2060"(MasterCard, SEPA, UPI, Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous "
1682"können diese digitalen Münzen bei einem Verkäufer ausgeben, der sie " 2061"electronic coins in the same currency. The customer can then redeem the "
1683"wiederum bei einer Taler-Wechselstube in Geld eintauscht, das er auf sein" 2062"electronic coins at a merchant, who can exchange them for money represented "
1684" Girokonto gutgeschrieben bekommt. Die Wechselstube erhebt für die " 2063"using traditional payment systems at the exchange. The exchange charges fees "
1685"Überweisungen geringe Gebühren." 2064"to facilitate the transactions."
2065msgstr ""
2066"Das Geschäftsmodell von Taler liegt im Betrieb des Bezahlsystems, das Geld "
2067"aus herkömmlichen Bezahlsystemen (wie z.B. MasterCard, SEPA, UPI, Visa, "
2068"Bitcoin, ACH, SWIFT usw.) in anonymisierte digitale Münzen des selben "
2069"nominalen Werts in der gegebenen Währung umtauscht. Die Käufer können diese "
2070"digitalen Münzen bei einem Verkäufer ausgeben, der sie wiederum bei einer "
2071"Taler-Wechselstube in Geld eintauscht, das er auf sein Girokonto "
2072"gutgeschrieben bekommt. Die Wechselstube erhebt für die Überweisungen "
2073"geringe Gebühren."
1686 2074
1687#: investors.html.j2:85 2075#: investors.html.j2:85
1688msgid "The Business Case" 2076msgid "The Business Case"
@@ -1693,17 +2081,23 @@ msgid "Running a Taler payment service operator"
1693msgstr "Ein Taler-Bezahlsystem als Serviceanbieter betreiben" 2081msgstr "Ein Taler-Bezahlsystem als Serviceanbieter betreiben"
1694 2082
1695#: investors.html.j2:110 2083#: investors.html.j2:110
1696msgid "" 2084#, fuzzy
1697"The payment service operator runs the <em>Taler exchange</em>.\n" 2085#| msgid ""
1698"The exchange charges <b>transaction fees</b> to customers or merchants.\n" 2086#| "The payment service operator runs the <em>Taler exchange</em>.\n"
1699"Its operational expenses are from wire transfers with the banking\n" 2087#| "The exchange charges <b>transaction fees</b> to customers or merchants.\n"
1700"system and the operation of the computing infrastructure.\n" 2088#| "Its operational expenses are from wire transfers with the banking\n"
1701msgstr "" 2089#| "system and the operation of the computing infrastructure.\n"
1702"Der Serviceanbieter betreibt ein Bezahlsystem mit einer Taler-" 2090msgid ""
1703"Wechselstube. Die Wechselstube erhebt Gebühren für die Überweisungen von " 2091"The payment service operator runs the <em>Taler exchange</em>. The exchange "
1704"Käufern oder Verkäufern. Die Gebühren enthalten die notwendigen Kosten " 2092"charges <b>transaction fees</b> to customers or merchants. Its operational "
1705"für die Banküberweisungen von und zu Geschäftsbanken und für den Betrieb " 2093"expenses are from wire transfers with the banking system and the operation "
1706"der IT-Infrastruktur." 2094"of the computing infrastructure."
2095msgstr ""
2096"Der Serviceanbieter betreibt ein Bezahlsystem mit einer Taler-Wechselstube. "
2097"Die Wechselstube erhebt Gebühren für die Überweisungen von Käufern oder "
2098"Verkäufern. Die Gebühren enthalten die notwendigen Kosten für die "
2099"Banküberweisungen von und zu Geschäftsbanken und für den Betrieb der IT-"
2100"Infrastruktur."
1707 2101
1708#: investors.html.j2:120 2102#: investors.html.j2:120
1709msgid "" 2103msgid ""
@@ -1715,22 +2109,22 @@ msgstr ""
1715 2109
1716#: investors.html.j2:122 2110#: investors.html.j2:122
1717msgid "" 2111msgid ""
1718"Multiple Taler transactions can be aggregated into larger wire transfers " 2112"Multiple Taler transactions can be aggregated into larger wire transfers to "
1719"to merchants to minimize wire transfer costs." 2113"merchants to minimize wire transfer costs."
1720msgstr "" 2114msgstr ""
1721"Um die Transaktionskosten des Taler-Bezahlsystems noch weiter zu " 2115"Um die Transaktionskosten des Taler-Bezahlsystems noch weiter zu reduzieren, "
1722"reduzieren, können mehrere kleine Überweisungen auf das Girokonto der " 2116"können mehrere kleine Überweisungen auf das Girokonto der Verkäufer in einer "
1723"Verkäufer in einer Transaktion zusammengefasst und übertragen werden." 2117"Transaktion zusammengefasst und übertragen werden."
1724 2118
1725#: investors.html.j2:124 2119#: investors.html.j2:124
1726msgid "" 2120msgid ""
1727"Protocol allows the exchange to charge fees for any expensive operation " 2121"Protocol allows the exchange to charge fees for any expensive operation "
1728"(withdraw, deposit, refresh, refund or aggregated wire transfers)." 2122"(withdraw, deposit, refresh, refund or aggregated wire transfers)."
1729msgstr "" 2123msgstr ""
1730" Die Wechselstube kann protokollbasiert verschieden hohe Gebühren " 2124" Die Wechselstube kann protokollbasiert verschieden hohe Gebühren verlangen "
1731"verlangen z.B. bei teureren Transaktionen wie Überweisungen von " 2125"z.B. bei teureren Transaktionen wie Überweisungen von Geschäftsbanken an die "
1732"Geschäftsbanken an die Geldbörse, Deponieren von Münzen, Refresh-" 2126"Geldbörse, Deponieren von Münzen, Refresh-Funktion, Erstattungen und "
1733"Funktion, Erstattungen und aggregierte Überweisungen an Geschäftsbanken." 2127"aggregierte Überweisungen an Geschäftsbanken."
1734 2128
1735#: investors.html.j2:126 2129#: investors.html.j2:126
1736msgid "Partnership with banks establishes consumer trust." 2130msgid "Partnership with banks establishes consumer trust."
@@ -1747,130 +2141,172 @@ msgid "Advantages for Merchants"
1747msgstr "Vorteile für Händler" 2141msgstr "Vorteile für Händler"
1748 2142
1749#: merchants.html.j2:8 2143#: merchants.html.j2:8
1750msgid "" 2144#, fuzzy
1751"Taler is a cost-effective electronic payment system\n" 2145#| msgid ""
1752"which provides you with cryptographic proof that\n" 2146#| "Taler is a cost-effective electronic payment system\n"
1753"the payment worked correctly within milliseconds.\n" 2147#| "which provides you with cryptographic proof that\n"
1754"Your Web customers pay with previously unknown\n" 2148#| "the payment worked correctly within milliseconds.\n"
1755"levels of convenience without risk of fraud.\n" 2149#| "Your Web customers pay with previously unknown\n"
2150#| "levels of convenience without risk of fraud.\n"
2151msgid ""
2152"Taler is a cost-effective electronic payment system which provides you with "
2153"cryptographic proof that the payment worked correctly within milliseconds. "
2154"Your Web customers pay with previously unknown levels of convenience without "
2155"risk of fraud."
1756msgstr "" 2156msgstr ""
1757"Taler ist ein kostengünstiges elektronisches Bezahlsystem, das eine " 2157"Taler ist ein kostengünstiges elektronisches Bezahlsystem, das eine "
1758"fehlerfrei abgewickelte Bezahlung innerhalb von Millisekunden " 2158"fehlerfrei abgewickelte Bezahlung innerhalb von Millisekunden "
1759"kryptographisch bestätigt. Die Kunden Ihrer Webshops zahlen mit einem " 2159"kryptographisch bestätigt. Die Kunden Ihrer Webshops zahlen mit einem bisher "
1760"bisher noch nie dagewesenen Komfort und werden keine Betrugsgefahren mehr" 2160"noch nie dagewesenen Komfort und werden keine Betrugsgefahren mehr fürchten "
1761" fürchten müssen." 2161"müssen."
1762 2162
1763#: merchants.html.j2:22 2163#: merchants.html.j2:22
1764msgid "Fast" 2164msgid "Fast"
1765msgstr "Schnell" 2165msgstr "Schnell"
1766 2166
1767#: merchants.html.j2:25 2167#: merchants.html.j2:25
1768msgid "" 2168#, fuzzy
1769"Processing transactions with Taler is fast,\n" 2169#| msgid ""
1770"allowing you to confirm the transaction with your\n" 2170#| "Processing transactions with Taler is fast,\n"
1771"customer virtually immediately. Your customers\n" 2171#| "allowing you to confirm the transaction with your\n"
1772"will appreciate that they do not have to type in\n" 2172#| "customer virtually immediately. Your customers\n"
1773"credit card information and play the &quot;verified\n" 2173#| "will appreciate that they do not have to type in\n"
1774"by&quot; game. By making payments significantly\n" 2174#| "credit card information and play the &quot;verified\n"
1775"more convenient for your customers, you may be able\n" 2175#| "by&quot; game. By making payments significantly\n"
1776"to use Taler for small transactions that would not\n" 2176#| "more convenient for your customers, you may be able\n"
1777"work with credit card payments due to the mental\n" 2177#| "to use Taler for small transactions that would not\n"
1778"overhead for customers.\n" 2178#| "work with credit card payments due to the mental\n"
2179#| "overhead for customers.\n"
2180msgid ""
2181"Processing transactions with Taler is fast, allowing you to confirm the "
2182"transaction with your customer virtually immediately. Your customers will "
2183"appreciate that they do not have to type in credit card information and play "
2184"the &quot;verified by&quot; game. By making payments significantly more "
2185"convenient for your customers, you may be able to use Taler for small "
2186"transactions that would not work with credit card payments due to the mental "
2187"overhead for customers."
1779msgstr "" 2188msgstr ""
1780"Die Verarbeitung von Transaktionen im Taler-Bezahlsystem erfolgt " 2189"Die Verarbeitung von Transaktionen im Taler-Bezahlsystem erfolgt "
1781"blitzschnell und bestätigt Käufern und Verkäufern im gleichen Augenblick " 2190"blitzschnell und bestätigt Käufern und Verkäufern im gleichen Augenblick die "
1782"die erfolgte Bezahlung. Ihre Kunden müssen keine " 2191"erfolgte Bezahlung. Ihre Kunden müssen keine Kreditkarteninformationen "
1783"Kreditkarteninformationen preisgeben. Mit Taler werden vor allem kleinere" 2192"preisgeben. Mit Taler werden vor allem kleinere Zahlbeträge wesentlich "
1784" Zahlbeträge wesentlich effizienter und bequemer verbucht als in anderen," 2193"effizienter und bequemer verbucht als in anderen, teureren und "
1785" teureren und komplizierteren Verfahren. " 2194"komplizierteren Verfahren. "
1786 2195
1787#: merchants.html.j2:44 2196#: merchants.html.j2:44
1788msgid "" 2197#, fuzzy
1789"You will have cryptographic proof of payment from the\n" 2198#| msgid ""
1790"Taler payment service provider. With Taler you never\n" 2199#| "You will have cryptographic proof of payment from the\n"
1791"handle sensitive customer account information and thus\n" 2200#| "Taler payment service provider. With Taler you never\n"
1792"do not have to undergo any particular security audits\n" 2201#| "handle sensitive customer account information and thus\n"
1793"(such as PCI DSS). Your systems will have customer\n" 2202#| "do not have to undergo any particular security audits\n"
1794"contracts with qualified signatures for all\n" 2203#| "(such as PCI DSS). Your systems will have customer\n"
1795"transactions which you can use in court in case of\n" 2204#| "contracts with qualified signatures for all\n"
1796"disputes.\n" 2205#| "transactions which you can use in court in case of\n"
1797msgstr "" 2206#| "disputes.\n"
1798"Verkäufer erhalten eine kryptographisch verschlüsselte " 2207msgid ""
1799"Zahlungsbestätigung vom Betreiber des Taler-Bezahlsystems. Taler " 2208"You will have cryptographic proof of payment from the Taler payment service "
1800"verarbeitet nie sensible Bankdaten der Kunden, daher müssen sich die " 2209"provider. With Taler you never handle sensitive customer account information "
1801"Verkäufer auch keinen Sicherheitsaudits (wie PCI DSS) unterziehen. Die " 2210"and thus do not have to undergo any particular security audits (such as PCI "
1802"Verkäufer bekommen stattdessen digital signierte Kaufverträge, die sie " 2211"DSS). Your systems will have customer contracts with qualified signatures "
1803"mit den Käufern abgeschlossen haben, mit denen sie sogar bei " 2212"for all transactions which you can use in court in case of disputes."
1804"Gerichtsprozessen Transaktionsnachweise erbringen können." 2213msgstr ""
2214"Verkäufer erhalten eine kryptographisch verschlüsselte Zahlungsbestätigung "
2215"vom Betreiber des Taler-Bezahlsystems. Taler verarbeitet nie sensible "
2216"Bankdaten der Kunden, daher müssen sich die Verkäufer auch keinen "
2217"Sicherheitsaudits (wie PCI DSS) unterziehen. Die Verkäufer bekommen "
2218"stattdessen digital signierte Kaufverträge, die sie mit den Käufern "
2219"abgeschlossen haben, mit denen sie sogar bei Gerichtsprozessen "
2220"Transaktionsnachweise erbringen können."
1805 2221
1806#: merchants.html.j2:61 2222#: merchants.html.j2:61
1807msgid "" 2223#, fuzzy
1808"Taler is free software, and you can use the\n" 2224#| msgid ""
1809"liberally-licensed reference code as a starting\n" 2225#| "Taler is free software, and you can use the\n"
1810"point to integrate Taler into your services. To use\n" 2226#| "liberally-licensed reference code as a starting\n"
1811"Taler, you do not need to pay license fees, and the\n" 2227#| "point to integrate Taler into your services. To use\n"
1812"free software development model will ensure that\n" 2228#| "Taler, you do not need to pay license fees, and the\n"
1813"you can select from many competing integrators for\n" 2229#| "free software development model will ensure that\n"
1814"support.\n" 2230#| "you can select from many competing integrators for\n"
1815msgstr "" 2231#| "support.\n"
1816"Taler ist freie Software. Der Referenzcode darf aufgrund seiner " 2232msgid ""
1817"öffentlichen Lizenz in die bestehenden Bezahlsysteme und " 2233"Taler is free software, and you can use the liberally-licensed reference "
1818"Handelsplattformen integriert werden und für seine Verwendung fallen auch" 2234"code as a starting point to integrate Taler into your services. To use "
1819" keine Lizenzgebühren an. Das Entwicklungsprinzip freier Software stellt " 2235"Taler, you do not need to pay license fees, and the free software "
1820"zudem sicher, dass man immer aus einer Vielzahl von Anbietern für " 2236"development model will ensure that you can select from many competing "
1821"Integration und Support wählen kann." 2237"integrators for support."
2238msgstr ""
2239"Taler ist freie Software. Der Referenzcode darf aufgrund seiner öffentlichen "
2240"Lizenz in die bestehenden Bezahlsysteme und Handelsplattformen integriert "
2241"werden und für seine Verwendung fallen auch keine Lizenzgebühren an. Das "
2242"Entwicklungsprinzip freier Software stellt zudem sicher, dass man immer aus "
2243"einer Vielzahl von Anbietern für Integration und Support wählen kann."
1822 2244
1823#: merchants.html.j2:76 2245#: merchants.html.j2:76
1824msgid "Cheap" 2246msgid "Cheap"
1825msgstr "Günstig" 2247msgstr "Günstig"
1826 2248
1827#: merchants.html.j2:79 2249#: merchants.html.j2:79
1828msgid "" 2250#, fuzzy
1829"Taler is uses efficient cryptographic constructions with low\n" 2251#| msgid ""
1830"bandwidth and storage requirements. Combined with Taler's strong\n" 2252#| "Taler is uses efficient cryptographic constructions with low\n"
1831"security which makes fraud impossible, Taler payment service\n" 2253#| "bandwidth and storage requirements. Combined with Taler's strong\n"
1832"providers can operate with very low overhead and\n" 2254#| "security which makes fraud impossible, Taler payment service\n"
1833"thus offer low transaction fees.\n" 2255#| "providers can operate with very low overhead and\n"
2256#| "thus offer low transaction fees.\n"
2257msgid ""
2258"Taler is uses efficient cryptographic constructions with low bandwidth and "
2259"storage requirements. Combined with Taler's strong security which makes "
2260"fraud impossible, Taler payment service providers can operate with very low "
2261"overhead and thus offer low transaction fees."
1834msgstr "" 2262msgstr ""
1835"Taler verwendet effiziente kryptographische Algorithmen mit nur geringem " 2263"Taler verwendet effiziente kryptographische Algorithmen mit nur geringem "
1836"Bedarf an Bandbreite und Speicherplatz. Betreiber von Taler-" 2264"Bedarf an Bandbreite und Speicherplatz. Betreiber von Taler-Bezahlsystemen "
1837"Bezahlsystemen müssen von ihren Kunden nur minimale Gebühren verlangen, " 2265"müssen von ihren Kunden nur minimale Gebühren verlangen, weil sie einen "
1838"weil sie einen hohen Sicherheitsstand bieten, der Verluste durch Betrug " 2266"hohen Sicherheitsstand bieten, der Verluste durch Betrug von vornherein "
1839"von vornherein ausschließt, und ihre Anlagen gleichzeitig sehr geringe " 2267"ausschließt, und ihre Anlagen gleichzeitig sehr geringe Fixkosten erfordern."
1840"Fixkosten erfordern."
1841 2268
1842#: merchants.html.j2:89 2269#: merchants.html.j2:89
1843msgid "Flexible" 2270msgid "Flexible"
1844msgstr "Flexibel" 2271msgstr "Flexibel"
1845 2272
1846#: merchants.html.j2:92 2273#: merchants.html.j2:92
2274#, fuzzy
2275#| msgid ""
2276#| "Taler can be used for different currencies (such as\n"
2277#| "Euros, US Dollars or Bitcoins) and any amount, limited\n"
2278#| "only by applicable regulatation and what denominations\n"
2279#| "the payment service provider supports.\n"
1847msgid "" 2280msgid ""
1848"Taler can be used for different currencies (such as\n" 2281"Taler can be used for different currencies (such as Euros, US Dollars or "
1849"Euros, US Dollars or Bitcoins) and any amount, limited\n" 2282"Bitcoins) and any amount, limited only by applicable regulatation and what "
1850"only by applicable regulatation and what denominations\n" 2283"denominations the payment service provider supports."
1851"the payment service provider supports.\n"
1852msgstr "" 2284msgstr ""
1853"Taler kann man einsetzen für verschiedene Währungen (wie Euro, US-Dollar " 2285"Taler kann man einsetzen für verschiedene Währungen (wie Euro, US-Dollar "
1854"oder Bitcoin) und für jeden Betrag bis zu den Grenzen, die allein " 2286"oder Bitcoin) und für jeden Betrag bis zu den Grenzen, die allein "
1855"gesetzliche Regulierungen bzw. die Betreiber von Bezahlsystemen " 2287"gesetzliche Regulierungen bzw. die Betreiber von Bezahlsystemen festlegen."
1856"festlegen."
1857 2288
1858#: merchants.html.j2:101 2289#: merchants.html.j2:101
1859msgid "Ethical" 2290msgid "Ethical"
1860msgstr "Ethisch" 2291msgstr "Ethisch"
1861 2292
1862#: merchants.html.j2:104 2293#: merchants.html.j2:104
1863msgid "" 2294#, fuzzy
1864"Taler prevents tax evasion and money laundering.\n" 2295#| msgid ""
1865"Taler's protocols are efficient and do not use wasteful\n" 2296#| "Taler prevents tax evasion and money laundering.\n"
1866"proof-of-work calculations. Taler encourages\n" 2297#| "Taler's protocols are efficient and do not use wasteful\n"
1867"transparency by providing an open standard and free\n" 2298#| "proof-of-work calculations. Taler encourages\n"
1868"software reference implementations.\n" 2299#| "transparency by providing an open standard and free\n"
2300#| "software reference implementations.\n"
2301msgid ""
2302"Taler prevents tax evasion and money laundering. Taler's protocols are "
2303"efficient and do not use wasteful proof-of-work calculations. Taler "
2304"encourages transparency by providing an open standard and free software "
2305"reference implementations."
1869msgstr "" 2306msgstr ""
1870"Taler verhindert Steuerhinterziehung und Geldwäsche. Die Protokolle von " 2307"Taler verhindert Steuerhinterziehung und Geldwäsche. Die Protokolle von "
1871"Taler sind effizient und benötigen kein stromfressendes Mining. Taler " 2308"Taler sind effizient und benötigen kein stromfressendes Mining. Taler "
1872"unterstützt die Transparenz mit einem offenen Standard und freier " 2309"unterstützt die Transparenz mit einem offenen Standard und freier Software."
1873"Software."
1874 2310
1875#: merchants.html.j2:119 2311#: merchants.html.j2:119
1876msgid "Manuals for merchants" 2312msgid "Manuals for merchants"
@@ -1897,42 +2333,56 @@ msgid "Merchants process payments using the Taler backend:"
1897msgstr "Händler verwenden das Taler-Backend zur Zahlungsabwicklung:" 2333msgstr "Händler verwenden das Taler-Backend zur Zahlungsabwicklung:"
1898 2334
1899#: merchants.html.j2:147 2335#: merchants.html.j2:147
2336#, fuzzy
2337#| msgid ""
2338#| "The backend <b>signs</b> and <b>stores</b> the\n"
2339#| "complete terms of offers made by the merchant to customers.\n"
2340#| "For this, the merchant's frontend needs to give the\n"
2341#| "customer's order in a JSON format to the backend.\n"
1900msgid "" 2342msgid ""
1901"The backend <b>signs</b> and <b>stores</b> the\n" 2343"The backend <b>signs</b> and <b>stores</b> the complete terms of offers made "
1902"complete terms of offers made by the merchant to customers.\n" 2344"by the merchant to customers. For this, the merchant's frontend needs to "
1903"For this, the merchant's frontend needs to give the\n" 2345"give the customer's order in a JSON format to the backend."
1904"customer's order in a JSON format to the backend.\n"
1905msgstr "" 2346msgstr ""
1906"Das Backend signiert und speichert sämtliche Bedingungen der Verträge, " 2347"Das Backend signiert und speichert sämtliche Bedingungen der Verträge, die "
1907"die Käufer und Verkäufer vorher vereinbart hatten. Das Händlerfrontend " 2348"Käufer und Verkäufer vorher vereinbart hatten. Das Händlerfrontend liefert "
1908"liefert dafür die vom Käufer bestellten Artikelnummern im JSON-Format an " 2349"dafür die vom Käufer bestellten Artikelnummern im JSON-Format an das Backend."
1909"das Backend."
1910 2350
1911#: merchants.html.j2:156 2351#: merchants.html.j2:156
1912msgid "" 2352#, fuzzy
1913"The backend <b>validates</b> payments received from\n" 2353#| msgid ""
1914"the wallet and <b>executes</b> them with the Taler\n" 2354#| "The backend <b>validates</b> payments received from\n"
1915"payment service provider (the exchange). For this,\n" 2355#| "the wallet and <b>executes</b> them with the Taler\n"
1916"the merchant's frontend must pass the payment\n" 2356#| "payment service provider (the exchange). For this,\n"
1917"request through to the Taler backend and check the\n" 2357#| "the merchant's frontend must pass the payment\n"
1918"HTTP status code that is returned.\n" 2358#| "request through to the Taler backend and check the\n"
1919msgstr "" 2359#| "HTTP status code that is returned.\n"
1920"Das Backend validiert die Signaturen aus den Taler-Geldbörsen und sendet " 2360msgid ""
1921"sie der Taler-Wechselstube zur Ausführung. Das Händlerfrontend muss dann " 2361"The backend <b>validates</b> payments received from the wallet and "
1922"die Zahlungsaufforderung an das Taler-Backend senden und den " 2362"<b>executes</b> them with the Taler payment service provider (the exchange). "
1923"zurückgemeldeten HTTP-Statuscode gegenprüfen." 2363"For this, the merchant's frontend must pass the payment request through to "
2364"the Taler backend and check the HTTP status code that is returned."
2365msgstr ""
2366"Das Backend validiert die Signaturen aus den Taler-Geldbörsen und sendet sie "
2367"der Taler-Wechselstube zur Ausführung. Das Händlerfrontend muss dann die "
2368"Zahlungsaufforderung an das Taler-Backend senden und den zurückgemeldeten "
2369"HTTP-Statuscode gegenprüfen."
1924 2370
1925#: merchants.html.j2:167 2371#: merchants.html.j2:167
2372#, fuzzy
2373#| msgid ""
2374#| "The backend can <b>list</b> completed transactions\n"
2375#| "and <b>map</b> wire transfers to sets of business\n"
2376#| "transactions, including the exact terms of each\n"
2377#| "contract.\n"
1926msgid "" 2378msgid ""
1927"The backend can <b>list</b> completed transactions\n" 2379"The backend can <b>list</b> completed transactions and <b>map</b> wire "
1928"and <b>map</b> wire transfers to sets of business\n" 2380"transfers to sets of business transactions, including the exact terms of "
1929"transactions, including the exact terms of each\n" 2381"each contract."
1930"contract.\n"
1931msgstr "" 2382msgstr ""
1932"Das Backend kann die erfolgreich abgewickelten Transaktionen auflisten " 2383"Das Backend kann die erfolgreich abgewickelten Transaktionen auflisten und "
1933"und die Überweisungen an Girokonten der Geschäftsbanken mit den genauen " 2384"die Überweisungen an Girokonten der Geschäftsbanken mit den genauen "
1934"Bedingungen jedes Kaufvertrags und nach Geschäftsvorfällen geordnet " 2385"Bedingungen jedes Kaufvertrags und nach Geschäftsvorfällen geordnet anzeigen."
1935"anzeigen."
1936 2386
1937#: press.html.j2:4 2387#: press.html.j2:4
1938msgid "GNU Taler in the Press" 2388msgid "GNU Taler in the Press"
@@ -1946,12 +2396,6 @@ msgstr "Das Taler-Bezahlsystem"
1946msgid "Taxable Anonymous Libre Electronic Reserves" 2396msgid "Taxable Anonymous Libre Electronic Reserves"
1947msgstr "Taxierbare Anonyme Liberale Elektronische Reserven" 2397msgstr "Taxierbare Anonyme Liberale Elektronische Reserven"
1948 2398
1949#~ msgid ""
1950#~ msgstr ""
1951
1952#~ msgid "Home"
1953#~ msgstr ""
1954
1955#~ msgid "Demo" 2399#~ msgid "Demo"
1956#~ msgstr "Demo" 2400#~ msgstr "Demo"
1957 2401
@@ -1961,102 +2405,15 @@ msgstr "Taxierbare Anonyme Liberale Elektronische Reserven"
1961#~ msgid "About&nbsp;us" 2405#~ msgid "About&nbsp;us"
1962#~ msgstr "Über&nbsp;uns" 2406#~ msgstr "Über&nbsp;uns"
1963 2407
1964#~ msgid "Stability "
1965#~ msgstr ""
1966
1967#~ msgid "News" 2408#~ msgid "News"
1968#~ msgstr "Nachrichten" 2409#~ msgstr "Nachrichten"
1969 2410
1970#~ msgid "Taler Web payments paper published."
1971#~ msgstr ""
1972
1973#~ msgid "More news »"
1974#~ msgstr ""
1975
1976#~ msgid "Taler technology: About taxability, change and privacy"
1977#~ msgstr ""
1978
1979#~ msgid "1-2017: Taler Documentation pages updated"
1980#~ msgstr ""
1981
1982#~ msgid "Operate a Taler exchange!"
1983#~ msgstr ""
1984
1985#~ msgid "Electronic payments for a liberal society!"
1986#~ msgstr ""
1987
1988#~ msgid "Anonymous"
1989#~ msgstr ""
1990
1991#~ msgid "Electronic"
1992#~ msgstr ""
1993
1994#~ msgid "Reserves"
1995#~ msgstr ""
1996
1997#~ msgid "Advantages for citizens"
1998#~ msgstr ""
1999
2000#~ msgid "Independent One-Click Payment!"
2001#~ msgstr ""
2002
2003#~ msgid "Advantages for merchants"
2004#~ msgstr ""
2005
2006#~ msgid "Advantages for governments"
2007#~ msgstr ""
2008
2009#~ msgid "Invest in GNU Taler!"
2010#~ msgstr ""
2011
2012#~ msgid "Business model"
2013#~ msgstr ""
2014
2015#~ msgid "Taler as seen by the exchange operator"
2016#~ msgstr ""
2017
2018#~ msgid "Taxable Anonymous Libre Electronic Reserves"
2019#~ msgstr ""
2020
2021#~ msgid "Independent One-Click Payments!"
2022#~ msgstr ""
2023
2024#~ msgid "<b>T</b>axable"
2025#~ msgstr ""
2026
2027#~ msgid "<b>A</b>nonymous"
2028#~ msgstr ""
2029
2030#~ msgid "<b>L</b>ibre"
2031#~ msgstr ""
2032
2033#~ msgid "<b>E</b>lectronic"
2034#~ msgstr ""
2035
2036#~ msgid "<b>R</b>eserves"
2037#~ msgstr ""
2038
2039#~ msgid "Latest Videos" 2411#~ msgid "Latest Videos"
2040#~ msgstr "Neuste Videos" 2412#~ msgstr "Neuste Videos"
2041 2413
2042#~ msgid "Florian Dold talks about Taler at 50p!"
2043#~ msgstr ""
2044
2045#~ msgid "Taler News"
2046#~ msgstr "Taler Nachrichten"
2047
2048#~ msgid "Financial News"
2049#~ msgstr "Nachrichten aus der Finanzwelt"
2050
2051#~ msgid "en"
2052#~ msgstr ""
2053
2054#~ msgid "About us" 2414#~ msgid "About us"
2055#~ msgstr "Über uns" 2415#~ msgstr "Über uns"
2056 2416
2057#~ msgid "CFO"
2058#~ msgstr ""
2059
2060#~ msgid "Developers" 2417#~ msgid "Developers"
2061#~ msgstr "Entwickler" 2418#~ msgstr "Entwickler"
2062 2419
@@ -2069,1011 +2426,8 @@ msgstr "Taxierbare Anonyme Liberale Elektronische Reserven"
2069#~ msgid "Merchants" 2426#~ msgid "Merchants"
2070#~ msgstr "Händler" 2427#~ msgstr "Händler"
2071 2428
2072#~ msgid "The GNU Taler merchant backend operator tutorial"
2073#~ msgstr ""
2074
2075#~ msgid "Wallet" 2429#~ msgid "Wallet"
2076#~ msgstr "Geldbörse" 2430#~ msgstr "Geldbörse"
2077 2431
2078#~ msgid "Taler as seen by customers"
2079#~ msgstr ""
2080
2081#~ msgid "Taler as seen by merchants"
2082#~ msgstr ""
2083
2084#~ msgid "Tax-friendly"
2085#~ msgstr ""
2086
2087#~ msgid "Open access (PSD2): Taler provides an open standard with public APIs"
2088#~ msgstr ""
2089
2090#~ msgid "Taler complies with regulation"
2091#~ msgstr ""
2092
2093#~ msgid "Open access (PSD2)"
2094#~ msgstr ""
2095
2096#~ msgid "Taler as seen by governments"
2097#~ msgstr ""
2098
2099#~ msgid "Previous"
2100#~ msgstr ""
2101
2102#~ msgid "Next"
2103#~ msgstr ""
2104
2105#~ msgid "Accept and validate deposits from merchants."
2106#~ msgstr ""
2107
2108#~ msgid "Taler as seen by the payment service operator"
2109#~ msgstr ""
2110
2111#~ msgid "Financial risk is bounded even if keys are compromised."
2112#~ msgstr ""
2113
2114#~ msgid "The mailinglist"
2115#~ msgstr ""
2116
2117#~ msgid "Security"
2118#~ msgstr ""
2119
2120#~ msgid "Privacy"
2121#~ msgstr ""
2122
2123#~ msgid "Convenience"
2124#~ msgstr ""
2125
2126#~ msgid "Stability"
2127#~ msgstr ""
2128
2129#~ msgid "Anti-money laundering (AML)"
2130#~ msgstr ""
2131
2132#~ msgid "Know-your-customer (KYC)"
2133#~ msgstr ""
2134
2135#~ msgid "Privacy-by-design (GDPR)"
2136#~ msgstr ""
2137
2138#~ msgid "Competitive banking (PSD2)"
2139#~ msgstr ""
2140
2141#~ msgid "Security-focused"
2142#~ msgstr ""
2143
2144#~ msgid "Privacy-friendly"
2145#~ msgstr ""
2146
2147#~ msgid "Free Software"
2148#~ msgstr ""
2149
2150#~ msgid "Low Fees"
2151#~ msgstr ""
2152
2153#~ msgid ""
2154#~ "\n"
2155#~ " "
2156#~ msgstr ""
2157
2158#~ msgid ""
2159#~ "\n"
2160#~ " Taler largely functions like digital cash. You\n"
2161#~ " withdraw money from your bank account into your\n"
2162#~ " electronic wallet, and can henceforth spend digital\n"
2163#~ " cash. The electronic wallet can carry multiple\n"
2164#~ " currencies.\n"
2165#~ " "
2166#~ msgstr ""
2167
2168#~ msgid ""
2169#~ "Taler uses modern cryptography, ensuring that there\n"
2170#~ " is no counterfeit. Your digital wallet is safer\n"
2171#~ " than your physical wallet. At most, you can lose\n"
2172#~ " its contents because your computer or mobile is\n"
2173#~ " irreparably damaged or compromised. Unlike a\n"
2174#~ " physical wallet, you can make backups to secure\n"
2175#~ " against data loss."
2176#~ msgstr ""
2177
2178#~ msgid ""
2179#~ "Your transactions are private, neither the payment\n"
2180#~ " service provider nor merchant needs to learn your\n"
2181#~ " identity. There is no need to give out credit card\n"
2182#~ " numbers or other sensitive information. The merchant\n"
2183#~ " will only be able to do exactly the transaction you\n"
2184#~ " agreed to."
2185#~ msgstr ""
2186
2187#~ msgid ""
2188#~ "You will be able to withdraw money to replenish the\n"
2189#~ " digital coins in your wallet using your credit card\n"
2190#~ " or wire transfers. Afterwards you can pay with\n"
2191#~ " one-click using the Taler wallet, which optionally\n"
2192#~ " keeps your transaction history on your computer."
2193#~ msgstr ""
2194
2195#~ msgid ""
2196#~ "Coins in your digital wallet will be of the same\n"
2197#~ " denomination as the cash in your physical wallet.\n"
2198#~ " Taler is not a crypto-currency, so you do not have\n"
2199#~ " to worry about cryto-currency related value\n"
2200#~ " fluctuations. Banking with Taler is subject to the\n"
2201#~ " usual government protections for financial\n"
2202#~ " services."
2203#~ msgstr ""
2204
2205#~ msgid ""
2206#~ "\n"
2207#~ " We currently provide a <a "
2208#~ "href=\"wallet.html\">wallet browser extension</a> "
2209#~ "for Chromium, Chrome, Firefox, Opera\n"
2210#~ " and Edge. Wallets for mobile"
2211#~ " phones and other platforms will be"
2212#~ " available in the future.\n"
2213#~ " "
2214#~ msgstr ""
2215
2216#~ msgid ""
2217#~ "\n"
2218#~ " You can see how Taler "
2219#~ "works in practice by visiting our "
2220#~ "<a href=\"https://demo.taler.net\">demo page</a>.\n"
2221#~ " "
2222#~ msgstr ""
2223
2224#~ msgid ""
2225#~ "Customers interact with the Taler system using\n"
2226#~ " the Taler wallet:"
2227#~ msgstr ""
2228
2229#~ msgid ""
2230#~ "To <b>withdraw</b> electronic coins, the customer\n"
2231#~ " transfers funds from his bank account to the Taler\n"
2232#~ " payment service provider (the exchange). The wire\n"
2233#~ " transfer subject must match a code identifying the\n"
2234#~ " customer's wallet. After the wire transfer is\n"
2235#~ " complete, the wallet will automatically withdraw the\n"
2236#~ " coins from the exchange."
2237#~ msgstr ""
2238
2239#~ msgid ""
2240#~ "To <b>spend</b> electronic coins, a merchant must\n"
2241#~ " cause the wallet to display a proposal for some\n"
2242#~ " purchase. The wallet will ask the customer for\n"
2243#~ " one-click confirmation. Payment is then instant.\n"
2244#~ " Transaction histories and "
2245#~ "digitally signed contracts\n"
2246#~ " can be preserved by the wallet."
2247#~ msgstr ""
2248
2249#~ msgid ""
2250#~ "The customer can use the wallet to <b>review</b> his\n"
2251#~ " balance. The wallet can contain different\n"
2252#~ " currencies, and may be shared across\n"
2253#~ " devices. Customers can make"
2254#~ " backups of the wallet to\n"
2255#~ " secure its contents against hardware failures."
2256#~ msgstr ""
2257
2258#~ msgid ""
2259#~ "\n"
2260#~ " An archived, public mailing list for GNU Taler is\n"
2261#~ " hosted at\n"
2262#~ " <a "
2263#~ "href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>."
2264#~ " You can send messages to the "
2265#~ "list\n"
2266#~ " at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
2267#~ " "
2268#~ msgstr ""
2269
2270#~ msgid ""
2271#~ "\n"
2272#~ " Team members are generally reachable at\n"
2273#~ " <tt>LASTNAME@taler.net</tt>. All of us\n"
2274#~ " support receiving GnuPG encrypted e-mails.\n"
2275#~ " "
2276#~ msgstr ""
2277
2278#~ msgid ""
2279#~ "\n"
2280#~ " We track open feature requests and bugs in our\n"
2281#~ " <a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n"
2282#~ " which is shared with the GNUnet project.\n"
2283#~ " You can also report bugs or feature requests to the\n"
2284#~ " mailing list.\n"
2285#~ " "
2286#~ msgstr ""
2287
2288#~ msgid ""
2289#~ "\n"
2290#~ " For non-technical commercial requests, please contact\n"
2291#~ " <tt>ceo AT taler.net</tt>.\n"
2292#~ " "
2293#~ msgstr ""
2294
2295#~ msgid ""
2296#~ "\n"
2297#~ " GNU Taler is free software implementing an open\n"
2298#~ " protocol. Anybody is welcome"
2299#~ " to integrate our reference\n"
2300#~ " implementation into their applications. Different\n"
2301#~ " components of Taler are being made available under\n"
2302#~ " different licenses. The Affero GPLv3+ is used for the\n"
2303#~ " exchange, the LGPLv3+ is used for reference code\n"
2304#~ " demonstrating integration with merchant platforms, and\n"
2305#~ " licenses like GPLv3+ are used for\n"
2306#~ " wallets and related customer-facing software. We are\n"
2307#~ " open for constructive suggestions for maximizing the\n"
2308#~ " adoption of this payment platform.\n"
2309#~ " "
2310#~ msgstr ""
2311
2312#~ msgid ""
2313#~ "\n"
2314#~ " Taler is designed to work on the Internet. To\n"
2315#~ " ensure that Taler payments can work with\n"
2316#~ " restrictive network setups, Taler uses a RESTful\n"
2317#~ " protocol over HTTP or HTTPS. Taler's security does\n"
2318#~ " not depend upon the use of HTTPS, but obviously\n"
2319#~ " merchants may choose to offer HTTPS for consistency\n"
2320#~ " and because it generally is better for privacy\n"
2321#~ " compared to HTTP. Taler uses JSON to encode\n"
2322#~ " structure data, making it easy to integrate Taler\n"
2323#~ " with existing Web applications. Taler's protocol\n"
2324#~ " is documented in\n"
2325#~ " detail at <a "
2326#~ "href=\"https://api.taler.net/\">api.taler.net</a>.\n"
2327#~ " "
2328#~ msgstr ""
2329
2330#~ msgid ""
2331#~ "\n"
2332#~ " Taler is currently primarily developed by a\n"
2333#~ " research team at <a "
2334#~ "href=\"http://www.inria.fr/\">Inria</a> and\n"
2335#~ " <a href=\"https://gnunet.org/\">GNUnet</a>. However,\n"
2336#~ " contributions from anyone are welcome. Our Git\n"
2337#~ " repositories can be cloned using the Git and HTTP\n"
2338#~ " access methods against <tt>git.taler.net</tt> with\n"
2339#~ " the name of the respective repository. A list of\n"
2340#~ " repositories can be found in\n"
2341#~ " our <a href=\"https://git.taler.net/\">GitWeb</a>.\n"
2342#~ " "
2343#~ msgstr ""
2344
2345#~ msgid ""
2346#~ "\n"
2347#~ " In addition to this website, the <a\n"
2348#~ " href=\"https://git.taler.net/\">documented "
2349#~ "code</a> and\n"
2350#~ " the <a href=\"https://api.taler.net/\">API\n"
2351#~ " documentation</a>. Technical papers can be found in\n"
2352#~ " our <a href=\"bibliography.html\">bibliography</a>.\n"
2353#~ " "
2354#~ msgstr ""
2355
2356#~ msgid ""
2357#~ "\n"
2358#~ " We have a mailing list for developer discussions.\n"
2359#~ " You can subscribe to or read the list archive at\n"
2360#~ " <a "
2361#~ "href=\"http://lists.gnu.org/mailman/listinfo/taler\">http://lists.gnu.org/mailman/listinfo/taler</a>."
2362#~ "\n"
2363#~ " "
2364#~ msgstr ""
2365
2366#~ msgid ""
2367#~ "\n"
2368#~ " We have <a href=\"https://buildbot.net/\">Buildbot</a>\n"
2369#~ " automation tests to detect regressions and check for\n"
2370#~ " portability at <a\n"
2371#~ " "
2372#~ "href=\"https://buildbot.taler.net/\">buildbot.taler.net</a>.\n"
2373#~ " "
2374#~ msgstr ""
2375
2376#~ msgid ""
2377#~ "\n"
2378#~ " We use\n"
2379#~ " <a "
2380#~ "href=\"http://ltp.sourceforge.net/coverage/lcov.php\">LCOV</a>\n"
2381#~ " to analyze the code coverage of our tests, the\n"
2382#~ " results are available\n"
2383#~ " at <a "
2384#~ "href=\"https://lcov.taler.net/\">lcov.taler.net</a>.\n"
2385#~ " "
2386#~ msgstr ""
2387
2388#~ msgid ""
2389#~ "\n"
2390#~ " We\n"
2391#~ " use <a href=\"https://gnunet.org/gauger\">Gauger</a>\n"
2392#~ " for performance regression analysis of the exchange\n"
2393#~ " backend\n"
2394#~ " at <a "
2395#~ "href=\"https://gauger.taler.net/\">gauger.taler.net</a>.\n"
2396#~ " "
2397#~ msgstr ""
2398
2399#~ msgid ""
2400#~ "\n"
2401#~ " The Taler system consists of protocols executed among\n"
2402#~ " a number of actors as "
2403#~ "illustrated in the illustration on the"
2404#~ " right.\n"
2405#~ " Typical transactions involve the following steps:\n"
2406#~ " "
2407#~ msgstr ""
2408
2409#~ msgid ""
2410#~ "\n"
2411#~ " A customer instructs his <b>bank</b> to\n"
2412#~ " transfer funds from his account to the Taler\n"
2413#~ " exchange (top left). In the subject of the\n"
2414#~ " transaction, he includes an authentication\n"
2415#~ " token from his electronic <b>wallet</b>. In\n"
2416#~ " Taler terminology, the customer creates a\n"
2417#~ " reserve at the exchange.\n"
2418#~ " "
2419#~ msgstr ""
2420
2421#~ msgid ""
2422#~ "\n"
2423#~ " Once the exchange has received the wire\n"
2424#~ " transfer, it allows the customer's electronic\n"
2425#~ " wallet to <b>withdraw</b> electronic coins.\n"
2426#~ " The electronic coins are digital\n"
2427#~ " representations of the original currency from\n"
2428#~ " the transfer. It is important to note that the\n"
2429#~ " exchange does not learn the &quot;serial\n"
2430#~ " numbers&quot; of the coins created in this\n"
2431#~ " process, so it cannot tell later which customer\n"
2432#~ " purchased what at which merchant. The use of\n"
2433#~ " Taler does not change the currency or the total\n"
2434#~ " value of the funds (except for fees which the\n"
2435#~ " exchange may charge for the service).\n"
2436#~ " "
2437#~ msgstr ""
2438
2439#~ msgid ""
2440#~ "\n"
2441#~ " Once the customer has the digital coins in his\n"
2442#~ " wallet, the wallet can be used to <b>spend</b>\n"
2443#~ " the coins with merchant portals that support\n"
2444#~ " the Taler payment system and accept the\n"
2445#~ " respective exchange as a business partner\n"
2446#~ " (bottom arrow). This creates a digital contract\n"
2447#~ " signed by the customer's coins and the\n"
2448#~ " merchant. If necessary, the customer can later\n"
2449#~ " use this digitally signed contract in a court\n"
2450#~ " of law to prove the exact terms of the contract\n"
2451#~ " and that he paid the respective amount. The\n"
2452#~ " customer does not learn the banking details of\n"
2453#~ " the merchant, and Taler does not require the\n"
2454#~ " merchant to learn the identity of the\n"
2455#~ " customer. Naturally, the customer can spend any\n"
2456#~ " fraction of his digital coins (the system takes\n"
2457#~ " care of customers getting change).\n"
2458#~ " "
2459#~ msgstr ""
2460
2461#~ msgid ""
2462#~ "\n"
2463#~ " Merchants receiving digital\n"
2464#~ " coins <b>deposit</b> the respective claims\n"
2465#~ " that resulted from the contract signing with\n"
2466#~ " the customer at the exchange to redeem the\n"
2467#~ " coins. The deposit step does not reveal the\n"
2468#~ " details of the contract between the customer\n"
2469#~ " and the merchant or the identity of the\n"
2470#~ " customer to the exchange in any way. However,\n"
2471#~ " the exchange does learn the identity of the\n"
2472#~ " merchant via the provided bank routing\n"
2473#~ " information. The merchant can, for example\n"
2474#~ " when compelled by the state for taxation,\n"
2475#~ " provide information linking the individual\n"
2476#~ " deposit to the respective contract signed by\n"
2477#~ " the customer. Thus, the exchange's database\n"
2478#~ " allows the state to enforce that merchants pay\n"
2479#~ " applicable taxes (and do not engage in illegal\n"
2480#~ " contracts).\n"
2481#~ " "
2482#~ msgstr ""
2483
2484#~ msgid ""
2485#~ "\n"
2486#~ " Finally, the exchange transfers funds\n"
2487#~ " corresponding to the digital coins redeemed by\n"
2488#~ " the merchants to the merchant's <b>bank</b>\n"
2489#~ " account. The exchange may combine multiple\n"
2490#~ " small transactions into one larger bank\n"
2491#~ " transfer. The merchant can query the exchange\n"
2492#~ " about the relationship between the bank\n"
2493#~ " transfers and the individual claims that were\n"
2494#~ " deposited.\n"
2495#~ " "
2496#~ msgstr ""
2497
2498#~ msgid ""
2499#~ "\n"
2500#~ " Most importantly, the exchange keeps\n"
2501#~ " cryptographic proofs that allow it to\n"
2502#~ " demonstrate that it is operating correctly to\n"
2503#~ " third parties. The system requires an\n"
2504#~ " external <b>auditor</b>, such as a\n"
2505#~ " government-appointed financial regulatory body,\n"
2506#~ " to frequently verify the exchange's databases\n"
2507#~ " and check that its bank balance matches the\n"
2508#~ " total value of the remaining coins in\n"
2509#~ " circulation.\n"
2510#~ " "
2511#~ msgstr ""
2512
2513#~ msgid ""
2514#~ "\n"
2515#~ " Without the auditor, the exchange operators\n"
2516#~ " could embezzle funds they are holding in\n"
2517#~ " reserve. Customers and merchants cannot cheat\n"
2518#~ " each other or the exchange. If any party's\n"
2519#~ " computers are compromised, the financial damage\n"
2520#~ " is limited to the respective party and\n"
2521#~ " proportional to the funds they have in\n"
2522#~ " circulation during the period of the\n"
2523#~ " compromise.\n"
2524#~ " "
2525#~ msgstr ""
2526
2527#~ msgid ""
2528#~ "\n"
2529#~ "<p>Taler does not use any Blockchain technology or Bitcoin directly.\n"
2530#~ "Taler is not based on proof-of-"
2531#~ "work or any other distributed consensus"
2532#~ "\n"
2533#~ "mechanism. Instead Taler is based on blind signatures.</p>\n"
2534#~ msgstr ""
2535
2536#~ msgid ""
2537#~ "\n"
2538#~ "<p>It would be possible, however, to withdraw coins denominated in\n"
2539#~ "Bitcoin into a Taler wallet (with an appropriate exchange), which\n"
2540#~ "would give some benefits over plain Bitcoin, such as instant\n"
2541#~ "confirmation times.</p>\n"
2542#~ msgstr ""
2543
2544#~ msgid ""
2545#~ "\n"
2546#~ "<p>Your wallet stores digital coins and thus ultimately your computer\n"
2547#~ "holds your balance. The exchange keeps funds matching all unspent\n"
2548#~ "coins in an escrow bank account.</p>\n"
2549#~ msgstr ""
2550
2551#~ msgid ""
2552#~ "\n"
2553#~ "<p>Since the digital coins of value "
2554#~ "in your wallet are anonymized, the\n"
2555#~ ""
2556#~ "exchange can not assist you in recovering a lost or stolen wallet.\n"
2557#~ "Just like with a physical wallet for cash, you are responsible for\n"
2558#~ "keeping it safe.</p>\n"
2559#~ msgstr ""
2560
2561#~ msgid ""
2562#~ "\n"
2563#~ "<p>The risk of losing a wallet can be mitigated by making backups or\n"
2564#~ "keeping the balance reasonably low.</p>\n"
2565#~ msgstr ""
2566
2567#~ msgid ""
2568#~ "\n"
2569#~ "<p>In case of a compromise of one of your devices, an attacker can\n"
2570#~ "spend coins from your wallet. Checking your balance might reveal\n"
2571#~ "to you that your device has been compromised.</p>\n"
2572#~ msgstr ""
2573
2574#~ msgid ""
2575#~ "\n"
2576#~ "<p>If your friend provides goods or "
2577#~ "services for you in exchange for a"
2578#~ "\n"
2579#~ "payment, they can easily set up a Taler merchant and receive the\n"
2580#~ "payment in their bank account.</p>\n"
2581#~ msgstr ""
2582
2583#~ msgid ""
2584#~ "\n"
2585#~ "<p>Future versions of the Taler wallet may allow exchanging coins\n"
2586#~ "among friends directly as well.</p>\n"
2587#~ msgstr ""
2588
2589#~ msgid ""
2590#~ "\n"
2591#~ "<p>Taler wallets can store digital coins corresponding to multiple\n"
2592#~ "different currencies such as the Euro, US Dollars or Bitcoins.</p>\n"
2593#~ msgstr ""
2594
2595#~ msgid ""
2596#~ "\n"
2597#~ "<p>Taler currently does not offer conversion between currencies.</p>\n"
2598#~ msgstr ""
2599
2600#~ msgid ""
2601#~ "\n"
2602#~ "\n"
2603#~ "<p>Your wallet stores digital coins that are <a\n"
2604#~ "href=\"https://en.wikipedia.org/wiki/Blind_signature\">blindly\n"
2605#~ "signed</a> by an exchange. The use "
2606#~ "of a blind signature protects your\n"
2607#~ ""
2608#~ "privacy as it prevents the exchange from knowing which coin it signed\n"
2609#~ "for which customer.</p>\n"
2610#~ "\n"
2611#~ msgstr ""
2612
2613#~ msgid ""
2614#~ "\n"
2615#~ " Taler provides accountability to ensure business operate\n"
2616#~ " legally, while also respecting civil liberties of\n"
2617#~ " citizens. Taler is a payment system based on\n"
2618#~ " open standards and free software. Taler needs\n"
2619#~ " governments as they set a financial framework and act as\n"
2620#~ " trusted regulators. Taler contributes to digital\n"
2621#~ " sovereignty in the critical financial infrastructure.\n"
2622#~ " "
2623#~ msgstr ""
2624
2625#~ msgid ""
2626#~ "\n"
2627#~ " Taler was built with the goal of fighting corruption and\n"
2628#~ " supporting taxation. With Taler, the receiver of any\n"
2629#~ " form of payment is easily identified by the government,\n"
2630#~ " and the merchant can be "
2631#~ "compelled to provide the contract\n"
2632#~ " that was accepted by the customer. Governments can use\n"
2633#~ " this data to tax businesses and individuals based on\n"
2634#~ " their income, making tax evasion and black markets less\n"
2635#~ " viable.\n"
2636#~ " "
2637#~ msgstr ""
2638
2639#~ msgid ""
2640#~ "\n"
2641#~ " Thus, despite offering anonymity for citizens spending\n"
2642#~ " digital cash to buy goods and services, Taler also\n"
2643#~ " ensures that the state can observe incoming funds. This\n"
2644#~ " can be used to ensure businesses engage only in legal\n"
2645#~ " activities, and do not evade income tax, sales tax or\n"
2646#~ " value-added tax. However, this observational capability\n"
2647#~ " does not extend to the immediate personal domain. In\n"
2648#~ " particular, monitoring does not cover shared access to\n"
2649#~ " funds with trusted friends and family, or synchronizing\n"
2650#~ " wallets across multiple devices.\n"
2651#~ " "
2652#~ msgstr ""
2653
2654#~ msgid ""
2655#~ "\n"
2656#~ " Taler's payments are cryptographically secured. Thus,\n"
2657#~ " customers, merchants and the "
2658#~ "Taler payment service provider\n"
2659#~ " (the exchange) can mathematically\n"
2660#~ " demonstrate their lawful behavior in court in case of\n"
2661#~ " disputes. Financial damages are strictly limited,\n"
2662#~ " improving economic security for individuals, merchants,\n"
2663#~ " the exchange and the state.\n"
2664#~ " "
2665#~ msgstr ""
2666
2667#~ msgid ""
2668#~ "\n"
2669#~ " As a payment service provider, the Taler exchange is\n"
2670#~ " subject to financial regulation."
2671#~ " Financial regulation and\n"
2672#~ " regular audits are critical to establish trust. In\n"
2673#~ " particular, the Taler design "
2674#~ "mandates the existence of an\n"
2675#~ " independent auditor who checks cryptographic proofs that\n"
2676#~ " accumulate at the exchange to ensure that the escrow\n"
2677#~ " account is managed honestly. This ensures that the\n"
2678#~ " exchange does not threaten the economy due to fraud.\n"
2679#~ " "
2680#~ msgstr ""
2681
2682#~ msgid ""
2683#~ "\n"
2684#~ " Taler is free software implementing an open protocol\n"
2685#~ " standard. Thus, Taler will enable competition and avoid\n"
2686#~ " the monopolization of payment systems that threatens\n"
2687#~ " global political and financial stability today.\n"
2688#~ " "
2689#~ msgstr ""
2690
2691#~ msgid ""
2692#~ "\n"
2693#~ " Taler has an efficient design. Unlike\n"
2694#~ " Blockchain-based payment systems, such as Bitcoin,\n"
2695#~ " Taler will not threaten the availability of\n"
2696#~ " national electric grids or (significantly)\n"
2697#~ " contribute to environmental pollution.\n"
2698#~ " "
2699#~ msgstr ""
2700
2701#~ msgid ""
2702#~ "\n"
2703#~ " Taler assumes governments can "
2704#~ "observe traditional wire transfers\n"
2705#~ " entering and leaving the "
2706#~ "Taler payment system. Starting with the"
2707#~ "\n"
2708#~ " wire transfers, governments can obtain:\n"
2709#~ " "
2710#~ msgstr ""
2711
2712#~ msgid ""
2713#~ "\n"
2714#~ " The total amount of digital currency withdrawn by a\n"
2715#~ " customer. The government can"
2716#~ " impose limits on how much\n"
2717#~ " digital cash a customer can withdraw within a\n"
2718#~ " given time frame.\n"
2719#~ " "
2720#~ msgstr ""
2721
2722#~ msgid ""
2723#~ "\n"
2724#~ " The income received by any merchant via the Taler\n"
2725#~ " system.\n"
2726#~ " "
2727#~ msgstr ""
2728
2729#~ msgid ""
2730#~ "\n"
2731#~ "\n"
2732#~ " The exact details of the underlying contract that was\n"
2733#~ " signed between customer and merchant. However, this\n"
2734#~ " information would typically not include the identity\n"
2735#~ " of the customer.\n"
2736#~ " "
2737#~ msgstr ""
2738
2739#~ msgid ""
2740#~ "\n"
2741#~ " The amounts of digital coins legitimately withdrawn\n"
2742#~ " by customers from the exchange, the value of\n"
2743#~ " non-redeemed digital coins"
2744#~ " in customer's wallets, the\n"
2745#~ " value and corresponding wire details of deposit\n"
2746#~ " operations performed by merchants with the exchange,\n"
2747#~ " and the income of the"
2748#~ " exchange from transaction fees.\n"
2749#~ " "
2750#~ msgstr ""
2751
2752#~ msgid ""
2753#~ "\n"
2754#~ " GNU Taler is an electronic payment system under development at\n"
2755#~ " <a href=\"http://www.inria.fr/\">Inria</a>. "
2756#~ "We expect to make it\n"
2757#~ " operational in 2017. You can "
2758#~ "learn about Taler on this website,\n"
2759#~ ""
2760#~ " try the <a href=\"https://demo.taler.net\">demo</a> and look at\n"
2761#~ " our <a href=\"https://docs.taler.net\">developer</a> and <a\n"
2762#~ " href=\"https://api.taler.net\">API</a> documentation.\n"
2763#~ " "
2764#~ msgstr ""
2765
2766#~ msgid ""
2767#~ "\n"
2768#~ " Taler is easy to integrate with existing Web\n"
2769#~ " applications. Payments are cryptographically\n"
2770#~ " secured and are confirmed within milliseconds with\n"
2771#~ " extremely low transaction costs.\n"
2772#~ " "
2773#~ msgstr ""
2774
2775#~ msgid ""
2776#~ "\n"
2777#~ " Taler does not introduce a new currency. Taler\n"
2778#~ " uses a digital wallet storing coins and payment service\n"
2779#~ " providers with escrow accounts in existing currencies.\n"
2780#~ " Thus, Taler's cryptographic coins correspond to existing\n"
2781#~ " currencies, such as US Dollars, Euros or even Bitcoins.\n"
2782#~ " "
2783#~ msgstr ""
2784
2785#~ msgid ""
2786#~ "\n"
2787#~ " By design Taler does not suffer from many classes\n"
2788#~ " of security problems such as phishing or counterfeit.\n"
2789#~ " Despite its security features, "
2790#~ "Taler never rejects a legitimate\n"
2791#~ " customer due to a fraud-detection false positive.\n"
2792#~ " "
2793#~ msgstr ""
2794
2795#~ msgid ""
2796#~ "\n"
2797#~ " When using Taler, merchant's revenue is transparent for tax\n"
2798#~ " collection authorities. Unlike cash"
2799#~ " and most digital currencies,\n"
2800#~ " Taler helps prevent black markets. Taler is not suitable for\n"
2801#~ " illegal activities.\n"
2802#~ " "
2803#~ msgstr ""
2804
2805#~ msgid ""
2806#~ "\n"
2807#~ " When you pay with Taler, your identity does not\n"
2808#~ " have to be revealed to the merchant. Just like\n"
2809#~ " payments in cash, nobody else can track how you\n"
2810#~ " spent your electronic money. However, you obtain a\n"
2811#~ " legally valid proof of payment.\n"
2812#~ " "
2813#~ msgstr ""
2814
2815#~ msgid ""
2816#~ "\n"
2817#~ " Taler provides protocols and "
2818#~ "reference implementations that in\n"
2819#~ " principle enables anybody to run"
2820#~ " their own payment infrastructure,\n"
2821#~ " be it individuals, organizations "
2822#~ "or whole countries. Since the\n"
2823#~ " reference implementation is a <a"
2824#~ " href=\"http://www.gnu.org/\">GNU</a>\n"
2825#~ " package, it will always remain free software.\n"
2826#~ " "
2827#~ msgstr ""
2828
2829#~ msgid ""
2830#~ "\n"
2831#~ " <p>To pay with Taler, customers install an electronic wallet\n"
2832#~ " on their device. Before the "
2833#~ "first payment, the wallet's balance must"
2834#~ "\n"
2835#~ " be charged in the desired "
2836#~ "currency by some other means of "
2837#~ "payment.</p>\n"
2838#~ " <p>Once the wallet is charged, "
2839#~ "payments on websites take only one "
2840#~ "click,\n"
2841#~ " are never falsely rejected by "
2842#~ "fraud detection and do not pose "
2843#~ "any risk\n"
2844#~ " of phishing or identity theft.</p>\n"
2845#~ " "
2846#~ msgstr ""
2847
2848#~ msgid ""
2849#~ "\n"
2850#~ " <p>To receive Taler payments, a merchant needs a bank account\n"
2851#~ " in the desired currency. We provide supporting software\n"
2852#~ " in various programming languages to"
2853#~ " make the integration painless.\n"
2854#~ " The merchant's backend for Taler transaction processing can run\n"
2855#~ " on the merchant's premises or be hosted by a third party.</p>\n"
2856#~ " "
2857#~ msgstr ""
2858
2859#~ msgid ""
2860#~ "\n"
2861#~ " We have created a company, Taler Systems SA in\n"
2862#~ " Luxembourg.<br>\n"
2863#~ " Please contact <tt>invest@taler.net</tt>\n"
2864#~ " if you want to invest in Taler.\n"
2865#~ " "
2866#~ msgstr ""
2867
2868#~ msgid ""
2869#~ "\n"
2870#~ " Our <a href=\"about.html\">team</a> "
2871#~ "combines world-class business leaders,\n"
2872#~ " cryptographers, software engineers, civil-rights\n"
2873#~ " activists and academics. We are unified by a vision\n"
2874#~ " of how payments should work and the goal of\n"
2875#~ " imposing this vision upon the world.\n"
2876#~ " "
2877#~ msgstr ""
2878
2879#~ msgid ""
2880#~ "\n"
2881#~ " We are currently supported "
2882#~ "by <a href=\"http://www.inria.fr/\">Inria</a>, the"
2883#~ " French\n"
2884#~ " national institute for research in informatics and\n"
2885#~ " automation, and the <a "
2886#~ "href=\"https://renewablefreedom.org/\">Renewable Freedom "
2887#~ "Foundation</a>.\n"
2888#~ " "
2889#~ msgstr ""
2890
2891#~ msgid ""
2892#~ "\n"
2893#~ " All transactions in Taler "
2894#~ "are secured using <a "
2895#~ "href=\"bibliography.html\">modern\n"
2896#~ " cryptography</a> and trust in all parties is\n"
2897#~ " minimized. Financial damage is bounded (for\n"
2898#~ " customers, merchants and the exchange) even in the\n"
2899#~ " case that systems are compromised and private keys\n"
2900#~ " are stolen. Databases can be audited for\n"
2901#~ " consistency, resulting in either the detection of\n"
2902#~ " compromised systems or the demonstration that\n"
2903#~ " participants were honest. Actual transaction costs\n"
2904#~ " are fractions of a cent.\n"
2905#~ " "
2906#~ msgstr ""
2907
2908#~ msgid ""
2909#~ "\n"
2910#~ " The scalable business model for Taler is the operation\n"
2911#~ " of the payment service "
2912#~ "provider, which converts money from\n"
2913#~ " traditional payment systems (MasterCard, SEPA, UPI,\n"
2914#~ " Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n"
2915#~ " electronic coins in the same currency. The customer\n"
2916#~ " can then redeem the electronic coins at a merchant,\n"
2917#~ " who can exchange them for money represented using\n"
2918#~ " traditional payment systems at the exchange. The\n"
2919#~ " exchange charges fees to facilitate the transactions.\n"
2920#~ " "
2921#~ msgstr ""
2922
2923#~ msgid ""
2924#~ "\n"
2925#~ " The payment service operator runs the <em>Taler exchange</em>.\n"
2926#~ " The exchange charges <b>transaction "
2927#~ "fees</b> to customers or merchants.\n"
2928#~ " Its operational expenses are from"
2929#~ " wire transfers with the banking\n"
2930#~ " system and the operation of the computing infrastructure.\n"
2931#~ " "
2932#~ msgstr ""
2933
2934#~ msgid ""
2935#~ "\n"
2936#~ " Taler is a cost-effective electronic payment system\n"
2937#~ " which provides you with cryptographic proof that\n"
2938#~ " the payment worked correctly within milliseconds.\n"
2939#~ " Your Web customers pay with previously unknown\n"
2940#~ " levels of convenience without risk of fraud.\n"
2941#~ " "
2942#~ msgstr ""
2943
2944#~ msgid ""
2945#~ "\n"
2946#~ " Processing transactions with Taler is fast,\n"
2947#~ " allowing you to confirm the transaction with your\n"
2948#~ " customer virtually immediately. Your customers\n"
2949#~ " will appreciate that they do not have to type in\n"
2950#~ " credit card information and play the &quot;verified\n"
2951#~ " by&quot; game. By making payments significantly\n"
2952#~ " more convenient for your customers, you may be able\n"
2953#~ " to use Taler for small transactions that would not\n"
2954#~ " work with credit card payments due to the mental\n"
2955#~ " overhead for customers.\n"
2956#~ " "
2957#~ msgstr ""
2958
2959#~ msgid ""
2960#~ "\n"
2961#~ " You will have cryptographic proof of payment from the\n"
2962#~ " Taler payment service provider. With Taler you never\n"
2963#~ " handle sensitive customer account information and thus\n"
2964#~ " do not have to undergo any particular security audits\n"
2965#~ " (such as PCI DSS). Your systems will have customer\n"
2966#~ " contracts with qualified signatures for all\n"
2967#~ " transactions which you can use in court in case of\n"
2968#~ " disputes.\n"
2969#~ " "
2970#~ msgstr ""
2971
2972#~ msgid ""
2973#~ "\n"
2974#~ " Taler is free software, and you can use the\n"
2975#~ " liberally-licensed reference code as a starting\n"
2976#~ " point to integrate Taler into your services. To use\n"
2977#~ " Taler, you do not need to pay license fees, and the\n"
2978#~ " free software development model will ensure that\n"
2979#~ " you can select from many competing integrators for\n"
2980#~ " support.\n"
2981#~ " "
2982#~ msgstr ""
2983
2984#~ msgid ""
2985#~ "\n"
2986#~ " Taler is uses efficient "
2987#~ "cryptographic constructions with low\n"
2988#~ " bandwidth and storage "
2989#~ "requirements. Combined with Taler's strong"
2990#~ "\n"
2991#~ " security which makes fraud "
2992#~ "impossible, Taler payment service\n"
2993#~ " providers can operate with very low overhead and\n"
2994#~ " thus offer low transaction fees.\n"
2995#~ " "
2996#~ msgstr ""
2997
2998#~ msgid ""
2999#~ "\n"
3000#~ " Taler can be used for different currencies (such as\n"
3001#~ " Euros, US Dollars or Bitcoins) and any amount, limited\n"
3002#~ " only by applicable regulatation and what denominations\n"
3003#~ " the payment service provider supports.\n"
3004#~ " "
3005#~ msgstr ""
3006
3007#~ msgid ""
3008#~ "\n"
3009#~ " Taler prevents tax evasion and money laundering.\n"
3010#~ " Taler's protocols are efficient"
3011#~ " and do not use wasteful\n"
3012#~ " proof-of-work calculations. Taler encourages\n"
3013#~ " transparency by providing an open standard and free\n"
3014#~ " software reference implementations.\n"
3015#~ " "
3016#~ msgstr ""
3017
3018#~ msgid ""
3019#~ "\n"
3020#~ " The backend <b>signs</b> and <b>stores</b> the\n"
3021#~ " complete terms of offers "
3022#~ "made by the merchant to customers.\n"
3023#~ ""
3024#~ " For this, the merchant's frontend needs to give the\n"
3025#~ " customer's order in a JSON format to the backend.\n"
3026#~ " "
3027#~ msgstr ""
3028
3029#~ msgid ""
3030#~ "\n"
3031#~ " The backend <b>validates</b> payments received from\n"
3032#~ " the wallet and <b>executes</b> them with the Taler\n"
3033#~ " payment service provider (the exchange). For this,\n"
3034#~ " the merchant's frontend must pass the payment\n"
3035#~ " request through to the Taler backend and check the\n"
3036#~ " HTTP status code that is returned.\n"
3037#~ " "
3038#~ msgstr ""
3039
3040#~ msgid ""
3041#~ "\n"
3042#~ " The backend can <b>list</b> completed transactions\n"
3043#~ " and <b>map</b> wire transfers to sets of business\n"
3044#~ " transactions, including the exact terms of each\n"
3045#~ " contract.\n"
3046#~ " "
3047#~ msgstr ""
3048
3049#~ msgid ""
3050#~ "By design Taler does not suffer from many classes\n"
3051#~ "of security problems such as phishing or counterfeit.\n"
3052#~ "Despite its security features, Taler never rejects a legitimate\n"
3053#~ "customer due to a fraud-detection false positive.\n"
3054#~ msgstr ""
3055#~ "Schon vom Konzept her verhindert Taler"
3056#~ " Falschgeld oder Sicherheitslücken wie "
3057#~ "Phishing und wird gleichzeitig jedoch "
3058#~ "niemals Käufern betrügerische Absichten "
3059#~ "unterstellen können."
3060
3061#~ msgid ""
3062#~ "When you pay with Taler, your identity does not\n"
3063#~ "have to be revealed to the merchant. Just like\n"
3064#~ "payments in cash, nobody else can track how you\n"
3065#~ "spent your electronic money. However, you obtain a\n"
3066#~ "legally valid proof of payment.\n"
3067#~ msgstr ""
3068#~ "Taler hält die Identität der Käufer "
3069#~ "geheim, auch gegenüber den Verkäufern. "
3070#~ "Genauso wie beim Kauf mit Bargeld "
3071#~ "kann niemand Auskunft darüber erlangen, "
3072#~ "was mit dem Taler-Bezahlsystem gekauft"
3073#~ " wurde. Die Käufer erhalten jedoch "
3074#~ "garantiert einen Nachweis über ihre "
3075#~ "Zahlung und den erfolgten Eigentumsübergang."
3076
3077#~ msgid "Citizens" 2432#~ msgid "Citizens"
3078#~ msgstr "Bürger" 2433#~ msgstr "Bürger"
3079
diff --git a/locale/en/LC_MESSAGES/messages.po b/locale/en/LC_MESSAGES/messages.po
index 8e3d522d..2ed8c798 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -1,17 +1,16 @@
1
2msgid "" 1msgid ""
3msgstr "" 2msgstr ""
4"Project-Id-Version: PROJECT VERSION\n" 3"Project-Id-Version: PROJECT VERSION\n"
5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 4"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
6"POT-Creation-Date: 2017-05-23 10:32+0200\n" 5"POT-Creation-Date: 2017-06-05 16:54+0200\n"
7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 6"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 7"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9"Language: en\n"
10"Language-Team: en <LL@li.org>\n" 8"Language-Team: en <LL@li.org>\n"
11"Plural-Forms: nplurals=2; plural=(n!=1)\n" 9"Language: en\n"
12"MIME-Version: 1.0\n" 10"MIME-Version: 1.0\n"
13"Content-Type: text/plain; charset=utf-8\n" 11"Content-Type: text/plain; charset=UTF-8\n"
14"Content-Transfer-Encoding: 8bit\n" 12"Content-Transfer-Encoding: 8bit\n"
13"Plural-Forms: nplurals=2; plural=(n!=1)\n"
15"Generated-By: Babel 2.3.4\n" 14"Generated-By: Babel 2.3.4\n"
16 15
17#: about.html.j2:8 16#: about.html.j2:8
@@ -22,8 +21,8 @@ msgstr ""
22 21
23#: about.html.j2:13 22#: about.html.j2:13
24msgid "" 23msgid ""
25"Entrepreneur, Investor, Fortune 100 CIO, IT company director in different" 24"Entrepreneur, Investor, Fortune 100 CIO, IT company director in different "
26" industries, …." 25"industries, …."
27msgstr "" 26msgstr ""
28 27
29#: about.html.j2:20 28#: about.html.j2:20
@@ -109,11 +108,9 @@ msgstr ""
109 108
110#: citizens.html.j2:9 109#: citizens.html.j2:9
111msgid "" 110msgid ""
112"Taler largely functions like digital cash. You\n" 111"Taler largely functions like digital cash. You withdraw money from your bank "
113"withdraw money from your bank account into your\n" 112"account into your electronic wallet, and can henceforth spend digital cash. "
114"electronic wallet, and can henceforth spend digital\n" 113"The electronic wallet can carry multiple currencies."
115"cash. The electronic wallet can carry multiple\n"
116"currencies.\n"
117msgstr "" 114msgstr ""
118 115
119#: citizens.html.j2:25 governments.html.j2:58 index.html.j2:56 116#: citizens.html.j2:25 governments.html.j2:58 index.html.j2:56
@@ -123,12 +120,10 @@ msgstr ""
123 120
124#: citizens.html.j2:27 121#: citizens.html.j2:27
125msgid "" 122msgid ""
126"Taler uses modern cryptography, ensuring that there\n" 123"Taler uses modern cryptography, ensuring that there is no counterfeit. Your "
127"is no counterfeit. Your digital wallet is safer\n" 124"digital wallet is safer than your physical wallet. At most, you can lose its "
128"than your physical wallet. At most, you can lose\n" 125"contents because your computer or mobile is irreparably damaged or "
129"its contents because your computer or mobile is\n" 126"compromised. Unlike a physical wallet, you can make backups to secure "
130"irreparably damaged or compromised. Unlike a\n"
131"physical wallet, you can make backups to secure\n"
132"against data loss." 127"against data loss."
133msgstr "" 128msgstr ""
134 129
@@ -138,12 +133,10 @@ msgstr ""
138 133
139#: citizens.html.j2:39 134#: citizens.html.j2:39
140msgid "" 135msgid ""
141"Your transactions are private, neither the payment\n" 136"Your transactions are private, neither the payment service provider nor "
142"service provider nor merchant needs to learn your\n" 137"merchant needs to learn your identity. There is no need to give out credit "
143"identity. There is no need to give out credit card\n" 138"card numbers or other sensitive information. The merchant will only be able "
144"numbers or other sensitive information. The merchant\n" 139"to do exactly the transaction you agreed to."
145"will only be able to do exactly the transaction you\n"
146"agreed to."
147msgstr "" 140msgstr ""
148 141
149#: citizens.html.j2:50 142#: citizens.html.j2:50
@@ -152,11 +145,10 @@ msgstr ""
152 145
153#: citizens.html.j2:52 146#: citizens.html.j2:52
154msgid "" 147msgid ""
155"You will be able to withdraw money to replenish the\n" 148"You will be able to withdraw money to replenish the digital coins in your "
156"digital coins in your wallet using your credit card\n" 149"wallet using your credit card or wire transfers. Afterwards you can pay with "
157"or wire transfers. Afterwards you can pay with\n" 150"one-click using the Taler wallet, which optionally keeps your transaction "
158"one-click using the Taler wallet, which optionally\n" 151"history on your computer."
159"keeps your transaction history on your computer."
160msgstr "" 152msgstr ""
161 153
162#: citizens.html.j2:61 index.html.j2:42 154#: citizens.html.j2:61 index.html.j2:42
@@ -165,13 +157,10 @@ msgstr ""
165 157
166#: citizens.html.j2:63 158#: citizens.html.j2:63
167msgid "" 159msgid ""
168"Coins in your digital wallet will be of the same\n" 160"Coins in your digital wallet will be of the same denomination as the cash in "
169"denomination as the cash in your physical wallet.\n" 161"your physical wallet. Taler is not a crypto-currency, so you do not have to "
170"Taler is not a crypto-currency, so you do not have\n" 162"worry about cryto-currency related value fluctuations. Banking with Taler is "
171"to worry about cryto-currency related value\n" 163"subject to the usual government protections for financial services."
172"fluctuations. Banking with Taler is subject to the\n"
173"usual government protections for financial\n"
174"services."
175msgstr "" 164msgstr ""
176 165
177#: citizens.html.j2:79 166#: citizens.html.j2:79
@@ -180,10 +169,9 @@ msgstr ""
180 169
181#: citizens.html.j2:81 170#: citizens.html.j2:81
182msgid "" 171msgid ""
183"We currently provide a <a href=\"wallet.html\">wallet browser " 172"We currently provide a <a href=\"wallet.html\">wallet browser extension</a> "
184"extension</a> for Chromium, Chrome, Firefox, Opera\n" 173"for Chromium, Chrome, Firefox, Opera and Edge. Wallets for mobile phones and "
185"and Edge. Wallets for mobile phones and other platforms will be " 174"other platforms will be available in the future."
186"available in the future.\n"
187msgstr "" 175msgstr ""
188 176
189#: citizens.html.j2:88 177#: citizens.html.j2:88
@@ -192,8 +180,8 @@ msgstr ""
192 180
193#: citizens.html.j2:90 181#: citizens.html.j2:90
194msgid "" 182msgid ""
195"You can see how Taler works in practice by visiting our <a " 183"You can see how Taler works in practice by visiting our <a href=\"https://"
196"href=\"https://demo.taler.net\">demo page</a>.\n" 184"demo.taler.net\">demo page</a>."
197msgstr "" 185msgstr ""
198 186
199#: citizens.html.j2:103 187#: citizens.html.j2:103
@@ -201,39 +189,32 @@ msgid "The Taler Wallet for customers"
201msgstr "" 189msgstr ""
202 190
203#: citizens.html.j2:105 191#: citizens.html.j2:105
204msgid "" 192msgid "Customers interact with the Taler system using the Taler wallet:"
205"Customers interact with the Taler system using\n"
206"the Taler wallet:"
207msgstr "" 193msgstr ""
208 194
209#: citizens.html.j2:110 195#: citizens.html.j2:110
210msgid "" 196msgid ""
211"To <b>withdraw</b> electronic coins, the customer\n" 197"To <b>withdraw</b> electronic coins, the customer transfers funds from his "
212"transfers funds from his bank account to the Taler\n" 198"bank account to the Taler payment service provider (the exchange). The wire "
213"payment service provider (the exchange). The wire\n" 199"transfer subject must match a code identifying the customer's wallet. After "
214"transfer subject must match a code identifying the\n" 200"the wire transfer is complete, the wallet will automatically withdraw the "
215"customer's wallet. After the wire transfer is\n"
216"complete, the wallet will automatically withdraw the\n"
217"coins from the exchange." 201"coins from the exchange."
218msgstr "" 202msgstr ""
219 203
220#: citizens.html.j2:118 204#: citizens.html.j2:118
221msgid "" 205msgid ""
222"To <b>spend</b> electronic coins, a merchant must\n" 206"To <b>spend</b> electronic coins, a merchant must cause the wallet to "
223"cause the wallet to display a proposal for some\n" 207"display a proposal for some purchase. The wallet will ask the customer for "
224"purchase. The wallet will ask the customer for\n" 208"one-click confirmation. Payment is then instant. Transaction histories and "
225"one-click confirmation. Payment is then instant.\n" 209"digitally signed contracts can be preserved by the wallet."
226"Transaction histories and digitally signed contracts\n"
227"can be preserved by the wallet."
228msgstr "" 210msgstr ""
229 211
230#: citizens.html.j2:125 212#: citizens.html.j2:125
231msgid "" 213msgid ""
232"The customer can use the wallet to <b>review</b> his\n" 214"The customer can use the wallet to <b>review</b> his balance. The wallet can "
233"balance. The wallet can contain different\n" 215"contain different currencies, and may be shared across devices. Customers "
234"currencies, and may be shared across\n" 216"can make backups of the wallet to secure its contents against hardware "
235"devices. Customers can make backups of the wallet to\n" 217"failures."
236"secure its contents against hardware failures."
237msgstr "" 218msgstr ""
238 219
239#: contact.html.j2:6 220#: contact.html.j2:6
@@ -246,12 +227,10 @@ msgstr ""
246 227
247#: contact.html.j2:15 228#: contact.html.j2:15
248msgid "" 229msgid ""
249"An archived, public mailing list for GNU Taler is\n" 230"An archived, public mailing list for GNU Taler is hosted at <a href="
250"hosted at\n" 231"\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/"
251"<a " 232"mailman/listinfo/taler</a>. You can send messages to the list at <a href="
252"href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>." 233"\"mailto:taler@gnu.org\">taler@gnu.org</a>."
253" You can send messages to the list\n"
254"at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
255msgstr "" 234msgstr ""
256 235
257#: contact.html.j2:25 236#: contact.html.j2:25
@@ -260,9 +239,8 @@ msgstr ""
260 239
261#: contact.html.j2:27 240#: contact.html.j2:27
262msgid "" 241msgid ""
263"Team members are generally reachable at\n" 242"Team members are generally reachable at <tt>LASTNAME@taler.net</tt>. All of "
264"<tt>LASTNAME@taler.net</tt>. All of us\n" 243"us support receiving GnuPG encrypted e-mails."
265"support receiving GnuPG encrypted e-mails.\n"
266msgstr "" 244msgstr ""
267 245
268#: contact.html.j2:36 246#: contact.html.j2:36
@@ -271,11 +249,9 @@ msgstr ""
271 249
272#: contact.html.j2:38 250#: contact.html.j2:38
273msgid "" 251msgid ""
274"We track open feature requests and bugs in our\n" 252"We track open feature requests and bugs in our <a href=\"https://gnunet.org/"
275"<a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n" 253"bugs/\">Bug tracker</a>, which is shared with the GNUnet project. You can "
276"which is shared with the GNUnet project.\n" 254"also report bugs or feature requests to the mailing list."
277"You can also report bugs or feature requests to the\n"
278"mailing list.\n"
279msgstr "" 255msgstr ""
280 256
281#: contact.html.j2:49 257#: contact.html.j2:49
@@ -284,8 +260,38 @@ msgstr ""
284 260
285#: contact.html.j2:51 261#: contact.html.j2:51
286msgid "" 262msgid ""
287"For non-technical commercial requests, please contact\n" 263"For non-technical commercial requests, please contact <tt>ceo AT taler.net</"
288"<tt>ceo AT taler.net</tt>.\n" 264"tt>."
265msgstr ""
266
267#: copyright.html.j2:6
268msgid "Copyright Assignment"
269msgstr ""
270
271#: copyright.html.j2:8
272msgid ""
273"<p>Contributors to GNU Taler with Git access must sign the <a href=\"/pdf/"
274"copyright.pdf\">copyright assignment</a> to ensure that the <a href="
275"\"https://gnunet.org/git/gnunet-ev.git/tree/gnunet_taler_agreement.tex"
276"\">GNUnet e.V. --- Taler Systems SA agreement on licensing and collaborative "
277"development</a> of the GNUnet and GNU Taler projects is satisfied.</p>"
278msgstr ""
279
280#: copyright.html.j2:17
281msgid ""
282"<p>The agreements ensure that the code will continue to be made available "
283"under free software licenses, but gives developers the freedom to move code "
284"between GNUnet and GNU Taler without worrying about licenses and the company "
285"the ability to dual-license (for example, so that we can distribute via App-"
286"stores that are hostile to free software).</p>"
287msgstr ""
288
289#: copyright.html.j2:25
290msgid ""
291"<p>Minor contributions (basically, anyone without Git access) do not require "
292"copyright assignment. Pseudonymous contributions are accepted, in this case "
293"simply sign the agreement with your pseudonym. Scanned copies are "
294"sufficient, but snail mail is preferred.</p>"
289msgstr "" 295msgstr ""
290 296
291#: developers.html.j2:5 297#: developers.html.j2:5
@@ -298,17 +304,14 @@ msgstr ""
298 304
299#: developers.html.j2:15 305#: developers.html.j2:15
300msgid "" 306msgid ""
301"GNU Taler is free software implementing an open\n" 307"GNU Taler is free software implementing an open protocol. Anybody is welcome "
302"protocol. Anybody is welcome to integrate our reference\n" 308"to integrate our reference implementation into their applications. Different "
303"implementation into their applications. Different\n" 309"components of Taler are being made available under different licenses. The "
304"components of Taler are being made available under\n" 310"Affero GPLv3+ is used for the exchange, the LGPLv3+ is used for reference "
305"different licenses. The Affero GPLv3+ is used for the\n" 311"code demonstrating integration with merchant platforms, and licenses like "
306"exchange, the LGPLv3+ is used for reference code\n" 312"GPLv3+ are used for wallets and related customer-facing software. We are "
307"demonstrating integration with merchant platforms, and\n" 313"open for constructive suggestions for maximizing the adoption of this "
308"licenses like GPLv3+ are used for\n" 314"payment platform."
309"wallets and related customer-facing software. We are\n"
310"open for constructive suggestions for maximizing the\n"
311"adoption of this payment platform.\n"
312msgstr "" 315msgstr ""
313 316
314#: developers.html.j2:32 317#: developers.html.j2:32
@@ -317,18 +320,14 @@ msgstr ""
317 320
318#: developers.html.j2:35 321#: developers.html.j2:35
319msgid "" 322msgid ""
320"Taler is designed to work on the Internet. To\n" 323"Taler is designed to work on the Internet. To ensure that Taler payments can "
321"ensure that Taler payments can work with\n" 324"work with restrictive network setups, Taler uses a RESTful protocol over "
322"restrictive network setups, Taler uses a RESTful\n" 325"HTTP or HTTPS. Taler's security does not depend upon the use of HTTPS, but "
323"protocol over HTTP or HTTPS. Taler's security does\n" 326"obviously merchants may choose to offer HTTPS for consistency and because it "
324"not depend upon the use of HTTPS, but obviously\n" 327"generally is better for privacy compared to HTTP. Taler uses JSON to encode "
325"merchants may choose to offer HTTPS for consistency\n" 328"structure data, making it easy to integrate Taler with existing Web "
326"and because it generally is better for privacy\n" 329"applications. Taler's protocol is documented in detail at <a href=\"https://"
327"compared to HTTP. Taler uses JSON to encode\n" 330"api.taler.net/\">api.taler.net</a>."
328"structure data, making it easy to integrate Taler\n"
329"with existing Web applications. Taler's protocol\n"
330"is documented in\n"
331"detail at <a href=\"https://api.taler.net/\">api.taler.net</a>.\n"
332msgstr "" 331msgstr ""
333 332
334#: developers.html.j2:58 333#: developers.html.j2:58
@@ -337,15 +336,13 @@ msgstr ""
337 336
338#: developers.html.j2:61 337#: developers.html.j2:61
339msgid "" 338msgid ""
340"Taler is currently primarily developed by a\n" 339"Taler is currently primarily developed by a research team at <a href="
341"research team at <a href=\"http://www.inria.fr/\">Inria</a> and\n" 340"\"http://www.inria.fr/\">Inria</a> and <a href=\"https://gnunet.org/"
342"<a href=\"https://gnunet.org/\">GNUnet</a>. However,\n" 341"\">GNUnet</a>. However, contributions from anyone are welcome. Our Git "
343"contributions from anyone are welcome. Our Git\n" 342"repositories can be cloned using the Git and HTTP access methods against "
344"repositories can be cloned using the Git and HTTP\n" 343"<tt>git.taler.net</tt> with the name of the respective repository. A list of "
345"access methods against <tt>git.taler.net</tt> with\n" 344"repositories can be found in our <a href=\"https://git.taler.net/\">GitWeb</"
346"the name of the respective repository. A list of\n" 345"a>."
347"repositories can be found in\n"
348"our <a href=\"https://git.taler.net/\">GitWeb</a>.\n"
349msgstr "" 346msgstr ""
350 347
351#: developers.html.j2:75 348#: developers.html.j2:75
@@ -354,11 +351,10 @@ msgstr ""
354 351
355#: developers.html.j2:78 352#: developers.html.j2:78
356msgid "" 353msgid ""
357"In addition to this website, the <a\n" 354"In addition to this website, the <a href=\"https://git.taler.net/"
358"href=\"https://git.taler.net/\">documented code</a> and\n" 355"\">documented code</a> and the <a href=\"https://api.taler.net/\">API "
359"the <a href=\"https://api.taler.net/\">API\n" 356"documentation</a>. Technical papers can be found in our <a href="
360"documentation</a>. Technical papers can be found in\n" 357"\"bibliography.html\">bibliography</a>."
361"our <a href=\"bibliography.html\">bibliography</a>.\n"
362msgstr "" 358msgstr ""
363 359
364#: developers.html.j2:88 360#: developers.html.j2:88
@@ -367,11 +363,9 @@ msgstr ""
367 363
368#: developers.html.j2:91 364#: developers.html.j2:91
369msgid "" 365msgid ""
370"We have a mailing list for developer discussions.\n" 366"We have a mailing list for developer discussions. You can subscribe to or "
371"You can subscribe to or read the list archive at\n" 367"read the list archive at <a href=\"http://lists.gnu.org/mailman/listinfo/"
372"<a " 368"taler\">http://lists.gnu.org/mailman/listinfo/taler</a>."
373"href=\"http://lists.gnu.org/mailman/listinfo/taler\">http://lists.gnu.org/mailman/listinfo/taler</a>."
374"\n"
375msgstr "" 369msgstr ""
376 370
377#: developers.html.j2:101 371#: developers.html.j2:101
@@ -380,10 +374,9 @@ msgstr ""
380 374
381#: developers.html.j2:104 375#: developers.html.j2:104
382msgid "" 376msgid ""
383"We have <a href=\"https://buildbot.net/\">Buildbot</a>\n" 377"We have <a href=\"https://buildbot.net/\">Buildbot</a> automation tests to "
384"automation tests to detect regressions and check for\n" 378"detect regressions and check for portability at <a href=\"https://buildbot."
385"portability at <a\n" 379"taler.net/\">buildbot.taler.net</a>."
386"href=\"https://buildbot.taler.net/\">buildbot.taler.net</a>.\n"
387msgstr "" 380msgstr ""
388 381
389#: developers.html.j2:113 382#: developers.html.j2:113
@@ -392,11 +385,9 @@ msgstr ""
392 385
393#: developers.html.j2:116 386#: developers.html.j2:116
394msgid "" 387msgid ""
395"We use\n" 388"We use <a href=\"http://ltp.sourceforge.net/coverage/lcov.php\">LCOV</a> to "
396"<a href=\"http://ltp.sourceforge.net/coverage/lcov.php\">LCOV</a>\n" 389"analyze the code coverage of our tests, the results are available at <a href="
397"to analyze the code coverage of our tests, the\n" 390"\"https://lcov.taler.net/\">lcov.taler.net</a>."
398"results are available\n"
399"at <a href=\"https://lcov.taler.net/\">lcov.taler.net</a>.\n"
400msgstr "" 391msgstr ""
401 392
402#: developers.html.j2:126 393#: developers.html.j2:126
@@ -405,11 +396,9 @@ msgstr ""
405 396
406#: developers.html.j2:129 397#: developers.html.j2:129
407msgid "" 398msgid ""
408"We\n" 399"We use <a href=\"https://gnunet.org/gauger\">Gauger</a> for performance "
409"use <a href=\"https://gnunet.org/gauger\">Gauger</a>\n" 400"regression analysis of the exchange backend at <a href=\"https://gauger."
410"for performance regression analysis of the exchange\n" 401"taler.net/\">gauger.taler.net</a>."
411"backend\n"
412"at <a href=\"https://gauger.taler.net/\">gauger.taler.net</a>.\n"
413msgstr "" 402msgstr ""
414 403
415#: developers.html.j2:145 404#: developers.html.j2:145
@@ -418,120 +407,86 @@ msgstr ""
418 407
419#: developers.html.j2:148 408#: developers.html.j2:148
420msgid "" 409msgid ""
421"The Taler system consists of protocols executed among\n" 410"The Taler system consists of protocols executed among a number of actors as "
422"a number of actors as illustrated in the illustration on the right.\n" 411"illustrated in the illustration on the right. Typical transactions involve "
423"Typical transactions involve the following steps:\n" 412"the following steps:"
424msgstr "" 413msgstr ""
425 414
426#: developers.html.j2:158 415#: developers.html.j2:158
427msgid "" 416msgid ""
428"A customer instructs his <b>bank</b> to\n" 417"A customer instructs his <b>bank</b> to transfer funds from his account to "
429"transfer funds from his account to the Taler\n" 418"the Taler exchange (top left). In the subject of the transaction, he "
430"exchange (top left). In the subject of the\n" 419"includes an authentication token from his electronic <b>wallet</b>. In Taler "
431"transaction, he includes an authentication\n" 420"terminology, the customer creates a reserve at the exchange."
432"token from his electronic <b>wallet</b>. In\n"
433"Taler terminology, the customer creates a\n"
434"reserve at the exchange.\n"
435msgstr "" 421msgstr ""
436 422
437#: developers.html.j2:170 423#: developers.html.j2:170
438msgid "" 424msgid ""
439"Once the exchange has received the wire\n" 425"Once the exchange has received the wire transfer, it allows the customer's "
440"transfer, it allows the customer's electronic\n" 426"electronic wallet to <b>withdraw</b> electronic coins. The electronic coins "
441"wallet to <b>withdraw</b> electronic coins.\n" 427"are digital representations of the original currency from the transfer. It "
442"The electronic coins are digital\n" 428"is important to note that the exchange does not learn the &quot;serial "
443"representations of the original currency from\n" 429"numbers&quot; of the coins created in this process, so it cannot tell later "
444"the transfer. It is important to note that the\n" 430"which customer purchased what at which merchant. The use of Taler does not "
445"exchange does not learn the &quot;serial\n" 431"change the currency or the total value of the funds (except for fees which "
446"numbers&quot; of the coins created in this\n" 432"the exchange may charge for the service)."
447"process, so it cannot tell later which customer\n"
448"purchased what at which merchant. The use of\n"
449"Taler does not change the currency or the total\n"
450"value of the funds (except for fees which the\n"
451"exchange may charge for the service).\n"
452msgstr "" 433msgstr ""
453 434
454#: developers.html.j2:188 435#: developers.html.j2:188
455msgid "" 436msgid ""
456"Once the customer has the digital coins in his\n" 437"Once the customer has the digital coins in his wallet, the wallet can be "
457"wallet, the wallet can be used to <b>spend</b>\n" 438"used to <b>spend</b> the coins with merchant portals that support the Taler "
458"the coins with merchant portals that support\n" 439"payment system and accept the respective exchange as a business partner "
459"the Taler payment system and accept the\n" 440"(bottom arrow). This creates a digital contract signed by the customer's "
460"respective exchange as a business partner\n" 441"coins and the merchant. If necessary, the customer can later use this "
461"(bottom arrow). This creates a digital contract\n" 442"digitally signed contract in a court of law to prove the exact terms of the "
462"signed by the customer's coins and the\n" 443"contract and that he paid the respective amount. The customer does not learn "
463"merchant. If necessary, the customer can later\n" 444"the banking details of the merchant, and Taler does not require the merchant "
464"use this digitally signed contract in a court\n" 445"to learn the identity of the customer. Naturally, the customer can spend any "
465"of law to prove the exact terms of the contract\n" 446"fraction of his digital coins (the system takes care of customers getting "
466"and that he paid the respective amount. The\n" 447"change)."
467"customer does not learn the banking details of\n"
468"the merchant, and Taler does not require the\n"
469"merchant to learn the identity of the\n"
470"customer. Naturally, the customer can spend any\n"
471"fraction of his digital coins (the system takes\n"
472"care of customers getting change).\n"
473msgstr "" 448msgstr ""
474 449
475#: developers.html.j2:210 450#: developers.html.j2:210
476msgid "" 451msgid ""
477"Merchants receiving digital\n" 452"Merchants receiving digital coins <b>deposit</b> the respective claims that "
478"coins <b>deposit</b> the respective claims\n" 453"resulted from the contract signing with the customer at the exchange to "
479"that resulted from the contract signing with\n" 454"redeem the coins. The deposit step does not reveal the details of the "
480"the customer at the exchange to redeem the\n" 455"contract between the customer and the merchant or the identity of the "
481"coins. The deposit step does not reveal the\n" 456"customer to the exchange in any way. However, the exchange does learn the "
482"details of the contract between the customer\n" 457"identity of the merchant via the provided bank routing information. The "
483"and the merchant or the identity of the\n" 458"merchant can, for example when compelled by the state for taxation, provide "
484"customer to the exchange in any way. However,\n" 459"information linking the individual deposit to the respective contract signed "
485"the exchange does learn the identity of the\n" 460"by the customer. Thus, the exchange's database allows the state to enforce "
486"merchant via the provided bank routing\n" 461"that merchants pay applicable taxes (and do not engage in illegal contracts)."
487"information. The merchant can, for example\n"
488"when compelled by the state for taxation,\n"
489"provide information linking the individual\n"
490"deposit to the respective contract signed by\n"
491"the customer. Thus, the exchange's database\n"
492"allows the state to enforce that merchants pay\n"
493"applicable taxes (and do not engage in illegal\n"
494"contracts).\n"
495msgstr "" 462msgstr ""
496 463
497#: developers.html.j2:233 464#: developers.html.j2:233
498msgid "" 465msgid ""
499"Finally, the exchange transfers funds\n" 466"Finally, the exchange transfers funds corresponding to the digital coins "
500"corresponding to the digital coins redeemed by\n" 467"redeemed by the merchants to the merchant's <b>bank</b> account. The "
501"the merchants to the merchant's <b>bank</b>\n" 468"exchange may combine multiple small transactions into one larger bank "
502"account. The exchange may combine multiple\n" 469"transfer. The merchant can query the exchange about the relationship between "
503"small transactions into one larger bank\n" 470"the bank transfers and the individual claims that were deposited."
504"transfer. The merchant can query the exchange\n"
505"about the relationship between the bank\n"
506"transfers and the individual claims that were\n"
507"deposited.\n"
508msgstr "" 471msgstr ""
509 472
510#: developers.html.j2:247 473#: developers.html.j2:247
511msgid "" 474msgid ""
512"Most importantly, the exchange keeps\n" 475"Most importantly, the exchange keeps cryptographic proofs that allow it to "
513"cryptographic proofs that allow it to\n" 476"demonstrate that it is operating correctly to third parties. The system "
514"demonstrate that it is operating correctly to\n" 477"requires an external <b>auditor</b>, such as a government-appointed "
515"third parties. The system requires an\n" 478"financial regulatory body, to frequently verify the exchange's databases and "
516"external <b>auditor</b>, such as a\n" 479"check that its bank balance matches the total value of the remaining coins "
517"government-appointed financial regulatory body,\n" 480"in circulation."
518"to frequently verify the exchange's databases\n"
519"and check that its bank balance matches the\n"
520"total value of the remaining coins in\n"
521"circulation.\n"
522msgstr "" 481msgstr ""
523 482
524#: developers.html.j2:262 483#: developers.html.j2:262
525msgid "" 484msgid ""
526"Without the auditor, the exchange operators\n" 485"Without the auditor, the exchange operators could embezzle funds they are "
527"could embezzle funds they are holding in\n" 486"holding in reserve. Customers and merchants cannot cheat each other or the "
528"reserve. Customers and merchants cannot cheat\n" 487"exchange. If any party's computers are compromised, the financial damage is "
529"each other or the exchange. If any party's\n" 488"limited to the respective party and proportional to the funds they have in "
530"computers are compromised, the financial damage\n" 489"circulation during the period of the compromise."
531"is limited to the respective party and\n"
532"proportional to the funds they have in\n"
533"circulation during the period of the\n"
534"compromise.\n"
535msgstr "" 490msgstr ""
536 491
537#: faq.html.j2:5 492#: faq.html.j2:5
@@ -540,17 +495,16 @@ msgstr ""
540 495
541#: faq.html.j2:6 496#: faq.html.j2:6
542msgid "" 497msgid ""
543"<p>Taler does not use any Blockchain technology or Bitcoin directly.\n" 498"<p>Taler does not use any Blockchain technology or Bitcoin directly. Taler "
544"Taler is not based on proof-of-work or any other distributed consensus\n" 499"is not based on proof-of-work or any other distributed consensus mechanism. "
545"mechanism. Instead Taler is based on blind signatures.</p>\n" 500"Instead Taler is based on blind signatures.</p>"
546msgstr "" 501msgstr ""
547 502
548#: faq.html.j2:11 503#: faq.html.j2:11
549msgid "" 504msgid ""
550"<p>It would be possible, however, to withdraw coins denominated in\n" 505"<p>It would be possible, however, to withdraw coins denominated in Bitcoin "
551"Bitcoin into a Taler wallet (with an appropriate exchange), which\n" 506"into a Taler wallet (with an appropriate exchange), which would give some "
552"would give some benefits over plain Bitcoin, such as instant\n" 507"benefits over plain Bitcoin, such as instant confirmation times.</p>"
553"confirmation times.</p>\n"
554msgstr "" 508msgstr ""
555 509
556#: faq.html.j2:18 510#: faq.html.j2:18
@@ -559,9 +513,9 @@ msgstr ""
559 513
560#: faq.html.j2:19 514#: faq.html.j2:19
561msgid "" 515msgid ""
562"<p>Your wallet stores digital coins and thus ultimately your computer\n" 516"<p>Your wallet stores digital coins and thus ultimately your computer holds "
563"holds your balance. The exchange keeps funds matching all unspent\n" 517"your balance. The exchange keeps funds matching all unspent coins in an "
564"coins in an escrow bank account.</p>\n" 518"escrow bank account.</p>"
565msgstr "" 519msgstr ""
566 520
567#: faq.html.j2:25 521#: faq.html.j2:25
@@ -570,16 +524,15 @@ msgstr ""
570 524
571#: faq.html.j2:26 525#: faq.html.j2:26
572msgid "" 526msgid ""
573"<p>Since the digital coins of value in your wallet are anonymized, the\n" 527"<p>Since the digital coins of value in your wallet are anonymized, the "
574"exchange can not assist you in recovering a lost or stolen wallet.\n" 528"exchange can not assist you in recovering a lost or stolen wallet. Just like "
575"Just like with a physical wallet for cash, you are responsible for\n" 529"with a physical wallet for cash, you are responsible for keeping it safe.</p>"
576"keeping it safe.</p>\n"
577msgstr "" 530msgstr ""
578 531
579#: faq.html.j2:32 532#: faq.html.j2:32
580msgid "" 533msgid ""
581"<p>The risk of losing a wallet can be mitigated by making backups or\n" 534"<p>The risk of losing a wallet can be mitigated by making backups or keeping "
582"keeping the balance reasonably low.</p>\n" 535"the balance reasonably low.</p>"
583msgstr "" 536msgstr ""
584 537
585#: faq.html.j2:37 538#: faq.html.j2:37
@@ -588,9 +541,9 @@ msgstr ""
588 541
589#: faq.html.j2:38 542#: faq.html.j2:38
590msgid "" 543msgid ""
591"<p>In case of a compromise of one of your devices, an attacker can\n" 544"<p>In case of a compromise of one of your devices, an attacker can spend "
592"spend coins from your wallet. Checking your balance might reveal\n" 545"coins from your wallet. Checking your balance might reveal to you that your "
593"to you that your device has been compromised.</p>\n" 546"device has been compromised.</p>"
594msgstr "" 547msgstr ""
595 548
596#: faq.html.j2:44 549#: faq.html.j2:44
@@ -599,15 +552,15 @@ msgstr ""
599 552
600#: faq.html.j2:45 553#: faq.html.j2:45
601msgid "" 554msgid ""
602"<p>If your friend provides goods or services for you in exchange for a\n" 555"<p>If your friend provides goods or services for you in exchange for a "
603"payment, they can easily set up a Taler merchant and receive the\n" 556"payment, they can easily set up a Taler merchant and receive the payment in "
604"payment in their bank account.</p>\n" 557"their bank account.</p>"
605msgstr "" 558msgstr ""
606 559
607#: faq.html.j2:50 560#: faq.html.j2:50
608msgid "" 561msgid ""
609"<p>Future versions of the Taler wallet may allow exchanging coins\n" 562"<p>Future versions of the Taler wallet may allow exchanging coins among "
610"among friends directly as well.</p>\n" 563"friends directly as well.</p>"
611msgstr "" 564msgstr ""
612 565
613#: faq.html.j2:56 566#: faq.html.j2:56
@@ -616,12 +569,12 @@ msgstr ""
616 569
617#: faq.html.j2:57 570#: faq.html.j2:57
618msgid "" 571msgid ""
619"<p>Taler wallets can store digital coins corresponding to multiple\n" 572"<p>Taler wallets can store digital coins corresponding to multiple different "
620"different currencies such as the Euro, US Dollars or Bitcoins.</p>\n" 573"currencies such as the Euro, US Dollars or Bitcoins.</p>"
621msgstr "" 574msgstr ""
622 575
623#: faq.html.j2:61 576#: faq.html.j2:61
624msgid "<p>Taler currently does not offer conversion between currencies.</p>\n" 577msgid "<p>Taler currently does not offer conversion between currencies.</p>"
625msgstr "" 578msgstr ""
626 579
627#: faq.html.j2:65 580#: faq.html.j2:65
@@ -630,12 +583,10 @@ msgstr ""
630 583
631#: faq.html.j2:66 584#: faq.html.j2:66
632msgid "" 585msgid ""
633"<p>Your wallet stores digital coins that are <a\n" 586"<p>Your wallet stores digital coins that are <a href=\"https://en.wikipedia."
634"href=\"https://en.wikipedia.org/wiki/Blind_signature\">blindly\n" 587"org/wiki/Blind_signature\">blindly signed</a> by an exchange. The use of a "
635"signed</a> by an exchange. The use of a blind signature protects your\n" 588"blind signature protects your privacy as it prevents the exchange from "
636"privacy as it prevents the exchange from knowing which coin it signed\n" 589"knowing which coin it signed for which customer.</p>"
637"for which customer.</p>\n"
638"\n"
639msgstr "" 590msgstr ""
640 591
641#: glossary.html.j2:6 592#: glossary.html.j2:6
@@ -644,8 +595,7 @@ msgstr ""
644 595
645#: glossary.html.j2:8 596#: glossary.html.j2:8
646msgid "" 597msgid ""
647"trusted third party that verifies that the `exchange` is operating " 598"trusted third party that verifies that the `exchange` is operating correctly"
648"correctly\n"
649msgstr "" 599msgstr ""
650 600
651#: glossary.html.j2:12 601#: glossary.html.j2:12
@@ -654,8 +604,8 @@ msgstr ""
654 604
655#: glossary.html.j2:14 605#: glossary.html.j2:14
656msgid "" 606msgid ""
657"traditional financial service provider who offers wire `transfers` " 607"traditional financial service provider who offers wire `transfers` between "
658"between accounts\n" 608"accounts"
659msgstr "" 609msgstr ""
660 610
661#: glossary.html.j2:18 611#: glossary.html.j2:18
@@ -665,7 +615,7 @@ msgstr ""
665#: glossary.html.j2:20 615#: glossary.html.j2:20
666msgid "" 616msgid ""
667"coins are individual token representing a certain amount of value, also " 617"coins are individual token representing a certain amount of value, also "
668"known as the `denomination` of the coin\n" 618"known as the `denomination` of the coin"
669msgstr "" 619msgstr ""
670 620
671#: glossary.html.j2:24 621#: glossary.html.j2:24
@@ -673,7 +623,7 @@ msgid "contract"
673msgstr "" 623msgstr ""
674 624
675#: glossary.html.j2:26 625#: glossary.html.j2:26
676msgid "the proposal signed by the wallet.\n" 626msgid "the proposal signed by the wallet."
677msgstr "" 627msgstr ""
678 628
679#: glossary.html.j2:30 629#: glossary.html.j2:30
@@ -682,8 +632,7 @@ msgstr ""
682 632
683#: glossary.html.j2:32 633#: glossary.html.j2:32
684msgid "" 634msgid ""
685"unit of currency, specifies both the currency and the face value of a " 635"unit of currency, specifies both the currency and the face value of a `coin`"
686"`coin`\n"
687msgstr "" 636msgstr ""
688 637
689#: glossary.html.j2:36 638#: glossary.html.j2:36
@@ -692,8 +641,8 @@ msgstr ""
692 641
693#: glossary.html.j2:38 642#: glossary.html.j2:38
694msgid "" 643msgid ""
695"RSA key used by the exchange to certify that a given `coin` is valid and " 644"RSA key used by the exchange to certify that a given `coin` is valid and of "
696"of a particular `denomination`\n" 645"a particular `denomination`"
697msgstr "" 646msgstr ""
698 647
699#: glossary.html.j2:42 648#: glossary.html.j2:42
@@ -703,8 +652,7 @@ msgstr ""
703#: glossary.html.j2:44 652#: glossary.html.j2:44
704msgid "" 653msgid ""
705"operation by which a merchant passes coins to an exchange, expecting the " 654"operation by which a merchant passes coins to an exchange, expecting the "
706"exchange to credit his `bank` account in the future using a wire " 655"exchange to credit his `bank` account in the future using a wire `transfer`"
707"`transfer`\n"
708msgstr "" 656msgstr ""
709 657
710#: glossary.html.j2:48 658#: glossary.html.j2:48
@@ -713,10 +661,9 @@ msgstr ""
713 661
714#: glossary.html.j2:50 662#: glossary.html.j2:50
715msgid "" 663msgid ""
716"a `coin` is dirty if its public key may be known to an entity other than " 664"a `coin` is dirty if its public key may be known to an entity other than the "
717"the customer, thereby creating the danger of some entity being able to " 665"customer, thereby creating the danger of some entity being able to link "
718"link multiple transactions of coin's owner if the coin is not refreshed " 666"multiple transactions of coin's owner if the coin is not refreshed first"
719"first\n"
720msgstr "" 667msgstr ""
721 668
722#: glossary.html.j2:54 669#: glossary.html.j2:54
@@ -725,8 +672,8 @@ msgstr ""
725 672
726#: glossary.html.j2:56 673#: glossary.html.j2:56
727msgid "" 674msgid ""
728"Taler's payment service provider. Issues eletronic `coins` during " 675"Taler's payment service provider. Issues eletronic `coins` during "
729"`withdrawal` and redeems them when they are `deposited` by merchants.\n" 676"`withdrawal` and redeems them when they are `deposited` by merchants."
730msgstr "" 677msgstr ""
731 678
732#: glossary.html.j2:60 679#: glossary.html.j2:60
@@ -734,7 +681,7 @@ msgid "extension"
734msgstr "" 681msgstr ""
735 682
736#: glossary.html.j2:62 683#: glossary.html.j2:62
737msgid "implementation of a `wallet` for browsers\n" 684msgid "implementation of a `wallet` for browsers"
738msgstr "" 685msgstr ""
739 686
740#: glossary.html.j2:66 687#: glossary.html.j2:66
@@ -742,7 +689,7 @@ msgid "fresh coin"
742msgstr "" 689msgstr ""
743 690
744#: glossary.html.j2:68 691#: glossary.html.j2:68
745msgid "a `coin` is fresh if its public key is only known to the customer\n" 692msgid "a `coin` is fresh if its public key is only known to the customer"
746msgstr "" 693msgstr ""
747 694
748#: glossary.html.j2:72 695#: glossary.html.j2:72
@@ -751,8 +698,8 @@ msgstr ""
751 698
752#: glossary.html.j2:74 699#: glossary.html.j2:74
753msgid "" 700msgid ""
754"offline key used by the exchange to certify denomination keys and message" 701"offline key used by the exchange to certify denomination keys and message "
755" signing keys\n" 702"signing keys"
756msgstr "" 703msgstr ""
757 704
758#: glossary.html.j2:78 705#: glossary.html.j2:78
@@ -760,7 +707,7 @@ msgid "message signing key"
760msgstr "" 707msgstr ""
761 708
762#: glossary.html.j2:80 709#: glossary.html.j2:80
763msgid "key used by the exchange to sign online messages, other than coins\n" 710msgid "key used by the exchange to sign online messages, other than coins"
764msgstr "" 711msgstr ""
765 712
766#: glossary.html.j2:84 713#: glossary.html.j2:84
@@ -770,15 +717,11 @@ msgstr ""
770#: glossary.html.j2:86 717#: glossary.html.j2:86
771msgid "" 718msgid ""
772"specification of the details of a transaction, specifies the payment " 719"specification of the details of a transaction, specifies the payment "
773"obligations\n" 720"obligations for the customer (i.e. the amount), the deliverables of the "
774"for the customer (i.e. the amount), the deliverables of the merchant and " 721"merchant and other related information, such as deadlines or locations; "
775"other\n" 722"However, it lacks some information that the backend is supposed to provide. "
776"related information, such as deadlines or locations; However, it lacks " 723"In other words, after the backend adds the missing information to the offer "
777"some\n" 724"and signs it, it becomes a proposal."
778"information that the backend is supposed to provide.\n"
779"In other words, after the backend adds the missing information to the "
780"offer and\n"
781"signs it, it becomes a proposal.\n"
782msgstr "" 725msgstr ""
783 726
784#: glossary.html.j2:95 727#: glossary.html.j2:95
@@ -786,7 +729,7 @@ msgid "owner"
786msgstr "" 729msgstr ""
787 730
788#: glossary.html.j2:97 731#: glossary.html.j2:97
789msgid "a `coin` is owned by the entity that knows the private key of the coin\n" 732msgid "a `coin` is owned by the entity that knows the private key of the coin"
790msgstr "" 733msgstr ""
791 734
792#: glossary.html.j2:101 735#: glossary.html.j2:101
@@ -796,7 +739,7 @@ msgstr ""
796#: glossary.html.j2:103 739#: glossary.html.j2:103
797msgid "" 740msgid ""
798"message that cryptographically demonstrates that a particular claim is " 741"message that cryptographically demonstrates that a particular claim is "
799"correct\n" 742"correct"
800msgstr "" 743msgstr ""
801 744
802#: glossary.html.j2:107 745#: glossary.html.j2:107
@@ -804,7 +747,7 @@ msgid "proposal"
804msgstr "" 747msgstr ""
805 748
806#: glossary.html.j2:109 749#: glossary.html.j2:109
807msgid "a sketch that has been completed and signed by the merchant backend.\n" 750msgid "a sketch that has been completed and signed by the merchant backend."
808msgstr "" 751msgstr ""
809 752
810#: glossary.html.j2:113 753#: glossary.html.j2:113
@@ -814,8 +757,8 @@ msgstr ""
814#: glossary.html.j2:115 757#: glossary.html.j2:115
815msgid "" 758msgid ""
816"funds set aside for future use; either the balance of a customer at the " 759"funds set aside for future use; either the balance of a customer at the "
817"exchange ready for `withdrawal`, or the funds kept in the exchange's bank" 760"exchange ready for `withdrawal`, or the funds kept in the exchange's bank "
818" account to cover obligations from coins in circulation\n" 761"account to cover obligations from coins in circulation"
819msgstr "" 762msgstr ""
820 763
821#: glossary.html.j2:119 764#: glossary.html.j2:119
@@ -824,8 +767,8 @@ msgstr ""
824 767
825#: glossary.html.j2:121 768#: glossary.html.j2:121
826msgid "" 769msgid ""
827"operation by which a `dirty` `coin` is converted into one or more `fresh`" 770"operation by which a `dirty` `coin` is converted into one or more `fresh` "
828" coins\n" 771"coins"
829msgstr "" 772msgstr ""
830 773
831#: glossary.html.j2:125 774#: glossary.html.j2:125
@@ -835,8 +778,8 @@ msgstr ""
835#: glossary.html.j2:127 778#: glossary.html.j2:127
836msgid "" 779msgid ""
837"operation by which a merchant steps back from the right to funds that he " 780"operation by which a merchant steps back from the right to funds that he "
838"obtained from a `deposit` operation, giving the right to the funds back " 781"obtained from a `deposit` operation, giving the right to the funds back to "
839"to the customer\n" 782"the customer"
840msgstr "" 783msgstr ""
841 784
842#: glossary.html.j2:131 785#: glossary.html.j2:131
@@ -846,8 +789,7 @@ msgstr ""
846#: glossary.html.j2:133 789#: glossary.html.j2:133
847msgid "" 790msgid ""
848"users can share ownership of a `coin` by sharing access to the coin's " 791"users can share ownership of a `coin` by sharing access to the coin's "
849"private key, thereby allowing all co-owners to spend the coin at any " 792"private key, thereby allowing all co-owners to spend the coin at any time."
850"time.\n"
851msgstr "" 793msgstr ""
852 794
853#: glossary.html.j2:137 795#: glossary.html.j2:137
@@ -855,7 +797,7 @@ msgid "signing key"
855msgstr "" 797msgstr ""
856 798
857#: glossary.html.j2:139 799#: glossary.html.j2:139
858msgid "see message signing key.\n" 800msgid "see message signing key."
859msgstr "" 801msgstr ""
860 802
861#: glossary.html.j2:143 803#: glossary.html.j2:143
@@ -864,8 +806,8 @@ msgstr ""
864 806
865#: glossary.html.j2:145 807#: glossary.html.j2:145
866msgid "" 808msgid ""
867"operation by which a customer gives a merchant the right to `deposit` " 809"operation by which a customer gives a merchant the right to `deposit` coins "
868"coins in return for merchandise\n" 810"in return for merchandise"
869msgstr "" 811msgstr ""
870 812
871#: glossary.html.j2:149 813#: glossary.html.j2:149
@@ -873,7 +815,7 @@ msgid "transfer"
873msgstr "" 815msgstr ""
874 816
875#: glossary.html.j2:151 817#: glossary.html.j2:151
876msgid "method of sending funds between `bank` accounts\n" 818msgid "method of sending funds between `bank` accounts"
877msgstr "" 819msgstr ""
878 820
879#: glossary.html.j2:155 821#: glossary.html.j2:155
@@ -883,7 +825,7 @@ msgstr ""
883#: glossary.html.j2:157 825#: glossary.html.j2:157
884msgid "" 826msgid ""
885"method by which ownership is exclusively transferred from one entity to " 827"method by which ownership is exclusively transferred from one entity to "
886"another\n" 828"another"
887msgstr "" 829msgstr ""
888 830
889#: glossary.html.j2:161 831#: glossary.html.j2:161
@@ -891,7 +833,7 @@ msgid "transaction id"
891msgstr "" 833msgstr ""
892 834
893#: glossary.html.j2:163 835#: glossary.html.j2:163
894msgid "unique number by which a merchant identifies a `transaction`\n" 836msgid "unique number by which a merchant identifies a `transaction`"
895msgstr "" 837msgstr ""
896 838
897#: glossary.html.j2:167 839#: glossary.html.j2:167
@@ -900,8 +842,7 @@ msgstr ""
900 842
901#: glossary.html.j2:169 843#: glossary.html.j2:169
902msgid "" 844msgid ""
903"software running on a customer's computer; withdraws, stores and spends " 845"software running on a customer's computer; withdraws, stores and spends coins"
904"coins\n"
905msgstr "" 846msgstr ""
906 847
907#: glossary.html.j2:173 848#: glossary.html.j2:173
@@ -909,7 +850,7 @@ msgid "wire transfer"
909msgstr "" 850msgstr ""
910 851
911#: glossary.html.j2:175 852#: glossary.html.j2:175
912msgid "see `transfer`\n" 853msgid "see `transfer`"
913msgstr "" 854msgstr ""
914 855
915#: glossary.html.j2:179 856#: glossary.html.j2:179
@@ -918,8 +859,8 @@ msgstr ""
918 859
919#: glossary.html.j2:181 860#: glossary.html.j2:181
920msgid "" 861msgid ""
921"subject of a wire `transfer`; usually a random string to uniquely " 862"subject of a wire `transfer`; usually a random string to uniquely identify "
922"identify the `transfer`\n" 863"the `transfer`"
923msgstr "" 864msgstr ""
924 865
925#: glossary.html.j2:185 866#: glossary.html.j2:185
@@ -928,8 +869,7 @@ msgstr ""
928 869
929#: glossary.html.j2:187 870#: glossary.html.j2:187
930msgid "" 871msgid ""
931"operation by which a `wallet` can convert funds from a reserve to fresh " 872"operation by which a `wallet` can convert funds from a reserve to fresh coins"
932"coins\n"
933msgstr "" 873msgstr ""
934 874
935#: governments.html.j2:6 875#: governments.html.j2:6
@@ -938,13 +878,11 @@ msgstr ""
938 878
939#: governments.html.j2:8 879#: governments.html.j2:8
940msgid "" 880msgid ""
941"Taler provides accountability to ensure business operate\n" 881"Taler provides accountability to ensure business operate legally, while also "
942"legally, while also respecting civil liberties of\n" 882"respecting civil liberties of citizens. Taler is a payment system based on "
943"citizens. Taler is a payment system based on\n" 883"open standards and free software. Taler needs governments as they set a "
944"open standards and free software. Taler needs\n" 884"financial framework and act as trusted regulators. Taler contributes to "
945"governments as they set a financial framework and act as\n" 885"digital sovereignty in the critical financial infrastructure."
946"trusted regulators. Taler contributes to digital\n"
947"sovereignty in the critical financial infrastructure.\n"
948msgstr "" 886msgstr ""
949 887
950#: governments.html.j2:25 index.html.j2:71 888#: governments.html.j2:25 index.html.j2:71
@@ -953,51 +891,43 @@ msgstr ""
953 891
954#: governments.html.j2:28 892#: governments.html.j2:28
955msgid "" 893msgid ""
956"Taler was built with the goal of fighting corruption and\n" 894"Taler was built with the goal of fighting corruption and supporting "
957"supporting taxation. With Taler, the receiver of any\n" 895"taxation. With Taler, the receiver of any form of payment is easily "
958"form of payment is easily identified by the government,\n" 896"identified by the government, and the merchant can be compelled to provide "
959"and the merchant can be compelled to provide the contract\n" 897"the contract that was accepted by the customer. Governments can use this "
960"that was accepted by the customer. Governments can use\n" 898"data to tax businesses and individuals based on their income, making tax "
961"this data to tax businesses and individuals based on\n" 899"evasion and black markets less viable."
962"their income, making tax evasion and black markets less\n"
963"viable.\n"
964msgstr "" 900msgstr ""
965 901
966#: governments.html.j2:41 902#: governments.html.j2:41
967msgid "" 903msgid ""
968"Thus, despite offering anonymity for citizens spending\n" 904"Thus, despite offering anonymity for citizens spending digital cash to buy "
969"digital cash to buy goods and services, Taler also\n" 905"goods and services, Taler also ensures that the state can observe incoming "
970"ensures that the state can observe incoming funds. This\n" 906"funds. This can be used to ensure businesses engage only in legal "
971"can be used to ensure businesses engage only in legal\n" 907"activities, and do not evade income tax, sales tax or value-added tax. "
972"activities, and do not evade income tax, sales tax or\n" 908"However, this observational capability does not extend to the immediate "
973"value-added tax. However, this observational capability\n" 909"personal domain. In particular, monitoring does not cover shared access to "
974"does not extend to the immediate personal domain. In\n" 910"funds with trusted friends and family, or synchronizing wallets across "
975"particular, monitoring does not cover shared access to\n" 911"multiple devices."
976"funds with trusted friends and family, or synchronizing\n"
977"wallets across multiple devices.\n"
978msgstr "" 912msgstr ""
979 913
980#: governments.html.j2:61 914#: governments.html.j2:61
981msgid "" 915msgid ""
982"Taler's payments are cryptographically secured. Thus,\n" 916"Taler's payments are cryptographically secured. Thus, customers, merchants "
983"customers, merchants and the Taler payment service provider\n" 917"and the Taler payment service provider (the exchange) can mathematically "
984"(the exchange) can mathematically\n" 918"demonstrate their lawful behavior in court in case of disputes. Financial "
985"demonstrate their lawful behavior in court in case of\n" 919"damages are strictly limited, improving economic security for individuals, "
986"disputes. Financial damages are strictly limited,\n" 920"merchants, the exchange and the state."
987"improving economic security for individuals, merchants,\n"
988"the exchange and the state.\n"
989msgstr "" 921msgstr ""
990 922
991#: governments.html.j2:73 923#: governments.html.j2:73
992msgid "" 924msgid ""
993"As a payment service provider, the Taler exchange is\n" 925"As a payment service provider, the Taler exchange is subject to financial "
994"subject to financial regulation. Financial regulation and\n" 926"regulation. Financial regulation and regular audits are critical to "
995"regular audits are critical to establish trust. In\n" 927"establish trust. In particular, the Taler design mandates the existence of "
996"particular, the Taler design mandates the existence of an\n" 928"an independent auditor who checks cryptographic proofs that accumulate at "
997"independent auditor who checks cryptographic proofs that\n" 929"the exchange to ensure that the escrow account is managed honestly. This "
998"accumulate at the exchange to ensure that the escrow\n" 930"ensures that the exchange does not threaten the economy due to fraud."
999"account is managed honestly. This ensures that the\n"
1000"exchange does not threaten the economy due to fraud.\n"
1001msgstr "" 931msgstr ""
1002 932
1003#: governments.html.j2:88 index.html.j2:97 933#: governments.html.j2:88 index.html.j2:97
@@ -1006,10 +936,9 @@ msgstr ""
1006 936
1007#: governments.html.j2:91 937#: governments.html.j2:91
1008msgid "" 938msgid ""
1009"Taler is free software implementing an open protocol\n" 939"Taler is free software implementing an open protocol standard. Thus, Taler "
1010"standard. Thus, Taler will enable competition and avoid\n" 940"will enable competition and avoid the monopolization of payment systems that "
1011"the monopolization of payment systems that threatens\n" 941"threatens global political and financial stability today."
1012"global political and financial stability today.\n"
1013msgstr "" 942msgstr ""
1014 943
1015#: governments.html.j2:101 944#: governments.html.j2:101
@@ -1018,11 +947,9 @@ msgstr ""
1018 947
1019#: governments.html.j2:104 948#: governments.html.j2:104
1020msgid "" 949msgid ""
1021"Taler has an efficient design. Unlike\n" 950"Taler has an efficient design. Unlike Blockchain-based payment systems, such "
1022"Blockchain-based payment systems, such as Bitcoin,\n" 951"as Bitcoin, Taler will not threaten the availability of national electric "
1023"Taler will not threaten the availability of\n" 952"grids or (significantly) contribute to environmental pollution."
1024"national electric grids or (significantly)\n"
1025"contribute to environmental pollution.\n"
1026msgstr "" 953msgstr ""
1027 954
1028#: governments.html.j2:120 955#: governments.html.j2:120
@@ -1035,8 +962,8 @@ msgstr ""
1035 962
1036#: governments.html.j2:123 963#: governments.html.j2:123
1037msgid "" 964msgid ""
1038"With Taler, income is visible and can be tied to the contract signed by " 965"With Taler, income is visible and can be tied to the contract signed by both "
1039"both parties." 966"parties."
1040msgstr "" 967msgstr ""
1041 968
1042#: governments.html.j2:124 969#: governments.html.j2:124
@@ -1045,8 +972,8 @@ msgstr ""
1045 972
1046#: governments.html.j2:125 973#: governments.html.j2:125
1047msgid "" 974msgid ""
1048"In Taler, payer and payee are known by their bank accounts when " 975"In Taler, payer and payee are known by their bank accounts when withdrawing "
1049"withdrawing or depositing coins respectively" 976"or depositing coins respectively"
1050msgstr "" 977msgstr ""
1051 978
1052#: governments.html.j2:126 979#: governments.html.j2:126
@@ -1055,8 +982,8 @@ msgstr ""
1055 982
1056#: governments.html.j2:127 983#: governments.html.j2:127
1057msgid "" 984msgid ""
1058"Taler cryptographically protects citizen's privacy, and by design " 985"Taler cryptographically protects citizen's privacy, and by design implements "
1059"implements data minimization and privacy by default." 986"data minimization and privacy by default."
1060msgstr "" 987msgstr ""
1061 988
1062#: governments.html.j2:128 989#: governments.html.j2:128
@@ -1075,41 +1002,36 @@ msgstr ""
1075 1002
1076#: governments.html.j2:140 1003#: governments.html.j2:140
1077msgid "" 1004msgid ""
1078"Taler assumes governments can observe traditional wire transfers\n" 1005"Taler assumes governments can observe traditional wire transfers entering "
1079"entering and leaving the Taler payment system. Starting with the\n" 1006"and leaving the Taler payment system. Starting with the wire transfers, "
1080"wire transfers, governments can obtain:\n" 1007"governments can obtain:"
1081msgstr "" 1008msgstr ""
1082 1009
1083#: governments.html.j2:148 1010#: governments.html.j2:148
1084msgid "" 1011msgid ""
1085"The total amount of digital currency withdrawn by a\n" 1012"The total amount of digital currency withdrawn by a customer. The government "
1086"customer. The government can impose limits on how much\n" 1013"can impose limits on how much digital cash a customer can withdraw within a "
1087"digital cash a customer can withdraw within a\n" 1014"given time frame."
1088"given time frame.\n"
1089msgstr "" 1015msgstr ""
1090 1016
1091#: governments.html.j2:157 1017#: governments.html.j2:157
1092msgid "" 1018msgid "The income received by any merchant via the Taler system."
1093"The income received by any merchant via the Taler\n"
1094"system.\n"
1095msgstr "" 1019msgstr ""
1096 1020
1097#: governments.html.j2:164 1021#: governments.html.j2:164
1098msgid "" 1022msgid ""
1099"The exact details of the underlying contract that was\n" 1023"The exact details of the underlying contract that was signed between "
1100"signed between customer and merchant. However, this\n" 1024"customer and merchant. However, this information would typically not include "
1101"information would typically not include the identity\n" 1025"the identity of the customer."
1102"of the customer.\n"
1103msgstr "" 1026msgstr ""
1104 1027
1105#: governments.html.j2:174 1028#: governments.html.j2:174
1106msgid "" 1029msgid ""
1107"The amounts of digital coins legitimately withdrawn\n" 1030"The amounts of digital coins legitimately withdrawn by customers from the "
1108"by customers from the exchange, the value of\n" 1031"exchange, the value of non-redeemed digital coins in customer's wallets, the "
1109"non-redeemed digital coins in customer's wallets, the\n" 1032"value and corresponding wire details of deposit operations performed by "
1110"value and corresponding wire details of deposit\n" 1033"merchants with the exchange, and the income of the exchange from transaction "
1111"operations performed by merchants with the exchange,\n" 1034"fees."
1112"and the income of the exchange from transaction fees.\n"
1113msgstr "" 1035msgstr ""
1114 1036
1115#: index.html.j2:10 1037#: index.html.j2:10
@@ -1118,12 +1040,11 @@ msgstr ""
1118 1040
1119#: index.html.j2:13 1041#: index.html.j2:13
1120msgid "" 1042msgid ""
1121"GNU Taler is an electronic payment system under development at\n" 1043"GNU Taler is an electronic payment system under development at <a href="
1122"<a href=\"http://www.inria.fr/\">Inria</a>. We expect to make it\n" 1044"\"http://www.inria.fr/\">Inria</a>. We expect to make it operational in "
1123"operational in 2017. You can learn about Taler on this website,\n" 1045"2017. You can learn about Taler on this website, try the <a href=\"https://"
1124"try the <a href=\"https://demo.taler.net\">demo</a> and look at\n" 1046"demo.taler.net\">demo</a> and look at our <a href=\"https://docs.taler.net"
1125"our <a href=\"https://docs.taler.net\">developer</a> and <a\n" 1047"\">developer</a> and <a href=\"https://api.taler.net\">API</a> documentation."
1126"href=\"https://api.taler.net\">API</a> documentation.\n"
1127msgstr "" 1048msgstr ""
1128 1049
1129#: index.html.j2:29 1050#: index.html.j2:29
@@ -1132,53 +1053,47 @@ msgstr ""
1132 1053
1133#: index.html.j2:32 1054#: index.html.j2:32
1134msgid "" 1055msgid ""
1135"Taler is easy to integrate with existing Web\n" 1056"Taler is easy to integrate with existing Web applications. Payments are "
1136"applications. Payments are cryptographically\n" 1057"cryptographically secured and are confirmed within milliseconds with "
1137"secured and are confirmed within milliseconds with\n" 1058"extremely low transaction costs."
1138"extremely low transaction costs.\n"
1139msgstr "" 1059msgstr ""
1140 1060
1141#: index.html.j2:45 1061#: index.html.j2:45
1142msgid "" 1062msgid ""
1143"Taler does not introduce a new currency. Taler\n" 1063"Taler does not introduce a new currency. Taler uses a digital wallet storing "
1144"uses a digital wallet storing coins and payment service\n" 1064"coins and payment service providers with escrow accounts in existing "
1145"providers with escrow accounts in existing currencies.\n" 1065"currencies. Thus, Taler's cryptographic coins correspond to existing "
1146"Thus, Taler's cryptographic coins correspond to existing\n" 1066"currencies, such as US Dollars, Euros or even Bitcoins."
1147"currencies, such as US Dollars, Euros or even Bitcoins.\n"
1148msgstr "" 1067msgstr ""
1149 1068
1150#: index.html.j2:59 1069#: index.html.j2:59
1151msgid "" 1070msgid ""
1152"By design Taler does not suffer from many classes\n" 1071"By design Taler does not suffer from many classes of security problems such "
1153"of security problems such as phishing or counterfeit.\n" 1072"as phishing or counterfeit. Thanks to its security features, Taler never "
1154"Thanks to its security features, Taler never rejects a legitimate\n" 1073"rejects a legitimate customer due to a fraud-detection false positive."
1155"customer due to a fraud-detection false positive.\n"
1156msgstr "" 1074msgstr ""
1157 1075
1158#: index.html.j2:74 1076#: index.html.j2:74
1159msgid "" 1077msgid ""
1160"When using Taler, merchant's revenue is transparent for tax\n" 1078"When using Taler, merchant's revenue is transparent for tax collection "
1161"collection authorities. Unlike cash and most digital currencies,\n" 1079"authorities. Unlike cash and most digital currencies, Taler helps prevent "
1162"Taler helps prevent black markets. Taler is not suitable for\n" 1080"black markets. Taler is not suitable for illegal activities."
1163"illegal activities.\n"
1164msgstr "" 1081msgstr ""
1165 1082
1166#: index.html.j2:86 1083#: index.html.j2:86
1167msgid "" 1084msgid ""
1168"When you pay with Taler, your identity does not\n" 1085"When you pay with Taler, your identity does not have to be revealed. Just "
1169"have to be revealed. Just like\n" 1086"like payments in cash, nobody else can track how you spent your electronic "
1170"payments in cash, nobody else can track how you\n" 1087"money. However, you obtain a legally valid proof of payment."
1171"spent your electronic money. However, you obtain a\n"
1172"legally valid proof of payment.\n"
1173msgstr "" 1088msgstr ""
1174 1089
1175#: index.html.j2:100 1090#: index.html.j2:100
1176msgid "" 1091msgid ""
1177"Taler provides protocols and reference implementations that in\n" 1092"Taler provides protocols and reference implementations that in principle "
1178"principle enables anybody to run their own payment infrastructure,\n" 1093"enables anybody to run their own payment infrastructure, be it individuals, "
1179"be it individuals, organizations or whole countries. Since the\n" 1094"organizations or whole countries. Since the reference implementation is a <a "
1180"reference implementation is a <a href=\"http://www.gnu.org/\">GNU</a>\n" 1095"href=\"http://www.gnu.org/\">GNU</a> package, it will always remain free "
1181"package, it will always remain free software.\n" 1096"software."
1182msgstr "" 1097msgstr ""
1183 1098
1184#: index.html.j2:117 1099#: index.html.j2:117
@@ -1187,12 +1102,12 @@ msgstr ""
1187 1102
1188#: index.html.j2:118 1103#: index.html.j2:118
1189msgid "" 1104msgid ""
1190"<p>To pay with Taler, customers install an electronic wallet\n" 1105"<p>To pay with Taler, customers install an electronic wallet on their "
1191"on their device. Before the first payment, the wallet's balance must\n" 1106"device. Before the first payment, the wallet's balance must be charged in "
1192"be charged in the desired currency by some other means of payment.</p>\n" 1107"the desired currency by some other means of payment.</p> <p>Once the wallet "
1193"<p>Once the wallet is charged, payments on websites take only one click,\n" 1108"is charged, payments on websites take only one click, are never falsely "
1194"are never falsely rejected by fraud detection and do not pose any risk\n" 1109"rejected by fraud detection and do not pose any risk of phishing or identity "
1195"of phishing or identity theft.</p>\n" 1110"theft.</p>"
1196msgstr "" 1111msgstr ""
1197 1112
1198#: index.html.j2:128 1113#: index.html.j2:128
@@ -1201,11 +1116,11 @@ msgstr ""
1201 1116
1202#: index.html.j2:129 1117#: index.html.j2:129
1203msgid "" 1118msgid ""
1204"<p>To receive Taler payments, a merchant needs a bank account\n" 1119"<p>To receive Taler payments, a merchant needs a bank account in the desired "
1205"in the desired currency. We provide supporting software\n" 1120"currency. We provide supporting software in various programming languages to "
1206"in various programming languages to make the integration painless.\n" 1121"make the integration painless. The merchant's backend for Taler transaction "
1207"The merchant's backend for Taler transaction processing can run\n" 1122"processing can run on the merchant's premises or be hosted by a third party."
1208"on the merchant's premises or be hosted by a third party.</p>\n" 1123"</p>"
1209msgstr "" 1124msgstr ""
1210 1125
1211#: index.html.j2:145 1126#: index.html.j2:145
@@ -1222,10 +1137,8 @@ msgstr ""
1222 1137
1223#: investors.html.j2:9 1138#: investors.html.j2:9
1224msgid "" 1139msgid ""
1225"We have created a company, Taler Systems SA in\n" 1140"We have created a company, Taler Systems SA in Luxembourg.<br> Please "
1226"Luxembourg.<br>\n" 1141"contact <tt>invest@taler.net</tt> if you want to invest in Taler."
1227"Please contact <tt>invest@taler.net</tt>\n"
1228"if you want to invest in Taler.\n"
1229msgstr "" 1142msgstr ""
1230 1143
1231#: investors.html.j2:24 1144#: investors.html.j2:24
@@ -1234,21 +1147,18 @@ msgstr ""
1234 1147
1235#: investors.html.j2:27 1148#: investors.html.j2:27
1236msgid "" 1149msgid ""
1237"Our <a href=\"about.html\">team</a> combines world-class business " 1150"Our <a href=\"about.html\">team</a> combines world-class business leaders, "
1238"leaders,\n" 1151"cryptographers, software engineers, civil-rights activists and academics. We "
1239"cryptographers, software engineers, civil-rights\n" 1152"are unified by a vision of how payments should work and the goal of imposing "
1240"activists and academics. We are unified by a vision\n" 1153"this vision upon the world."
1241"of how payments should work and the goal of\n"
1242"imposing this vision upon the world.\n"
1243msgstr "" 1154msgstr ""
1244 1155
1245#: investors.html.j2:37 1156#: investors.html.j2:37
1246msgid "" 1157msgid ""
1247"We are currently supported by <a href=\"http://www.inria.fr/\">Inria</a>," 1158"We are currently supported by <a href=\"http://www.inria.fr/\">Inria</a>, "
1248" the French\n" 1159"the French national institute for research in informatics and automation, "
1249"national institute for research in informatics and\n" 1160"and the <a href=\"https://renewablefreedom.org/\">Renewable Freedom "
1250"automation, and the <a href=\"https://renewablefreedom.org/\">Renewable " 1161"Foundation</a>."
1251"Freedom Foundation</a>.\n"
1252msgstr "" 1162msgstr ""
1253 1163
1254#: investors.html.j2:45 1164#: investors.html.j2:45
@@ -1257,17 +1167,13 @@ msgstr ""
1257 1167
1258#: investors.html.j2:48 1168#: investors.html.j2:48
1259msgid "" 1169msgid ""
1260"All transactions in Taler are secured using <a " 1170"All transactions in Taler are secured using <a href=\"bibliography.html"
1261"href=\"bibliography.html\">modern\n" 1171"\">modern cryptography</a> and trust in all parties is minimized. Financial "
1262"cryptography</a> and trust in all parties is\n" 1172"damage is bounded (for customers, merchants and the exchange) even in the "
1263"minimized. Financial damage is bounded (for\n" 1173"case that systems are compromised and private keys are stolen. Databases can "
1264"customers, merchants and the exchange) even in the\n" 1174"be audited for consistency, resulting in either the detection of compromised "
1265"case that systems are compromised and private keys\n" 1175"systems or the demonstration that participants were honest. Actual "
1266"are stolen. Databases can be audited for\n" 1176"transaction costs are fractions of a cent."
1267"consistency, resulting in either the detection of\n"
1268"compromised systems or the demonstration that\n"
1269"participants were honest. Actual transaction costs\n"
1270"are fractions of a cent.\n"
1271msgstr "" 1177msgstr ""
1272 1178
1273#: investors.html.j2:63 1179#: investors.html.j2:63
@@ -1276,15 +1182,13 @@ msgstr ""
1276 1182
1277#: investors.html.j2:66 1183#: investors.html.j2:66
1278msgid "" 1184msgid ""
1279"The scalable business model for Taler is the operation\n" 1185"The scalable business model for Taler is the operation of the payment "
1280"of the payment service provider, which converts money from\n" 1186"service provider, which converts money from traditional payment systems "
1281"traditional payment systems (MasterCard, SEPA, UPI,\n" 1187"(MasterCard, SEPA, UPI, Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous "
1282"Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n" 1188"electronic coins in the same currency. The customer can then redeem the "
1283"electronic coins in the same currency. The customer\n" 1189"electronic coins at a merchant, who can exchange them for money represented "
1284"can then redeem the electronic coins at a merchant,\n" 1190"using traditional payment systems at the exchange. The exchange charges fees "
1285"who can exchange them for money represented using\n" 1191"to facilitate the transactions."
1286"traditional payment systems at the exchange. The\n"
1287"exchange charges fees to facilitate the transactions.\n"
1288msgstr "" 1192msgstr ""
1289 1193
1290#: investors.html.j2:85 1194#: investors.html.j2:85
@@ -1297,10 +1201,10 @@ msgstr ""
1297 1201
1298#: investors.html.j2:110 1202#: investors.html.j2:110
1299msgid "" 1203msgid ""
1300"The payment service operator runs the <em>Taler exchange</em>.\n" 1204"The payment service operator runs the <em>Taler exchange</em>. The exchange "
1301"The exchange charges <b>transaction fees</b> to customers or merchants.\n" 1205"charges <b>transaction fees</b> to customers or merchants. Its operational "
1302"Its operational expenses are from wire transfers with the banking\n" 1206"expenses are from wire transfers with the banking system and the operation "
1303"system and the operation of the computing infrastructure.\n" 1207"of the computing infrastructure."
1304msgstr "" 1208msgstr ""
1305 1209
1306#: investors.html.j2:120 1210#: investors.html.j2:120
@@ -1311,8 +1215,8 @@ msgstr ""
1311 1215
1312#: investors.html.j2:122 1216#: investors.html.j2:122
1313msgid "" 1217msgid ""
1314"Multiple Taler transactions can be aggregated into larger wire transfers " 1218"Multiple Taler transactions can be aggregated into larger wire transfers to "
1315"to merchants to minimize wire transfer costs." 1219"merchants to minimize wire transfer costs."
1316msgstr "" 1220msgstr ""
1317 1221
1318#: investors.html.j2:124 1222#: investors.html.j2:124
@@ -1335,11 +1239,10 @@ msgstr ""
1335 1239
1336#: merchants.html.j2:8 1240#: merchants.html.j2:8
1337msgid "" 1241msgid ""
1338"Taler is a cost-effective electronic payment system\n" 1242"Taler is a cost-effective electronic payment system which provides you with "
1339"which provides you with cryptographic proof that\n" 1243"cryptographic proof that the payment worked correctly within milliseconds. "
1340"the payment worked correctly within milliseconds.\n" 1244"Your Web customers pay with previously unknown levels of convenience without "
1341"Your Web customers pay with previously unknown\n" 1245"risk of fraud."
1342"levels of convenience without risk of fraud.\n"
1343msgstr "" 1246msgstr ""
1344 1247
1345#: merchants.html.j2:22 1248#: merchants.html.j2:22
@@ -1348,39 +1251,31 @@ msgstr ""
1348 1251
1349#: merchants.html.j2:25 1252#: merchants.html.j2:25
1350msgid "" 1253msgid ""
1351"Processing transactions with Taler is fast,\n" 1254"Processing transactions with Taler is fast, allowing you to confirm the "
1352"allowing you to confirm the transaction with your\n" 1255"transaction with your customer virtually immediately. Your customers will "
1353"customer virtually immediately. Your customers\n" 1256"appreciate that they do not have to type in credit card information and play "
1354"will appreciate that they do not have to type in\n" 1257"the &quot;verified by&quot; game. By making payments significantly more "
1355"credit card information and play the &quot;verified\n" 1258"convenient for your customers, you may be able to use Taler for small "
1356"by&quot; game. By making payments significantly\n" 1259"transactions that would not work with credit card payments due to the mental "
1357"more convenient for your customers, you may be able\n" 1260"overhead for customers."
1358"to use Taler for small transactions that would not\n"
1359"work with credit card payments due to the mental\n"
1360"overhead for customers.\n"
1361msgstr "" 1261msgstr ""
1362 1262
1363#: merchants.html.j2:44 1263#: merchants.html.j2:44
1364msgid "" 1264msgid ""
1365"You will have cryptographic proof of payment from the\n" 1265"You will have cryptographic proof of payment from the Taler payment service "
1366"Taler payment service provider. With Taler you never\n" 1266"provider. With Taler you never handle sensitive customer account information "
1367"handle sensitive customer account information and thus\n" 1267"and thus do not have to undergo any particular security audits (such as PCI "
1368"do not have to undergo any particular security audits\n" 1268"DSS). Your systems will have customer contracts with qualified signatures "
1369"(such as PCI DSS). Your systems will have customer\n" 1269"for all transactions which you can use in court in case of disputes."
1370"contracts with qualified signatures for all\n"
1371"transactions which you can use in court in case of\n"
1372"disputes.\n"
1373msgstr "" 1270msgstr ""
1374 1271
1375#: merchants.html.j2:61 1272#: merchants.html.j2:61
1376msgid "" 1273msgid ""
1377"Taler is free software, and you can use the\n" 1274"Taler is free software, and you can use the liberally-licensed reference "
1378"liberally-licensed reference code as a starting\n" 1275"code as a starting point to integrate Taler into your services. To use "
1379"point to integrate Taler into your services. To use\n" 1276"Taler, you do not need to pay license fees, and the free software "
1380"Taler, you do not need to pay license fees, and the\n" 1277"development model will ensure that you can select from many competing "
1381"free software development model will ensure that\n" 1278"integrators for support."
1382"you can select from many competing integrators for\n"
1383"support.\n"
1384msgstr "" 1279msgstr ""
1385 1280
1386#: merchants.html.j2:76 1281#: merchants.html.j2:76
@@ -1389,11 +1284,10 @@ msgstr ""
1389 1284
1390#: merchants.html.j2:79 1285#: merchants.html.j2:79
1391msgid "" 1286msgid ""
1392"Taler is uses efficient cryptographic constructions with low\n" 1287"Taler is uses efficient cryptographic constructions with low bandwidth and "
1393"bandwidth and storage requirements. Combined with Taler's strong\n" 1288"storage requirements. Combined with Taler's strong security which makes "
1394"security which makes fraud impossible, Taler payment service\n" 1289"fraud impossible, Taler payment service providers can operate with very low "
1395"providers can operate with very low overhead and\n" 1290"overhead and thus offer low transaction fees."
1396"thus offer low transaction fees.\n"
1397msgstr "" 1291msgstr ""
1398 1292
1399#: merchants.html.j2:89 1293#: merchants.html.j2:89
@@ -1402,10 +1296,9 @@ msgstr ""
1402 1296
1403#: merchants.html.j2:92 1297#: merchants.html.j2:92
1404msgid "" 1298msgid ""
1405"Taler can be used for different currencies (such as\n" 1299"Taler can be used for different currencies (such as Euros, US Dollars or "
1406"Euros, US Dollars or Bitcoins) and any amount, limited\n" 1300"Bitcoins) and any amount, limited only by applicable regulatation and what "
1407"only by applicable regulatation and what denominations\n" 1301"denominations the payment service provider supports."
1408"the payment service provider supports.\n"
1409msgstr "" 1302msgstr ""
1410 1303
1411#: merchants.html.j2:101 1304#: merchants.html.j2:101
@@ -1414,11 +1307,10 @@ msgstr ""
1414 1307
1415#: merchants.html.j2:104 1308#: merchants.html.j2:104
1416msgid "" 1309msgid ""
1417"Taler prevents tax evasion and money laundering.\n" 1310"Taler prevents tax evasion and money laundering. Taler's protocols are "
1418"Taler's protocols are efficient and do not use wasteful\n" 1311"efficient and do not use wasteful proof-of-work calculations. Taler "
1419"proof-of-work calculations. Taler encourages\n" 1312"encourages transparency by providing an open standard and free software "
1420"transparency by providing an open standard and free\n" 1313"reference implementations."
1421"software reference implementations.\n"
1422msgstr "" 1314msgstr ""
1423 1315
1424#: merchants.html.j2:119 1316#: merchants.html.j2:119
@@ -1447,28 +1339,24 @@ msgstr ""
1447 1339
1448#: merchants.html.j2:147 1340#: merchants.html.j2:147
1449msgid "" 1341msgid ""
1450"The backend <b>signs</b> and <b>stores</b> the\n" 1342"The backend <b>signs</b> and <b>stores</b> the complete terms of offers made "
1451"complete terms of offers made by the merchant to customers.\n" 1343"by the merchant to customers. For this, the merchant's frontend needs to "
1452"For this, the merchant's frontend needs to give the\n" 1344"give the customer's order in a JSON format to the backend."
1453"customer's order in a JSON format to the backend.\n"
1454msgstr "" 1345msgstr ""
1455 1346
1456#: merchants.html.j2:156 1347#: merchants.html.j2:156
1457msgid "" 1348msgid ""
1458"The backend <b>validates</b> payments received from\n" 1349"The backend <b>validates</b> payments received from the wallet and "
1459"the wallet and <b>executes</b> them with the Taler\n" 1350"<b>executes</b> them with the Taler payment service provider (the exchange). "
1460"payment service provider (the exchange). For this,\n" 1351"For this, the merchant's frontend must pass the payment request through to "
1461"the merchant's frontend must pass the payment\n" 1352"the Taler backend and check the HTTP status code that is returned."
1462"request through to the Taler backend and check the\n"
1463"HTTP status code that is returned.\n"
1464msgstr "" 1353msgstr ""
1465 1354
1466#: merchants.html.j2:167 1355#: merchants.html.j2:167
1467msgid "" 1356msgid ""
1468"The backend can <b>list</b> completed transactions\n" 1357"The backend can <b>list</b> completed transactions and <b>map</b> wire "
1469"and <b>map</b> wire transfers to sets of business\n" 1358"transfers to sets of business transactions, including the exact terms of "
1470"transactions, including the exact terms of each\n" 1359"each contract."
1471"contract.\n"
1472msgstr "" 1360msgstr ""
1473 1361
1474#: press.html.j2:4 1362#: press.html.j2:4
@@ -1482,211 +1370,3 @@ msgstr ""
1482#: common/base.j2:6 1370#: common/base.j2:6
1483msgid "Taxable Anonymous Libre Electronic Reserves" 1371msgid "Taxable Anonymous Libre Electronic Reserves"
1484msgstr "" 1372msgstr ""
1485
1486#~ msgid ""
1487#~ msgstr ""
1488
1489#~ msgid "Home"
1490#~ msgstr ""
1491
1492#~ msgid "Demo"
1493#~ msgstr ""
1494
1495#~ msgid "Operators"
1496#~ msgstr ""
1497
1498#~ msgid "About&nbsp;us"
1499#~ msgstr ""
1500
1501#~ msgid "Stability "
1502#~ msgstr ""
1503
1504#~ msgid "News"
1505#~ msgstr ""
1506
1507#~ msgid "Taler Web payments paper published."
1508#~ msgstr ""
1509
1510#~ msgid "More news »"
1511#~ msgstr ""
1512
1513#~ msgid "Taler technology: About taxability, change and privacy"
1514#~ msgstr ""
1515
1516#~ msgid "1-2017: Taler Documentation pages updated"
1517#~ msgstr ""
1518
1519#~ msgid "Operate a Taler exchange!"
1520#~ msgstr ""
1521
1522#~ msgid "Electronic payments for a liberal society!"
1523#~ msgstr ""
1524
1525#~ msgid "Anonymous"
1526#~ msgstr ""
1527
1528#~ msgid "Electronic"
1529#~ msgstr ""
1530
1531#~ msgid "Reserves"
1532#~ msgstr ""
1533
1534#~ msgid "Advantages for citizens"
1535#~ msgstr ""
1536
1537#~ msgid "Independent One-Click Payment!"
1538#~ msgstr ""
1539
1540#~ msgid "Advantages for merchants"
1541#~ msgstr ""
1542
1543#~ msgid "Advantages for governments"
1544#~ msgstr ""
1545
1546#~ msgid "Invest in GNU Taler!"
1547#~ msgstr ""
1548
1549#~ msgid "Business model"
1550#~ msgstr ""
1551
1552#~ msgid "Taler as seen by the exchange operator"
1553#~ msgstr ""
1554
1555#~ msgid "Taxable Anonymous Libre Electronic Reserves"
1556#~ msgstr ""
1557
1558#~ msgid "Independent One-Click Payments!"
1559#~ msgstr ""
1560
1561#~ msgid "<b>T</b>axable"
1562#~ msgstr ""
1563
1564#~ msgid "<b>A</b>nonymous"
1565#~ msgstr ""
1566
1567#~ msgid "<b>L</b>ibre"
1568#~ msgstr ""
1569
1570#~ msgid "<b>E</b>lectronic"
1571#~ msgstr ""
1572
1573#~ msgid "<b>R</b>eserves"
1574#~ msgstr ""
1575
1576#~ msgid "Latest Videos"
1577#~ msgstr ""
1578
1579#~ msgid "Florian Dold talks about Taler at 50p!"
1580#~ msgstr ""
1581
1582#~ msgid "Taler News"
1583#~ msgstr ""
1584
1585#~ msgid "Financial News"
1586#~ msgstr ""
1587
1588#~ msgid "en"
1589#~ msgstr ""
1590
1591#~ msgid "About us"
1592#~ msgstr ""
1593
1594#~ msgid "CFO"
1595#~ msgstr ""
1596
1597#~ msgid "Citizens"
1598#~ msgstr ""
1599
1600#~ msgid "Developers"
1601#~ msgstr ""
1602
1603#~ msgid "Governments"
1604#~ msgstr ""
1605
1606#~ msgid "Investors"
1607#~ msgstr ""
1608
1609#~ msgid "Merchants"
1610#~ msgstr ""
1611
1612#~ msgid "The GNU Taler merchant backend operator tutorial"
1613#~ msgstr ""
1614
1615#~ msgid "Wallet"
1616#~ msgstr ""
1617
1618#~ msgid "Taler as seen by customers"
1619#~ msgstr ""
1620
1621#~ msgid "Taler as seen by merchants"
1622#~ msgstr ""
1623
1624#~ msgid "Tax-friendly"
1625#~ msgstr ""
1626
1627#~ msgid "Open access (PSD2): Taler provides an open standard with public APIs"
1628#~ msgstr ""
1629
1630#~ msgid "Taler complies with regulation"
1631#~ msgstr ""
1632
1633#~ msgid "Open access (PSD2)"
1634#~ msgstr ""
1635
1636#~ msgid "Taler as seen by governments"
1637#~ msgstr ""
1638
1639#~ msgid "Previous"
1640#~ msgstr ""
1641
1642#~ msgid "Next"
1643#~ msgstr ""
1644
1645#~ msgid "Accept and validate deposits from merchants."
1646#~ msgstr ""
1647
1648#~ msgid "Taler as seen by the payment service operator"
1649#~ msgstr ""
1650
1651#~ msgid "Financial risk is bounded even if keys are compromised."
1652#~ msgstr ""
1653
1654#~ msgid "The mailinglist"
1655#~ msgstr ""
1656
1657#~ msgid "Security"
1658#~ msgstr ""
1659
1660#~ msgid "Privacy"
1661#~ msgstr ""
1662
1663#~ msgid "Convenience"
1664#~ msgstr ""
1665
1666#~ msgid "Stability"
1667#~ msgstr ""
1668
1669#~ msgid "Anti-money laundering (AML)"
1670#~ msgstr ""
1671
1672#~ msgid "Know-your-customer (KYC)"
1673#~ msgstr ""
1674
1675#~ msgid "Privacy-by-design (GDPR)"
1676#~ msgstr ""
1677
1678#~ msgid "Competitive banking (PSD2)"
1679#~ msgstr ""
1680
1681#~ msgid "Security-focused"
1682#~ msgstr ""
1683
1684#~ msgid "Privacy-friendly"
1685#~ msgstr ""
1686
1687#~ msgid "Free Software"
1688#~ msgstr ""
1689
1690#~ msgid "Low Fees"
1691#~ msgstr ""
1692
diff --git a/locale/es/LC_MESSAGES/messages.po b/locale/es/LC_MESSAGES/messages.po
index cb6a6c43..277fc5f1 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/LC_MESSAGES/messages.po
@@ -1,18 +1,18 @@
1
2msgid "" 1msgid ""
3msgstr "" 2msgstr ""
4"Project-Id-Version: PROJECT VERSION\n" 3"Project-Id-Version: PROJECT VERSION\n"
5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 4"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
6"POT-Creation-Date: 2017-05-23 10:32+0200\n" 5"POT-Creation-Date: 2017-06-05 16:54+0200\n"
7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 6"PO-Revision-Date: 2017-06-03 14:51+0200\n"
8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 7"Last-Translator: \n"
9"Language: es\n"
10"Language-Team: es <LL@li.org>\n" 8"Language-Team: es <LL@li.org>\n"
11"Plural-Forms: nplurals=2; plural=(n!=1)\n" 9"Language: es\n"
12"MIME-Version: 1.0\n" 10"MIME-Version: 1.0\n"
13"Content-Type: text/plain; charset=utf-8\n" 11"Content-Type: text/plain; charset=UTF-8\n"
14"Content-Transfer-Encoding: 8bit\n" 12"Content-Transfer-Encoding: 8bit\n"
13"Plural-Forms: nplurals=2; plural=(n!=1);\n"
15"Generated-By: Babel 2.3.4\n" 14"Generated-By: Babel 2.3.4\n"
15"X-Generator: Poedit 1.8.11\n"
16 16
17#: about.html.j2:8 17#: about.html.j2:8
18#, fuzzy 18#, fuzzy
@@ -20,14 +20,13 @@ msgid ""
20"GNU maintainer. Network security &amp; privacy researcher. Software " 20"GNU maintainer. Network security &amp; privacy researcher. Software "
21"architect." 21"architect."
22msgstr "" 22msgstr ""
23"Megalómano local. Es decir, ¿quién querría crear un nuevo sistema de " 23"Megalómano local. Es decir, ¿quién querría crear un nuevo sistema de pagos y "
24"pagos y un nuevo Internet?" 24"un nuevo Internet?"
25 25
26#: about.html.j2:13 26#: about.html.j2:13
27#, fuzzy
28msgid "" 27msgid ""
29"Entrepreneur, Investor, Fortune 100 CIO, IT company director in different" 28"Entrepreneur, Investor, Fortune 100 CIO, IT company director in different "
30" industries, …." 29"industries, …."
31msgstr "" 30msgstr ""
32 31
33#: about.html.j2:20 32#: about.html.j2:20
@@ -50,12 +49,10 @@ msgid "PhD Student, TU Munich. Currently teaching."
50msgstr "Mayormente inofensivo" 49msgstr "Mayormente inofensivo"
51 50
52#: about.html.j2:42 51#: about.html.j2:42
53#, fuzzy
54msgid "PhD Student, Inria.." 52msgid "PhD Student, Inria.."
55msgstr "" 53msgstr ""
56 54
57#: about.html.j2:47 about.html.j2:62 55#: about.html.j2:47 about.html.j2:62
58#, fuzzy
59msgid "Software engineer." 56msgid "Software engineer."
60msgstr "" 57msgstr ""
61 58
@@ -79,12 +76,10 @@ msgid "Translator (Italian)"
79msgstr "Traductoras" 76msgstr "Traductoras"
80 77
81#: about.html.j2:82 78#: about.html.j2:82
82#, fuzzy
83msgid "Hardware security module" 79msgid "Hardware security module"
84msgstr "" 80msgstr ""
85 81
86#: about.html.j2:86 82#: about.html.j2:86
87#, fuzzy
88msgid "Risk management" 83msgid "Risk management"
89msgstr "" 84msgstr ""
90 85
@@ -92,11 +87,9 @@ msgstr ""
92#, fuzzy 87#, fuzzy
93msgid "PhD student, TU Munich. Currently teaching." 88msgid "PhD student, TU Munich. Currently teaching."
94msgstr "" 89msgstr ""
95"Linux, FreeBSD, sitios web y el gobierno en las sombras, en su tiempo " 90"Linux, FreeBSD, sitios web y el gobierno en las sombras, en su tiempo libre."
96"libre."
97 91
98#: about.html.j2:96 92#: about.html.j2:96
99#, fuzzy
100msgid "Software engineer. Works on Android wallet." 93msgid "Software engineer. Works on Android wallet."
101msgstr "" 94msgstr ""
102 95
@@ -127,11 +120,9 @@ msgstr ""
127 120
128#: citizens.html.j2:9 121#: citizens.html.j2:9
129msgid "" 122msgid ""
130"Taler largely functions like digital cash. You\n" 123"Taler largely functions like digital cash. You withdraw money from your bank "
131"withdraw money from your bank account into your\n" 124"account into your electronic wallet, and can henceforth spend digital cash. "
132"electronic wallet, and can henceforth spend digital\n" 125"The electronic wallet can carry multiple currencies."
133"cash. The electronic wallet can carry multiple\n"
134"currencies.\n"
135msgstr "" 126msgstr ""
136 127
137#: citizens.html.j2:25 governments.html.j2:58 index.html.j2:56 128#: citizens.html.j2:25 governments.html.j2:58 index.html.j2:56
@@ -141,12 +132,10 @@ msgstr "Seguro"
141 132
142#: citizens.html.j2:27 133#: citizens.html.j2:27
143msgid "" 134msgid ""
144"Taler uses modern cryptography, ensuring that there\n" 135"Taler uses modern cryptography, ensuring that there is no counterfeit. Your "
145"is no counterfeit. Your digital wallet is safer\n" 136"digital wallet is safer than your physical wallet. At most, you can lose its "
146"than your physical wallet. At most, you can lose\n" 137"contents because your computer or mobile is irreparably damaged or "
147"its contents because your computer or mobile is\n" 138"compromised. Unlike a physical wallet, you can make backups to secure "
148"irreparably damaged or compromised. Unlike a\n"
149"physical wallet, you can make backups to secure\n"
150"against data loss." 139"against data loss."
151msgstr "" 140msgstr ""
152 141
@@ -156,12 +145,10 @@ msgstr ""
156 145
157#: citizens.html.j2:39 146#: citizens.html.j2:39
158msgid "" 147msgid ""
159"Your transactions are private, neither the payment\n" 148"Your transactions are private, neither the payment service provider nor "
160"service provider nor merchant needs to learn your\n" 149"merchant needs to learn your identity. There is no need to give out credit "
161"identity. There is no need to give out credit card\n" 150"card numbers or other sensitive information. The merchant will only be able "
162"numbers or other sensitive information. The merchant\n" 151"to do exactly the transaction you agreed to."
163"will only be able to do exactly the transaction you\n"
164"agreed to."
165msgstr "" 152msgstr ""
166 153
167#: citizens.html.j2:50 154#: citizens.html.j2:50
@@ -170,11 +157,10 @@ msgstr ""
170 157
171#: citizens.html.j2:52 158#: citizens.html.j2:52
172msgid "" 159msgid ""
173"You will be able to withdraw money to replenish the\n" 160"You will be able to withdraw money to replenish the digital coins in your "
174"digital coins in your wallet using your credit card\n" 161"wallet using your credit card or wire transfers. Afterwards you can pay with "
175"or wire transfers. Afterwards you can pay with\n" 162"one-click using the Taler wallet, which optionally keeps your transaction "
176"one-click using the Taler wallet, which optionally\n" 163"history on your computer."
177"keeps your transaction history on your computer."
178msgstr "" 164msgstr ""
179 165
180#: citizens.html.j2:61 index.html.j2:42 166#: citizens.html.j2:61 index.html.j2:42
@@ -183,13 +169,10 @@ msgstr ""
183 169
184#: citizens.html.j2:63 170#: citizens.html.j2:63
185msgid "" 171msgid ""
186"Coins in your digital wallet will be of the same\n" 172"Coins in your digital wallet will be of the same denomination as the cash in "
187"denomination as the cash in your physical wallet.\n" 173"your physical wallet. Taler is not a crypto-currency, so you do not have to "
188"Taler is not a crypto-currency, so you do not have\n" 174"worry about cryto-currency related value fluctuations. Banking with Taler is "
189"to worry about cryto-currency related value\n" 175"subject to the usual government protections for financial services."
190"fluctuations. Banking with Taler is subject to the\n"
191"usual government protections for financial\n"
192"services."
193msgstr "" 176msgstr ""
194 177
195#: citizens.html.j2:79 178#: citizens.html.j2:79
@@ -198,10 +181,9 @@ msgstr ""
198 181
199#: citizens.html.j2:81 182#: citizens.html.j2:81
200msgid "" 183msgid ""
201"We currently provide a <a href=\"wallet.html\">wallet browser " 184"We currently provide a <a href=\"wallet.html\">wallet browser extension</a> "
202"extension</a> for Chromium, Chrome, Firefox, Opera\n" 185"for Chromium, Chrome, Firefox, Opera and Edge. Wallets for mobile phones and "
203"and Edge. Wallets for mobile phones and other platforms will be " 186"other platforms will be available in the future."
204"available in the future.\n"
205msgstr "" 187msgstr ""
206 188
207#: citizens.html.j2:88 189#: citizens.html.j2:88
@@ -210,8 +192,8 @@ msgstr ""
210 192
211#: citizens.html.j2:90 193#: citizens.html.j2:90
212msgid "" 194msgid ""
213"You can see how Taler works in practice by visiting our <a " 195"You can see how Taler works in practice by visiting our <a href=\"https://"
214"href=\"https://demo.taler.net\">demo page</a>.\n" 196"demo.taler.net\">demo page</a>."
215msgstr "" 197msgstr ""
216 198
217#: citizens.html.j2:103 199#: citizens.html.j2:103
@@ -219,39 +201,32 @@ msgid "The Taler Wallet for customers"
219msgstr "" 201msgstr ""
220 202
221#: citizens.html.j2:105 203#: citizens.html.j2:105
222msgid "" 204msgid "Customers interact with the Taler system using the Taler wallet:"
223"Customers interact with the Taler system using\n"
224"the Taler wallet:"
225msgstr "" 205msgstr ""
226 206
227#: citizens.html.j2:110 207#: citizens.html.j2:110
228msgid "" 208msgid ""
229"To <b>withdraw</b> electronic coins, the customer\n" 209"To <b>withdraw</b> electronic coins, the customer transfers funds from his "
230"transfers funds from his bank account to the Taler\n" 210"bank account to the Taler payment service provider (the exchange). The wire "
231"payment service provider (the exchange). The wire\n" 211"transfer subject must match a code identifying the customer's wallet. After "
232"transfer subject must match a code identifying the\n" 212"the wire transfer is complete, the wallet will automatically withdraw the "
233"customer's wallet. After the wire transfer is\n"
234"complete, the wallet will automatically withdraw the\n"
235"coins from the exchange." 213"coins from the exchange."
236msgstr "" 214msgstr ""
237 215
238#: citizens.html.j2:118 216#: citizens.html.j2:118
239msgid "" 217msgid ""
240"To <b>spend</b> electronic coins, a merchant must\n" 218"To <b>spend</b> electronic coins, a merchant must cause the wallet to "
241"cause the wallet to display a proposal for some\n" 219"display a proposal for some purchase. The wallet will ask the customer for "
242"purchase. The wallet will ask the customer for\n" 220"one-click confirmation. Payment is then instant. Transaction histories and "
243"one-click confirmation. Payment is then instant.\n" 221"digitally signed contracts can be preserved by the wallet."
244"Transaction histories and digitally signed contracts\n"
245"can be preserved by the wallet."
246msgstr "" 222msgstr ""
247 223
248#: citizens.html.j2:125 224#: citizens.html.j2:125
249msgid "" 225msgid ""
250"The customer can use the wallet to <b>review</b> his\n" 226"The customer can use the wallet to <b>review</b> his balance. The wallet can "
251"balance. The wallet can contain different\n" 227"contain different currencies, and may be shared across devices. Customers "
252"currencies, and may be shared across\n" 228"can make backups of the wallet to secure its contents against hardware "
253"devices. Customers can make backups of the wallet to\n" 229"failures."
254"secure its contents against hardware failures."
255msgstr "" 230msgstr ""
256 231
257#: contact.html.j2:6 232#: contact.html.j2:6
@@ -264,12 +239,10 @@ msgstr ""
264 239
265#: contact.html.j2:15 240#: contact.html.j2:15
266msgid "" 241msgid ""
267"An archived, public mailing list for GNU Taler is\n" 242"An archived, public mailing list for GNU Taler is hosted at <a href="
268"hosted at\n" 243"\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/"
269"<a " 244"mailman/listinfo/taler</a>. You can send messages to the list at <a href="
270"href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>." 245"\"mailto:taler@gnu.org\">taler@gnu.org</a>."
271" You can send messages to the list\n"
272"at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
273msgstr "" 246msgstr ""
274 247
275#: contact.html.j2:25 248#: contact.html.j2:25
@@ -278,9 +251,8 @@ msgstr ""
278 251
279#: contact.html.j2:27 252#: contact.html.j2:27
280msgid "" 253msgid ""
281"Team members are generally reachable at\n" 254"Team members are generally reachable at <tt>LASTNAME@taler.net</tt>. All of "
282"<tt>LASTNAME@taler.net</tt>. All of us\n" 255"us support receiving GnuPG encrypted e-mails."
283"support receiving GnuPG encrypted e-mails.\n"
284msgstr "" 256msgstr ""
285 257
286#: contact.html.j2:36 258#: contact.html.j2:36
@@ -289,11 +261,9 @@ msgstr ""
289 261
290#: contact.html.j2:38 262#: contact.html.j2:38
291msgid "" 263msgid ""
292"We track open feature requests and bugs in our\n" 264"We track open feature requests and bugs in our <a href=\"https://gnunet.org/"
293"<a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n" 265"bugs/\">Bug tracker</a>, which is shared with the GNUnet project. You can "
294"which is shared with the GNUnet project.\n" 266"also report bugs or feature requests to the mailing list."
295"You can also report bugs or feature requests to the\n"
296"mailing list.\n"
297msgstr "" 267msgstr ""
298 268
299#: contact.html.j2:49 269#: contact.html.j2:49
@@ -302,8 +272,38 @@ msgstr ""
302 272
303#: contact.html.j2:51 273#: contact.html.j2:51
304msgid "" 274msgid ""
305"For non-technical commercial requests, please contact\n" 275"For non-technical commercial requests, please contact <tt>ceo AT taler.net</"
306"<tt>ceo AT taler.net</tt>.\n" 276"tt>."
277msgstr ""
278
279#: copyright.html.j2:6
280msgid "Copyright Assignment"
281msgstr ""
282
283#: copyright.html.j2:8
284msgid ""
285"<p>Contributors to GNU Taler with Git access must sign the <a href=\"/pdf/"
286"copyright.pdf\">copyright assignment</a> to ensure that the <a href="
287"\"https://gnunet.org/git/gnunet-ev.git/tree/gnunet_taler_agreement.tex"
288"\">GNUnet e.V. --- Taler Systems SA agreement on licensing and collaborative "
289"development</a> of the GNUnet and GNU Taler projects is satisfied.</p>"
290msgstr ""
291
292#: copyright.html.j2:17
293msgid ""
294"<p>The agreements ensure that the code will continue to be made available "
295"under free software licenses, but gives developers the freedom to move code "
296"between GNUnet and GNU Taler without worrying about licenses and the company "
297"the ability to dual-license (for example, so that we can distribute via App-"
298"stores that are hostile to free software).</p>"
299msgstr ""
300
301#: copyright.html.j2:25
302msgid ""
303"<p>Minor contributions (basically, anyone without Git access) do not require "
304"copyright assignment. Pseudonymous contributions are accepted, in this case "
305"simply sign the agreement with your pseudonym. Scanned copies are "
306"sufficient, but snail mail is preferred.</p>"
307msgstr "" 307msgstr ""
308 308
309#: developers.html.j2:5 309#: developers.html.j2:5
@@ -316,17 +316,14 @@ msgstr "Libre"
316 316
317#: developers.html.j2:15 317#: developers.html.j2:15
318msgid "" 318msgid ""
319"GNU Taler is free software implementing an open\n" 319"GNU Taler is free software implementing an open protocol. Anybody is welcome "
320"protocol. Anybody is welcome to integrate our reference\n" 320"to integrate our reference implementation into their applications. Different "
321"implementation into their applications. Different\n" 321"components of Taler are being made available under different licenses. The "
322"components of Taler are being made available under\n" 322"Affero GPLv3+ is used for the exchange, the LGPLv3+ is used for reference "
323"different licenses. The Affero GPLv3+ is used for the\n" 323"code demonstrating integration with merchant platforms, and licenses like "
324"exchange, the LGPLv3+ is used for reference code\n" 324"GPLv3+ are used for wallets and related customer-facing software. We are "
325"demonstrating integration with merchant platforms, and\n" 325"open for constructive suggestions for maximizing the adoption of this "
326"licenses like GPLv3+ are used for\n" 326"payment platform."
327"wallets and related customer-facing software. We are\n"
328"open for constructive suggestions for maximizing the\n"
329"adoption of this payment platform.\n"
330msgstr "" 327msgstr ""
331 328
332#: developers.html.j2:32 329#: developers.html.j2:32
@@ -335,18 +332,14 @@ msgstr " Basado en REST"
335 332
336#: developers.html.j2:35 333#: developers.html.j2:35
337msgid "" 334msgid ""
338"Taler is designed to work on the Internet. To\n" 335"Taler is designed to work on the Internet. To ensure that Taler payments can "
339"ensure that Taler payments can work with\n" 336"work with restrictive network setups, Taler uses a RESTful protocol over "
340"restrictive network setups, Taler uses a RESTful\n" 337"HTTP or HTTPS. Taler's security does not depend upon the use of HTTPS, but "
341"protocol over HTTP or HTTPS. Taler's security does\n" 338"obviously merchants may choose to offer HTTPS for consistency and because it "
342"not depend upon the use of HTTPS, but obviously\n" 339"generally is better for privacy compared to HTTP. Taler uses JSON to encode "
343"merchants may choose to offer HTTPS for consistency\n" 340"structure data, making it easy to integrate Taler with existing Web "
344"and because it generally is better for privacy\n" 341"applications. Taler's protocol is documented in detail at <a href=\"https://"
345"compared to HTTP. Taler uses JSON to encode\n" 342"api.taler.net/\">api.taler.net</a>."
346"structure data, making it easy to integrate Taler\n"
347"with existing Web applications. Taler's protocol\n"
348"is documented in\n"
349"detail at <a href=\"https://api.taler.net/\">api.taler.net</a>.\n"
350msgstr "" 343msgstr ""
351 344
352#: developers.html.j2:58 345#: developers.html.j2:58
@@ -355,15 +348,13 @@ msgstr "Código"
355 348
356#: developers.html.j2:61 349#: developers.html.j2:61
357msgid "" 350msgid ""
358"Taler is currently primarily developed by a\n" 351"Taler is currently primarily developed by a research team at <a href="
359"research team at <a href=\"http://www.inria.fr/\">Inria</a> and\n" 352"\"http://www.inria.fr/\">Inria</a> and <a href=\"https://gnunet.org/"
360"<a href=\"https://gnunet.org/\">GNUnet</a>. However,\n" 353"\">GNUnet</a>. However, contributions from anyone are welcome. Our Git "
361"contributions from anyone are welcome. Our Git\n" 354"repositories can be cloned using the Git and HTTP access methods against "
362"repositories can be cloned using the Git and HTTP\n" 355"<tt>git.taler.net</tt> with the name of the respective repository. A list of "
363"access methods against <tt>git.taler.net</tt> with\n" 356"repositories can be found in our <a href=\"https://git.taler.net/\">GitWeb</"
364"the name of the respective repository. A list of\n" 357"a>."
365"repositories can be found in\n"
366"our <a href=\"https://git.taler.net/\">GitWeb</a>.\n"
367msgstr "" 358msgstr ""
368 359
369#: developers.html.j2:75 360#: developers.html.j2:75
@@ -372,11 +363,10 @@ msgstr "Documentación"
372 363
373#: developers.html.j2:78 364#: developers.html.j2:78
374msgid "" 365msgid ""
375"In addition to this website, the <a\n" 366"In addition to this website, the <a href=\"https://git.taler.net/"
376"href=\"https://git.taler.net/\">documented code</a> and\n" 367"\">documented code</a> and the <a href=\"https://api.taler.net/\">API "
377"the <a href=\"https://api.taler.net/\">API\n" 368"documentation</a>. Technical papers can be found in our <a href="
378"documentation</a>. Technical papers can be found in\n" 369"\"bibliography.html\">bibliography</a>."
379"our <a href=\"bibliography.html\">bibliography</a>.\n"
380msgstr "" 370msgstr ""
381 371
382#: developers.html.j2:88 372#: developers.html.j2:88
@@ -385,11 +375,9 @@ msgstr "Debates"
385 375
386#: developers.html.j2:91 376#: developers.html.j2:91
387msgid "" 377msgid ""
388"We have a mailing list for developer discussions.\n" 378"We have a mailing list for developer discussions. You can subscribe to or "
389"You can subscribe to or read the list archive at\n" 379"read the list archive at <a href=\"http://lists.gnu.org/mailman/listinfo/"
390"<a " 380"taler\">http://lists.gnu.org/mailman/listinfo/taler</a>."
391"href=\"http://lists.gnu.org/mailman/listinfo/taler\">http://lists.gnu.org/mailman/listinfo/taler</a>."
392"\n"
393msgstr "" 381msgstr ""
394 382
395#: developers.html.j2:101 383#: developers.html.j2:101
@@ -398,10 +386,9 @@ msgstr "Pruebas de regresión"
398 386
399#: developers.html.j2:104 387#: developers.html.j2:104
400msgid "" 388msgid ""
401"We have <a href=\"https://buildbot.net/\">Buildbot</a>\n" 389"We have <a href=\"https://buildbot.net/\">Buildbot</a> automation tests to "
402"automation tests to detect regressions and check for\n" 390"detect regressions and check for portability at <a href=\"https://buildbot."
403"portability at <a\n" 391"taler.net/\">buildbot.taler.net</a>."
404"href=\"https://buildbot.taler.net/\">buildbot.taler.net</a>.\n"
405msgstr "" 392msgstr ""
406 393
407#: developers.html.j2:113 394#: developers.html.j2:113
@@ -410,11 +397,9 @@ msgstr "Análisis de cobertura de código"
410 397
411#: developers.html.j2:116 398#: developers.html.j2:116
412msgid "" 399msgid ""
413"We use\n" 400"We use <a href=\"http://ltp.sourceforge.net/coverage/lcov.php\">LCOV</a> to "
414"<a href=\"http://ltp.sourceforge.net/coverage/lcov.php\">LCOV</a>\n" 401"analyze the code coverage of our tests, the results are available at <a href="
415"to analyze the code coverage of our tests, the\n" 402"\"https://lcov.taler.net/\">lcov.taler.net</a>."
416"results are available\n"
417"at <a href=\"https://lcov.taler.net/\">lcov.taler.net</a>.\n"
418msgstr "" 403msgstr ""
419 404
420#: developers.html.j2:126 405#: developers.html.j2:126
@@ -423,11 +408,9 @@ msgstr "Performance"
423 408
424#: developers.html.j2:129 409#: developers.html.j2:129
425msgid "" 410msgid ""
426"We\n" 411"We use <a href=\"https://gnunet.org/gauger\">Gauger</a> for performance "
427"use <a href=\"https://gnunet.org/gauger\">Gauger</a>\n" 412"regression analysis of the exchange backend at <a href=\"https://gauger."
428"for performance regression analysis of the exchange\n" 413"taler.net/\">gauger.taler.net</a>."
429"backend\n"
430"at <a href=\"https://gauger.taler.net/\">gauger.taler.net</a>.\n"
431msgstr "" 414msgstr ""
432 415
433#: developers.html.j2:145 416#: developers.html.j2:145
@@ -436,120 +419,86 @@ msgstr "Diagrama general del sistema Taler"
436 419
437#: developers.html.j2:148 420#: developers.html.j2:148
438msgid "" 421msgid ""
439"The Taler system consists of protocols executed among\n" 422"The Taler system consists of protocols executed among a number of actors as "
440"a number of actors as illustrated in the illustration on the right.\n" 423"illustrated in the illustration on the right. Typical transactions involve "
441"Typical transactions involve the following steps:\n" 424"the following steps:"
442msgstr "" 425msgstr ""
443 426
444#: developers.html.j2:158 427#: developers.html.j2:158
445msgid "" 428msgid ""
446"A customer instructs his <b>bank</b> to\n" 429"A customer instructs his <b>bank</b> to transfer funds from his account to "
447"transfer funds from his account to the Taler\n" 430"the Taler exchange (top left). In the subject of the transaction, he "
448"exchange (top left). In the subject of the\n" 431"includes an authentication token from his electronic <b>wallet</b>. In Taler "
449"transaction, he includes an authentication\n" 432"terminology, the customer creates a reserve at the exchange."
450"token from his electronic <b>wallet</b>. In\n"
451"Taler terminology, the customer creates a\n"
452"reserve at the exchange.\n"
453msgstr "" 433msgstr ""
454 434
455#: developers.html.j2:170 435#: developers.html.j2:170
456msgid "" 436msgid ""
457"Once the exchange has received the wire\n" 437"Once the exchange has received the wire transfer, it allows the customer's "
458"transfer, it allows the customer's electronic\n" 438"electronic wallet to <b>withdraw</b> electronic coins. The electronic coins "
459"wallet to <b>withdraw</b> electronic coins.\n" 439"are digital representations of the original currency from the transfer. It "
460"The electronic coins are digital\n" 440"is important to note that the exchange does not learn the &quot;serial "
461"representations of the original currency from\n" 441"numbers&quot; of the coins created in this process, so it cannot tell later "
462"the transfer. It is important to note that the\n" 442"which customer purchased what at which merchant. The use of Taler does not "
463"exchange does not learn the &quot;serial\n" 443"change the currency or the total value of the funds (except for fees which "
464"numbers&quot; of the coins created in this\n" 444"the exchange may charge for the service)."
465"process, so it cannot tell later which customer\n"
466"purchased what at which merchant. The use of\n"
467"Taler does not change the currency or the total\n"
468"value of the funds (except for fees which the\n"
469"exchange may charge for the service).\n"
470msgstr "" 445msgstr ""
471 446
472#: developers.html.j2:188 447#: developers.html.j2:188
473msgid "" 448msgid ""
474"Once the customer has the digital coins in his\n" 449"Once the customer has the digital coins in his wallet, the wallet can be "
475"wallet, the wallet can be used to <b>spend</b>\n" 450"used to <b>spend</b> the coins with merchant portals that support the Taler "
476"the coins with merchant portals that support\n" 451"payment system and accept the respective exchange as a business partner "
477"the Taler payment system and accept the\n" 452"(bottom arrow). This creates a digital contract signed by the customer's "
478"respective exchange as a business partner\n" 453"coins and the merchant. If necessary, the customer can later use this "
479"(bottom arrow). This creates a digital contract\n" 454"digitally signed contract in a court of law to prove the exact terms of the "
480"signed by the customer's coins and the\n" 455"contract and that he paid the respective amount. The customer does not learn "
481"merchant. If necessary, the customer can later\n" 456"the banking details of the merchant, and Taler does not require the merchant "
482"use this digitally signed contract in a court\n" 457"to learn the identity of the customer. Naturally, the customer can spend any "
483"of law to prove the exact terms of the contract\n" 458"fraction of his digital coins (the system takes care of customers getting "
484"and that he paid the respective amount. The\n" 459"change)."
485"customer does not learn the banking details of\n"
486"the merchant, and Taler does not require the\n"
487"merchant to learn the identity of the\n"
488"customer. Naturally, the customer can spend any\n"
489"fraction of his digital coins (the system takes\n"
490"care of customers getting change).\n"
491msgstr "" 460msgstr ""
492 461
493#: developers.html.j2:210 462#: developers.html.j2:210
494msgid "" 463msgid ""
495"Merchants receiving digital\n" 464"Merchants receiving digital coins <b>deposit</b> the respective claims that "
496"coins <b>deposit</b> the respective claims\n" 465"resulted from the contract signing with the customer at the exchange to "
497"that resulted from the contract signing with\n" 466"redeem the coins. The deposit step does not reveal the details of the "
498"the customer at the exchange to redeem the\n" 467"contract between the customer and the merchant or the identity of the "
499"coins. The deposit step does not reveal the\n" 468"customer to the exchange in any way. However, the exchange does learn the "
500"details of the contract between the customer\n" 469"identity of the merchant via the provided bank routing information. The "
501"and the merchant or the identity of the\n" 470"merchant can, for example when compelled by the state for taxation, provide "
502"customer to the exchange in any way. However,\n" 471"information linking the individual deposit to the respective contract signed "
503"the exchange does learn the identity of the\n" 472"by the customer. Thus, the exchange's database allows the state to enforce "
504"merchant via the provided bank routing\n" 473"that merchants pay applicable taxes (and do not engage in illegal contracts)."
505"information. The merchant can, for example\n"
506"when compelled by the state for taxation,\n"
507"provide information linking the individual\n"
508"deposit to the respective contract signed by\n"
509"the customer. Thus, the exchange's database\n"
510"allows the state to enforce that merchants pay\n"
511"applicable taxes (and do not engage in illegal\n"
512"contracts).\n"
513msgstr "" 474msgstr ""
514 475
515#: developers.html.j2:233 476#: developers.html.j2:233
516msgid "" 477msgid ""
517"Finally, the exchange transfers funds\n" 478"Finally, the exchange transfers funds corresponding to the digital coins "
518"corresponding to the digital coins redeemed by\n" 479"redeemed by the merchants to the merchant's <b>bank</b> account. The "
519"the merchants to the merchant's <b>bank</b>\n" 480"exchange may combine multiple small transactions into one larger bank "
520"account. The exchange may combine multiple\n" 481"transfer. The merchant can query the exchange about the relationship between "
521"small transactions into one larger bank\n" 482"the bank transfers and the individual claims that were deposited."
522"transfer. The merchant can query the exchange\n"
523"about the relationship between the bank\n"
524"transfers and the individual claims that were\n"
525"deposited.\n"
526msgstr "" 483msgstr ""
527 484
528#: developers.html.j2:247 485#: developers.html.j2:247
529msgid "" 486msgid ""
530"Most importantly, the exchange keeps\n" 487"Most importantly, the exchange keeps cryptographic proofs that allow it to "
531"cryptographic proofs that allow it to\n" 488"demonstrate that it is operating correctly to third parties. The system "
532"demonstrate that it is operating correctly to\n" 489"requires an external <b>auditor</b>, such as a government-appointed "
533"third parties. The system requires an\n" 490"financial regulatory body, to frequently verify the exchange's databases and "
534"external <b>auditor</b>, such as a\n" 491"check that its bank balance matches the total value of the remaining coins "
535"government-appointed financial regulatory body,\n" 492"in circulation."
536"to frequently verify the exchange's databases\n"
537"and check that its bank balance matches the\n"
538"total value of the remaining coins in\n"
539"circulation.\n"
540msgstr "" 493msgstr ""
541 494
542#: developers.html.j2:262 495#: developers.html.j2:262
543msgid "" 496msgid ""
544"Without the auditor, the exchange operators\n" 497"Without the auditor, the exchange operators could embezzle funds they are "
545"could embezzle funds they are holding in\n" 498"holding in reserve. Customers and merchants cannot cheat each other or the "
546"reserve. Customers and merchants cannot cheat\n" 499"exchange. If any party's computers are compromised, the financial damage is "
547"each other or the exchange. If any party's\n" 500"limited to the respective party and proportional to the funds they have in "
548"computers are compromised, the financial damage\n" 501"circulation during the period of the compromise."
549"is limited to the respective party and\n"
550"proportional to the funds they have in\n"
551"circulation during the period of the\n"
552"compromise.\n"
553msgstr "" 502msgstr ""
554 503
555#: faq.html.j2:5 504#: faq.html.j2:5
@@ -558,17 +507,16 @@ msgstr ""
558 507
559#: faq.html.j2:6 508#: faq.html.j2:6
560msgid "" 509msgid ""
561"<p>Taler does not use any Blockchain technology or Bitcoin directly.\n" 510"<p>Taler does not use any Blockchain technology or Bitcoin directly. Taler "
562"Taler is not based on proof-of-work or any other distributed consensus\n" 511"is not based on proof-of-work or any other distributed consensus mechanism. "
563"mechanism. Instead Taler is based on blind signatures.</p>\n" 512"Instead Taler is based on blind signatures.</p>"
564msgstr "" 513msgstr ""
565 514
566#: faq.html.j2:11 515#: faq.html.j2:11
567msgid "" 516msgid ""
568"<p>It would be possible, however, to withdraw coins denominated in\n" 517"<p>It would be possible, however, to withdraw coins denominated in Bitcoin "
569"Bitcoin into a Taler wallet (with an appropriate exchange), which\n" 518"into a Taler wallet (with an appropriate exchange), which would give some "
570"would give some benefits over plain Bitcoin, such as instant\n" 519"benefits over plain Bitcoin, such as instant confirmation times.</p>"
571"confirmation times.</p>\n"
572msgstr "" 520msgstr ""
573 521
574#: faq.html.j2:18 522#: faq.html.j2:18
@@ -577,9 +525,9 @@ msgstr ""
577 525
578#: faq.html.j2:19 526#: faq.html.j2:19
579msgid "" 527msgid ""
580"<p>Your wallet stores digital coins and thus ultimately your computer\n" 528"<p>Your wallet stores digital coins and thus ultimately your computer holds "
581"holds your balance. The exchange keeps funds matching all unspent\n" 529"your balance. The exchange keeps funds matching all unspent coins in an "
582"coins in an escrow bank account.</p>\n" 530"escrow bank account.</p>"
583msgstr "" 531msgstr ""
584 532
585#: faq.html.j2:25 533#: faq.html.j2:25
@@ -588,16 +536,15 @@ msgstr ""
588 536
589#: faq.html.j2:26 537#: faq.html.j2:26
590msgid "" 538msgid ""
591"<p>Since the digital coins of value in your wallet are anonymized, the\n" 539"<p>Since the digital coins of value in your wallet are anonymized, the "
592"exchange can not assist you in recovering a lost or stolen wallet.\n" 540"exchange can not assist you in recovering a lost or stolen wallet. Just like "
593"Just like with a physical wallet for cash, you are responsible for\n" 541"with a physical wallet for cash, you are responsible for keeping it safe.</p>"
594"keeping it safe.</p>\n"
595msgstr "" 542msgstr ""
596 543
597#: faq.html.j2:32 544#: faq.html.j2:32
598msgid "" 545msgid ""
599"<p>The risk of losing a wallet can be mitigated by making backups or\n" 546"<p>The risk of losing a wallet can be mitigated by making backups or keeping "
600"keeping the balance reasonably low.</p>\n" 547"the balance reasonably low.</p>"
601msgstr "" 548msgstr ""
602 549
603#: faq.html.j2:37 550#: faq.html.j2:37
@@ -606,9 +553,9 @@ msgstr ""
606 553
607#: faq.html.j2:38 554#: faq.html.j2:38
608msgid "" 555msgid ""
609"<p>In case of a compromise of one of your devices, an attacker can\n" 556"<p>In case of a compromise of one of your devices, an attacker can spend "
610"spend coins from your wallet. Checking your balance might reveal\n" 557"coins from your wallet. Checking your balance might reveal to you that your "
611"to you that your device has been compromised.</p>\n" 558"device has been compromised.</p>"
612msgstr "" 559msgstr ""
613 560
614#: faq.html.j2:44 561#: faq.html.j2:44
@@ -617,15 +564,15 @@ msgstr ""
617 564
618#: faq.html.j2:45 565#: faq.html.j2:45
619msgid "" 566msgid ""
620"<p>If your friend provides goods or services for you in exchange for a\n" 567"<p>If your friend provides goods or services for you in exchange for a "
621"payment, they can easily set up a Taler merchant and receive the\n" 568"payment, they can easily set up a Taler merchant and receive the payment in "
622"payment in their bank account.</p>\n" 569"their bank account.</p>"
623msgstr "" 570msgstr ""
624 571
625#: faq.html.j2:50 572#: faq.html.j2:50
626msgid "" 573msgid ""
627"<p>Future versions of the Taler wallet may allow exchanging coins\n" 574"<p>Future versions of the Taler wallet may allow exchanging coins among "
628"among friends directly as well.</p>\n" 575"friends directly as well.</p>"
629msgstr "" 576msgstr ""
630 577
631#: faq.html.j2:56 578#: faq.html.j2:56
@@ -634,12 +581,12 @@ msgstr ""
634 581
635#: faq.html.j2:57 582#: faq.html.j2:57
636msgid "" 583msgid ""
637"<p>Taler wallets can store digital coins corresponding to multiple\n" 584"<p>Taler wallets can store digital coins corresponding to multiple different "
638"different currencies such as the Euro, US Dollars or Bitcoins.</p>\n" 585"currencies such as the Euro, US Dollars or Bitcoins.</p>"
639msgstr "" 586msgstr ""
640 587
641#: faq.html.j2:61 588#: faq.html.j2:61
642msgid "<p>Taler currently does not offer conversion between currencies.</p>\n" 589msgid "<p>Taler currently does not offer conversion between currencies.</p>"
643msgstr "" 590msgstr ""
644 591
645#: faq.html.j2:65 592#: faq.html.j2:65
@@ -648,12 +595,10 @@ msgstr ""
648 595
649#: faq.html.j2:66 596#: faq.html.j2:66
650msgid "" 597msgid ""
651"<p>Your wallet stores digital coins that are <a\n" 598"<p>Your wallet stores digital coins that are <a href=\"https://en.wikipedia."
652"href=\"https://en.wikipedia.org/wiki/Blind_signature\">blindly\n" 599"org/wiki/Blind_signature\">blindly signed</a> by an exchange. The use of a "
653"signed</a> by an exchange. The use of a blind signature protects your\n" 600"blind signature protects your privacy as it prevents the exchange from "
654"privacy as it prevents the exchange from knowing which coin it signed\n" 601"knowing which coin it signed for which customer.</p>"
655"for which customer.</p>\n"
656"\n"
657msgstr "" 602msgstr ""
658 603
659#: glossary.html.j2:6 604#: glossary.html.j2:6
@@ -662,8 +607,7 @@ msgstr ""
662 607
663#: glossary.html.j2:8 608#: glossary.html.j2:8
664msgid "" 609msgid ""
665"trusted third party that verifies that the `exchange` is operating " 610"trusted third party that verifies that the `exchange` is operating correctly"
666"correctly\n"
667msgstr "" 611msgstr ""
668 612
669#: glossary.html.j2:12 613#: glossary.html.j2:12
@@ -672,8 +616,8 @@ msgstr ""
672 616
673#: glossary.html.j2:14 617#: glossary.html.j2:14
674msgid "" 618msgid ""
675"traditional financial service provider who offers wire `transfers` " 619"traditional financial service provider who offers wire `transfers` between "
676"between accounts\n" 620"accounts"
677msgstr "" 621msgstr ""
678 622
679#: glossary.html.j2:18 623#: glossary.html.j2:18
@@ -683,7 +627,7 @@ msgstr ""
683#: glossary.html.j2:20 627#: glossary.html.j2:20
684msgid "" 628msgid ""
685"coins are individual token representing a certain amount of value, also " 629"coins are individual token representing a certain amount of value, also "
686"known as the `denomination` of the coin\n" 630"known as the `denomination` of the coin"
687msgstr "" 631msgstr ""
688 632
689#: glossary.html.j2:24 633#: glossary.html.j2:24
@@ -691,7 +635,7 @@ msgid "contract"
691msgstr "" 635msgstr ""
692 636
693#: glossary.html.j2:26 637#: glossary.html.j2:26
694msgid "the proposal signed by the wallet.\n" 638msgid "the proposal signed by the wallet."
695msgstr "" 639msgstr ""
696 640
697#: glossary.html.j2:30 641#: glossary.html.j2:30
@@ -700,8 +644,7 @@ msgstr ""
700 644
701#: glossary.html.j2:32 645#: glossary.html.j2:32
702msgid "" 646msgid ""
703"unit of currency, specifies both the currency and the face value of a " 647"unit of currency, specifies both the currency and the face value of a `coin`"
704"`coin`\n"
705msgstr "" 648msgstr ""
706 649
707#: glossary.html.j2:36 650#: glossary.html.j2:36
@@ -710,8 +653,8 @@ msgstr ""
710 653
711#: glossary.html.j2:38 654#: glossary.html.j2:38
712msgid "" 655msgid ""
713"RSA key used by the exchange to certify that a given `coin` is valid and " 656"RSA key used by the exchange to certify that a given `coin` is valid and of "
714"of a particular `denomination`\n" 657"a particular `denomination`"
715msgstr "" 658msgstr ""
716 659
717#: glossary.html.j2:42 660#: glossary.html.j2:42
@@ -721,8 +664,7 @@ msgstr ""
721#: glossary.html.j2:44 664#: glossary.html.j2:44
722msgid "" 665msgid ""
723"operation by which a merchant passes coins to an exchange, expecting the " 666"operation by which a merchant passes coins to an exchange, expecting the "
724"exchange to credit his `bank` account in the future using a wire " 667"exchange to credit his `bank` account in the future using a wire `transfer`"
725"`transfer`\n"
726msgstr "" 668msgstr ""
727 669
728#: glossary.html.j2:48 670#: glossary.html.j2:48
@@ -731,10 +673,9 @@ msgstr ""
731 673
732#: glossary.html.j2:50 674#: glossary.html.j2:50
733msgid "" 675msgid ""
734"a `coin` is dirty if its public key may be known to an entity other than " 676"a `coin` is dirty if its public key may be known to an entity other than the "
735"the customer, thereby creating the danger of some entity being able to " 677"customer, thereby creating the danger of some entity being able to link "
736"link multiple transactions of coin's owner if the coin is not refreshed " 678"multiple transactions of coin's owner if the coin is not refreshed first"
737"first\n"
738msgstr "" 679msgstr ""
739 680
740#: glossary.html.j2:54 681#: glossary.html.j2:54
@@ -743,8 +684,8 @@ msgstr ""
743 684
744#: glossary.html.j2:56 685#: glossary.html.j2:56
745msgid "" 686msgid ""
746"Taler's payment service provider. Issues eletronic `coins` during " 687"Taler's payment service provider. Issues eletronic `coins` during "
747"`withdrawal` and redeems them when they are `deposited` by merchants.\n" 688"`withdrawal` and redeems them when they are `deposited` by merchants."
748msgstr "" 689msgstr ""
749 690
750#: glossary.html.j2:60 691#: glossary.html.j2:60
@@ -752,7 +693,7 @@ msgid "extension"
752msgstr "" 693msgstr ""
753 694
754#: glossary.html.j2:62 695#: glossary.html.j2:62
755msgid "implementation of a `wallet` for browsers\n" 696msgid "implementation of a `wallet` for browsers"
756msgstr "" 697msgstr ""
757 698
758#: glossary.html.j2:66 699#: glossary.html.j2:66
@@ -760,7 +701,7 @@ msgid "fresh coin"
760msgstr "" 701msgstr ""
761 702
762#: glossary.html.j2:68 703#: glossary.html.j2:68
763msgid "a `coin` is fresh if its public key is only known to the customer\n" 704msgid "a `coin` is fresh if its public key is only known to the customer"
764msgstr "" 705msgstr ""
765 706
766#: glossary.html.j2:72 707#: glossary.html.j2:72
@@ -769,8 +710,8 @@ msgstr ""
769 710
770#: glossary.html.j2:74 711#: glossary.html.j2:74
771msgid "" 712msgid ""
772"offline key used by the exchange to certify denomination keys and message" 713"offline key used by the exchange to certify denomination keys and message "
773" signing keys\n" 714"signing keys"
774msgstr "" 715msgstr ""
775 716
776#: glossary.html.j2:78 717#: glossary.html.j2:78
@@ -778,7 +719,7 @@ msgid "message signing key"
778msgstr "" 719msgstr ""
779 720
780#: glossary.html.j2:80 721#: glossary.html.j2:80
781msgid "key used by the exchange to sign online messages, other than coins\n" 722msgid "key used by the exchange to sign online messages, other than coins"
782msgstr "" 723msgstr ""
783 724
784#: glossary.html.j2:84 725#: glossary.html.j2:84
@@ -788,15 +729,11 @@ msgstr ""
788#: glossary.html.j2:86 729#: glossary.html.j2:86
789msgid "" 730msgid ""
790"specification of the details of a transaction, specifies the payment " 731"specification of the details of a transaction, specifies the payment "
791"obligations\n" 732"obligations for the customer (i.e. the amount), the deliverables of the "
792"for the customer (i.e. the amount), the deliverables of the merchant and " 733"merchant and other related information, such as deadlines or locations; "
793"other\n" 734"However, it lacks some information that the backend is supposed to provide. "
794"related information, such as deadlines or locations; However, it lacks " 735"In other words, after the backend adds the missing information to the offer "
795"some\n" 736"and signs it, it becomes a proposal."
796"information that the backend is supposed to provide.\n"
797"In other words, after the backend adds the missing information to the "
798"offer and\n"
799"signs it, it becomes a proposal.\n"
800msgstr "" 737msgstr ""
801 738
802#: glossary.html.j2:95 739#: glossary.html.j2:95
@@ -804,7 +741,7 @@ msgid "owner"
804msgstr "" 741msgstr ""
805 742
806#: glossary.html.j2:97 743#: glossary.html.j2:97
807msgid "a `coin` is owned by the entity that knows the private key of the coin\n" 744msgid "a `coin` is owned by the entity that knows the private key of the coin"
808msgstr "" 745msgstr ""
809 746
810#: glossary.html.j2:101 747#: glossary.html.j2:101
@@ -814,7 +751,7 @@ msgstr ""
814#: glossary.html.j2:103 751#: glossary.html.j2:103
815msgid "" 752msgid ""
816"message that cryptographically demonstrates that a particular claim is " 753"message that cryptographically demonstrates that a particular claim is "
817"correct\n" 754"correct"
818msgstr "" 755msgstr ""
819 756
820#: glossary.html.j2:107 757#: glossary.html.j2:107
@@ -822,7 +759,7 @@ msgid "proposal"
822msgstr "" 759msgstr ""
823 760
824#: glossary.html.j2:109 761#: glossary.html.j2:109
825msgid "a sketch that has been completed and signed by the merchant backend.\n" 762msgid "a sketch that has been completed and signed by the merchant backend."
826msgstr "" 763msgstr ""
827 764
828#: glossary.html.j2:113 765#: glossary.html.j2:113
@@ -832,8 +769,8 @@ msgstr ""
832#: glossary.html.j2:115 769#: glossary.html.j2:115
833msgid "" 770msgid ""
834"funds set aside for future use; either the balance of a customer at the " 771"funds set aside for future use; either the balance of a customer at the "
835"exchange ready for `withdrawal`, or the funds kept in the exchange's bank" 772"exchange ready for `withdrawal`, or the funds kept in the exchange's bank "
836" account to cover obligations from coins in circulation\n" 773"account to cover obligations from coins in circulation"
837msgstr "" 774msgstr ""
838 775
839#: glossary.html.j2:119 776#: glossary.html.j2:119
@@ -842,8 +779,8 @@ msgstr ""
842 779
843#: glossary.html.j2:121 780#: glossary.html.j2:121
844msgid "" 781msgid ""
845"operation by which a `dirty` `coin` is converted into one or more `fresh`" 782"operation by which a `dirty` `coin` is converted into one or more `fresh` "
846" coins\n" 783"coins"
847msgstr "" 784msgstr ""
848 785
849#: glossary.html.j2:125 786#: glossary.html.j2:125
@@ -853,8 +790,8 @@ msgstr ""
853#: glossary.html.j2:127 790#: glossary.html.j2:127
854msgid "" 791msgid ""
855"operation by which a merchant steps back from the right to funds that he " 792"operation by which a merchant steps back from the right to funds that he "
856"obtained from a `deposit` operation, giving the right to the funds back " 793"obtained from a `deposit` operation, giving the right to the funds back to "
857"to the customer\n" 794"the customer"
858msgstr "" 795msgstr ""
859 796
860#: glossary.html.j2:131 797#: glossary.html.j2:131
@@ -864,8 +801,7 @@ msgstr ""
864#: glossary.html.j2:133 801#: glossary.html.j2:133
865msgid "" 802msgid ""
866"users can share ownership of a `coin` by sharing access to the coin's " 803"users can share ownership of a `coin` by sharing access to the coin's "
867"private key, thereby allowing all co-owners to spend the coin at any " 804"private key, thereby allowing all co-owners to spend the coin at any time."
868"time.\n"
869msgstr "" 805msgstr ""
870 806
871#: glossary.html.j2:137 807#: glossary.html.j2:137
@@ -873,7 +809,7 @@ msgid "signing key"
873msgstr "" 809msgstr ""
874 810
875#: glossary.html.j2:139 811#: glossary.html.j2:139
876msgid "see message signing key.\n" 812msgid "see message signing key."
877msgstr "" 813msgstr ""
878 814
879#: glossary.html.j2:143 815#: glossary.html.j2:143
@@ -882,8 +818,8 @@ msgstr ""
882 818
883#: glossary.html.j2:145 819#: glossary.html.j2:145
884msgid "" 820msgid ""
885"operation by which a customer gives a merchant the right to `deposit` " 821"operation by which a customer gives a merchant the right to `deposit` coins "
886"coins in return for merchandise\n" 822"in return for merchandise"
887msgstr "" 823msgstr ""
888 824
889#: glossary.html.j2:149 825#: glossary.html.j2:149
@@ -891,7 +827,7 @@ msgid "transfer"
891msgstr "" 827msgstr ""
892 828
893#: glossary.html.j2:151 829#: glossary.html.j2:151
894msgid "method of sending funds between `bank` accounts\n" 830msgid "method of sending funds between `bank` accounts"
895msgstr "" 831msgstr ""
896 832
897#: glossary.html.j2:155 833#: glossary.html.j2:155
@@ -901,7 +837,7 @@ msgstr ""
901#: glossary.html.j2:157 837#: glossary.html.j2:157
902msgid "" 838msgid ""
903"method by which ownership is exclusively transferred from one entity to " 839"method by which ownership is exclusively transferred from one entity to "
904"another\n" 840"another"
905msgstr "" 841msgstr ""
906 842
907#: glossary.html.j2:161 843#: glossary.html.j2:161
@@ -909,7 +845,7 @@ msgid "transaction id"
909msgstr "" 845msgstr ""
910 846
911#: glossary.html.j2:163 847#: glossary.html.j2:163
912msgid "unique number by which a merchant identifies a `transaction`\n" 848msgid "unique number by which a merchant identifies a `transaction`"
913msgstr "" 849msgstr ""
914 850
915#: glossary.html.j2:167 851#: glossary.html.j2:167
@@ -918,8 +854,7 @@ msgstr ""
918 854
919#: glossary.html.j2:169 855#: glossary.html.j2:169
920msgid "" 856msgid ""
921"software running on a customer's computer; withdraws, stores and spends " 857"software running on a customer's computer; withdraws, stores and spends coins"
922"coins\n"
923msgstr "" 858msgstr ""
924 859
925#: glossary.html.j2:173 860#: glossary.html.j2:173
@@ -927,7 +862,7 @@ msgid "wire transfer"
927msgstr "" 862msgstr ""
928 863
929#: glossary.html.j2:175 864#: glossary.html.j2:175
930msgid "see `transfer`\n" 865msgid "see `transfer`"
931msgstr "" 866msgstr ""
932 867
933#: glossary.html.j2:179 868#: glossary.html.j2:179
@@ -936,8 +871,8 @@ msgstr ""
936 871
937#: glossary.html.j2:181 872#: glossary.html.j2:181
938msgid "" 873msgid ""
939"subject of a wire `transfer`; usually a random string to uniquely " 874"subject of a wire `transfer`; usually a random string to uniquely identify "
940"identify the `transfer`\n" 875"the `transfer`"
941msgstr "" 876msgstr ""
942 877
943#: glossary.html.j2:185 878#: glossary.html.j2:185
@@ -946,8 +881,7 @@ msgstr ""
946 881
947#: glossary.html.j2:187 882#: glossary.html.j2:187
948msgid "" 883msgid ""
949"operation by which a `wallet` can convert funds from a reserve to fresh " 884"operation by which a `wallet` can convert funds from a reserve to fresh coins"
950"coins\n"
951msgstr "" 885msgstr ""
952 886
953#: governments.html.j2:6 887#: governments.html.j2:6
@@ -956,13 +890,11 @@ msgstr ""
956 890
957#: governments.html.j2:8 891#: governments.html.j2:8
958msgid "" 892msgid ""
959"Taler provides accountability to ensure business operate\n" 893"Taler provides accountability to ensure business operate legally, while also "
960"legally, while also respecting civil liberties of\n" 894"respecting civil liberties of citizens. Taler is a payment system based on "
961"citizens. Taler is a payment system based on\n" 895"open standards and free software. Taler needs governments as they set a "
962"open standards and free software. Taler needs\n" 896"financial framework and act as trusted regulators. Taler contributes to "
963"governments as they set a financial framework and act as\n" 897"digital sovereignty in the critical financial infrastructure."
964"trusted regulators. Taler contributes to digital\n"
965"sovereignty in the critical financial infrastructure.\n"
966msgstr "" 898msgstr ""
967 899
968#: governments.html.j2:25 index.html.j2:71 900#: governments.html.j2:25 index.html.j2:71
@@ -971,51 +903,43 @@ msgstr "Imponible"
971 903
972#: governments.html.j2:28 904#: governments.html.j2:28
973msgid "" 905msgid ""
974"Taler was built with the goal of fighting corruption and\n" 906"Taler was built with the goal of fighting corruption and supporting "
975"supporting taxation. With Taler, the receiver of any\n" 907"taxation. With Taler, the receiver of any form of payment is easily "
976"form of payment is easily identified by the government,\n" 908"identified by the government, and the merchant can be compelled to provide "
977"and the merchant can be compelled to provide the contract\n" 909"the contract that was accepted by the customer. Governments can use this "
978"that was accepted by the customer. Governments can use\n" 910"data to tax businesses and individuals based on their income, making tax "
979"this data to tax businesses and individuals based on\n" 911"evasion and black markets less viable."
980"their income, making tax evasion and black markets less\n"
981"viable.\n"
982msgstr "" 912msgstr ""
983 913
984#: governments.html.j2:41 914#: governments.html.j2:41
985msgid "" 915msgid ""
986"Thus, despite offering anonymity for citizens spending\n" 916"Thus, despite offering anonymity for citizens spending digital cash to buy "
987"digital cash to buy goods and services, Taler also\n" 917"goods and services, Taler also ensures that the state can observe incoming "
988"ensures that the state can observe incoming funds. This\n" 918"funds. This can be used to ensure businesses engage only in legal "
989"can be used to ensure businesses engage only in legal\n" 919"activities, and do not evade income tax, sales tax or value-added tax. "
990"activities, and do not evade income tax, sales tax or\n" 920"However, this observational capability does not extend to the immediate "
991"value-added tax. However, this observational capability\n" 921"personal domain. In particular, monitoring does not cover shared access to "
992"does not extend to the immediate personal domain. In\n" 922"funds with trusted friends and family, or synchronizing wallets across "
993"particular, monitoring does not cover shared access to\n" 923"multiple devices."
994"funds with trusted friends and family, or synchronizing\n"
995"wallets across multiple devices.\n"
996msgstr "" 924msgstr ""
997 925
998#: governments.html.j2:61 926#: governments.html.j2:61
999msgid "" 927msgid ""
1000"Taler's payments are cryptographically secured. Thus,\n" 928"Taler's payments are cryptographically secured. Thus, customers, merchants "
1001"customers, merchants and the Taler payment service provider\n" 929"and the Taler payment service provider (the exchange) can mathematically "
1002"(the exchange) can mathematically\n" 930"demonstrate their lawful behavior in court in case of disputes. Financial "
1003"demonstrate their lawful behavior in court in case of\n" 931"damages are strictly limited, improving economic security for individuals, "
1004"disputes. Financial damages are strictly limited,\n" 932"merchants, the exchange and the state."
1005"improving economic security for individuals, merchants,\n"
1006"the exchange and the state.\n"
1007msgstr "" 933msgstr ""
1008 934
1009#: governments.html.j2:73 935#: governments.html.j2:73
1010msgid "" 936msgid ""
1011"As a payment service provider, the Taler exchange is\n" 937"As a payment service provider, the Taler exchange is subject to financial "
1012"subject to financial regulation. Financial regulation and\n" 938"regulation. Financial regulation and regular audits are critical to "
1013"regular audits are critical to establish trust. In\n" 939"establish trust. In particular, the Taler design mandates the existence of "
1014"particular, the Taler design mandates the existence of an\n" 940"an independent auditor who checks cryptographic proofs that accumulate at "
1015"independent auditor who checks cryptographic proofs that\n" 941"the exchange to ensure that the escrow account is managed honestly. This "
1016"accumulate at the exchange to ensure that the escrow\n" 942"ensures that the exchange does not threaten the economy due to fraud."
1017"account is managed honestly. This ensures that the\n"
1018"exchange does not threaten the economy due to fraud.\n"
1019msgstr "" 943msgstr ""
1020 944
1021#: governments.html.j2:88 index.html.j2:97 945#: governments.html.j2:88 index.html.j2:97
@@ -1024,10 +948,9 @@ msgstr "Libre"
1024 948
1025#: governments.html.j2:91 949#: governments.html.j2:91
1026msgid "" 950msgid ""
1027"Taler is free software implementing an open protocol\n" 951"Taler is free software implementing an open protocol standard. Thus, Taler "
1028"standard. Thus, Taler will enable competition and avoid\n" 952"will enable competition and avoid the monopolization of payment systems that "
1029"the monopolization of payment systems that threatens\n" 953"threatens global political and financial stability today."
1030"global political and financial stability today.\n"
1031msgstr "" 954msgstr ""
1032 955
1033#: governments.html.j2:101 956#: governments.html.j2:101
@@ -1036,11 +959,9 @@ msgstr "Eficiente"
1036 959
1037#: governments.html.j2:104 960#: governments.html.j2:104
1038msgid "" 961msgid ""
1039"Taler has an efficient design. Unlike\n" 962"Taler has an efficient design. Unlike Blockchain-based payment systems, such "
1040"Blockchain-based payment systems, such as Bitcoin,\n" 963"as Bitcoin, Taler will not threaten the availability of national electric "
1041"Taler will not threaten the availability of\n" 964"grids or (significantly) contribute to environmental pollution."
1042"national electric grids or (significantly)\n"
1043"contribute to environmental pollution.\n"
1044msgstr "" 965msgstr ""
1045 966
1046#: governments.html.j2:120 967#: governments.html.j2:120
@@ -1053,8 +974,8 @@ msgstr ""
1053 974
1054#: governments.html.j2:123 975#: governments.html.j2:123
1055msgid "" 976msgid ""
1056"With Taler, income is visible and can be tied to the contract signed by " 977"With Taler, income is visible and can be tied to the contract signed by both "
1057"both parties." 978"parties."
1058msgstr "" 979msgstr ""
1059 980
1060#: governments.html.j2:124 981#: governments.html.j2:124
@@ -1063,8 +984,8 @@ msgstr ""
1063 984
1064#: governments.html.j2:125 985#: governments.html.j2:125
1065msgid "" 986msgid ""
1066"In Taler, payer and payee are known by their bank accounts when " 987"In Taler, payer and payee are known by their bank accounts when withdrawing "
1067"withdrawing or depositing coins respectively" 988"or depositing coins respectively"
1068msgstr "" 989msgstr ""
1069 990
1070#: governments.html.j2:126 991#: governments.html.j2:126
@@ -1073,8 +994,8 @@ msgstr ""
1073 994
1074#: governments.html.j2:127 995#: governments.html.j2:127
1075msgid "" 996msgid ""
1076"Taler cryptographically protects citizen's privacy, and by design " 997"Taler cryptographically protects citizen's privacy, and by design implements "
1077"implements data minimization and privacy by default." 998"data minimization and privacy by default."
1078msgstr "" 999msgstr ""
1079 1000
1080#: governments.html.j2:128 1001#: governments.html.j2:128
@@ -1093,41 +1014,36 @@ msgstr ""
1093 1014
1094#: governments.html.j2:140 1015#: governments.html.j2:140
1095msgid "" 1016msgid ""
1096"Taler assumes governments can observe traditional wire transfers\n" 1017"Taler assumes governments can observe traditional wire transfers entering "
1097"entering and leaving the Taler payment system. Starting with the\n" 1018"and leaving the Taler payment system. Starting with the wire transfers, "
1098"wire transfers, governments can obtain:\n" 1019"governments can obtain:"
1099msgstr "" 1020msgstr ""
1100 1021
1101#: governments.html.j2:148 1022#: governments.html.j2:148
1102msgid "" 1023msgid ""
1103"The total amount of digital currency withdrawn by a\n" 1024"The total amount of digital currency withdrawn by a customer. The government "
1104"customer. The government can impose limits on how much\n" 1025"can impose limits on how much digital cash a customer can withdraw within a "
1105"digital cash a customer can withdraw within a\n" 1026"given time frame."
1106"given time frame.\n"
1107msgstr "" 1027msgstr ""
1108 1028
1109#: governments.html.j2:157 1029#: governments.html.j2:157
1110msgid "" 1030msgid "The income received by any merchant via the Taler system."
1111"The income received by any merchant via the Taler\n"
1112"system.\n"
1113msgstr "" 1031msgstr ""
1114 1032
1115#: governments.html.j2:164 1033#: governments.html.j2:164
1116msgid "" 1034msgid ""
1117"The exact details of the underlying contract that was\n" 1035"The exact details of the underlying contract that was signed between "
1118"signed between customer and merchant. However, this\n" 1036"customer and merchant. However, this information would typically not include "
1119"information would typically not include the identity\n" 1037"the identity of the customer."
1120"of the customer.\n"
1121msgstr "" 1038msgstr ""
1122 1039
1123#: governments.html.j2:174 1040#: governments.html.j2:174
1124msgid "" 1041msgid ""
1125"The amounts of digital coins legitimately withdrawn\n" 1042"The amounts of digital coins legitimately withdrawn by customers from the "
1126"by customers from the exchange, the value of\n" 1043"exchange, the value of non-redeemed digital coins in customer's wallets, the "
1127"non-redeemed digital coins in customer's wallets, the\n" 1044"value and corresponding wire details of deposit operations performed by "
1128"value and corresponding wire details of deposit\n" 1045"merchants with the exchange, and the income of the exchange from transaction "
1129"operations performed by merchants with the exchange,\n" 1046"fees."
1130"and the income of the exchange from transaction fees.\n"
1131msgstr "" 1047msgstr ""
1132 1048
1133#: index.html.j2:10 1049#: index.html.j2:10
@@ -1136,12 +1052,11 @@ msgstr ""
1136 1052
1137#: index.html.j2:13 1053#: index.html.j2:13
1138msgid "" 1054msgid ""
1139"GNU Taler is an electronic payment system under development at\n" 1055"GNU Taler is an electronic payment system under development at <a href="
1140"<a href=\"http://www.inria.fr/\">Inria</a>. We expect to make it\n" 1056"\"http://www.inria.fr/\">Inria</a>. We expect to make it operational in "
1141"operational in 2017. You can learn about Taler on this website,\n" 1057"2017. You can learn about Taler on this website, try the <a href=\"https://"
1142"try the <a href=\"https://demo.taler.net\">demo</a> and look at\n" 1058"demo.taler.net\">demo</a> and look at our <a href=\"https://docs.taler.net"
1143"our <a href=\"https://docs.taler.net\">developer</a> and <a\n" 1059"\">developer</a> and <a href=\"https://api.taler.net\">API</a> documentation."
1144"href=\"https://api.taler.net\">API</a> documentation.\n"
1145msgstr "" 1060msgstr ""
1146 1061
1147#: index.html.j2:29 1062#: index.html.j2:29
@@ -1150,53 +1065,47 @@ msgstr ""
1150 1065
1151#: index.html.j2:32 1066#: index.html.j2:32
1152msgid "" 1067msgid ""
1153"Taler is easy to integrate with existing Web\n" 1068"Taler is easy to integrate with existing Web applications. Payments are "
1154"applications. Payments are cryptographically\n" 1069"cryptographically secured and are confirmed within milliseconds with "
1155"secured and are confirmed within milliseconds with\n" 1070"extremely low transaction costs."
1156"extremely low transaction costs.\n"
1157msgstr "" 1071msgstr ""
1158 1072
1159#: index.html.j2:45 1073#: index.html.j2:45
1160msgid "" 1074msgid ""
1161"Taler does not introduce a new currency. Taler\n" 1075"Taler does not introduce a new currency. Taler uses a digital wallet storing "
1162"uses a digital wallet storing coins and payment service\n" 1076"coins and payment service providers with escrow accounts in existing "
1163"providers with escrow accounts in existing currencies.\n" 1077"currencies. Thus, Taler's cryptographic coins correspond to existing "
1164"Thus, Taler's cryptographic coins correspond to existing\n" 1078"currencies, such as US Dollars, Euros or even Bitcoins."
1165"currencies, such as US Dollars, Euros or even Bitcoins.\n"
1166msgstr "" 1079msgstr ""
1167 1080
1168#: index.html.j2:59 1081#: index.html.j2:59
1169msgid "" 1082msgid ""
1170"By design Taler does not suffer from many classes\n" 1083"By design Taler does not suffer from many classes of security problems such "
1171"of security problems such as phishing or counterfeit.\n" 1084"as phishing or counterfeit. Thanks to its security features, Taler never "
1172"Thanks to its security features, Taler never rejects a legitimate\n" 1085"rejects a legitimate customer due to a fraud-detection false positive."
1173"customer due to a fraud-detection false positive.\n"
1174msgstr "" 1086msgstr ""
1175 1087
1176#: index.html.j2:74 1088#: index.html.j2:74
1177msgid "" 1089msgid ""
1178"When using Taler, merchant's revenue is transparent for tax\n" 1090"When using Taler, merchant's revenue is transparent for tax collection "
1179"collection authorities. Unlike cash and most digital currencies,\n" 1091"authorities. Unlike cash and most digital currencies, Taler helps prevent "
1180"Taler helps prevent black markets. Taler is not suitable for\n" 1092"black markets. Taler is not suitable for illegal activities."
1181"illegal activities.\n"
1182msgstr "" 1093msgstr ""
1183 1094
1184#: index.html.j2:86 1095#: index.html.j2:86
1185msgid "" 1096msgid ""
1186"When you pay with Taler, your identity does not\n" 1097"When you pay with Taler, your identity does not have to be revealed. Just "
1187"have to be revealed. Just like\n" 1098"like payments in cash, nobody else can track how you spent your electronic "
1188"payments in cash, nobody else can track how you\n" 1099"money. However, you obtain a legally valid proof of payment."
1189"spent your electronic money. However, you obtain a\n"
1190"legally valid proof of payment.\n"
1191msgstr "" 1100msgstr ""
1192 1101
1193#: index.html.j2:100 1102#: index.html.j2:100
1194msgid "" 1103msgid ""
1195"Taler provides protocols and reference implementations that in\n" 1104"Taler provides protocols and reference implementations that in principle "
1196"principle enables anybody to run their own payment infrastructure,\n" 1105"enables anybody to run their own payment infrastructure, be it individuals, "
1197"be it individuals, organizations or whole countries. Since the\n" 1106"organizations or whole countries. Since the reference implementation is a <a "
1198"reference implementation is a <a href=\"http://www.gnu.org/\">GNU</a>\n" 1107"href=\"http://www.gnu.org/\">GNU</a> package, it will always remain free "
1199"package, it will always remain free software.\n" 1108"software."
1200msgstr "" 1109msgstr ""
1201 1110
1202#: index.html.j2:117 1111#: index.html.j2:117
@@ -1205,12 +1114,12 @@ msgstr ""
1205 1114
1206#: index.html.j2:118 1115#: index.html.j2:118
1207msgid "" 1116msgid ""
1208"<p>To pay with Taler, customers install an electronic wallet\n" 1117"<p>To pay with Taler, customers install an electronic wallet on their "
1209"on their device. Before the first payment, the wallet's balance must\n" 1118"device. Before the first payment, the wallet's balance must be charged in "
1210"be charged in the desired currency by some other means of payment.</p>\n" 1119"the desired currency by some other means of payment.</p> <p>Once the wallet "
1211"<p>Once the wallet is charged, payments on websites take only one click,\n" 1120"is charged, payments on websites take only one click, are never falsely "
1212"are never falsely rejected by fraud detection and do not pose any risk\n" 1121"rejected by fraud detection and do not pose any risk of phishing or identity "
1213"of phishing or identity theft.</p>\n" 1122"theft.</p>"
1214msgstr "" 1123msgstr ""
1215 1124
1216#: index.html.j2:128 1125#: index.html.j2:128
@@ -1219,11 +1128,11 @@ msgstr ""
1219 1128
1220#: index.html.j2:129 1129#: index.html.j2:129
1221msgid "" 1130msgid ""
1222"<p>To receive Taler payments, a merchant needs a bank account\n" 1131"<p>To receive Taler payments, a merchant needs a bank account in the desired "
1223"in the desired currency. We provide supporting software\n" 1132"currency. We provide supporting software in various programming languages to "
1224"in various programming languages to make the integration painless.\n" 1133"make the integration painless. The merchant's backend for Taler transaction "
1225"The merchant's backend for Taler transaction processing can run\n" 1134"processing can run on the merchant's premises or be hosted by a third party."
1226"on the merchant's premises or be hosted by a third party.</p>\n" 1135"</p>"
1227msgstr "" 1136msgstr ""
1228 1137
1229#: index.html.j2:145 1138#: index.html.j2:145
@@ -1240,10 +1149,8 @@ msgstr ""
1240 1149
1241#: investors.html.j2:9 1150#: investors.html.j2:9
1242msgid "" 1151msgid ""
1243"We have created a company, Taler Systems SA in\n" 1152"We have created a company, Taler Systems SA in Luxembourg.<br> Please "
1244"Luxembourg.<br>\n" 1153"contact <tt>invest@taler.net</tt> if you want to invest in Taler."
1245"Please contact <tt>invest@taler.net</tt>\n"
1246"if you want to invest in Taler.\n"
1247msgstr "" 1154msgstr ""
1248 1155
1249#: investors.html.j2:24 1156#: investors.html.j2:24
@@ -1252,21 +1159,18 @@ msgstr ""
1252 1159
1253#: investors.html.j2:27 1160#: investors.html.j2:27
1254msgid "" 1161msgid ""
1255"Our <a href=\"about.html\">team</a> combines world-class business " 1162"Our <a href=\"about.html\">team</a> combines world-class business leaders, "
1256"leaders,\n" 1163"cryptographers, software engineers, civil-rights activists and academics. We "
1257"cryptographers, software engineers, civil-rights\n" 1164"are unified by a vision of how payments should work and the goal of imposing "
1258"activists and academics. We are unified by a vision\n" 1165"this vision upon the world."
1259"of how payments should work and the goal of\n"
1260"imposing this vision upon the world.\n"
1261msgstr "" 1166msgstr ""
1262 1167
1263#: investors.html.j2:37 1168#: investors.html.j2:37
1264msgid "" 1169msgid ""
1265"We are currently supported by <a href=\"http://www.inria.fr/\">Inria</a>," 1170"We are currently supported by <a href=\"http://www.inria.fr/\">Inria</a>, "
1266" the French\n" 1171"the French national institute for research in informatics and automation, "
1267"national institute for research in informatics and\n" 1172"and the <a href=\"https://renewablefreedom.org/\">Renewable Freedom "
1268"automation, and the <a href=\"https://renewablefreedom.org/\">Renewable " 1173"Foundation</a>."
1269"Freedom Foundation</a>.\n"
1270msgstr "" 1174msgstr ""
1271 1175
1272#: investors.html.j2:45 1176#: investors.html.j2:45
@@ -1275,17 +1179,13 @@ msgstr ""
1275 1179
1276#: investors.html.j2:48 1180#: investors.html.j2:48
1277msgid "" 1181msgid ""
1278"All transactions in Taler are secured using <a " 1182"All transactions in Taler are secured using <a href=\"bibliography.html"
1279"href=\"bibliography.html\">modern\n" 1183"\">modern cryptography</a> and trust in all parties is minimized. Financial "
1280"cryptography</a> and trust in all parties is\n" 1184"damage is bounded (for customers, merchants and the exchange) even in the "
1281"minimized. Financial damage is bounded (for\n" 1185"case that systems are compromised and private keys are stolen. Databases can "
1282"customers, merchants and the exchange) even in the\n" 1186"be audited for consistency, resulting in either the detection of compromised "
1283"case that systems are compromised and private keys\n" 1187"systems or the demonstration that participants were honest. Actual "
1284"are stolen. Databases can be audited for\n" 1188"transaction costs are fractions of a cent."
1285"consistency, resulting in either the detection of\n"
1286"compromised systems or the demonstration that\n"
1287"participants were honest. Actual transaction costs\n"
1288"are fractions of a cent.\n"
1289msgstr "" 1189msgstr ""
1290 1190
1291#: investors.html.j2:63 1191#: investors.html.j2:63
@@ -1294,15 +1194,13 @@ msgstr ""
1294 1194
1295#: investors.html.j2:66 1195#: investors.html.j2:66
1296msgid "" 1196msgid ""
1297"The scalable business model for Taler is the operation\n" 1197"The scalable business model for Taler is the operation of the payment "
1298"of the payment service provider, which converts money from\n" 1198"service provider, which converts money from traditional payment systems "
1299"traditional payment systems (MasterCard, SEPA, UPI,\n" 1199"(MasterCard, SEPA, UPI, Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous "
1300"Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n" 1200"electronic coins in the same currency. The customer can then redeem the "
1301"electronic coins in the same currency. The customer\n" 1201"electronic coins at a merchant, who can exchange them for money represented "
1302"can then redeem the electronic coins at a merchant,\n" 1202"using traditional payment systems at the exchange. The exchange charges fees "
1303"who can exchange them for money represented using\n" 1203"to facilitate the transactions."
1304"traditional payment systems at the exchange. The\n"
1305"exchange charges fees to facilitate the transactions.\n"
1306msgstr "" 1204msgstr ""
1307 1205
1308#: investors.html.j2:85 1206#: investors.html.j2:85
@@ -1315,10 +1213,10 @@ msgstr ""
1315 1213
1316#: investors.html.j2:110 1214#: investors.html.j2:110
1317msgid "" 1215msgid ""
1318"The payment service operator runs the <em>Taler exchange</em>.\n" 1216"The payment service operator runs the <em>Taler exchange</em>. The exchange "
1319"The exchange charges <b>transaction fees</b> to customers or merchants.\n" 1217"charges <b>transaction fees</b> to customers or merchants. Its operational "
1320"Its operational expenses are from wire transfers with the banking\n" 1218"expenses are from wire transfers with the banking system and the operation "
1321"system and the operation of the computing infrastructure.\n" 1219"of the computing infrastructure."
1322msgstr "" 1220msgstr ""
1323 1221
1324#: investors.html.j2:120 1222#: investors.html.j2:120
@@ -1329,8 +1227,8 @@ msgstr ""
1329 1227
1330#: investors.html.j2:122 1228#: investors.html.j2:122
1331msgid "" 1229msgid ""
1332"Multiple Taler transactions can be aggregated into larger wire transfers " 1230"Multiple Taler transactions can be aggregated into larger wire transfers to "
1333"to merchants to minimize wire transfer costs." 1231"merchants to minimize wire transfer costs."
1334msgstr "" 1232msgstr ""
1335 1233
1336#: investors.html.j2:124 1234#: investors.html.j2:124
@@ -1353,11 +1251,10 @@ msgstr ""
1353 1251
1354#: merchants.html.j2:8 1252#: merchants.html.j2:8
1355msgid "" 1253msgid ""
1356"Taler is a cost-effective electronic payment system\n" 1254"Taler is a cost-effective electronic payment system which provides you with "
1357"which provides you with cryptographic proof that\n" 1255"cryptographic proof that the payment worked correctly within milliseconds. "
1358"the payment worked correctly within milliseconds.\n" 1256"Your Web customers pay with previously unknown levels of convenience without "
1359"Your Web customers pay with previously unknown\n" 1257"risk of fraud."
1360"levels of convenience without risk of fraud.\n"
1361msgstr "" 1258msgstr ""
1362 1259
1363#: merchants.html.j2:22 1260#: merchants.html.j2:22
@@ -1366,39 +1263,31 @@ msgstr "Rápido"
1366 1263
1367#: merchants.html.j2:25 1264#: merchants.html.j2:25
1368msgid "" 1265msgid ""
1369"Processing transactions with Taler is fast,\n" 1266"Processing transactions with Taler is fast, allowing you to confirm the "
1370"allowing you to confirm the transaction with your\n" 1267"transaction with your customer virtually immediately. Your customers will "
1371"customer virtually immediately. Your customers\n" 1268"appreciate that they do not have to type in credit card information and play "
1372"will appreciate that they do not have to type in\n" 1269"the &quot;verified by&quot; game. By making payments significantly more "
1373"credit card information and play the &quot;verified\n" 1270"convenient for your customers, you may be able to use Taler for small "
1374"by&quot; game. By making payments significantly\n" 1271"transactions that would not work with credit card payments due to the mental "
1375"more convenient for your customers, you may be able\n" 1272"overhead for customers."
1376"to use Taler for small transactions that would not\n"
1377"work with credit card payments due to the mental\n"
1378"overhead for customers.\n"
1379msgstr "" 1273msgstr ""
1380 1274
1381#: merchants.html.j2:44 1275#: merchants.html.j2:44
1382msgid "" 1276msgid ""
1383"You will have cryptographic proof of payment from the\n" 1277"You will have cryptographic proof of payment from the Taler payment service "
1384"Taler payment service provider. With Taler you never\n" 1278"provider. With Taler you never handle sensitive customer account information "
1385"handle sensitive customer account information and thus\n" 1279"and thus do not have to undergo any particular security audits (such as PCI "
1386"do not have to undergo any particular security audits\n" 1280"DSS). Your systems will have customer contracts with qualified signatures "
1387"(such as PCI DSS). Your systems will have customer\n" 1281"for all transactions which you can use in court in case of disputes."
1388"contracts with qualified signatures for all\n"
1389"transactions which you can use in court in case of\n"
1390"disputes.\n"
1391msgstr "" 1282msgstr ""
1392 1283
1393#: merchants.html.j2:61 1284#: merchants.html.j2:61
1394msgid "" 1285msgid ""
1395"Taler is free software, and you can use the\n" 1286"Taler is free software, and you can use the liberally-licensed reference "
1396"liberally-licensed reference code as a starting\n" 1287"code as a starting point to integrate Taler into your services. To use "
1397"point to integrate Taler into your services. To use\n" 1288"Taler, you do not need to pay license fees, and the free software "
1398"Taler, you do not need to pay license fees, and the\n" 1289"development model will ensure that you can select from many competing "
1399"free software development model will ensure that\n" 1290"integrators for support."
1400"you can select from many competing integrators for\n"
1401"support.\n"
1402msgstr "" 1291msgstr ""
1403 1292
1404#: merchants.html.j2:76 1293#: merchants.html.j2:76
@@ -1407,11 +1296,10 @@ msgstr ""
1407 1296
1408#: merchants.html.j2:79 1297#: merchants.html.j2:79
1409msgid "" 1298msgid ""
1410"Taler is uses efficient cryptographic constructions with low\n" 1299"Taler is uses efficient cryptographic constructions with low bandwidth and "
1411"bandwidth and storage requirements. Combined with Taler's strong\n" 1300"storage requirements. Combined with Taler's strong security which makes "
1412"security which makes fraud impossible, Taler payment service\n" 1301"fraud impossible, Taler payment service providers can operate with very low "
1413"providers can operate with very low overhead and\n" 1302"overhead and thus offer low transaction fees."
1414"thus offer low transaction fees.\n"
1415msgstr "" 1303msgstr ""
1416 1304
1417#: merchants.html.j2:89 1305#: merchants.html.j2:89
@@ -1420,10 +1308,9 @@ msgstr "Flexible"
1420 1308
1421#: merchants.html.j2:92 1309#: merchants.html.j2:92
1422msgid "" 1310msgid ""
1423"Taler can be used for different currencies (such as\n" 1311"Taler can be used for different currencies (such as Euros, US Dollars or "
1424"Euros, US Dollars or Bitcoins) and any amount, limited\n" 1312"Bitcoins) and any amount, limited only by applicable regulatation and what "
1425"only by applicable regulatation and what denominations\n" 1313"denominations the payment service provider supports."
1426"the payment service provider supports.\n"
1427msgstr "" 1314msgstr ""
1428 1315
1429#: merchants.html.j2:101 1316#: merchants.html.j2:101
@@ -1432,11 +1319,10 @@ msgstr "Ético"
1432 1319
1433#: merchants.html.j2:104 1320#: merchants.html.j2:104
1434msgid "" 1321msgid ""
1435"Taler prevents tax evasion and money laundering.\n" 1322"Taler prevents tax evasion and money laundering. Taler's protocols are "
1436"Taler's protocols are efficient and do not use wasteful\n" 1323"efficient and do not use wasteful proof-of-work calculations. Taler "
1437"proof-of-work calculations. Taler encourages\n" 1324"encourages transparency by providing an open standard and free software "
1438"transparency by providing an open standard and free\n" 1325"reference implementations."
1439"software reference implementations.\n"
1440msgstr "" 1326msgstr ""
1441 1327
1442#: merchants.html.j2:119 1328#: merchants.html.j2:119
@@ -1466,28 +1352,24 @@ msgstr ""
1466 1352
1467#: merchants.html.j2:147 1353#: merchants.html.j2:147
1468msgid "" 1354msgid ""
1469"The backend <b>signs</b> and <b>stores</b> the\n" 1355"The backend <b>signs</b> and <b>stores</b> the complete terms of offers made "
1470"complete terms of offers made by the merchant to customers.\n" 1356"by the merchant to customers. For this, the merchant's frontend needs to "
1471"For this, the merchant's frontend needs to give the\n" 1357"give the customer's order in a JSON format to the backend."
1472"customer's order in a JSON format to the backend.\n"
1473msgstr "" 1358msgstr ""
1474 1359
1475#: merchants.html.j2:156 1360#: merchants.html.j2:156
1476msgid "" 1361msgid ""
1477"The backend <b>validates</b> payments received from\n" 1362"The backend <b>validates</b> payments received from the wallet and "
1478"the wallet and <b>executes</b> them with the Taler\n" 1363"<b>executes</b> them with the Taler payment service provider (the exchange). "
1479"payment service provider (the exchange). For this,\n" 1364"For this, the merchant's frontend must pass the payment request through to "
1480"the merchant's frontend must pass the payment\n" 1365"the Taler backend and check the HTTP status code that is returned."
1481"request through to the Taler backend and check the\n"
1482"HTTP status code that is returned.\n"
1483msgstr "" 1366msgstr ""
1484 1367
1485#: merchants.html.j2:167 1368#: merchants.html.j2:167
1486msgid "" 1369msgid ""
1487"The backend can <b>list</b> completed transactions\n" 1370"The backend can <b>list</b> completed transactions and <b>map</b> wire "
1488"and <b>map</b> wire transfers to sets of business\n" 1371"transfers to sets of business transactions, including the exact terms of "
1489"transactions, including the exact terms of each\n" 1372"each contract."
1490"contract.\n"
1491msgstr "" 1373msgstr ""
1492 1374
1493#: press.html.j2:4 1375#: press.html.j2:4
@@ -1501,211 +1383,3 @@ msgstr ""
1501#: common/base.j2:6 1383#: common/base.j2:6
1502msgid "Taxable Anonymous Libre Electronic Reserves" 1384msgid "Taxable Anonymous Libre Electronic Reserves"
1503msgstr "" 1385msgstr ""
1504
1505#~ msgid ""
1506#~ msgstr ""
1507
1508#~ msgid "Home"
1509#~ msgstr "Inicio"
1510
1511#~ msgid "Demo"
1512#~ msgstr "Demo"
1513
1514#~ msgid "Operators"
1515#~ msgstr "Inversores"
1516
1517#~ msgid "About&nbsp;us"
1518#~ msgstr "Quiénes somos"
1519
1520#~ msgid "Stability "
1521#~ msgstr "Estabilidad"
1522
1523#~ msgid "News"
1524#~ msgstr ""
1525
1526#~ msgid "Taler Web payments paper published."
1527#~ msgstr "Taler 0.0.0."
1528
1529#~ msgid "More news »"
1530#~ msgstr "Ver más »"
1531
1532#~ msgid "Taler technology: About taxability, change and privacy"
1533#~ msgstr "La tecnología Taler: soporte impositivo, dar cambio y privacidad"
1534
1535#~ msgid "1-2017: Taler Documentation pages updated"
1536#~ msgstr ""
1537
1538#~ msgid "Operate a Taler exchange!"
1539#~ msgstr "¡Opere una Casa de Cambio Taler!"
1540
1541#~ msgid "Electronic payments for a liberal society!"
1542#~ msgstr "¡Pagos electrónicos para una sociedad libre!"
1543
1544#~ msgid "Anonymous"
1545#~ msgstr "Anónimo"
1546
1547#~ msgid "Electronic"
1548#~ msgstr "Electrónico"
1549
1550#~ msgid "Reserves"
1551#~ msgstr "Reservas"
1552
1553#~ msgid "Advantages for citizens"
1554#~ msgstr "Ventajas para los ciudadanos"
1555
1556#~ msgid "Independent One-Click Payment!"
1557#~ msgstr ""
1558
1559#~ msgid "Advantages for merchants"
1560#~ msgstr "Ventajas para comerciantes"
1561
1562#~ msgid "Advantages for governments"
1563#~ msgstr "Ventajas para los gobiernos"
1564
1565#~ msgid "Invest in GNU Taler!"
1566#~ msgstr ""
1567
1568#~ msgid "Business model"
1569#~ msgstr "Modelo de negocios"
1570
1571#~ msgid "Taler as seen by the exchange operator"
1572#~ msgstr "Taler desde el punto de vista del operador de casa de cambio"
1573
1574#~ msgid "Taxable Anonymous Libre Electronic Reserves"
1575#~ msgstr ""
1576
1577#~ msgid "Independent One-Click Payments!"
1578#~ msgstr ""
1579
1580#~ msgid "<b>T</b>axable"
1581#~ msgstr ""
1582
1583#~ msgid "<b>A</b>nonymous"
1584#~ msgstr ""
1585
1586#~ msgid "<b>L</b>ibre"
1587#~ msgstr ""
1588
1589#~ msgid "<b>E</b>lectronic"
1590#~ msgstr ""
1591
1592#~ msgid "<b>R</b>eserves"
1593#~ msgstr ""
1594
1595#~ msgid "Latest Videos"
1596#~ msgstr ""
1597
1598#~ msgid "Florian Dold talks about Taler at 50p!"
1599#~ msgstr ""
1600
1601#~ msgid "Taler News"
1602#~ msgstr ""
1603
1604#~ msgid "Financial News"
1605#~ msgstr ""
1606
1607#~ msgid "en"
1608#~ msgstr "es"
1609
1610#~ msgid "About us"
1611#~ msgstr "Quiénes somos"
1612
1613#~ msgid "CFO"
1614#~ msgstr "CFO"
1615
1616#~ msgid "Citizens"
1617#~ msgstr "Ciudadanos"
1618
1619#~ msgid "Developers"
1620#~ msgstr "Programadores"
1621
1622#~ msgid "Governments"
1623#~ msgstr "Gobiernos"
1624
1625#~ msgid "Investors"
1626#~ msgstr ""
1627
1628#~ msgid "Merchants"
1629#~ msgstr "Comerciantes"
1630
1631#~ msgid "The GNU Taler merchant backend operator tutorial"
1632#~ msgstr ""
1633
1634#~ msgid "Wallet"
1635#~ msgstr ""
1636
1637#~ msgid "Taler as seen by customers"
1638#~ msgstr "Taler visto por sus clientes"
1639
1640#~ msgid "Taler as seen by merchants"
1641#~ msgstr "Taler desde el punto de vista del comerciante"
1642
1643#~ msgid "Tax-friendly"
1644#~ msgstr ""
1645
1646#~ msgid "Open access (PSD2): Taler provides an open standard with public APIs"
1647#~ msgstr ""
1648
1649#~ msgid "Taler complies with regulation"
1650#~ msgstr ""
1651
1652#~ msgid "Open access (PSD2)"
1653#~ msgstr ""
1654
1655#~ msgid "Taler as seen by governments"
1656#~ msgstr "Taler desde el punto de vista del gobierno"
1657
1658#~ msgid "Previous"
1659#~ msgstr ""
1660
1661#~ msgid "Next"
1662#~ msgstr ""
1663
1664#~ msgid "Accept and validate deposits from merchants."
1665#~ msgstr "Aceptar y validar depósitos de los comerciantes."
1666
1667#~ msgid "Taler as seen by the payment service operator"
1668#~ msgstr ""
1669
1670#~ msgid "Financial risk is bounded even if keys are compromised."
1671#~ msgstr ""
1672
1673#~ msgid "The mailinglist"
1674#~ msgstr ""
1675
1676#~ msgid "Security"
1677#~ msgstr "Seguridad"
1678
1679#~ msgid "Privacy"
1680#~ msgstr "Privacidad"
1681
1682#~ msgid "Convenience"
1683#~ msgstr "Conveniencia"
1684
1685#~ msgid "Stability"
1686#~ msgstr ""
1687
1688#~ msgid "Anti-money laundering (AML)"
1689#~ msgstr ""
1690
1691#~ msgid "Know-your-customer (KYC)"
1692#~ msgstr ""
1693
1694#~ msgid "Privacy-by-design (GDPR)"
1695#~ msgstr ""
1696
1697#~ msgid "Competitive banking (PSD2)"
1698#~ msgstr ""
1699
1700#~ msgid "Security-focused"
1701#~ msgstr ""
1702
1703#~ msgid "Privacy-friendly"
1704#~ msgstr ""
1705
1706#~ msgid "Free Software"
1707#~ msgstr "Software Libre"
1708
1709#~ msgid "Low Fees"
1710#~ msgstr "Bajo costo"
1711
diff --git a/locale/fr/LC_MESSAGES/messages.po b/locale/fr/LC_MESSAGES/messages.po
index 4acbfc0c..e4c26bf4 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/LC_MESSAGES/messages.po
@@ -1,17 +1,16 @@
1
2msgid "" 1msgid ""
3msgstr "" 2msgstr ""
4"Project-Id-Version: PROJECT VERSION\n" 3"Project-Id-Version: PROJECT VERSION\n"
5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 4"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
6"POT-Creation-Date: 2017-05-23 10:32+0200\n" 5"POT-Creation-Date: 2017-06-05 16:54+0200\n"
7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 6"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 7"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9"Language: fr\n"
10"Language-Team: fr <LL@li.org>\n" 8"Language-Team: fr <LL@li.org>\n"
11"Plural-Forms: nplurals=2; plural=(n!=1)\n" 9"Language: fr\n"
12"MIME-Version: 1.0\n" 10"MIME-Version: 1.0\n"
13"Content-Type: text/plain; charset=utf-8\n" 11"Content-Type: text/plain; charset=UTF-8\n"
14"Content-Transfer-Encoding: 8bit\n" 12"Content-Transfer-Encoding: 8bit\n"
13"Plural-Forms: nplurals=2; plural=(n!=1)\n"
15"Generated-By: Babel 2.3.4\n" 14"Generated-By: Babel 2.3.4\n"
16 15
17#: about.html.j2:8 16#: about.html.j2:8
@@ -24,10 +23,9 @@ msgstr ""
24"paiement et un nouvel Internet ?" 23"paiement et un nouvel Internet ?"
25 24
26#: about.html.j2:13 25#: about.html.j2:13
27#, fuzzy
28msgid "" 26msgid ""
29"Entrepreneur, Investor, Fortune 100 CIO, IT company director in different" 27"Entrepreneur, Investor, Fortune 100 CIO, IT company director in different "
30" industries, …." 28"industries, …."
31msgstr "" 29msgstr ""
32 30
33#: about.html.j2:20 31#: about.html.j2:20
@@ -51,7 +49,6 @@ msgid "PhD Student, TU Munich. Currently teaching."
51msgstr "Principalement inoffensif" 49msgstr "Principalement inoffensif"
52 50
53#: about.html.j2:42 51#: about.html.j2:42
54#, fuzzy
55msgid "PhD Student, Inria.." 52msgid "PhD Student, Inria.."
56msgstr "" 53msgstr ""
57 54
@@ -79,12 +76,10 @@ msgid "Translator (Italian)"
79msgstr "Traductrice" 76msgstr "Traductrice"
80 77
81#: about.html.j2:82 78#: about.html.j2:82
82#, fuzzy
83msgid "Hardware security module" 79msgid "Hardware security module"
84msgstr "" 80msgstr ""
85 81
86#: about.html.j2:86 82#: about.html.j2:86
87#, fuzzy
88msgid "Risk management" 83msgid "Risk management"
89msgstr "" 84msgstr ""
90 85
@@ -94,7 +89,6 @@ msgid "PhD student, TU Munich. Currently teaching."
94msgstr "Linux, FreeBSD, sites Web et en état profond de détente." 89msgstr "Linux, FreeBSD, sites Web et en état profond de détente."
95 90
96#: about.html.j2:96 91#: about.html.j2:96
97#, fuzzy
98msgid "Software engineer. Works on Android wallet." 92msgid "Software engineer. Works on Android wallet."
99msgstr "" 93msgstr ""
100 94
@@ -125,11 +119,9 @@ msgstr ""
125 119
126#: citizens.html.j2:9 120#: citizens.html.j2:9
127msgid "" 121msgid ""
128"Taler largely functions like digital cash. You\n" 122"Taler largely functions like digital cash. You withdraw money from your bank "
129"withdraw money from your bank account into your\n" 123"account into your electronic wallet, and can henceforth spend digital cash. "
130"electronic wallet, and can henceforth spend digital\n" 124"The electronic wallet can carry multiple currencies."
131"cash. The electronic wallet can carry multiple\n"
132"currencies.\n"
133msgstr "" 125msgstr ""
134 126
135#: citizens.html.j2:25 governments.html.j2:58 index.html.j2:56 127#: citizens.html.j2:25 governments.html.j2:58 index.html.j2:56
@@ -139,12 +131,10 @@ msgstr "Sûr"
139 131
140#: citizens.html.j2:27 132#: citizens.html.j2:27
141msgid "" 133msgid ""
142"Taler uses modern cryptography, ensuring that there\n" 134"Taler uses modern cryptography, ensuring that there is no counterfeit. Your "
143"is no counterfeit. Your digital wallet is safer\n" 135"digital wallet is safer than your physical wallet. At most, you can lose its "
144"than your physical wallet. At most, you can lose\n" 136"contents because your computer or mobile is irreparably damaged or "
145"its contents because your computer or mobile is\n" 137"compromised. Unlike a physical wallet, you can make backups to secure "
146"irreparably damaged or compromised. Unlike a\n"
147"physical wallet, you can make backups to secure\n"
148"against data loss." 138"against data loss."
149msgstr "" 139msgstr ""
150 140
@@ -154,12 +144,10 @@ msgstr ""
154 144
155#: citizens.html.j2:39 145#: citizens.html.j2:39
156msgid "" 146msgid ""
157"Your transactions are private, neither the payment\n" 147"Your transactions are private, neither the payment service provider nor "
158"service provider nor merchant needs to learn your\n" 148"merchant needs to learn your identity. There is no need to give out credit "
159"identity. There is no need to give out credit card\n" 149"card numbers or other sensitive information. The merchant will only be able "
160"numbers or other sensitive information. The merchant\n" 150"to do exactly the transaction you agreed to."
161"will only be able to do exactly the transaction you\n"
162"agreed to."
163msgstr "" 151msgstr ""
164 152
165#: citizens.html.j2:50 153#: citizens.html.j2:50
@@ -168,11 +156,10 @@ msgstr ""
168 156
169#: citizens.html.j2:52 157#: citizens.html.j2:52
170msgid "" 158msgid ""
171"You will be able to withdraw money to replenish the\n" 159"You will be able to withdraw money to replenish the digital coins in your "
172"digital coins in your wallet using your credit card\n" 160"wallet using your credit card or wire transfers. Afterwards you can pay with "
173"or wire transfers. Afterwards you can pay with\n" 161"one-click using the Taler wallet, which optionally keeps your transaction "
174"one-click using the Taler wallet, which optionally\n" 162"history on your computer."
175"keeps your transaction history on your computer."
176msgstr "" 163msgstr ""
177 164
178#: citizens.html.j2:61 index.html.j2:42 165#: citizens.html.j2:61 index.html.j2:42
@@ -181,13 +168,10 @@ msgstr ""
181 168
182#: citizens.html.j2:63 169#: citizens.html.j2:63
183msgid "" 170msgid ""
184"Coins in your digital wallet will be of the same\n" 171"Coins in your digital wallet will be of the same denomination as the cash in "
185"denomination as the cash in your physical wallet.\n" 172"your physical wallet. Taler is not a crypto-currency, so you do not have to "
186"Taler is not a crypto-currency, so you do not have\n" 173"worry about cryto-currency related value fluctuations. Banking with Taler is "
187"to worry about cryto-currency related value\n" 174"subject to the usual government protections for financial services."
188"fluctuations. Banking with Taler is subject to the\n"
189"usual government protections for financial\n"
190"services."
191msgstr "" 175msgstr ""
192 176
193#: citizens.html.j2:79 177#: citizens.html.j2:79
@@ -196,10 +180,9 @@ msgstr ""
196 180
197#: citizens.html.j2:81 181#: citizens.html.j2:81
198msgid "" 182msgid ""
199"We currently provide a <a href=\"wallet.html\">wallet browser " 183"We currently provide a <a href=\"wallet.html\">wallet browser extension</a> "
200"extension</a> for Chromium, Chrome, Firefox, Opera\n" 184"for Chromium, Chrome, Firefox, Opera and Edge. Wallets for mobile phones and "
201"and Edge. Wallets for mobile phones and other platforms will be " 185"other platforms will be available in the future."
202"available in the future.\n"
203msgstr "" 186msgstr ""
204 187
205#: citizens.html.j2:88 188#: citizens.html.j2:88
@@ -208,8 +191,8 @@ msgstr ""
208 191
209#: citizens.html.j2:90 192#: citizens.html.j2:90
210msgid "" 193msgid ""
211"You can see how Taler works in practice by visiting our <a " 194"You can see how Taler works in practice by visiting our <a href=\"https://"
212"href=\"https://demo.taler.net\">demo page</a>.\n" 195"demo.taler.net\">demo page</a>."
213msgstr "" 196msgstr ""
214 197
215#: citizens.html.j2:103 198#: citizens.html.j2:103
@@ -217,39 +200,32 @@ msgid "The Taler Wallet for customers"
217msgstr "" 200msgstr ""
218 201
219#: citizens.html.j2:105 202#: citizens.html.j2:105
220msgid "" 203msgid "Customers interact with the Taler system using the Taler wallet:"
221"Customers interact with the Taler system using\n"
222"the Taler wallet:"
223msgstr "" 204msgstr ""
224 205
225#: citizens.html.j2:110 206#: citizens.html.j2:110
226msgid "" 207msgid ""
227"To <b>withdraw</b> electronic coins, the customer\n" 208"To <b>withdraw</b> electronic coins, the customer transfers funds from his "
228"transfers funds from his bank account to the Taler\n" 209"bank account to the Taler payment service provider (the exchange). The wire "
229"payment service provider (the exchange). The wire\n" 210"transfer subject must match a code identifying the customer's wallet. After "
230"transfer subject must match a code identifying the\n" 211"the wire transfer is complete, the wallet will automatically withdraw the "
231"customer's wallet. After the wire transfer is\n"
232"complete, the wallet will automatically withdraw the\n"
233"coins from the exchange." 212"coins from the exchange."
234msgstr "" 213msgstr ""
235 214
236#: citizens.html.j2:118 215#: citizens.html.j2:118
237msgid "" 216msgid ""
238"To <b>spend</b> electronic coins, a merchant must\n" 217"To <b>spend</b> electronic coins, a merchant must cause the wallet to "
239"cause the wallet to display a proposal for some\n" 218"display a proposal for some purchase. The wallet will ask the customer for "
240"purchase. The wallet will ask the customer for\n" 219"one-click confirmation. Payment is then instant. Transaction histories and "
241"one-click confirmation. Payment is then instant.\n" 220"digitally signed contracts can be preserved by the wallet."
242"Transaction histories and digitally signed contracts\n"
243"can be preserved by the wallet."
244msgstr "" 221msgstr ""
245 222
246#: citizens.html.j2:125 223#: citizens.html.j2:125
247msgid "" 224msgid ""
248"The customer can use the wallet to <b>review</b> his\n" 225"The customer can use the wallet to <b>review</b> his balance. The wallet can "
249"balance. The wallet can contain different\n" 226"contain different currencies, and may be shared across devices. Customers "
250"currencies, and may be shared across\n" 227"can make backups of the wallet to secure its contents against hardware "
251"devices. Customers can make backups of the wallet to\n" 228"failures."
252"secure its contents against hardware failures."
253msgstr "" 229msgstr ""
254 230
255#: contact.html.j2:6 231#: contact.html.j2:6
@@ -262,12 +238,10 @@ msgstr ""
262 238
263#: contact.html.j2:15 239#: contact.html.j2:15
264msgid "" 240msgid ""
265"An archived, public mailing list for GNU Taler is\n" 241"An archived, public mailing list for GNU Taler is hosted at <a href="
266"hosted at\n" 242"\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/"
267"<a " 243"mailman/listinfo/taler</a>. You can send messages to the list at <a href="
268"href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>." 244"\"mailto:taler@gnu.org\">taler@gnu.org</a>."
269" You can send messages to the list\n"
270"at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
271msgstr "" 245msgstr ""
272 246
273#: contact.html.j2:25 247#: contact.html.j2:25
@@ -276,9 +250,8 @@ msgstr ""
276 250
277#: contact.html.j2:27 251#: contact.html.j2:27
278msgid "" 252msgid ""
279"Team members are generally reachable at\n" 253"Team members are generally reachable at <tt>LASTNAME@taler.net</tt>. All of "
280"<tt>LASTNAME@taler.net</tt>. All of us\n" 254"us support receiving GnuPG encrypted e-mails."
281"support receiving GnuPG encrypted e-mails.\n"
282msgstr "" 255msgstr ""
283 256
284#: contact.html.j2:36 257#: contact.html.j2:36
@@ -287,11 +260,9 @@ msgstr ""
287 260
288#: contact.html.j2:38 261#: contact.html.j2:38
289msgid "" 262msgid ""
290"We track open feature requests and bugs in our\n" 263"We track open feature requests and bugs in our <a href=\"https://gnunet.org/"
291"<a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n" 264"bugs/\">Bug tracker</a>, which is shared with the GNUnet project. You can "
292"which is shared with the GNUnet project.\n" 265"also report bugs or feature requests to the mailing list."
293"You can also report bugs or feature requests to the\n"
294"mailing list.\n"
295msgstr "" 266msgstr ""
296 267
297#: contact.html.j2:49 268#: contact.html.j2:49
@@ -300,8 +271,38 @@ msgstr ""
300 271
301#: contact.html.j2:51 272#: contact.html.j2:51
302msgid "" 273msgid ""
303"For non-technical commercial requests, please contact\n" 274"For non-technical commercial requests, please contact <tt>ceo AT taler.net</"
304"<tt>ceo AT taler.net</tt>.\n" 275"tt>."
276msgstr ""
277
278#: copyright.html.j2:6
279msgid "Copyright Assignment"
280msgstr ""
281
282#: copyright.html.j2:8
283msgid ""
284"<p>Contributors to GNU Taler with Git access must sign the <a href=\"/pdf/"
285"copyright.pdf\">copyright assignment</a> to ensure that the <a href="
286"\"https://gnunet.org/git/gnunet-ev.git/tree/gnunet_taler_agreement.tex"
287"\">GNUnet e.V. --- Taler Systems SA agreement on licensing and collaborative "
288"development</a> of the GNUnet and GNU Taler projects is satisfied.</p>"
289msgstr ""
290
291#: copyright.html.j2:17
292msgid ""
293"<p>The agreements ensure that the code will continue to be made available "
294"under free software licenses, but gives developers the freedom to move code "
295"between GNUnet and GNU Taler without worrying about licenses and the company "
296"the ability to dual-license (for example, so that we can distribute via App-"
297"stores that are hostile to free software).</p>"
298msgstr ""
299
300#: copyright.html.j2:25
301msgid ""
302"<p>Minor contributions (basically, anyone without Git access) do not require "
303"copyright assignment. Pseudonymous contributions are accepted, in this case "
304"simply sign the agreement with your pseudonym. Scanned copies are "
305"sufficient, but snail mail is preferred.</p>"
305msgstr "" 306msgstr ""
306 307
307#: developers.html.j2:5 308#: developers.html.j2:5
@@ -314,17 +315,14 @@ msgstr "Libre"
314 315
315#: developers.html.j2:15 316#: developers.html.j2:15
316msgid "" 317msgid ""
317"GNU Taler is free software implementing an open\n" 318"GNU Taler is free software implementing an open protocol. Anybody is welcome "
318"protocol. Anybody is welcome to integrate our reference\n" 319"to integrate our reference implementation into their applications. Different "
319"implementation into their applications. Different\n" 320"components of Taler are being made available under different licenses. The "
320"components of Taler are being made available under\n" 321"Affero GPLv3+ is used for the exchange, the LGPLv3+ is used for reference "
321"different licenses. The Affero GPLv3+ is used for the\n" 322"code demonstrating integration with merchant platforms, and licenses like "
322"exchange, the LGPLv3+ is used for reference code\n" 323"GPLv3+ are used for wallets and related customer-facing software. We are "
323"demonstrating integration with merchant platforms, and\n" 324"open for constructive suggestions for maximizing the adoption of this "
324"licenses like GPLv3+ are used for\n" 325"payment platform."
325"wallets and related customer-facing software. We are\n"
326"open for constructive suggestions for maximizing the\n"
327"adoption of this payment platform.\n"
328msgstr "" 326msgstr ""
329 327
330#: developers.html.j2:32 328#: developers.html.j2:32
@@ -333,18 +331,14 @@ msgstr "Avec REST"
333 331
334#: developers.html.j2:35 332#: developers.html.j2:35
335msgid "" 333msgid ""
336"Taler is designed to work on the Internet. To\n" 334"Taler is designed to work on the Internet. To ensure that Taler payments can "
337"ensure that Taler payments can work with\n" 335"work with restrictive network setups, Taler uses a RESTful protocol over "
338"restrictive network setups, Taler uses a RESTful\n" 336"HTTP or HTTPS. Taler's security does not depend upon the use of HTTPS, but "
339"protocol over HTTP or HTTPS. Taler's security does\n" 337"obviously merchants may choose to offer HTTPS for consistency and because it "
340"not depend upon the use of HTTPS, but obviously\n" 338"generally is better for privacy compared to HTTP. Taler uses JSON to encode "
341"merchants may choose to offer HTTPS for consistency\n" 339"structure data, making it easy to integrate Taler with existing Web "
342"and because it generally is better for privacy\n" 340"applications. Taler's protocol is documented in detail at <a href=\"https://"
343"compared to HTTP. Taler uses JSON to encode\n" 341"api.taler.net/\">api.taler.net</a>."
344"structure data, making it easy to integrate Taler\n"
345"with existing Web applications. Taler's protocol\n"
346"is documented in\n"
347"detail at <a href=\"https://api.taler.net/\">api.taler.net</a>.\n"
348msgstr "" 342msgstr ""
349 343
350#: developers.html.j2:58 344#: developers.html.j2:58
@@ -353,15 +347,13 @@ msgstr "Code"
353 347
354#: developers.html.j2:61 348#: developers.html.j2:61
355msgid "" 349msgid ""
356"Taler is currently primarily developed by a\n" 350"Taler is currently primarily developed by a research team at <a href="
357"research team at <a href=\"http://www.inria.fr/\">Inria</a> and\n" 351"\"http://www.inria.fr/\">Inria</a> and <a href=\"https://gnunet.org/"
358"<a href=\"https://gnunet.org/\">GNUnet</a>. However,\n" 352"\">GNUnet</a>. However, contributions from anyone are welcome. Our Git "
359"contributions from anyone are welcome. Our Git\n" 353"repositories can be cloned using the Git and HTTP access methods against "
360"repositories can be cloned using the Git and HTTP\n" 354"<tt>git.taler.net</tt> with the name of the respective repository. A list of "
361"access methods against <tt>git.taler.net</tt> with\n" 355"repositories can be found in our <a href=\"https://git.taler.net/\">GitWeb</"
362"the name of the respective repository. A list of\n" 356"a>."
363"repositories can be found in\n"
364"our <a href=\"https://git.taler.net/\">GitWeb</a>.\n"
365msgstr "" 357msgstr ""
366 358
367#: developers.html.j2:75 359#: developers.html.j2:75
@@ -370,11 +362,10 @@ msgstr "Documentation"
370 362
371#: developers.html.j2:78 363#: developers.html.j2:78
372msgid "" 364msgid ""
373"In addition to this website, the <a\n" 365"In addition to this website, the <a href=\"https://git.taler.net/"
374"href=\"https://git.taler.net/\">documented code</a> and\n" 366"\">documented code</a> and the <a href=\"https://api.taler.net/\">API "
375"the <a href=\"https://api.taler.net/\">API\n" 367"documentation</a>. Technical papers can be found in our <a href="
376"documentation</a>. Technical papers can be found in\n" 368"\"bibliography.html\">bibliography</a>."
377"our <a href=\"bibliography.html\">bibliography</a>.\n"
378msgstr "" 369msgstr ""
379 370
380#: developers.html.j2:88 371#: developers.html.j2:88
@@ -383,11 +374,9 @@ msgstr "Discussion"
383 374
384#: developers.html.j2:91 375#: developers.html.j2:91
385msgid "" 376msgid ""
386"We have a mailing list for developer discussions.\n" 377"We have a mailing list for developer discussions. You can subscribe to or "
387"You can subscribe to or read the list archive at\n" 378"read the list archive at <a href=\"http://lists.gnu.org/mailman/listinfo/"
388"<a " 379"taler\">http://lists.gnu.org/mailman/listinfo/taler</a>."
389"href=\"http://lists.gnu.org/mailman/listinfo/taler\">http://lists.gnu.org/mailman/listinfo/taler</a>."
390"\n"
391msgstr "" 380msgstr ""
392 381
393#: developers.html.j2:101 382#: developers.html.j2:101
@@ -396,10 +385,9 @@ msgstr "Tests de régression"
396 385
397#: developers.html.j2:104 386#: developers.html.j2:104
398msgid "" 387msgid ""
399"We have <a href=\"https://buildbot.net/\">Buildbot</a>\n" 388"We have <a href=\"https://buildbot.net/\">Buildbot</a> automation tests to "
400"automation tests to detect regressions and check for\n" 389"detect regressions and check for portability at <a href=\"https://buildbot."
401"portability at <a\n" 390"taler.net/\">buildbot.taler.net</a>."
402"href=\"https://buildbot.taler.net/\">buildbot.taler.net</a>.\n"
403msgstr "" 391msgstr ""
404 392
405#: developers.html.j2:113 393#: developers.html.j2:113
@@ -408,11 +396,9 @@ msgstr "Mesure de couverture du code"
408 396
409#: developers.html.j2:116 397#: developers.html.j2:116
410msgid "" 398msgid ""
411"We use\n" 399"We use <a href=\"http://ltp.sourceforge.net/coverage/lcov.php\">LCOV</a> to "
412"<a href=\"http://ltp.sourceforge.net/coverage/lcov.php\">LCOV</a>\n" 400"analyze the code coverage of our tests, the results are available at <a href="
413"to analyze the code coverage of our tests, the\n" 401"\"https://lcov.taler.net/\">lcov.taler.net</a>."
414"results are available\n"
415"at <a href=\"https://lcov.taler.net/\">lcov.taler.net</a>.\n"
416msgstr "" 402msgstr ""
417 403
418#: developers.html.j2:126 404#: developers.html.j2:126
@@ -421,11 +407,9 @@ msgstr "Analyse de performances"
421 407
422#: developers.html.j2:129 408#: developers.html.j2:129
423msgid "" 409msgid ""
424"We\n" 410"We use <a href=\"https://gnunet.org/gauger\">Gauger</a> for performance "
425"use <a href=\"https://gnunet.org/gauger\">Gauger</a>\n" 411"regression analysis of the exchange backend at <a href=\"https://gauger."
426"for performance regression analysis of the exchange\n" 412"taler.net/\">gauger.taler.net</a>."
427"backend\n"
428"at <a href=\"https://gauger.taler.net/\">gauger.taler.net</a>.\n"
429msgstr "" 413msgstr ""
430 414
431#: developers.html.j2:145 415#: developers.html.j2:145
@@ -434,120 +418,86 @@ msgstr "Vue d'ensemble de Taler"
434 418
435#: developers.html.j2:148 419#: developers.html.j2:148
436msgid "" 420msgid ""
437"The Taler system consists of protocols executed among\n" 421"The Taler system consists of protocols executed among a number of actors as "
438"a number of actors as illustrated in the illustration on the right.\n" 422"illustrated in the illustration on the right. Typical transactions involve "
439"Typical transactions involve the following steps:\n" 423"the following steps:"
440msgstr "" 424msgstr ""
441 425
442#: developers.html.j2:158 426#: developers.html.j2:158
443msgid "" 427msgid ""
444"A customer instructs his <b>bank</b> to\n" 428"A customer instructs his <b>bank</b> to transfer funds from his account to "
445"transfer funds from his account to the Taler\n" 429"the Taler exchange (top left). In the subject of the transaction, he "
446"exchange (top left). In the subject of the\n" 430"includes an authentication token from his electronic <b>wallet</b>. In Taler "
447"transaction, he includes an authentication\n" 431"terminology, the customer creates a reserve at the exchange."
448"token from his electronic <b>wallet</b>. In\n"
449"Taler terminology, the customer creates a\n"
450"reserve at the exchange.\n"
451msgstr "" 432msgstr ""
452 433
453#: developers.html.j2:170 434#: developers.html.j2:170
454msgid "" 435msgid ""
455"Once the exchange has received the wire\n" 436"Once the exchange has received the wire transfer, it allows the customer's "
456"transfer, it allows the customer's electronic\n" 437"electronic wallet to <b>withdraw</b> electronic coins. The electronic coins "
457"wallet to <b>withdraw</b> electronic coins.\n" 438"are digital representations of the original currency from the transfer. It "
458"The electronic coins are digital\n" 439"is important to note that the exchange does not learn the &quot;serial "
459"representations of the original currency from\n" 440"numbers&quot; of the coins created in this process, so it cannot tell later "
460"the transfer. It is important to note that the\n" 441"which customer purchased what at which merchant. The use of Taler does not "
461"exchange does not learn the &quot;serial\n" 442"change the currency or the total value of the funds (except for fees which "
462"numbers&quot; of the coins created in this\n" 443"the exchange may charge for the service)."
463"process, so it cannot tell later which customer\n"
464"purchased what at which merchant. The use of\n"
465"Taler does not change the currency or the total\n"
466"value of the funds (except for fees which the\n"
467"exchange may charge for the service).\n"
468msgstr "" 444msgstr ""
469 445
470#: developers.html.j2:188 446#: developers.html.j2:188
471msgid "" 447msgid ""
472"Once the customer has the digital coins in his\n" 448"Once the customer has the digital coins in his wallet, the wallet can be "
473"wallet, the wallet can be used to <b>spend</b>\n" 449"used to <b>spend</b> the coins with merchant portals that support the Taler "
474"the coins with merchant portals that support\n" 450"payment system and accept the respective exchange as a business partner "
475"the Taler payment system and accept the\n" 451"(bottom arrow). This creates a digital contract signed by the customer's "
476"respective exchange as a business partner\n" 452"coins and the merchant. If necessary, the customer can later use this "
477"(bottom arrow). This creates a digital contract\n" 453"digitally signed contract in a court of law to prove the exact terms of the "
478"signed by the customer's coins and the\n" 454"contract and that he paid the respective amount. The customer does not learn "
479"merchant. If necessary, the customer can later\n" 455"the banking details of the merchant, and Taler does not require the merchant "
480"use this digitally signed contract in a court\n" 456"to learn the identity of the customer. Naturally, the customer can spend any "
481"of law to prove the exact terms of the contract\n" 457"fraction of his digital coins (the system takes care of customers getting "
482"and that he paid the respective amount. The\n" 458"change)."
483"customer does not learn the banking details of\n"
484"the merchant, and Taler does not require the\n"
485"merchant to learn the identity of the\n"
486"customer. Naturally, the customer can spend any\n"
487"fraction of his digital coins (the system takes\n"
488"care of customers getting change).\n"
489msgstr "" 459msgstr ""
490 460
491#: developers.html.j2:210 461#: developers.html.j2:210
492msgid "" 462msgid ""
493"Merchants receiving digital\n" 463"Merchants receiving digital coins <b>deposit</b> the respective claims that "
494"coins <b>deposit</b> the respective claims\n" 464"resulted from the contract signing with the customer at the exchange to "
495"that resulted from the contract signing with\n" 465"redeem the coins. The deposit step does not reveal the details of the "
496"the customer at the exchange to redeem the\n" 466"contract between the customer and the merchant or the identity of the "
497"coins. The deposit step does not reveal the\n" 467"customer to the exchange in any way. However, the exchange does learn the "
498"details of the contract between the customer\n" 468"identity of the merchant via the provided bank routing information. The "
499"and the merchant or the identity of the\n" 469"merchant can, for example when compelled by the state for taxation, provide "
500"customer to the exchange in any way. However,\n" 470"information linking the individual deposit to the respective contract signed "
501"the exchange does learn the identity of the\n" 471"by the customer. Thus, the exchange's database allows the state to enforce "
502"merchant via the provided bank routing\n" 472"that merchants pay applicable taxes (and do not engage in illegal contracts)."
503"information. The merchant can, for example\n"
504"when compelled by the state for taxation,\n"
505"provide information linking the individual\n"
506"deposit to the respective contract signed by\n"
507"the customer. Thus, the exchange's database\n"
508"allows the state to enforce that merchants pay\n"
509"applicable taxes (and do not engage in illegal\n"
510"contracts).\n"
511msgstr "" 473msgstr ""
512 474
513#: developers.html.j2:233 475#: developers.html.j2:233
514msgid "" 476msgid ""
515"Finally, the exchange transfers funds\n" 477"Finally, the exchange transfers funds corresponding to the digital coins "
516"corresponding to the digital coins redeemed by\n" 478"redeemed by the merchants to the merchant's <b>bank</b> account. The "
517"the merchants to the merchant's <b>bank</b>\n" 479"exchange may combine multiple small transactions into one larger bank "
518"account. The exchange may combine multiple\n" 480"transfer. The merchant can query the exchange about the relationship between "
519"small transactions into one larger bank\n" 481"the bank transfers and the individual claims that were deposited."
520"transfer. The merchant can query the exchange\n"
521"about the relationship between the bank\n"
522"transfers and the individual claims that were\n"
523"deposited.\n"
524msgstr "" 482msgstr ""
525 483
526#: developers.html.j2:247 484#: developers.html.j2:247
527msgid "" 485msgid ""
528"Most importantly, the exchange keeps\n" 486"Most importantly, the exchange keeps cryptographic proofs that allow it to "
529"cryptographic proofs that allow it to\n" 487"demonstrate that it is operating correctly to third parties. The system "
530"demonstrate that it is operating correctly to\n" 488"requires an external <b>auditor</b>, such as a government-appointed "
531"third parties. The system requires an\n" 489"financial regulatory body, to frequently verify the exchange's databases and "
532"external <b>auditor</b>, such as a\n" 490"check that its bank balance matches the total value of the remaining coins "
533"government-appointed financial regulatory body,\n" 491"in circulation."
534"to frequently verify the exchange's databases\n"
535"and check that its bank balance matches the\n"
536"total value of the remaining coins in\n"
537"circulation.\n"
538msgstr "" 492msgstr ""
539 493
540#: developers.html.j2:262 494#: developers.html.j2:262
541msgid "" 495msgid ""
542"Without the auditor, the exchange operators\n" 496"Without the auditor, the exchange operators could embezzle funds they are "
543"could embezzle funds they are holding in\n" 497"holding in reserve. Customers and merchants cannot cheat each other or the "
544"reserve. Customers and merchants cannot cheat\n" 498"exchange. If any party's computers are compromised, the financial damage is "
545"each other or the exchange. If any party's\n" 499"limited to the respective party and proportional to the funds they have in "
546"computers are compromised, the financial damage\n" 500"circulation during the period of the compromise."
547"is limited to the respective party and\n"
548"proportional to the funds they have in\n"
549"circulation during the period of the\n"
550"compromise.\n"
551msgstr "" 501msgstr ""
552 502
553#: faq.html.j2:5 503#: faq.html.j2:5
@@ -556,17 +506,16 @@ msgstr ""
556 506
557#: faq.html.j2:6 507#: faq.html.j2:6
558msgid "" 508msgid ""
559"<p>Taler does not use any Blockchain technology or Bitcoin directly.\n" 509"<p>Taler does not use any Blockchain technology or Bitcoin directly. Taler "
560"Taler is not based on proof-of-work or any other distributed consensus\n" 510"is not based on proof-of-work or any other distributed consensus mechanism. "
561"mechanism. Instead Taler is based on blind signatures.</p>\n" 511"Instead Taler is based on blind signatures.</p>"
562msgstr "" 512msgstr ""
563 513
564#: faq.html.j2:11 514#: faq.html.j2:11
565msgid "" 515msgid ""
566"<p>It would be possible, however, to withdraw coins denominated in\n" 516"<p>It would be possible, however, to withdraw coins denominated in Bitcoin "
567"Bitcoin into a Taler wallet (with an appropriate exchange), which\n" 517"into a Taler wallet (with an appropriate exchange), which would give some "
568"would give some benefits over plain Bitcoin, such as instant\n" 518"benefits over plain Bitcoin, such as instant confirmation times.</p>"
569"confirmation times.</p>\n"
570msgstr "" 519msgstr ""
571 520
572#: faq.html.j2:18 521#: faq.html.j2:18
@@ -575,9 +524,9 @@ msgstr ""
575 524
576#: faq.html.j2:19 525#: faq.html.j2:19
577msgid "" 526msgid ""
578"<p>Your wallet stores digital coins and thus ultimately your computer\n" 527"<p>Your wallet stores digital coins and thus ultimately your computer holds "
579"holds your balance. The exchange keeps funds matching all unspent\n" 528"your balance. The exchange keeps funds matching all unspent coins in an "
580"coins in an escrow bank account.</p>\n" 529"escrow bank account.</p>"
581msgstr "" 530msgstr ""
582 531
583#: faq.html.j2:25 532#: faq.html.j2:25
@@ -586,16 +535,15 @@ msgstr ""
586 535
587#: faq.html.j2:26 536#: faq.html.j2:26
588msgid "" 537msgid ""
589"<p>Since the digital coins of value in your wallet are anonymized, the\n" 538"<p>Since the digital coins of value in your wallet are anonymized, the "
590"exchange can not assist you in recovering a lost or stolen wallet.\n" 539"exchange can not assist you in recovering a lost or stolen wallet. Just like "
591"Just like with a physical wallet for cash, you are responsible for\n" 540"with a physical wallet for cash, you are responsible for keeping it safe.</p>"
592"keeping it safe.</p>\n"
593msgstr "" 541msgstr ""
594 542
595#: faq.html.j2:32 543#: faq.html.j2:32
596msgid "" 544msgid ""
597"<p>The risk of losing a wallet can be mitigated by making backups or\n" 545"<p>The risk of losing a wallet can be mitigated by making backups or keeping "
598"keeping the balance reasonably low.</p>\n" 546"the balance reasonably low.</p>"
599msgstr "" 547msgstr ""
600 548
601#: faq.html.j2:37 549#: faq.html.j2:37
@@ -604,9 +552,9 @@ msgstr ""
604 552
605#: faq.html.j2:38 553#: faq.html.j2:38
606msgid "" 554msgid ""
607"<p>In case of a compromise of one of your devices, an attacker can\n" 555"<p>In case of a compromise of one of your devices, an attacker can spend "
608"spend coins from your wallet. Checking your balance might reveal\n" 556"coins from your wallet. Checking your balance might reveal to you that your "
609"to you that your device has been compromised.</p>\n" 557"device has been compromised.</p>"
610msgstr "" 558msgstr ""
611 559
612#: faq.html.j2:44 560#: faq.html.j2:44
@@ -615,15 +563,15 @@ msgstr ""
615 563
616#: faq.html.j2:45 564#: faq.html.j2:45
617msgid "" 565msgid ""
618"<p>If your friend provides goods or services for you in exchange for a\n" 566"<p>If your friend provides goods or services for you in exchange for a "
619"payment, they can easily set up a Taler merchant and receive the\n" 567"payment, they can easily set up a Taler merchant and receive the payment in "
620"payment in their bank account.</p>\n" 568"their bank account.</p>"
621msgstr "" 569msgstr ""
622 570
623#: faq.html.j2:50 571#: faq.html.j2:50
624msgid "" 572msgid ""
625"<p>Future versions of the Taler wallet may allow exchanging coins\n" 573"<p>Future versions of the Taler wallet may allow exchanging coins among "
626"among friends directly as well.</p>\n" 574"friends directly as well.</p>"
627msgstr "" 575msgstr ""
628 576
629#: faq.html.j2:56 577#: faq.html.j2:56
@@ -632,12 +580,12 @@ msgstr ""
632 580
633#: faq.html.j2:57 581#: faq.html.j2:57
634msgid "" 582msgid ""
635"<p>Taler wallets can store digital coins corresponding to multiple\n" 583"<p>Taler wallets can store digital coins corresponding to multiple different "
636"different currencies such as the Euro, US Dollars or Bitcoins.</p>\n" 584"currencies such as the Euro, US Dollars or Bitcoins.</p>"
637msgstr "" 585msgstr ""
638 586
639#: faq.html.j2:61 587#: faq.html.j2:61
640msgid "<p>Taler currently does not offer conversion between currencies.</p>\n" 588msgid "<p>Taler currently does not offer conversion between currencies.</p>"
641msgstr "" 589msgstr ""
642 590
643#: faq.html.j2:65 591#: faq.html.j2:65
@@ -646,12 +594,10 @@ msgstr ""
646 594
647#: faq.html.j2:66 595#: faq.html.j2:66
648msgid "" 596msgid ""
649"<p>Your wallet stores digital coins that are <a\n" 597"<p>Your wallet stores digital coins that are <a href=\"https://en.wikipedia."
650"href=\"https://en.wikipedia.org/wiki/Blind_signature\">blindly\n" 598"org/wiki/Blind_signature\">blindly signed</a> by an exchange. The use of a "
651"signed</a> by an exchange. The use of a blind signature protects your\n" 599"blind signature protects your privacy as it prevents the exchange from "
652"privacy as it prevents the exchange from knowing which coin it signed\n" 600"knowing which coin it signed for which customer.</p>"
653"for which customer.</p>\n"
654"\n"
655msgstr "" 601msgstr ""
656 602
657#: glossary.html.j2:6 603#: glossary.html.j2:6
@@ -660,8 +606,7 @@ msgstr ""
660 606
661#: glossary.html.j2:8 607#: glossary.html.j2:8
662msgid "" 608msgid ""
663"trusted third party that verifies that the `exchange` is operating " 609"trusted third party that verifies that the `exchange` is operating correctly"
664"correctly\n"
665msgstr "" 610msgstr ""
666 611
667#: glossary.html.j2:12 612#: glossary.html.j2:12
@@ -670,8 +615,8 @@ msgstr ""
670 615
671#: glossary.html.j2:14 616#: glossary.html.j2:14
672msgid "" 617msgid ""
673"traditional financial service provider who offers wire `transfers` " 618"traditional financial service provider who offers wire `transfers` between "
674"between accounts\n" 619"accounts"
675msgstr "" 620msgstr ""
676 621
677#: glossary.html.j2:18 622#: glossary.html.j2:18
@@ -681,7 +626,7 @@ msgstr ""
681#: glossary.html.j2:20 626#: glossary.html.j2:20
682msgid "" 627msgid ""
683"coins are individual token representing a certain amount of value, also " 628"coins are individual token representing a certain amount of value, also "
684"known as the `denomination` of the coin\n" 629"known as the `denomination` of the coin"
685msgstr "" 630msgstr ""
686 631
687#: glossary.html.j2:24 632#: glossary.html.j2:24
@@ -689,7 +634,7 @@ msgid "contract"
689msgstr "" 634msgstr ""
690 635
691#: glossary.html.j2:26 636#: glossary.html.j2:26
692msgid "the proposal signed by the wallet.\n" 637msgid "the proposal signed by the wallet."
693msgstr "" 638msgstr ""
694 639
695#: glossary.html.j2:30 640#: glossary.html.j2:30
@@ -698,8 +643,7 @@ msgstr ""
698 643
699#: glossary.html.j2:32 644#: glossary.html.j2:32
700msgid "" 645msgid ""
701"unit of currency, specifies both the currency and the face value of a " 646"unit of currency, specifies both the currency and the face value of a `coin`"
702"`coin`\n"
703msgstr "" 647msgstr ""
704 648
705#: glossary.html.j2:36 649#: glossary.html.j2:36
@@ -708,8 +652,8 @@ msgstr ""
708 652
709#: glossary.html.j2:38 653#: glossary.html.j2:38
710msgid "" 654msgid ""
711"RSA key used by the exchange to certify that a given `coin` is valid and " 655"RSA key used by the exchange to certify that a given `coin` is valid and of "
712"of a particular `denomination`\n" 656"a particular `denomination`"
713msgstr "" 657msgstr ""
714 658
715#: glossary.html.j2:42 659#: glossary.html.j2:42
@@ -719,8 +663,7 @@ msgstr ""
719#: glossary.html.j2:44 663#: glossary.html.j2:44
720msgid "" 664msgid ""
721"operation by which a merchant passes coins to an exchange, expecting the " 665"operation by which a merchant passes coins to an exchange, expecting the "
722"exchange to credit his `bank` account in the future using a wire " 666"exchange to credit his `bank` account in the future using a wire `transfer`"
723"`transfer`\n"
724msgstr "" 667msgstr ""
725 668
726#: glossary.html.j2:48 669#: glossary.html.j2:48
@@ -729,10 +672,9 @@ msgstr ""
729 672
730#: glossary.html.j2:50 673#: glossary.html.j2:50
731msgid "" 674msgid ""
732"a `coin` is dirty if its public key may be known to an entity other than " 675"a `coin` is dirty if its public key may be known to an entity other than the "
733"the customer, thereby creating the danger of some entity being able to " 676"customer, thereby creating the danger of some entity being able to link "
734"link multiple transactions of coin's owner if the coin is not refreshed " 677"multiple transactions of coin's owner if the coin is not refreshed first"
735"first\n"
736msgstr "" 678msgstr ""
737 679
738#: glossary.html.j2:54 680#: glossary.html.j2:54
@@ -741,8 +683,8 @@ msgstr ""
741 683
742#: glossary.html.j2:56 684#: glossary.html.j2:56
743msgid "" 685msgid ""
744"Taler's payment service provider. Issues eletronic `coins` during " 686"Taler's payment service provider. Issues eletronic `coins` during "
745"`withdrawal` and redeems them when they are `deposited` by merchants.\n" 687"`withdrawal` and redeems them when they are `deposited` by merchants."
746msgstr "" 688msgstr ""
747 689
748#: glossary.html.j2:60 690#: glossary.html.j2:60
@@ -750,7 +692,7 @@ msgid "extension"
750msgstr "" 692msgstr ""
751 693
752#: glossary.html.j2:62 694#: glossary.html.j2:62
753msgid "implementation of a `wallet` for browsers\n" 695msgid "implementation of a `wallet` for browsers"
754msgstr "" 696msgstr ""
755 697
756#: glossary.html.j2:66 698#: glossary.html.j2:66
@@ -758,7 +700,7 @@ msgid "fresh coin"
758msgstr "" 700msgstr ""
759 701
760#: glossary.html.j2:68 702#: glossary.html.j2:68
761msgid "a `coin` is fresh if its public key is only known to the customer\n" 703msgid "a `coin` is fresh if its public key is only known to the customer"
762msgstr "" 704msgstr ""
763 705
764#: glossary.html.j2:72 706#: glossary.html.j2:72
@@ -767,8 +709,8 @@ msgstr ""
767 709
768#: glossary.html.j2:74 710#: glossary.html.j2:74
769msgid "" 711msgid ""
770"offline key used by the exchange to certify denomination keys and message" 712"offline key used by the exchange to certify denomination keys and message "
771" signing keys\n" 713"signing keys"
772msgstr "" 714msgstr ""
773 715
774#: glossary.html.j2:78 716#: glossary.html.j2:78
@@ -776,7 +718,7 @@ msgid "message signing key"
776msgstr "" 718msgstr ""
777 719
778#: glossary.html.j2:80 720#: glossary.html.j2:80
779msgid "key used by the exchange to sign online messages, other than coins\n" 721msgid "key used by the exchange to sign online messages, other than coins"
780msgstr "" 722msgstr ""
781 723
782#: glossary.html.j2:84 724#: glossary.html.j2:84
@@ -786,15 +728,11 @@ msgstr ""
786#: glossary.html.j2:86 728#: glossary.html.j2:86
787msgid "" 729msgid ""
788"specification of the details of a transaction, specifies the payment " 730"specification of the details of a transaction, specifies the payment "
789"obligations\n" 731"obligations for the customer (i.e. the amount), the deliverables of the "
790"for the customer (i.e. the amount), the deliverables of the merchant and " 732"merchant and other related information, such as deadlines or locations; "
791"other\n" 733"However, it lacks some information that the backend is supposed to provide. "
792"related information, such as deadlines or locations; However, it lacks " 734"In other words, after the backend adds the missing information to the offer "
793"some\n" 735"and signs it, it becomes a proposal."
794"information that the backend is supposed to provide.\n"
795"In other words, after the backend adds the missing information to the "
796"offer and\n"
797"signs it, it becomes a proposal.\n"
798msgstr "" 736msgstr ""
799 737
800#: glossary.html.j2:95 738#: glossary.html.j2:95
@@ -802,7 +740,7 @@ msgid "owner"
802msgstr "" 740msgstr ""
803 741
804#: glossary.html.j2:97 742#: glossary.html.j2:97
805msgid "a `coin` is owned by the entity that knows the private key of the coin\n" 743msgid "a `coin` is owned by the entity that knows the private key of the coin"
806msgstr "" 744msgstr ""
807 745
808#: glossary.html.j2:101 746#: glossary.html.j2:101
@@ -812,7 +750,7 @@ msgstr ""
812#: glossary.html.j2:103 750#: glossary.html.j2:103
813msgid "" 751msgid ""
814"message that cryptographically demonstrates that a particular claim is " 752"message that cryptographically demonstrates that a particular claim is "
815"correct\n" 753"correct"
816msgstr "" 754msgstr ""
817 755
818#: glossary.html.j2:107 756#: glossary.html.j2:107
@@ -820,7 +758,7 @@ msgid "proposal"
820msgstr "" 758msgstr ""
821 759
822#: glossary.html.j2:109 760#: glossary.html.j2:109
823msgid "a sketch that has been completed and signed by the merchant backend.\n" 761msgid "a sketch that has been completed and signed by the merchant backend."
824msgstr "" 762msgstr ""
825 763
826#: glossary.html.j2:113 764#: glossary.html.j2:113
@@ -830,8 +768,8 @@ msgstr ""
830#: glossary.html.j2:115 768#: glossary.html.j2:115
831msgid "" 769msgid ""
832"funds set aside for future use; either the balance of a customer at the " 770"funds set aside for future use; either the balance of a customer at the "
833"exchange ready for `withdrawal`, or the funds kept in the exchange's bank" 771"exchange ready for `withdrawal`, or the funds kept in the exchange's bank "
834" account to cover obligations from coins in circulation\n" 772"account to cover obligations from coins in circulation"
835msgstr "" 773msgstr ""
836 774
837#: glossary.html.j2:119 775#: glossary.html.j2:119
@@ -840,8 +778,8 @@ msgstr ""
840 778
841#: glossary.html.j2:121 779#: glossary.html.j2:121
842msgid "" 780msgid ""
843"operation by which a `dirty` `coin` is converted into one or more `fresh`" 781"operation by which a `dirty` `coin` is converted into one or more `fresh` "
844" coins\n" 782"coins"
845msgstr "" 783msgstr ""
846 784
847#: glossary.html.j2:125 785#: glossary.html.j2:125
@@ -851,8 +789,8 @@ msgstr ""
851#: glossary.html.j2:127 789#: glossary.html.j2:127
852msgid "" 790msgid ""
853"operation by which a merchant steps back from the right to funds that he " 791"operation by which a merchant steps back from the right to funds that he "
854"obtained from a `deposit` operation, giving the right to the funds back " 792"obtained from a `deposit` operation, giving the right to the funds back to "
855"to the customer\n" 793"the customer"
856msgstr "" 794msgstr ""
857 795
858#: glossary.html.j2:131 796#: glossary.html.j2:131
@@ -862,8 +800,7 @@ msgstr ""
862#: glossary.html.j2:133 800#: glossary.html.j2:133
863msgid "" 801msgid ""
864"users can share ownership of a `coin` by sharing access to the coin's " 802"users can share ownership of a `coin` by sharing access to the coin's "
865"private key, thereby allowing all co-owners to spend the coin at any " 803"private key, thereby allowing all co-owners to spend the coin at any time."
866"time.\n"
867msgstr "" 804msgstr ""
868 805
869#: glossary.html.j2:137 806#: glossary.html.j2:137
@@ -871,7 +808,7 @@ msgid "signing key"
871msgstr "" 808msgstr ""
872 809
873#: glossary.html.j2:139 810#: glossary.html.j2:139
874msgid "see message signing key.\n" 811msgid "see message signing key."
875msgstr "" 812msgstr ""
876 813
877#: glossary.html.j2:143 814#: glossary.html.j2:143
@@ -880,8 +817,8 @@ msgstr ""
880 817
881#: glossary.html.j2:145 818#: glossary.html.j2:145
882msgid "" 819msgid ""
883"operation by which a customer gives a merchant the right to `deposit` " 820"operation by which a customer gives a merchant the right to `deposit` coins "
884"coins in return for merchandise\n" 821"in return for merchandise"
885msgstr "" 822msgstr ""
886 823
887#: glossary.html.j2:149 824#: glossary.html.j2:149
@@ -889,7 +826,7 @@ msgid "transfer"
889msgstr "" 826msgstr ""
890 827
891#: glossary.html.j2:151 828#: glossary.html.j2:151
892msgid "method of sending funds between `bank` accounts\n" 829msgid "method of sending funds between `bank` accounts"
893msgstr "" 830msgstr ""
894 831
895#: glossary.html.j2:155 832#: glossary.html.j2:155
@@ -899,7 +836,7 @@ msgstr ""
899#: glossary.html.j2:157 836#: glossary.html.j2:157
900msgid "" 837msgid ""
901"method by which ownership is exclusively transferred from one entity to " 838"method by which ownership is exclusively transferred from one entity to "
902"another\n" 839"another"
903msgstr "" 840msgstr ""
904 841
905#: glossary.html.j2:161 842#: glossary.html.j2:161
@@ -907,7 +844,7 @@ msgid "transaction id"
907msgstr "" 844msgstr ""
908 845
909#: glossary.html.j2:163 846#: glossary.html.j2:163
910msgid "unique number by which a merchant identifies a `transaction`\n" 847msgid "unique number by which a merchant identifies a `transaction`"
911msgstr "" 848msgstr ""
912 849
913#: glossary.html.j2:167 850#: glossary.html.j2:167
@@ -916,8 +853,7 @@ msgstr ""
916 853
917#: glossary.html.j2:169 854#: glossary.html.j2:169
918msgid "" 855msgid ""
919"software running on a customer's computer; withdraws, stores and spends " 856"software running on a customer's computer; withdraws, stores and spends coins"
920"coins\n"
921msgstr "" 857msgstr ""
922 858
923#: glossary.html.j2:173 859#: glossary.html.j2:173
@@ -925,7 +861,7 @@ msgid "wire transfer"
925msgstr "" 861msgstr ""
926 862
927#: glossary.html.j2:175 863#: glossary.html.j2:175
928msgid "see `transfer`\n" 864msgid "see `transfer`"
929msgstr "" 865msgstr ""
930 866
931#: glossary.html.j2:179 867#: glossary.html.j2:179
@@ -934,8 +870,8 @@ msgstr ""
934 870
935#: glossary.html.j2:181 871#: glossary.html.j2:181
936msgid "" 872msgid ""
937"subject of a wire `transfer`; usually a random string to uniquely " 873"subject of a wire `transfer`; usually a random string to uniquely identify "
938"identify the `transfer`\n" 874"the `transfer`"
939msgstr "" 875msgstr ""
940 876
941#: glossary.html.j2:185 877#: glossary.html.j2:185
@@ -944,8 +880,7 @@ msgstr ""
944 880
945#: glossary.html.j2:187 881#: glossary.html.j2:187
946msgid "" 882msgid ""
947"operation by which a `wallet` can convert funds from a reserve to fresh " 883"operation by which a `wallet` can convert funds from a reserve to fresh coins"
948"coins\n"
949msgstr "" 884msgstr ""
950 885
951#: governments.html.j2:6 886#: governments.html.j2:6
@@ -954,13 +889,11 @@ msgstr ""
954 889
955#: governments.html.j2:8 890#: governments.html.j2:8
956msgid "" 891msgid ""
957"Taler provides accountability to ensure business operate\n" 892"Taler provides accountability to ensure business operate legally, while also "
958"legally, while also respecting civil liberties of\n" 893"respecting civil liberties of citizens. Taler is a payment system based on "
959"citizens. Taler is a payment system based on\n" 894"open standards and free software. Taler needs governments as they set a "
960"open standards and free software. Taler needs\n" 895"financial framework and act as trusted regulators. Taler contributes to "
961"governments as they set a financial framework and act as\n" 896"digital sovereignty in the critical financial infrastructure."
962"trusted regulators. Taler contributes to digital\n"
963"sovereignty in the critical financial infrastructure.\n"
964msgstr "" 897msgstr ""
965 898
966#: governments.html.j2:25 index.html.j2:71 899#: governments.html.j2:25 index.html.j2:71
@@ -969,51 +902,43 @@ msgstr "Taxable"
969 902
970#: governments.html.j2:28 903#: governments.html.j2:28
971msgid "" 904msgid ""
972"Taler was built with the goal of fighting corruption and\n" 905"Taler was built with the goal of fighting corruption and supporting "
973"supporting taxation. With Taler, the receiver of any\n" 906"taxation. With Taler, the receiver of any form of payment is easily "
974"form of payment is easily identified by the government,\n" 907"identified by the government, and the merchant can be compelled to provide "
975"and the merchant can be compelled to provide the contract\n" 908"the contract that was accepted by the customer. Governments can use this "
976"that was accepted by the customer. Governments can use\n" 909"data to tax businesses and individuals based on their income, making tax "
977"this data to tax businesses and individuals based on\n" 910"evasion and black markets less viable."
978"their income, making tax evasion and black markets less\n"
979"viable.\n"
980msgstr "" 911msgstr ""
981 912
982#: governments.html.j2:41 913#: governments.html.j2:41
983msgid "" 914msgid ""
984"Thus, despite offering anonymity for citizens spending\n" 915"Thus, despite offering anonymity for citizens spending digital cash to buy "
985"digital cash to buy goods and services, Taler also\n" 916"goods and services, Taler also ensures that the state can observe incoming "
986"ensures that the state can observe incoming funds. This\n" 917"funds. This can be used to ensure businesses engage only in legal "
987"can be used to ensure businesses engage only in legal\n" 918"activities, and do not evade income tax, sales tax or value-added tax. "
988"activities, and do not evade income tax, sales tax or\n" 919"However, this observational capability does not extend to the immediate "
989"value-added tax. However, this observational capability\n" 920"personal domain. In particular, monitoring does not cover shared access to "
990"does not extend to the immediate personal domain. In\n" 921"funds with trusted friends and family, or synchronizing wallets across "
991"particular, monitoring does not cover shared access to\n" 922"multiple devices."
992"funds with trusted friends and family, or synchronizing\n"
993"wallets across multiple devices.\n"
994msgstr "" 923msgstr ""
995 924
996#: governments.html.j2:61 925#: governments.html.j2:61
997msgid "" 926msgid ""
998"Taler's payments are cryptographically secured. Thus,\n" 927"Taler's payments are cryptographically secured. Thus, customers, merchants "
999"customers, merchants and the Taler payment service provider\n" 928"and the Taler payment service provider (the exchange) can mathematically "
1000"(the exchange) can mathematically\n" 929"demonstrate their lawful behavior in court in case of disputes. Financial "
1001"demonstrate their lawful behavior in court in case of\n" 930"damages are strictly limited, improving economic security for individuals, "
1002"disputes. Financial damages are strictly limited,\n" 931"merchants, the exchange and the state."
1003"improving economic security for individuals, merchants,\n"
1004"the exchange and the state.\n"
1005msgstr "" 932msgstr ""
1006 933
1007#: governments.html.j2:73 934#: governments.html.j2:73
1008msgid "" 935msgid ""
1009"As a payment service provider, the Taler exchange is\n" 936"As a payment service provider, the Taler exchange is subject to financial "
1010"subject to financial regulation. Financial regulation and\n" 937"regulation. Financial regulation and regular audits are critical to "
1011"regular audits are critical to establish trust. In\n" 938"establish trust. In particular, the Taler design mandates the existence of "
1012"particular, the Taler design mandates the existence of an\n" 939"an independent auditor who checks cryptographic proofs that accumulate at "
1013"independent auditor who checks cryptographic proofs that\n" 940"the exchange to ensure that the escrow account is managed honestly. This "
1014"accumulate at the exchange to ensure that the escrow\n" 941"ensures that the exchange does not threaten the economy due to fraud."
1015"account is managed honestly. This ensures that the\n"
1016"exchange does not threaten the economy due to fraud.\n"
1017msgstr "" 942msgstr ""
1018 943
1019#: governments.html.j2:88 index.html.j2:97 944#: governments.html.j2:88 index.html.j2:97
@@ -1022,10 +947,9 @@ msgstr "Libre"
1022 947
1023#: governments.html.j2:91 948#: governments.html.j2:91
1024msgid "" 949msgid ""
1025"Taler is free software implementing an open protocol\n" 950"Taler is free software implementing an open protocol standard. Thus, Taler "
1026"standard. Thus, Taler will enable competition and avoid\n" 951"will enable competition and avoid the monopolization of payment systems that "
1027"the monopolization of payment systems that threatens\n" 952"threatens global political and financial stability today."
1028"global political and financial stability today.\n"
1029msgstr "" 953msgstr ""
1030 954
1031#: governments.html.j2:101 955#: governments.html.j2:101
@@ -1034,11 +958,9 @@ msgstr "Efficace"
1034 958
1035#: governments.html.j2:104 959#: governments.html.j2:104
1036msgid "" 960msgid ""
1037"Taler has an efficient design. Unlike\n" 961"Taler has an efficient design. Unlike Blockchain-based payment systems, such "
1038"Blockchain-based payment systems, such as Bitcoin,\n" 962"as Bitcoin, Taler will not threaten the availability of national electric "
1039"Taler will not threaten the availability of\n" 963"grids or (significantly) contribute to environmental pollution."
1040"national electric grids or (significantly)\n"
1041"contribute to environmental pollution.\n"
1042msgstr "" 964msgstr ""
1043 965
1044#: governments.html.j2:120 966#: governments.html.j2:120
@@ -1051,8 +973,8 @@ msgstr ""
1051 973
1052#: governments.html.j2:123 974#: governments.html.j2:123
1053msgid "" 975msgid ""
1054"With Taler, income is visible and can be tied to the contract signed by " 976"With Taler, income is visible and can be tied to the contract signed by both "
1055"both parties." 977"parties."
1056msgstr "" 978msgstr ""
1057 979
1058#: governments.html.j2:124 980#: governments.html.j2:124
@@ -1061,8 +983,8 @@ msgstr ""
1061 983
1062#: governments.html.j2:125 984#: governments.html.j2:125
1063msgid "" 985msgid ""
1064"In Taler, payer and payee are known by their bank accounts when " 986"In Taler, payer and payee are known by their bank accounts when withdrawing "
1065"withdrawing or depositing coins respectively" 987"or depositing coins respectively"
1066msgstr "" 988msgstr ""
1067 989
1068#: governments.html.j2:126 990#: governments.html.j2:126
@@ -1071,8 +993,8 @@ msgstr ""
1071 993
1072#: governments.html.j2:127 994#: governments.html.j2:127
1073msgid "" 995msgid ""
1074"Taler cryptographically protects citizen's privacy, and by design " 996"Taler cryptographically protects citizen's privacy, and by design implements "
1075"implements data minimization and privacy by default." 997"data minimization and privacy by default."
1076msgstr "" 998msgstr ""
1077 999
1078#: governments.html.j2:128 1000#: governments.html.j2:128
@@ -1091,41 +1013,36 @@ msgstr ""
1091 1013
1092#: governments.html.j2:140 1014#: governments.html.j2:140
1093msgid "" 1015msgid ""
1094"Taler assumes governments can observe traditional wire transfers\n" 1016"Taler assumes governments can observe traditional wire transfers entering "
1095"entering and leaving the Taler payment system. Starting with the\n" 1017"and leaving the Taler payment system. Starting with the wire transfers, "
1096"wire transfers, governments can obtain:\n" 1018"governments can obtain:"
1097msgstr "" 1019msgstr ""
1098 1020
1099#: governments.html.j2:148 1021#: governments.html.j2:148
1100msgid "" 1022msgid ""
1101"The total amount of digital currency withdrawn by a\n" 1023"The total amount of digital currency withdrawn by a customer. The government "
1102"customer. The government can impose limits on how much\n" 1024"can impose limits on how much digital cash a customer can withdraw within a "
1103"digital cash a customer can withdraw within a\n" 1025"given time frame."
1104"given time frame.\n"
1105msgstr "" 1026msgstr ""
1106 1027
1107#: governments.html.j2:157 1028#: governments.html.j2:157
1108msgid "" 1029msgid "The income received by any merchant via the Taler system."
1109"The income received by any merchant via the Taler\n"
1110"system.\n"
1111msgstr "" 1030msgstr ""
1112 1031
1113#: governments.html.j2:164 1032#: governments.html.j2:164
1114msgid "" 1033msgid ""
1115"The exact details of the underlying contract that was\n" 1034"The exact details of the underlying contract that was signed between "
1116"signed between customer and merchant. However, this\n" 1035"customer and merchant. However, this information would typically not include "
1117"information would typically not include the identity\n" 1036"the identity of the customer."
1118"of the customer.\n"
1119msgstr "" 1037msgstr ""
1120 1038
1121#: governments.html.j2:174 1039#: governments.html.j2:174
1122msgid "" 1040msgid ""
1123"The amounts of digital coins legitimately withdrawn\n" 1041"The amounts of digital coins legitimately withdrawn by customers from the "
1124"by customers from the exchange, the value of\n" 1042"exchange, the value of non-redeemed digital coins in customer's wallets, the "
1125"non-redeemed digital coins in customer's wallets, the\n" 1043"value and corresponding wire details of deposit operations performed by "
1126"value and corresponding wire details of deposit\n" 1044"merchants with the exchange, and the income of the exchange from transaction "
1127"operations performed by merchants with the exchange,\n" 1045"fees."
1128"and the income of the exchange from transaction fees.\n"
1129msgstr "" 1046msgstr ""
1130 1047
1131#: index.html.j2:10 1048#: index.html.j2:10
@@ -1134,12 +1051,11 @@ msgstr ""
1134 1051
1135#: index.html.j2:13 1052#: index.html.j2:13
1136msgid "" 1053msgid ""
1137"GNU Taler is an electronic payment system under development at\n" 1054"GNU Taler is an electronic payment system under development at <a href="
1138"<a href=\"http://www.inria.fr/\">Inria</a>. We expect to make it\n" 1055"\"http://www.inria.fr/\">Inria</a>. We expect to make it operational in "
1139"operational in 2017. You can learn about Taler on this website,\n" 1056"2017. You can learn about Taler on this website, try the <a href=\"https://"
1140"try the <a href=\"https://demo.taler.net\">demo</a> and look at\n" 1057"demo.taler.net\">demo</a> and look at our <a href=\"https://docs.taler.net"
1141"our <a href=\"https://docs.taler.net\">developer</a> and <a\n" 1058"\">developer</a> and <a href=\"https://api.taler.net\">API</a> documentation."
1142"href=\"https://api.taler.net\">API</a> documentation.\n"
1143msgstr "" 1059msgstr ""
1144 1060
1145#: index.html.j2:29 1061#: index.html.j2:29
@@ -1148,53 +1064,47 @@ msgstr ""
1148 1064
1149#: index.html.j2:32 1065#: index.html.j2:32
1150msgid "" 1066msgid ""
1151"Taler is easy to integrate with existing Web\n" 1067"Taler is easy to integrate with existing Web applications. Payments are "
1152"applications. Payments are cryptographically\n" 1068"cryptographically secured and are confirmed within milliseconds with "
1153"secured and are confirmed within milliseconds with\n" 1069"extremely low transaction costs."
1154"extremely low transaction costs.\n"
1155msgstr "" 1070msgstr ""
1156 1071
1157#: index.html.j2:45 1072#: index.html.j2:45
1158msgid "" 1073msgid ""
1159"Taler does not introduce a new currency. Taler\n" 1074"Taler does not introduce a new currency. Taler uses a digital wallet storing "
1160"uses a digital wallet storing coins and payment service\n" 1075"coins and payment service providers with escrow accounts in existing "
1161"providers with escrow accounts in existing currencies.\n" 1076"currencies. Thus, Taler's cryptographic coins correspond to existing "
1162"Thus, Taler's cryptographic coins correspond to existing\n" 1077"currencies, such as US Dollars, Euros or even Bitcoins."
1163"currencies, such as US Dollars, Euros or even Bitcoins.\n"
1164msgstr "" 1078msgstr ""
1165 1079
1166#: index.html.j2:59 1080#: index.html.j2:59
1167msgid "" 1081msgid ""
1168"By design Taler does not suffer from many classes\n" 1082"By design Taler does not suffer from many classes of security problems such "
1169"of security problems such as phishing or counterfeit.\n" 1083"as phishing or counterfeit. Thanks to its security features, Taler never "
1170"Thanks to its security features, Taler never rejects a legitimate\n" 1084"rejects a legitimate customer due to a fraud-detection false positive."
1171"customer due to a fraud-detection false positive.\n"
1172msgstr "" 1085msgstr ""
1173 1086
1174#: index.html.j2:74 1087#: index.html.j2:74
1175msgid "" 1088msgid ""
1176"When using Taler, merchant's revenue is transparent for tax\n" 1089"When using Taler, merchant's revenue is transparent for tax collection "
1177"collection authorities. Unlike cash and most digital currencies,\n" 1090"authorities. Unlike cash and most digital currencies, Taler helps prevent "
1178"Taler helps prevent black markets. Taler is not suitable for\n" 1091"black markets. Taler is not suitable for illegal activities."
1179"illegal activities.\n"
1180msgstr "" 1092msgstr ""
1181 1093
1182#: index.html.j2:86 1094#: index.html.j2:86
1183msgid "" 1095msgid ""
1184"When you pay with Taler, your identity does not\n" 1096"When you pay with Taler, your identity does not have to be revealed. Just "
1185"have to be revealed. Just like\n" 1097"like payments in cash, nobody else can track how you spent your electronic "
1186"payments in cash, nobody else can track how you\n" 1098"money. However, you obtain a legally valid proof of payment."
1187"spent your electronic money. However, you obtain a\n"
1188"legally valid proof of payment.\n"
1189msgstr "" 1099msgstr ""
1190 1100
1191#: index.html.j2:100 1101#: index.html.j2:100
1192msgid "" 1102msgid ""
1193"Taler provides protocols and reference implementations that in\n" 1103"Taler provides protocols and reference implementations that in principle "
1194"principle enables anybody to run their own payment infrastructure,\n" 1104"enables anybody to run their own payment infrastructure, be it individuals, "
1195"be it individuals, organizations or whole countries. Since the\n" 1105"organizations or whole countries. Since the reference implementation is a <a "
1196"reference implementation is a <a href=\"http://www.gnu.org/\">GNU</a>\n" 1106"href=\"http://www.gnu.org/\">GNU</a> package, it will always remain free "
1197"package, it will always remain free software.\n" 1107"software."
1198msgstr "" 1108msgstr ""
1199 1109
1200#: index.html.j2:117 1110#: index.html.j2:117
@@ -1203,12 +1113,12 @@ msgstr ""
1203 1113
1204#: index.html.j2:118 1114#: index.html.j2:118
1205msgid "" 1115msgid ""
1206"<p>To pay with Taler, customers install an electronic wallet\n" 1116"<p>To pay with Taler, customers install an electronic wallet on their "
1207"on their device. Before the first payment, the wallet's balance must\n" 1117"device. Before the first payment, the wallet's balance must be charged in "
1208"be charged in the desired currency by some other means of payment.</p>\n" 1118"the desired currency by some other means of payment.</p> <p>Once the wallet "
1209"<p>Once the wallet is charged, payments on websites take only one click,\n" 1119"is charged, payments on websites take only one click, are never falsely "
1210"are never falsely rejected by fraud detection and do not pose any risk\n" 1120"rejected by fraud detection and do not pose any risk of phishing or identity "
1211"of phishing or identity theft.</p>\n" 1121"theft.</p>"
1212msgstr "" 1122msgstr ""
1213 1123
1214#: index.html.j2:128 1124#: index.html.j2:128
@@ -1217,11 +1127,11 @@ msgstr ""
1217 1127
1218#: index.html.j2:129 1128#: index.html.j2:129
1219msgid "" 1129msgid ""
1220"<p>To receive Taler payments, a merchant needs a bank account\n" 1130"<p>To receive Taler payments, a merchant needs a bank account in the desired "
1221"in the desired currency. We provide supporting software\n" 1131"currency. We provide supporting software in various programming languages to "
1222"in various programming languages to make the integration painless.\n" 1132"make the integration painless. The merchant's backend for Taler transaction "
1223"The merchant's backend for Taler transaction processing can run\n" 1133"processing can run on the merchant's premises or be hosted by a third party."
1224"on the merchant's premises or be hosted by a third party.</p>\n" 1134"</p>"
1225msgstr "" 1135msgstr ""
1226 1136
1227#: index.html.j2:145 1137#: index.html.j2:145
@@ -1238,10 +1148,8 @@ msgstr ""
1238 1148
1239#: investors.html.j2:9 1149#: investors.html.j2:9
1240msgid "" 1150msgid ""
1241"We have created a company, Taler Systems SA in\n" 1151"We have created a company, Taler Systems SA in Luxembourg.<br> Please "
1242"Luxembourg.<br>\n" 1152"contact <tt>invest@taler.net</tt> if you want to invest in Taler."
1243"Please contact <tt>invest@taler.net</tt>\n"
1244"if you want to invest in Taler.\n"
1245msgstr "" 1153msgstr ""
1246 1154
1247#: investors.html.j2:24 1155#: investors.html.j2:24
@@ -1250,21 +1158,18 @@ msgstr ""
1250 1158
1251#: investors.html.j2:27 1159#: investors.html.j2:27
1252msgid "" 1160msgid ""
1253"Our <a href=\"about.html\">team</a> combines world-class business " 1161"Our <a href=\"about.html\">team</a> combines world-class business leaders, "
1254"leaders,\n" 1162"cryptographers, software engineers, civil-rights activists and academics. We "
1255"cryptographers, software engineers, civil-rights\n" 1163"are unified by a vision of how payments should work and the goal of imposing "
1256"activists and academics. We are unified by a vision\n" 1164"this vision upon the world."
1257"of how payments should work and the goal of\n"
1258"imposing this vision upon the world.\n"
1259msgstr "" 1165msgstr ""
1260 1166
1261#: investors.html.j2:37 1167#: investors.html.j2:37
1262msgid "" 1168msgid ""
1263"We are currently supported by <a href=\"http://www.inria.fr/\">Inria</a>," 1169"We are currently supported by <a href=\"http://www.inria.fr/\">Inria</a>, "
1264" the French\n" 1170"the French national institute for research in informatics and automation, "
1265"national institute for research in informatics and\n" 1171"and the <a href=\"https://renewablefreedom.org/\">Renewable Freedom "
1266"automation, and the <a href=\"https://renewablefreedom.org/\">Renewable " 1172"Foundation</a>."
1267"Freedom Foundation</a>.\n"
1268msgstr "" 1173msgstr ""
1269 1174
1270#: investors.html.j2:45 1175#: investors.html.j2:45
@@ -1273,17 +1178,13 @@ msgstr ""
1273 1178
1274#: investors.html.j2:48 1179#: investors.html.j2:48
1275msgid "" 1180msgid ""
1276"All transactions in Taler are secured using <a " 1181"All transactions in Taler are secured using <a href=\"bibliography.html"
1277"href=\"bibliography.html\">modern\n" 1182"\">modern cryptography</a> and trust in all parties is minimized. Financial "
1278"cryptography</a> and trust in all parties is\n" 1183"damage is bounded (for customers, merchants and the exchange) even in the "
1279"minimized. Financial damage is bounded (for\n" 1184"case that systems are compromised and private keys are stolen. Databases can "
1280"customers, merchants and the exchange) even in the\n" 1185"be audited for consistency, resulting in either the detection of compromised "
1281"case that systems are compromised and private keys\n" 1186"systems or the demonstration that participants were honest. Actual "
1282"are stolen. Databases can be audited for\n" 1187"transaction costs are fractions of a cent."
1283"consistency, resulting in either the detection of\n"
1284"compromised systems or the demonstration that\n"
1285"participants were honest. Actual transaction costs\n"
1286"are fractions of a cent.\n"
1287msgstr "" 1188msgstr ""
1288 1189
1289#: investors.html.j2:63 1190#: investors.html.j2:63
@@ -1292,15 +1193,13 @@ msgstr ""
1292 1193
1293#: investors.html.j2:66 1194#: investors.html.j2:66
1294msgid "" 1195msgid ""
1295"The scalable business model for Taler is the operation\n" 1196"The scalable business model for Taler is the operation of the payment "
1296"of the payment service provider, which converts money from\n" 1197"service provider, which converts money from traditional payment systems "
1297"traditional payment systems (MasterCard, SEPA, UPI,\n" 1198"(MasterCard, SEPA, UPI, Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous "
1298"Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n" 1199"electronic coins in the same currency. The customer can then redeem the "
1299"electronic coins in the same currency. The customer\n" 1200"electronic coins at a merchant, who can exchange them for money represented "
1300"can then redeem the electronic coins at a merchant,\n" 1201"using traditional payment systems at the exchange. The exchange charges fees "
1301"who can exchange them for money represented using\n" 1202"to facilitate the transactions."
1302"traditional payment systems at the exchange. The\n"
1303"exchange charges fees to facilitate the transactions.\n"
1304msgstr "" 1203msgstr ""
1305 1204
1306#: investors.html.j2:85 1205#: investors.html.j2:85
@@ -1313,10 +1212,10 @@ msgstr ""
1313 1212
1314#: investors.html.j2:110 1213#: investors.html.j2:110
1315msgid "" 1214msgid ""
1316"The payment service operator runs the <em>Taler exchange</em>.\n" 1215"The payment service operator runs the <em>Taler exchange</em>. The exchange "
1317"The exchange charges <b>transaction fees</b> to customers or merchants.\n" 1216"charges <b>transaction fees</b> to customers or merchants. Its operational "
1318"Its operational expenses are from wire transfers with the banking\n" 1217"expenses are from wire transfers with the banking system and the operation "
1319"system and the operation of the computing infrastructure.\n" 1218"of the computing infrastructure."
1320msgstr "" 1219msgstr ""
1321 1220
1322#: investors.html.j2:120 1221#: investors.html.j2:120
@@ -1327,8 +1226,8 @@ msgstr ""
1327 1226
1328#: investors.html.j2:122 1227#: investors.html.j2:122
1329msgid "" 1228msgid ""
1330"Multiple Taler transactions can be aggregated into larger wire transfers " 1229"Multiple Taler transactions can be aggregated into larger wire transfers to "
1331"to merchants to minimize wire transfer costs." 1230"merchants to minimize wire transfer costs."
1332msgstr "" 1231msgstr ""
1333 1232
1334#: investors.html.j2:124 1233#: investors.html.j2:124
@@ -1351,11 +1250,10 @@ msgstr ""
1351 1250
1352#: merchants.html.j2:8 1251#: merchants.html.j2:8
1353msgid "" 1252msgid ""
1354"Taler is a cost-effective electronic payment system\n" 1253"Taler is a cost-effective electronic payment system which provides you with "
1355"which provides you with cryptographic proof that\n" 1254"cryptographic proof that the payment worked correctly within milliseconds. "
1356"the payment worked correctly within milliseconds.\n" 1255"Your Web customers pay with previously unknown levels of convenience without "
1357"Your Web customers pay with previously unknown\n" 1256"risk of fraud."
1358"levels of convenience without risk of fraud.\n"
1359msgstr "" 1257msgstr ""
1360 1258
1361#: merchants.html.j2:22 1259#: merchants.html.j2:22
@@ -1364,39 +1262,31 @@ msgstr "Rapide"
1364 1262
1365#: merchants.html.j2:25 1263#: merchants.html.j2:25
1366msgid "" 1264msgid ""
1367"Processing transactions with Taler is fast,\n" 1265"Processing transactions with Taler is fast, allowing you to confirm the "
1368"allowing you to confirm the transaction with your\n" 1266"transaction with your customer virtually immediately. Your customers will "
1369"customer virtually immediately. Your customers\n" 1267"appreciate that they do not have to type in credit card information and play "
1370"will appreciate that they do not have to type in\n" 1268"the &quot;verified by&quot; game. By making payments significantly more "
1371"credit card information and play the &quot;verified\n" 1269"convenient for your customers, you may be able to use Taler for small "
1372"by&quot; game. By making payments significantly\n" 1270"transactions that would not work with credit card payments due to the mental "
1373"more convenient for your customers, you may be able\n" 1271"overhead for customers."
1374"to use Taler for small transactions that would not\n"
1375"work with credit card payments due to the mental\n"
1376"overhead for customers.\n"
1377msgstr "" 1272msgstr ""
1378 1273
1379#: merchants.html.j2:44 1274#: merchants.html.j2:44
1380msgid "" 1275msgid ""
1381"You will have cryptographic proof of payment from the\n" 1276"You will have cryptographic proof of payment from the Taler payment service "
1382"Taler payment service provider. With Taler you never\n" 1277"provider. With Taler you never handle sensitive customer account information "
1383"handle sensitive customer account information and thus\n" 1278"and thus do not have to undergo any particular security audits (such as PCI "
1384"do not have to undergo any particular security audits\n" 1279"DSS). Your systems will have customer contracts with qualified signatures "
1385"(such as PCI DSS). Your systems will have customer\n" 1280"for all transactions which you can use in court in case of disputes."
1386"contracts with qualified signatures for all\n"
1387"transactions which you can use in court in case of\n"
1388"disputes.\n"
1389msgstr "" 1281msgstr ""
1390 1282
1391#: merchants.html.j2:61 1283#: merchants.html.j2:61
1392msgid "" 1284msgid ""
1393"Taler is free software, and you can use the\n" 1285"Taler is free software, and you can use the liberally-licensed reference "
1394"liberally-licensed reference code as a starting\n" 1286"code as a starting point to integrate Taler into your services. To use "
1395"point to integrate Taler into your services. To use\n" 1287"Taler, you do not need to pay license fees, and the free software "
1396"Taler, you do not need to pay license fees, and the\n" 1288"development model will ensure that you can select from many competing "
1397"free software development model will ensure that\n" 1289"integrators for support."
1398"you can select from many competing integrators for\n"
1399"support.\n"
1400msgstr "" 1290msgstr ""
1401 1291
1402#: merchants.html.j2:76 1292#: merchants.html.j2:76
@@ -1405,11 +1295,10 @@ msgstr ""
1405 1295
1406#: merchants.html.j2:79 1296#: merchants.html.j2:79
1407msgid "" 1297msgid ""
1408"Taler is uses efficient cryptographic constructions with low\n" 1298"Taler is uses efficient cryptographic constructions with low bandwidth and "
1409"bandwidth and storage requirements. Combined with Taler's strong\n" 1299"storage requirements. Combined with Taler's strong security which makes "
1410"security which makes fraud impossible, Taler payment service\n" 1300"fraud impossible, Taler payment service providers can operate with very low "
1411"providers can operate with very low overhead and\n" 1301"overhead and thus offer low transaction fees."
1412"thus offer low transaction fees.\n"
1413msgstr "" 1302msgstr ""
1414 1303
1415#: merchants.html.j2:89 1304#: merchants.html.j2:89
@@ -1418,10 +1307,9 @@ msgstr "Flexible"
1418 1307
1419#: merchants.html.j2:92 1308#: merchants.html.j2:92
1420msgid "" 1309msgid ""
1421"Taler can be used for different currencies (such as\n" 1310"Taler can be used for different currencies (such as Euros, US Dollars or "
1422"Euros, US Dollars or Bitcoins) and any amount, limited\n" 1311"Bitcoins) and any amount, limited only by applicable regulatation and what "
1423"only by applicable regulatation and what denominations\n" 1312"denominations the payment service provider supports."
1424"the payment service provider supports.\n"
1425msgstr "" 1313msgstr ""
1426 1314
1427#: merchants.html.j2:101 1315#: merchants.html.j2:101
@@ -1430,11 +1318,10 @@ msgstr "Ethique"
1430 1318
1431#: merchants.html.j2:104 1319#: merchants.html.j2:104
1432msgid "" 1320msgid ""
1433"Taler prevents tax evasion and money laundering.\n" 1321"Taler prevents tax evasion and money laundering. Taler's protocols are "
1434"Taler's protocols are efficient and do not use wasteful\n" 1322"efficient and do not use wasteful proof-of-work calculations. Taler "
1435"proof-of-work calculations. Taler encourages\n" 1323"encourages transparency by providing an open standard and free software "
1436"transparency by providing an open standard and free\n" 1324"reference implementations."
1437"software reference implementations.\n"
1438msgstr "" 1325msgstr ""
1439 1326
1440#: merchants.html.j2:119 1327#: merchants.html.j2:119
@@ -1464,28 +1351,24 @@ msgstr ""
1464 1351
1465#: merchants.html.j2:147 1352#: merchants.html.j2:147
1466msgid "" 1353msgid ""
1467"The backend <b>signs</b> and <b>stores</b> the\n" 1354"The backend <b>signs</b> and <b>stores</b> the complete terms of offers made "
1468"complete terms of offers made by the merchant to customers.\n" 1355"by the merchant to customers. For this, the merchant's frontend needs to "
1469"For this, the merchant's frontend needs to give the\n" 1356"give the customer's order in a JSON format to the backend."
1470"customer's order in a JSON format to the backend.\n"
1471msgstr "" 1357msgstr ""
1472 1358
1473#: merchants.html.j2:156 1359#: merchants.html.j2:156
1474msgid "" 1360msgid ""
1475"The backend <b>validates</b> payments received from\n" 1361"The backend <b>validates</b> payments received from the wallet and "
1476"the wallet and <b>executes</b> them with the Taler\n" 1362"<b>executes</b> them with the Taler payment service provider (the exchange). "
1477"payment service provider (the exchange). For this,\n" 1363"For this, the merchant's frontend must pass the payment request through to "
1478"the merchant's frontend must pass the payment\n" 1364"the Taler backend and check the HTTP status code that is returned."
1479"request through to the Taler backend and check the\n"
1480"HTTP status code that is returned.\n"
1481msgstr "" 1365msgstr ""
1482 1366
1483#: merchants.html.j2:167 1367#: merchants.html.j2:167
1484msgid "" 1368msgid ""
1485"The backend can <b>list</b> completed transactions\n" 1369"The backend can <b>list</b> completed transactions and <b>map</b> wire "
1486"and <b>map</b> wire transfers to sets of business\n" 1370"transfers to sets of business transactions, including the exact terms of "
1487"transactions, including the exact terms of each\n" 1371"each contract."
1488"contract.\n"
1489msgstr "" 1372msgstr ""
1490 1373
1491#: press.html.j2:4 1374#: press.html.j2:4
@@ -1499,211 +1382,3 @@ msgstr ""
1499#: common/base.j2:6 1382#: common/base.j2:6
1500msgid "Taxable Anonymous Libre Electronic Reserves" 1383msgid "Taxable Anonymous Libre Electronic Reserves"
1501msgstr "" 1384msgstr ""
1502
1503#~ msgid ""
1504#~ msgstr ""
1505
1506#~ msgid "Home"
1507#~ msgstr "Accueil"
1508
1509#~ msgid "Demo"
1510#~ msgstr "Démo"
1511
1512#~ msgid "Operators"
1513#~ msgstr "Investisseurs"
1514
1515#~ msgid "About&nbsp;us"
1516#~ msgstr "À&nbsp;propos"
1517
1518#~ msgid "Stability "
1519#~ msgstr "Stabilité"
1520
1521#~ msgid "News"
1522#~ msgstr ""
1523
1524#~ msgid "Taler Web payments paper published."
1525#~ msgstr "Taler 0.0.0."
1526
1527#~ msgid "More news »"
1528#~ msgstr "En savoir plus »"
1529
1530#~ msgid "Taler technology: About taxability, change and privacy"
1531#~ msgstr "La technologie de Taler: Taxabilité, rendu de monnaie et vie privée"
1532
1533#~ msgid "1-2017: Taler Documentation pages updated"
1534#~ msgstr ""
1535
1536#~ msgid "Operate a Taler exchange!"
1537#~ msgstr "Investissez dans Taler !"
1538
1539#~ msgid "Electronic payments for a liberal society!"
1540#~ msgstr "Paiements électroniques pour une société libre!"
1541
1542#~ msgid "Anonymous"
1543#~ msgstr "Anonyme"
1544
1545#~ msgid "Electronic"
1546#~ msgstr "Électronique"
1547
1548#~ msgid "Reserves"
1549#~ msgstr "Réserve"
1550
1551#~ msgid "Advantages for citizens"
1552#~ msgstr "Avantages pour les citoyens"
1553
1554#~ msgid "Independent One-Click Payment!"
1555#~ msgstr ""
1556
1557#~ msgid "Advantages for merchants"
1558#~ msgstr "Avantages pour les marchandes"
1559
1560#~ msgid "Advantages for governments"
1561#~ msgstr "Avantage pour les gouvernements"
1562
1563#~ msgid "Invest in GNU Taler!"
1564#~ msgstr ""
1565
1566#~ msgid "Business model"
1567#~ msgstr "Business model"
1568
1569#~ msgid "Taler as seen by the exchange operator"
1570#~ msgstr "Taler du point de vu de l'exploitant"
1571
1572#~ msgid "Taxable Anonymous Libre Electronic Reserves"
1573#~ msgstr ""
1574
1575#~ msgid "Independent One-Click Payments!"
1576#~ msgstr ""
1577
1578#~ msgid "<b>T</b>axable"
1579#~ msgstr ""
1580
1581#~ msgid "<b>A</b>nonymous"
1582#~ msgstr ""
1583
1584#~ msgid "<b>L</b>ibre"
1585#~ msgstr ""
1586
1587#~ msgid "<b>E</b>lectronic"
1588#~ msgstr ""
1589
1590#~ msgid "<b>R</b>eserves"
1591#~ msgstr ""
1592
1593#~ msgid "Latest Videos"
1594#~ msgstr ""
1595
1596#~ msgid "Florian Dold talks about Taler at 50p!"
1597#~ msgstr ""
1598
1599#~ msgid "Taler News"
1600#~ msgstr ""
1601
1602#~ msgid "Financial News"
1603#~ msgstr ""
1604
1605#~ msgid "en"
1606#~ msgstr "fr"
1607
1608#~ msgid "About us"
1609#~ msgstr "À&nbsp;propos"
1610
1611#~ msgid "CFO"
1612#~ msgstr "CFO"
1613
1614#~ msgid "Citizens"
1615#~ msgstr "Citoyens"
1616
1617#~ msgid "Developers"
1618#~ msgstr "Développeurs"
1619
1620#~ msgid "Governments"
1621#~ msgstr "Gouvernements"
1622
1623#~ msgid "Investors"
1624#~ msgstr ""
1625
1626#~ msgid "Merchants"
1627#~ msgstr "Commerçants"
1628
1629#~ msgid "The GNU Taler merchant backend operator tutorial"
1630#~ msgstr ""
1631
1632#~ msgid "Wallet"
1633#~ msgstr ""
1634
1635#~ msgid "Taler as seen by customers"
1636#~ msgstr "Taler du point de vu des clients"
1637
1638#~ msgid "Taler as seen by merchants"
1639#~ msgstr "Taler du poit de vu des marchants"
1640
1641#~ msgid "Tax-friendly"
1642#~ msgstr ""
1643
1644#~ msgid "Open access (PSD2): Taler provides an open standard with public APIs"
1645#~ msgstr ""
1646
1647#~ msgid "Taler complies with regulation"
1648#~ msgstr ""
1649
1650#~ msgid "Open access (PSD2)"
1651#~ msgstr ""
1652
1653#~ msgid "Taler as seen by governments"
1654#~ msgstr "Taler, du point de vu des gouvernements"
1655
1656#~ msgid "Previous"
1657#~ msgstr ""
1658
1659#~ msgid "Next"
1660#~ msgstr ""
1661
1662#~ msgid "Accept and validate deposits from merchants."
1663#~ msgstr "Accepter et valider les dépos de marchands."
1664
1665#~ msgid "Taler as seen by the payment service operator"
1666#~ msgstr ""
1667
1668#~ msgid "Financial risk is bounded even if keys are compromised."
1669#~ msgstr ""
1670
1671#~ msgid "The mailinglist"
1672#~ msgstr ""
1673
1674#~ msgid "Security"
1675#~ msgstr "Sécurité"
1676
1677#~ msgid "Privacy"
1678#~ msgstr "Confidentialité"
1679
1680#~ msgid "Convenience"
1681#~ msgstr "Avantage"
1682
1683#~ msgid "Stability"
1684#~ msgstr ""
1685
1686#~ msgid "Anti-money laundering (AML)"
1687#~ msgstr ""
1688
1689#~ msgid "Know-your-customer (KYC)"
1690#~ msgstr ""
1691
1692#~ msgid "Privacy-by-design (GDPR)"
1693#~ msgstr ""
1694
1695#~ msgid "Competitive banking (PSD2)"
1696#~ msgstr ""
1697
1698#~ msgid "Security-focused"
1699#~ msgstr ""
1700
1701#~ msgid "Privacy-friendly"
1702#~ msgstr ""
1703
1704#~ msgid "Free Software"
1705#~ msgstr "Logiciel Libre"
1706
1707#~ msgid "Low Fees"
1708#~ msgstr "Faible Coût "
1709
diff --git a/locale/it/LC_MESSAGES/messages.po b/locale/it/LC_MESSAGES/messages.po
index 7f0cd641..2db2bd18 100644
--- a/locale/it/LC_MESSAGES/messages.po
+++ b/locale/it/LC_MESSAGES/messages.po
@@ -1,17 +1,16 @@
1
2msgid "" 1msgid ""
3msgstr "" 2msgstr ""
4"Project-Id-Version: PROJECT VERSION\n" 3"Project-Id-Version: PROJECT VERSION\n"
5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 4"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
6"POT-Creation-Date: 2017-05-23 10:32+0200\n" 5"POT-Creation-Date: 2017-07-26 13:10+0200\n"
7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 6"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 7"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9"Language: it\n"
10"Language-Team: it <LL@li.org>\n" 8"Language-Team: it <LL@li.org>\n"
11"Plural-Forms: nplurals=2; plural=(n!=1)\n" 9"Language: it\n"
12"MIME-Version: 1.0\n" 10"MIME-Version: 1.0\n"
13"Content-Type: text/plain; charset=utf-8\n" 11"Content-Type: text/plain; charset=UTF-8\n"
14"Content-Transfer-Encoding: 8bit\n" 12"Content-Transfer-Encoding: 8bit\n"
13"Plural-Forms: nplurals=2; plural=(n!=1)\n"
15"Generated-By: Babel 2.3.4\n" 14"Generated-By: Babel 2.3.4\n"
16 15
17#: about.html.j2:8 16#: about.html.j2:8
@@ -20,101 +19,100 @@ msgid ""
20"GNU maintainer. Network security &amp; privacy researcher. Software " 19"GNU maintainer. Network security &amp; privacy researcher. Software "
21"architect." 20"architect."
22msgstr "" 21msgstr ""
23"Megalomane locale. Intendo, chi creerebbe un nuovo sistema di pagamento e" 22"Ricercatore in reti e sicurezza, ingegnere del software; autore di software "
24" una nuova Internet?" 23"GNU"
25 24
26#: about.html.j2:13 25#: about.html.j2:13
27#, fuzzy
28msgid "" 26msgid ""
29"Entrepreneur, Investor, Fortune 100 CIO, IT company director in different" 27"Entrepreneur, Investor, Fortune 100 CIO, IT company director in different "
30" industries, …." 28"industries, …."
31msgstr "" 29msgstr ""
30"Imprenditore, Investitore, Fortune 100 CIO. Direttore di aziende IT in "
31"diversi settori"
32 32
33#: about.html.j2:20 33#: about.html.j2:20
34#, fuzzy 34#, fuzzy
35msgid "Applied cryptography. Contact to W3c &amp; Tor." 35msgid "Applied cryptography. Contact to W3c &amp; Tor."
36msgstr "Matematico" 36msgstr "Matematico e crittografo. Attivo nel W3C &amp; Tor"
37 37
38#: about.html.j2:25 38#: about.html.j2:25
39#, fuzzy 39#, fuzzy
40msgid "Theoretical foundations." 40msgid "Theoretical foundations."
41msgstr "Teoricamente mortale" 41msgstr "Teorica della sicurezza dei protocolli"
42 42
43#: about.html.j2:30 43#: about.html.j2:30
44#, fuzzy 44#, fuzzy
45msgid "Founder of the GNU project. Ethical guidance and licensing." 45msgid "Founder of the GNU project. Ethical guidance and licensing."
46msgstr "Entusiasta di etica" 46msgstr "Fondatore del progetto GNU. Guida etica e esperto di licenze."
47 47
48#: about.html.j2:37 48#: about.html.j2:37
49#, fuzzy 49#, fuzzy
50msgid "PhD Student, TU Munich. Currently teaching." 50msgid "PhD Student, TU Munich. Currently teaching."
51msgstr "Principalmente inoffensivo" 51msgstr "Dottorando alla TU di Monaco di Baviera. Programmatore."
52 52
53#: about.html.j2:42 53#: about.html.j2:42
54#, fuzzy
55msgid "PhD Student, Inria.." 54msgid "PhD Student, Inria.."
56msgstr "" 55msgstr ""
56"Dottorando a Inria Rennes.. Programmatore e architetto del protocollo Taler."
57 57
58#: about.html.j2:47 about.html.j2:62 58#: about.html.j2:47 about.html.j2:62
59#, fuzzy
60msgid "Software engineer." 59msgid "Software engineer."
61msgstr "" 60msgstr "Programmatore."
62 61
63#: about.html.j2:54 62#: about.html.j2:54
64msgid "Sustainable business development." 63msgid "Sustainable business development."
65msgstr "Realizzando pensieri profondi" 64msgstr "Sviluppo di business sostenibile."
66 65
67#: about.html.j2:58 66#: about.html.j2:58
68#, fuzzy 67#, fuzzy
69msgid "Software engineer. Works on libebics." 68msgid "Software engineer. Works on libebics."
70msgstr "EBICS." 69msgstr "Programmatore. Attualmente coinvolto in libebics."
71 70
72#: about.html.j2:68 71#: about.html.j2:68
73#, fuzzy 72#, fuzzy
74msgid "Translator (Spanish)" 73msgid "Translator (Spanish)"
75msgstr "Traduttrici" 74msgstr "Traduttore per lo spagnolo."
76 75
77#: about.html.j2:72 about.html.j2:76 76#: about.html.j2:72 about.html.j2:76
78#, fuzzy 77#, fuzzy
79msgid "Translator (Italian)" 78msgid "Translator (Italian)"
80msgstr "Traduttrici" 79msgstr "Traduttrice per l'italiano."
81 80
82#: about.html.j2:82 81#: about.html.j2:82
83#, fuzzy
84msgid "Hardware security module" 82msgid "Hardware security module"
85msgstr "" 83msgstr "Sicurezza hardware."
86 84
87#: about.html.j2:86 85#: about.html.j2:86
88#, fuzzy
89msgid "Risk management" 86msgid "Risk management"
90msgstr "" 87msgstr "Gestione del rischio."
91 88
92#: about.html.j2:90 89#: about.html.j2:90
93#, fuzzy 90#, fuzzy
94msgid "PhD student, TU Munich. Currently teaching." 91msgid "PhD student, TU Munich. Currently teaching."
95msgstr "Linux, FreeBSD, siti web e il deep state nel tempo libero." 92msgstr ""
93"Dottorando alla TU di Monaco di Baviera. Linux, FreeBSD, siti web e il deep "
94"state nel tempo libero."
96 95
97#: about.html.j2:96 96#: about.html.j2:96
98#, fuzzy
99msgid "Software engineer. Works on Android wallet." 97msgid "Software engineer. Works on Android wallet."
100msgstr "" 98msgstr "Programmatore. Attualmente dedicato al portafoglio Android."
101 99
102#: architecture.html.j2:6 100#: architecture.html.j2:6
103msgid "Taler System Architecture" 101msgid "Taler System Architecture"
104msgstr "" 102msgstr "Architettura Taler"
105 103
106#: bibliography.html.j2:4 104#: bibliography.html.j2:4
107msgid "GNU Taler Bibliography" 105msgid "GNU Taler Bibliography"
108msgstr "" 106msgstr "Bibliografia GNU Taler"
109 107
110#: bibliography.html.j2:9 bibliography.html.j2:16 bibliography.html.j2:23 108#: bibliography.html.j2:9 bibliography.html.j2:16 bibliography.html.j2:23
111#: bibliography.html.j2:29 109#: bibliography.html.j2:29
112msgid "by" 110msgid "by"
113msgstr "" 111msgstr "di"
114 112
115#: bibliography.html.j2:16 bibliography.html.j2:23 bibliography.html.j2:29 113#: bibliography.html.j2:16 bibliography.html.j2:23 bibliography.html.j2:29
116msgid "and" 114msgid "and"
117msgstr "" 115msgstr "e"
118 116
119#: bibliography.html.j2:30 117#: bibliography.html.j2:30
120msgid "available upon request" 118msgid "available upon request"
@@ -122,16 +120,18 @@ msgstr ""
122 120
123#: citizens.html.j2:5 121#: citizens.html.j2:5
124msgid "Advantages for Citizens" 122msgid "Advantages for Citizens"
125msgstr "" 123msgstr "Vantaggi per il cittadino"
126 124
127#: citizens.html.j2:9 125#: citizens.html.j2:9
128msgid "" 126msgid ""
129"Taler largely functions like digital cash. You\n" 127"Taler largely functions like digital cash. You withdraw money from your bank "
130"withdraw money from your bank account into your\n" 128"account into your electronic wallet, and can henceforth spend digital cash. "
131"electronic wallet, and can henceforth spend digital\n" 129"The electronic wallet can carry multiple currencies."
132"cash. The electronic wallet can carry multiple\n"
133"currencies.\n"
134msgstr "" 130msgstr ""
131"Taler realizza un sistema di contante digitale. Il contante va infatti "
132"ritirato dal conto in banca del cliente e tenuto nel portafoglio "
133"elettronico, da cui potrà essere speso. Il portafoglio può contenere moneta "
134"di diverse valute."
135 135
136#: citizens.html.j2:25 governments.html.j2:58 index.html.j2:56 136#: citizens.html.j2:25 governments.html.j2:58 index.html.j2:56
137#: merchants.html.j2:41 137#: merchants.html.j2:41
@@ -140,169 +140,239 @@ msgstr "Sicuro"
140 140
141#: citizens.html.j2:27 141#: citizens.html.j2:27
142msgid "" 142msgid ""
143"Taler uses modern cryptography, ensuring that there\n" 143"Taler uses modern cryptography, ensuring that there is no counterfeit. Your "
144"is no counterfeit. Your digital wallet is safer\n" 144"digital wallet is safer than your physical wallet. At most, you can lose its "
145"than your physical wallet. At most, you can lose\n" 145"contents because your computer or mobile is irreparably damaged or "
146"its contents because your computer or mobile is\n" 146"compromised. Unlike a physical wallet, you can make backups to secure "
147"irreparably damaged or compromised. Unlike a\n"
148"physical wallet, you can make backups to secure\n"
149"against data loss." 147"against data loss."
150msgstr "" 148msgstr ""
149"Taler usa crittografia moderna, minimizzando il richio di contraffazione. Il "
150"portafoglio elettronico è più sicuro di quello fisico. Nel caso pessimo - si "
151"pensi alla compromissione del proprio computer, o ad un grave danno fisico "
152"-, la perdita è limitata dalla somma presente nel portafoglio. Tuttavia, "
153"Taler permette di effettuare copie di sicurezza del portafoglio, per ovviare "
154"a tali perdite di dati."
151 155
152#: citizens.html.j2:37 index.html.j2:84 156#: citizens.html.j2:37 index.html.j2:84
153msgid "Private" 157msgid "Private"
154msgstr "" 158msgstr "Privato"
155 159
156#: citizens.html.j2:39 160#: citizens.html.j2:39
157msgid "" 161msgid ""
158"Your transactions are private, neither the payment\n" 162"Your transactions are private, neither the payment service provider nor "
159"service provider nor merchant needs to learn your\n" 163"merchant needs to learn your identity. There is no need to give out credit "
160"identity. There is no need to give out credit card\n" 164"card numbers or other sensitive information. The merchant will only be able "
161"numbers or other sensitive information. The merchant\n" 165"to do exactly the transaction you agreed to."
162"will only be able to do exactly the transaction you\n"
163"agreed to."
164msgstr "" 166msgstr ""
167"Le transazioni Taler sono interamente private, né il venditore né il "
168"servizio di cambio apprenderanno l'identità dell'utente. Al momento di un "
169"acquisto, non è in nessun modo richiesto di fornire dati di carte di credito "
170"o altre informazioni sensibili. Il venditore non potrà in nessun modo "
171"ottenere informazioni sul cliente che non siano state fornite dal cliente "
172"stesso."
165 173
166#: citizens.html.j2:50 174#: citizens.html.j2:50
167msgid "Convenient" 175msgid "Convenient"
168msgstr "" 176msgstr "Comodo"
169 177
170#: citizens.html.j2:52 178#: citizens.html.j2:52
171msgid "" 179msgid ""
172"You will be able to withdraw money to replenish the\n" 180"You will be able to withdraw money to replenish the digital coins in your "
173"digital coins in your wallet using your credit card\n" 181"wallet using your credit card or wire transfers. Afterwards you can pay with "
174"or wire transfers. Afterwards you can pay with\n" 182"one-click using the Taler wallet, which optionally keeps your transaction "
175"one-click using the Taler wallet, which optionally\n" 183"history on your computer."
176"keeps your transaction history on your computer."
177msgstr "" 184msgstr ""
185"Il portafoglio potrà essere ricaricato di contante mediante carta di credito "
186"o bonifico bancario. Successivamente, sarà possibile effettuare pagamenti "
187"Taler mediante un singolo click. Il portafoglio terrà inoltre una lista di "
188"tutte le transazioni Taler che avete effettuato."
178 189
179#: citizens.html.j2:61 index.html.j2:42 190#: citizens.html.j2:61 index.html.j2:42
180msgid "Stable" 191msgid "Stable"
181msgstr "" 192msgstr "Stabile"
182 193
183#: citizens.html.j2:63 194#: citizens.html.j2:63
184msgid "" 195msgid ""
185"Coins in your digital wallet will be of the same\n" 196"Coins in your digital wallet will be of the same denomination as the cash in "
186"denomination as the cash in your physical wallet.\n" 197"your physical wallet. Taler is not a crypto-currency, so you do not have to "
187"Taler is not a crypto-currency, so you do not have\n" 198"worry about cryto-currency related value fluctuations. Banking with Taler is "
188"to worry about cryto-currency related value\n" 199"subject to the usual government protections for financial services."
189"fluctuations. Banking with Taler is subject to the\n"
190"usual government protections for financial\n"
191"services."
192msgstr "" 200msgstr ""
201"I gettoni presenti nel vostro portafoglio Taler, avranno gli stessi tagli di "
202"quelli presenti nel vostro portafogli fisico. Taler non è una nuova valuta, "
203"dunque non risente delle fluttuazioni a cui le nuove critto-valute sono "
204"tipicamente soggette."
193 205
194#: citizens.html.j2:79 206#: citizens.html.j2:79
195msgid "Wallet Browser Extension" 207msgid "Wallet Browser Extension"
196msgstr "" 208msgstr "Portafoglio: un'estensione del browser."
197 209
198#: citizens.html.j2:81 210#: citizens.html.j2:81
199msgid "" 211msgid ""
200"We currently provide a <a href=\"wallet.html\">wallet browser " 212"We currently provide a <a href=\"wallet.html\">wallet browser extension</a> "
201"extension</a> for Chromium, Chrome, Firefox, Opera\n" 213"for Chromium, Chrome, Firefox, Opera and Edge. Wallets for mobile phones and "
202"and Edge. Wallets for mobile phones and other platforms will be " 214"other platforms will be available in the future."
203"available in the future.\n"
204msgstr "" 215msgstr ""
216"Il portafoglio che forniamo al momento è una <a href=\"wallet.html"
217"\">estensione per browser</a>. I browser supportati sono: Chromium, Chrome, "
218"Firefox, Opera e Edge. Portafogli per smartphones e altre piattaforme sono "
219"in via di sviluppo."
205 220
206#: citizens.html.j2:88 221#: citizens.html.j2:88
207msgid "Taler Demo" 222msgid "Taler Demo"
208msgstr "" 223msgstr "Dimostrazione di Taler"
209 224
210#: citizens.html.j2:90 225#: citizens.html.j2:90
211msgid "" 226msgid ""
212"You can see how Taler works in practice by visiting our <a " 227"You can see how Taler works in practice by visiting our <a href=\"https://"
213"href=\"https://demo.taler.net\">demo page</a>.\n" 228"demo.taler.net\">demo page</a>."
214msgstr "" 229msgstr ""
230"è possibile vedere Taler in azione visitando la nostra <a href=\"https://"
231"demo.taler.net\">pagina dimostrativa</a>."
215 232
216#: citizens.html.j2:103 233#: citizens.html.j2:103
217msgid "The Taler Wallet for customers" 234msgid "The Taler Wallet for customers"
218msgstr "" 235msgstr "I clienti e il portafoglio"
219 236
220#: citizens.html.j2:105 237#: citizens.html.j2:105
221msgid "" 238msgid "Customers interact with the Taler system using the Taler wallet:"
222"Customers interact with the Taler system using\n" 239msgstr "I clienti interagiscono con Taler usando il portafoglio"
223"the Taler wallet:"
224msgstr ""
225 240
226#: citizens.html.j2:110 241#: citizens.html.j2:110
227msgid "" 242msgid ""
228"To <b>withdraw</b> electronic coins, the customer\n" 243"To <b>withdraw</b> electronic coins, the customer transfers funds from his "
229"transfers funds from his bank account to the Taler\n" 244"bank account to the Taler payment service provider (the exchange). The wire "
230"payment service provider (the exchange). The wire\n" 245"transfer subject must match a code identifying the customer's wallet. After "
231"transfer subject must match a code identifying the\n" 246"the wire transfer is complete, the wallet will automatically withdraw the "
232"customer's wallet. After the wire transfer is\n"
233"complete, the wallet will automatically withdraw the\n"
234"coins from the exchange." 247"coins from the exchange."
235msgstr "" 248msgstr ""
249"Per <b>ritirare</b> gettoni, il cliente trasferisce la somma desiderata dal "
250"suo conto in banca a quello dell'ufficio di cambio (chiamato anche \"exchange"
251"\"). La causale del bonifico dovrà contenere un numero che identifica il "
252"portafoglio del cliente. Una volta che il bonifico diventa effettivo, il "
253"portafoglio inizierà automaticamente a ritirare i gettoni dall'ufficio di "
254"cambio."
236 255
237#: citizens.html.j2:118 256#: citizens.html.j2:118
238msgid "" 257msgid ""
239"To <b>spend</b> electronic coins, a merchant must\n" 258"To <b>spend</b> electronic coins, a merchant must cause the wallet to "
240"cause the wallet to display a proposal for some\n" 259"display a proposal for some purchase. The wallet will ask the customer for "
241"purchase. The wallet will ask the customer for\n" 260"one-click confirmation. Payment is then instant. Transaction histories and "
242"one-click confirmation. Payment is then instant.\n" 261"digitally signed contracts can be preserved by the wallet."
243"Transaction histories and digitally signed contracts\n"
244"can be preserved by the wallet."
245msgstr "" 262msgstr ""
263"Per <b>spendere</b> i gettoni, quando il cliente seleziona un articolo di "
264"suo interesse presso il sito del venditore, quest'ultimo piloterà il "
265"portafoglio per far visualizzare al cliente un resoconto di ciò che sta per "
266"essere acquistato. Tale resoconto - detto anche \"contratto\" - è una pagina "
267"Web gestita interamente dal portafoglio, nella quale il cliente può "
268"confermare, con un solo click, il suo acquisto. Lo storico delle transazioni "
269"e i contratti che il portafoglio firma per il cliente possono essere "
270"conservati dal portafoglio."
246 271
247#: citizens.html.j2:125 272#: citizens.html.j2:125
248msgid "" 273msgid ""
249"The customer can use the wallet to <b>review</b> his\n" 274"The customer can use the wallet to <b>review</b> his balance. The wallet can "
250"balance. The wallet can contain different\n" 275"contain different currencies, and may be shared across devices. Customers "
251"currencies, and may be shared across\n" 276"can make backups of the wallet to secure its contents against hardware "
252"devices. Customers can make backups of the wallet to\n" 277"failures."
253"secure its contents against hardware failures."
254msgstr "" 278msgstr ""
279"Attraverso il portafoglio, il cliente può <b>rivedere</b> il suo bilancio. "
280"Il portafoglio può contenere diverse valute, e può essere condiviso da più "
281"dispositivi. Il cliente può fare copie di sicurezza del proprio portafoglio "
282"per proteggersi contro guasti del proprio hardware."
255 283
256#: contact.html.j2:6 284#: contact.html.j2:6
257msgid "Contact information" 285msgid "Contact information"
258msgstr "" 286msgstr "Contatti"
259 287
260#: contact.html.j2:13 288#: contact.html.j2:13
261msgid "The mailing list" 289msgid "The mailing list"
262msgstr "" 290msgstr "La mailing list"
263 291
264#: contact.html.j2:15 292#: contact.html.j2:15
265msgid "" 293msgid ""
266"An archived, public mailing list for GNU Taler is\n" 294"An archived, public mailing list for GNU Taler is hosted at <a href="
267"hosted at\n" 295"\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/"
268"<a " 296"mailman/listinfo/taler</a>. You can send messages to the list at <a href="
269"href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>." 297"\"mailto:taler@gnu.org\">taler@gnu.org</a>."
270" You can send messages to the list\n"
271"at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
272msgstr "" 298msgstr ""
299"L'archivio della mailing list di GNU Taler è disponibile all'indirizzo <a "
300"href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/"
301"mailman/listinfo/taler</a>. I messaggi per la lista vanno inviati a <a href="
302"\"mailto:taler@gnu.org\">taler@gnu.org</a>."
273 303
274#: contact.html.j2:25 304#: contact.html.j2:25
275msgid "Contacting individuals" 305msgid "Contacting individuals"
276msgstr "" 306msgstr "Contattare membri del gruppo"
277 307
278#: contact.html.j2:27 308#: contact.html.j2:27
279msgid "" 309msgid ""
280"Team members are generally reachable at\n" 310"Team members are generally reachable at <tt>LASTNAME@taler.net</tt>. All of "
281"<tt>LASTNAME@taler.net</tt>. All of us\n" 311"us support receiving GnuPG encrypted e-mails."
282"support receiving GnuPG encrypted e-mails.\n"
283msgstr "" 312msgstr ""
313"Ogni membro è generalmente raggiungibile all'indirizzo <tt>LASTNAME@taler."
314"net</tt> Sono particolarmente gradite e-mail criptate via GnuPG."
284 315
285#: contact.html.j2:36 316#: contact.html.j2:36
286msgid "Reporting bugs" 317msgid "Reporting bugs"
287msgstr "" 318msgstr "Riporta un bug"
288 319
289#: contact.html.j2:38 320#: contact.html.j2:38
290msgid "" 321msgid ""
291"We track open feature requests and bugs in our\n" 322"We track open feature requests and bugs in our <a href=\"https://gnunet.org/"
292"<a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n" 323"bugs/\">Bug tracker</a>, which is shared with the GNUnet project. You can "
293"which is shared with the GNUnet project.\n" 324"also report bugs or feature requests to the mailing list."
294"You can also report bugs or feature requests to the\n"
295"mailing list.\n"
296msgstr "" 325msgstr ""
326"Tracciamo bugs e proposte per nuove funzionalità nel nostro <a href="
327"\"https://gnunet.org/bugs/\">Bug tracker</a>, che serve anche il progetto "
328"GNUnet. Bugs e nuove funzionalità possono essere riportate anche nella "
329"mailing-list."
297 330
298#: contact.html.j2:49 331#: contact.html.j2:49
299msgid "Executive team" 332msgid "Executive team"
300msgstr "" 333msgstr "Dirigenza"
301 334
302#: contact.html.j2:51 335#: contact.html.j2:51
303msgid "" 336msgid ""
304"For non-technical commercial requests, please contact\n" 337"For non-technical commercial requests, please contact <tt>ceo AT taler.net</"
305"<tt>ceo AT taler.net</tt>.\n" 338"tt>."
339msgstr ""
340"Per richieste di natura commerciale, si prega di contattare <tt>ceo AT taler."
341"net</tt>."
342
343#: copyright.html.j2:6
344msgid "Copyright Assignment"
345msgstr "Diritti d'autore"
346
347#: copyright.html.j2:8
348msgid ""
349"<p>Contributors to GNU Taler with Git access must sign the <a href=\"/pdf/"
350"copyright.pdf\">copyright assignment</a> to ensure that the <a href="
351"\"https://gnunet.org/git/gnunet-ev.git/tree/gnunet_taler_agreement.tex"
352"\">GNUnet e.V. --- Taler Systems SA agreement on licensing and collaborative "
353"development</a> of the GNUnet and GNU Taler projects is satisfied.</p>"
354msgstr ""
355"<p>I collaboratori di GNU Taler con accesso a Git devono firmare l'<a href=\"/ "
356"pdf/copyright.pdf\">attribuzione del diritto d'autore</a> per far sì che l'<a href="
357"\"https://gnunet.org/git/gnunet-ev.git/tree/gnunet_taler_agreement.tex\">accordo GNUnet "
358"e.V. --- Taler Systems Sa sulle licenze e lo sviluppo collaborativo</a> "
359"dei progetti GNUnet e GNU Taler sia soddisfatto.</p>"
360
361#: copyright.html.j2:17
362msgid ""
363"<p>The agreements ensure that the code will continue to be made available "
364"under free software licenses, but gives developers the freedom to move code "
365"between GNUnet and GNU Taler without worrying about licenses and the company "
366"the ability to dual-license (for example, so that we can distribute via App-"
367"stores that are hostile to free software).</p>"
368msgstr ""
369
370#: copyright.html.j2:25
371msgid ""
372"<p>Minor contributions (basically, anyone without Git access) do not require "
373"copyright assignment. Pseudonymous contributions are accepted, in this case "
374"simply sign the agreement with your pseudonym. Scanned copies are "
375"sufficient, but snail mail is preferred.</p>"
306msgstr "" 376msgstr ""
307 377
308#: developers.html.j2:5 378#: developers.html.j2:5
@@ -315,17 +385,14 @@ msgstr "Free"
315 385
316#: developers.html.j2:15 386#: developers.html.j2:15
317msgid "" 387msgid ""
318"GNU Taler is free software implementing an open\n" 388"GNU Taler is free software implementing an open protocol. Anybody is welcome "
319"protocol. Anybody is welcome to integrate our reference\n" 389"to integrate our reference implementation into their applications. Different "
320"implementation into their applications. Different\n" 390"components of Taler are being made available under different licenses. The "
321"components of Taler are being made available under\n" 391"Affero GPLv3+ is used for the exchange, the LGPLv3+ is used for reference "
322"different licenses. The Affero GPLv3+ is used for the\n" 392"code demonstrating integration with merchant platforms, and licenses like "
323"exchange, the LGPLv3+ is used for reference code\n" 393"GPLv3+ are used for wallets and related customer-facing software. We are "
324"demonstrating integration with merchant platforms, and\n" 394"open for constructive suggestions for maximizing the adoption of this "
325"licenses like GPLv3+ are used for\n" 395"payment platform."
326"wallets and related customer-facing software. We are\n"
327"open for constructive suggestions for maximizing the\n"
328"adoption of this payment platform.\n"
329msgstr "" 396msgstr ""
330 397
331#: developers.html.j2:32 398#: developers.html.j2:32
@@ -334,18 +401,14 @@ msgstr "RESTful"
334 401
335#: developers.html.j2:35 402#: developers.html.j2:35
336msgid "" 403msgid ""
337"Taler is designed to work on the Internet. To\n" 404"Taler is designed to work on the Internet. To ensure that Taler payments can "
338"ensure that Taler payments can work with\n" 405"work with restrictive network setups, Taler uses a RESTful protocol over "
339"restrictive network setups, Taler uses a RESTful\n" 406"HTTP or HTTPS. Taler's security does not depend upon the use of HTTPS, but "
340"protocol over HTTP or HTTPS. Taler's security does\n" 407"obviously merchants may choose to offer HTTPS for consistency and because it "
341"not depend upon the use of HTTPS, but obviously\n" 408"generally is better for privacy compared to HTTP. Taler uses JSON to encode "
342"merchants may choose to offer HTTPS for consistency\n" 409"structure data, making it easy to integrate Taler with existing Web "
343"and because it generally is better for privacy\n" 410"applications. Taler's protocol is documented in detail at <a href=\"https://"
344"compared to HTTP. Taler uses JSON to encode\n" 411"api.taler.net/\">api.taler.net</a>."
345"structure data, making it easy to integrate Taler\n"
346"with existing Web applications. Taler's protocol\n"
347"is documented in\n"
348"detail at <a href=\"https://api.taler.net/\">api.taler.net</a>.\n"
349msgstr "" 412msgstr ""
350 413
351#: developers.html.j2:58 414#: developers.html.j2:58
@@ -354,15 +417,13 @@ msgstr "Codice"
354 417
355#: developers.html.j2:61 418#: developers.html.j2:61
356msgid "" 419msgid ""
357"Taler is currently primarily developed by a\n" 420"Taler is currently primarily developed by a research team at <a href="
358"research team at <a href=\"http://www.inria.fr/\">Inria</a> and\n" 421"\"http://www.inria.fr/\">Inria</a> and <a href=\"https://gnunet.org/"
359"<a href=\"https://gnunet.org/\">GNUnet</a>. However,\n" 422"\">GNUnet</a>. However, contributions from anyone are welcome. Our Git "
360"contributions from anyone are welcome. Our Git\n" 423"repositories can be cloned using the Git and HTTP access methods against "
361"repositories can be cloned using the Git and HTTP\n" 424"<tt>git.taler.net</tt> with the name of the respective repository. A list of "
362"access methods against <tt>git.taler.net</tt> with\n" 425"repositories can be found in our <a href=\"https://git.taler.net/\">GitWeb</"
363"the name of the respective repository. A list of\n" 426"a>."
364"repositories can be found in\n"
365"our <a href=\"https://git.taler.net/\">GitWeb</a>.\n"
366msgstr "" 427msgstr ""
367 428
368#: developers.html.j2:75 429#: developers.html.j2:75
@@ -371,11 +432,10 @@ msgstr "Documentazione"
371 432
372#: developers.html.j2:78 433#: developers.html.j2:78
373msgid "" 434msgid ""
374"In addition to this website, the <a\n" 435"In addition to this website, the <a href=\"https://git.taler.net/"
375"href=\"https://git.taler.net/\">documented code</a> and\n" 436"\">documented code</a> and the <a href=\"https://api.taler.net/\">API "
376"the <a href=\"https://api.taler.net/\">API\n" 437"documentation</a>. Technical papers can be found in our <a href="
377"documentation</a>. Technical papers can be found in\n" 438"\"bibliography.html\">bibliography</a>."
378"our <a href=\"bibliography.html\">bibliography</a>.\n"
379msgstr "" 439msgstr ""
380 440
381#: developers.html.j2:88 441#: developers.html.j2:88
@@ -384,11 +444,9 @@ msgstr "Discussione"
384 444
385#: developers.html.j2:91 445#: developers.html.j2:91
386msgid "" 446msgid ""
387"We have a mailing list for developer discussions.\n" 447"We have a mailing list for developer discussions. You can subscribe to or "
388"You can subscribe to or read the list archive at\n" 448"read the list archive at <a href=\"http://lists.gnu.org/mailman/listinfo/"
389"<a " 449"taler\">http://lists.gnu.org/mailman/listinfo/taler</a>."
390"href=\"http://lists.gnu.org/mailman/listinfo/taler\">http://lists.gnu.org/mailman/listinfo/taler</a>."
391"\n"
392msgstr "" 450msgstr ""
393 451
394#: developers.html.j2:101 452#: developers.html.j2:101
@@ -397,10 +455,9 @@ msgstr "Test delle regressioni"
397 455
398#: developers.html.j2:104 456#: developers.html.j2:104
399msgid "" 457msgid ""
400"We have <a href=\"https://buildbot.net/\">Buildbot</a>\n" 458"We have <a href=\"https://buildbot.net/\">Buildbot</a> automation tests to "
401"automation tests to detect regressions and check for\n" 459"detect regressions and check for portability at <a href=\"https://buildbot."
402"portability at <a\n" 460"taler.net/\">buildbot.taler.net</a>."
403"href=\"https://buildbot.taler.net/\">buildbot.taler.net</a>.\n"
404msgstr "" 461msgstr ""
405 462
406#: developers.html.j2:113 463#: developers.html.j2:113
@@ -409,11 +466,9 @@ msgstr "Analisi della copertura del codice"
409 466
410#: developers.html.j2:116 467#: developers.html.j2:116
411msgid "" 468msgid ""
412"We use\n" 469"We use <a href=\"http://ltp.sourceforge.net/coverage/lcov.php\">LCOV</a> to "
413"<a href=\"http://ltp.sourceforge.net/coverage/lcov.php\">LCOV</a>\n" 470"analyze the code coverage of our tests, the results are available at <a href="
414"to analyze the code coverage of our tests, the\n" 471"\"https://lcov.taler.net/\">lcov.taler.net</a>."
415"results are available\n"
416"at <a href=\"https://lcov.taler.net/\">lcov.taler.net</a>.\n"
417msgstr "" 472msgstr ""
418 473
419#: developers.html.j2:126 474#: developers.html.j2:126
@@ -422,11 +477,9 @@ msgstr "Analisi delle prestazioni"
422 477
423#: developers.html.j2:129 478#: developers.html.j2:129
424msgid "" 479msgid ""
425"We\n" 480"We use <a href=\"https://gnunet.org/gauger\">Gauger</a> for performance "
426"use <a href=\"https://gnunet.org/gauger\">Gauger</a>\n" 481"regression analysis of the exchange backend at <a href=\"https://gauger."
427"for performance regression analysis of the exchange\n" 482"taler.net/\">gauger.taler.net</a>."
428"backend\n"
429"at <a href=\"https://gauger.taler.net/\">gauger.taler.net</a>.\n"
430msgstr "" 483msgstr ""
431 484
432#: developers.html.j2:145 485#: developers.html.j2:145
@@ -435,120 +488,86 @@ msgstr "Schema generale del sistema Taler"
435 488
436#: developers.html.j2:148 489#: developers.html.j2:148
437msgid "" 490msgid ""
438"The Taler system consists of protocols executed among\n" 491"The Taler system consists of protocols executed among a number of actors as "
439"a number of actors as illustrated in the illustration on the right.\n" 492"illustrated in the illustration on the right. Typical transactions involve "
440"Typical transactions involve the following steps:\n" 493"the following steps:"
441msgstr "" 494msgstr ""
442 495
443#: developers.html.j2:158 496#: developers.html.j2:158
444msgid "" 497msgid ""
445"A customer instructs his <b>bank</b> to\n" 498"A customer instructs his <b>bank</b> to transfer funds from his account to "
446"transfer funds from his account to the Taler\n" 499"the Taler exchange (top left). In the subject of the transaction, he "
447"exchange (top left). In the subject of the\n" 500"includes an authentication token from his electronic <b>wallet</b>. In Taler "
448"transaction, he includes an authentication\n" 501"terminology, the customer creates a reserve at the exchange."
449"token from his electronic <b>wallet</b>. In\n"
450"Taler terminology, the customer creates a\n"
451"reserve at the exchange.\n"
452msgstr "" 502msgstr ""
453 503
454#: developers.html.j2:170 504#: developers.html.j2:170
455msgid "" 505msgid ""
456"Once the exchange has received the wire\n" 506"Once the exchange has received the wire transfer, it allows the customer's "
457"transfer, it allows the customer's electronic\n" 507"electronic wallet to <b>withdraw</b> electronic coins. The electronic coins "
458"wallet to <b>withdraw</b> electronic coins.\n" 508"are digital representations of the original currency from the transfer. It "
459"The electronic coins are digital\n" 509"is important to note that the exchange does not learn the &quot;serial "
460"representations of the original currency from\n" 510"numbers&quot; of the coins created in this process, so it cannot tell later "
461"the transfer. It is important to note that the\n" 511"which customer purchased what at which merchant. The use of Taler does not "
462"exchange does not learn the &quot;serial\n" 512"change the currency or the total value of the funds (except for fees which "
463"numbers&quot; of the coins created in this\n" 513"the exchange may charge for the service)."
464"process, so it cannot tell later which customer\n"
465"purchased what at which merchant. The use of\n"
466"Taler does not change the currency or the total\n"
467"value of the funds (except for fees which the\n"
468"exchange may charge for the service).\n"
469msgstr "" 514msgstr ""
470 515
471#: developers.html.j2:188 516#: developers.html.j2:188
472msgid "" 517msgid ""
473"Once the customer has the digital coins in his\n" 518"Once the customer has the digital coins in his wallet, the wallet can be "
474"wallet, the wallet can be used to <b>spend</b>\n" 519"used to <b>spend</b> the coins with merchant portals that support the Taler "
475"the coins with merchant portals that support\n" 520"payment system and accept the respective exchange as a business partner "
476"the Taler payment system and accept the\n" 521"(bottom arrow). This creates a digital contract signed by the customer's "
477"respective exchange as a business partner\n" 522"coins and the merchant. If necessary, the customer can later use this "
478"(bottom arrow). This creates a digital contract\n" 523"digitally signed contract in a court of law to prove the exact terms of the "
479"signed by the customer's coins and the\n" 524"contract and that he paid the respective amount. The customer does not learn "
480"merchant. If necessary, the customer can later\n" 525"the banking details of the merchant, and Taler does not require the merchant "
481"use this digitally signed contract in a court\n" 526"to learn the identity of the customer. Naturally, the customer can spend any "
482"of law to prove the exact terms of the contract\n" 527"fraction of his digital coins (the system takes care of customers getting "
483"and that he paid the respective amount. The\n" 528"change)."
484"customer does not learn the banking details of\n"
485"the merchant, and Taler does not require the\n"
486"merchant to learn the identity of the\n"
487"customer. Naturally, the customer can spend any\n"
488"fraction of his digital coins (the system takes\n"
489"care of customers getting change).\n"
490msgstr "" 529msgstr ""
491 530
492#: developers.html.j2:210 531#: developers.html.j2:210
493msgid "" 532msgid ""
494"Merchants receiving digital\n" 533"Merchants receiving digital coins <b>deposit</b> the respective claims that "
495"coins <b>deposit</b> the respective claims\n" 534"resulted from the contract signing with the customer at the exchange to "
496"that resulted from the contract signing with\n" 535"redeem the coins. The deposit step does not reveal the details of the "
497"the customer at the exchange to redeem the\n" 536"contract between the customer and the merchant or the identity of the "
498"coins. The deposit step does not reveal the\n" 537"customer to the exchange in any way. However, the exchange does learn the "
499"details of the contract between the customer\n" 538"identity of the merchant via the provided bank routing information. The "
500"and the merchant or the identity of the\n" 539"merchant can, for example when compelled by the state for taxation, provide "
501"customer to the exchange in any way. However,\n" 540"information linking the individual deposit to the respective contract signed "
502"the exchange does learn the identity of the\n" 541"by the customer. Thus, the exchange's database allows the state to enforce "
503"merchant via the provided bank routing\n" 542"that merchants pay applicable taxes (and do not engage in illegal contracts)."
504"information. The merchant can, for example\n"
505"when compelled by the state for taxation,\n"
506"provide information linking the individual\n"
507"deposit to the respective contract signed by\n"
508"the customer. Thus, the exchange's database\n"
509"allows the state to enforce that merchants pay\n"
510"applicable taxes (and do not engage in illegal\n"
511"contracts).\n"
512msgstr "" 543msgstr ""
513 544
514#: developers.html.j2:233 545#: developers.html.j2:233
515msgid "" 546msgid ""
516"Finally, the exchange transfers funds\n" 547"Finally, the exchange transfers funds corresponding to the digital coins "
517"corresponding to the digital coins redeemed by\n" 548"redeemed by the merchants to the merchant's <b>bank</b> account. The "
518"the merchants to the merchant's <b>bank</b>\n" 549"exchange may combine multiple small transactions into one larger bank "
519"account. The exchange may combine multiple\n" 550"transfer. The merchant can query the exchange about the relationship between "
520"small transactions into one larger bank\n" 551"the bank transfers and the individual claims that were deposited."
521"transfer. The merchant can query the exchange\n"
522"about the relationship between the bank\n"
523"transfers and the individual claims that were\n"
524"deposited.\n"
525msgstr "" 552msgstr ""
526 553
527#: developers.html.j2:247 554#: developers.html.j2:247
528msgid "" 555msgid ""
529"Most importantly, the exchange keeps\n" 556"Most importantly, the exchange keeps cryptographic proofs that allow it to "
530"cryptographic proofs that allow it to\n" 557"demonstrate that it is operating correctly to third parties. The system "
531"demonstrate that it is operating correctly to\n" 558"requires an external <b>auditor</b>, such as a government-appointed "
532"third parties. The system requires an\n" 559"financial regulatory body, to frequently verify the exchange's databases and "
533"external <b>auditor</b>, such as a\n" 560"check that its bank balance matches the total value of the remaining coins "
534"government-appointed financial regulatory body,\n" 561"in circulation."
535"to frequently verify the exchange's databases\n"
536"and check that its bank balance matches the\n"
537"total value of the remaining coins in\n"
538"circulation.\n"
539msgstr "" 562msgstr ""
540 563
541#: developers.html.j2:262 564#: developers.html.j2:262
542msgid "" 565msgid ""
543"Without the auditor, the exchange operators\n" 566"Without the auditor, the exchange operators could embezzle funds they are "
544"could embezzle funds they are holding in\n" 567"holding in reserve. Customers and merchants cannot cheat each other or the "
545"reserve. Customers and merchants cannot cheat\n" 568"exchange. If any party's computers are compromised, the financial damage is "
546"each other or the exchange. If any party's\n" 569"limited to the respective party and proportional to the funds they have in "
547"computers are compromised, the financial damage\n" 570"circulation during the period of the compromise."
548"is limited to the respective party and\n"
549"proportional to the funds they have in\n"
550"circulation during the period of the\n"
551"compromise.\n"
552msgstr "" 571msgstr ""
553 572
554#: faq.html.j2:5 573#: faq.html.j2:5
@@ -557,17 +576,16 @@ msgstr ""
557 576
558#: faq.html.j2:6 577#: faq.html.j2:6
559msgid "" 578msgid ""
560"<p>Taler does not use any Blockchain technology or Bitcoin directly.\n" 579"<p>Taler does not use any Blockchain technology or Bitcoin directly. Taler "
561"Taler is not based on proof-of-work or any other distributed consensus\n" 580"is not based on proof-of-work or any other distributed consensus mechanism. "
562"mechanism. Instead Taler is based on blind signatures.</p>\n" 581"Instead Taler is based on blind signatures.</p>"
563msgstr "" 582msgstr ""
564 583
565#: faq.html.j2:11 584#: faq.html.j2:11
566msgid "" 585msgid ""
567"<p>It would be possible, however, to withdraw coins denominated in\n" 586"<p>It would be possible, however, to withdraw coins denominated in Bitcoin "
568"Bitcoin into a Taler wallet (with an appropriate exchange), which\n" 587"into a Taler wallet (with an appropriate exchange), which would give some "
569"would give some benefits over plain Bitcoin, such as instant\n" 588"benefits over plain Bitcoin, such as instant confirmation times.</p>"
570"confirmation times.</p>\n"
571msgstr "" 589msgstr ""
572 590
573#: faq.html.j2:18 591#: faq.html.j2:18
@@ -576,9 +594,9 @@ msgstr ""
576 594
577#: faq.html.j2:19 595#: faq.html.j2:19
578msgid "" 596msgid ""
579"<p>Your wallet stores digital coins and thus ultimately your computer\n" 597"<p>Your wallet stores digital coins and thus ultimately your computer holds "
580"holds your balance. The exchange keeps funds matching all unspent\n" 598"your balance. The exchange keeps funds matching all unspent coins in an "
581"coins in an escrow bank account.</p>\n" 599"escrow bank account.</p>"
582msgstr "" 600msgstr ""
583 601
584#: faq.html.j2:25 602#: faq.html.j2:25
@@ -587,16 +605,15 @@ msgstr ""
587 605
588#: faq.html.j2:26 606#: faq.html.j2:26
589msgid "" 607msgid ""
590"<p>Since the digital coins of value in your wallet are anonymized, the\n" 608"<p>Since the digital coins of value in your wallet are anonymized, the "
591"exchange can not assist you in recovering a lost or stolen wallet.\n" 609"exchange can not assist you in recovering a lost or stolen wallet. Just like "
592"Just like with a physical wallet for cash, you are responsible for\n" 610"with a physical wallet for cash, you are responsible for keeping it safe.</p>"
593"keeping it safe.</p>\n"
594msgstr "" 611msgstr ""
595 612
596#: faq.html.j2:32 613#: faq.html.j2:32
597msgid "" 614msgid ""
598"<p>The risk of losing a wallet can be mitigated by making backups or\n" 615"<p>The risk of losing a wallet can be mitigated by making backups or keeping "
599"keeping the balance reasonably low.</p>\n" 616"the balance reasonably low.</p>"
600msgstr "" 617msgstr ""
601 618
602#: faq.html.j2:37 619#: faq.html.j2:37
@@ -605,9 +622,9 @@ msgstr ""
605 622
606#: faq.html.j2:38 623#: faq.html.j2:38
607msgid "" 624msgid ""
608"<p>In case of a compromise of one of your devices, an attacker can\n" 625"<p>In case of a compromise of one of your devices, an attacker can spend "
609"spend coins from your wallet. Checking your balance might reveal\n" 626"coins from your wallet. Checking your balance might reveal to you that your "
610"to you that your device has been compromised.</p>\n" 627"device has been compromised.</p>"
611msgstr "" 628msgstr ""
612 629
613#: faq.html.j2:44 630#: faq.html.j2:44
@@ -616,15 +633,15 @@ msgstr ""
616 633
617#: faq.html.j2:45 634#: faq.html.j2:45
618msgid "" 635msgid ""
619"<p>If your friend provides goods or services for you in exchange for a\n" 636"<p>If your friend provides goods or services for you in exchange for a "
620"payment, they can easily set up a Taler merchant and receive the\n" 637"payment, they can easily set up a Taler merchant and receive the payment in "
621"payment in their bank account.</p>\n" 638"their bank account.</p>"
622msgstr "" 639msgstr ""
623 640
624#: faq.html.j2:50 641#: faq.html.j2:50
625msgid "" 642msgid ""
626"<p>Future versions of the Taler wallet may allow exchanging coins\n" 643"<p>Future versions of the Taler wallet may allow exchanging coins among "
627"among friends directly as well.</p>\n" 644"friends directly as well.</p>"
628msgstr "" 645msgstr ""
629 646
630#: faq.html.j2:56 647#: faq.html.j2:56
@@ -633,12 +650,12 @@ msgstr ""
633 650
634#: faq.html.j2:57 651#: faq.html.j2:57
635msgid "" 652msgid ""
636"<p>Taler wallets can store digital coins corresponding to multiple\n" 653"<p>Taler wallets can store digital coins corresponding to multiple different "
637"different currencies such as the Euro, US Dollars or Bitcoins.</p>\n" 654"currencies such as the Euro, US Dollars or Bitcoins.</p>"
638msgstr "" 655msgstr ""
639 656
640#: faq.html.j2:61 657#: faq.html.j2:61
641msgid "<p>Taler currently does not offer conversion between currencies.</p>\n" 658msgid "<p>Taler currently does not offer conversion between currencies.</p>"
642msgstr "" 659msgstr ""
643 660
644#: faq.html.j2:65 661#: faq.html.j2:65
@@ -647,12 +664,10 @@ msgstr ""
647 664
648#: faq.html.j2:66 665#: faq.html.j2:66
649msgid "" 666msgid ""
650"<p>Your wallet stores digital coins that are <a\n" 667"<p>Your wallet stores digital coins that are <a href=\"https://en.wikipedia."
651"href=\"https://en.wikipedia.org/wiki/Blind_signature\">blindly\n" 668"org/wiki/Blind_signature\">blindly signed</a> by an exchange. The use of a "
652"signed</a> by an exchange. The use of a blind signature protects your\n" 669"blind signature protects your privacy as it prevents the exchange from "
653"privacy as it prevents the exchange from knowing which coin it signed\n" 670"knowing which coin it signed for which customer.</p>"
654"for which customer.</p>\n"
655"\n"
656msgstr "" 671msgstr ""
657 672
658#: glossary.html.j2:6 673#: glossary.html.j2:6
@@ -661,8 +676,7 @@ msgstr ""
661 676
662#: glossary.html.j2:8 677#: glossary.html.j2:8
663msgid "" 678msgid ""
664"trusted third party that verifies that the `exchange` is operating " 679"trusted third party that verifies that the `exchange` is operating correctly"
665"correctly\n"
666msgstr "" 680msgstr ""
667 681
668#: glossary.html.j2:12 682#: glossary.html.j2:12
@@ -671,8 +685,8 @@ msgstr ""
671 685
672#: glossary.html.j2:14 686#: glossary.html.j2:14
673msgid "" 687msgid ""
674"traditional financial service provider who offers wire `transfers` " 688"traditional financial service provider who offers wire `transfers` between "
675"between accounts\n" 689"accounts"
676msgstr "" 690msgstr ""
677 691
678#: glossary.html.j2:18 692#: glossary.html.j2:18
@@ -682,7 +696,7 @@ msgstr ""
682#: glossary.html.j2:20 696#: glossary.html.j2:20
683msgid "" 697msgid ""
684"coins are individual token representing a certain amount of value, also " 698"coins are individual token representing a certain amount of value, also "
685"known as the `denomination` of the coin\n" 699"known as the `denomination` of the coin"
686msgstr "" 700msgstr ""
687 701
688#: glossary.html.j2:24 702#: glossary.html.j2:24
@@ -690,7 +704,7 @@ msgid "contract"
690msgstr "" 704msgstr ""
691 705
692#: glossary.html.j2:26 706#: glossary.html.j2:26
693msgid "the proposal signed by the wallet.\n" 707msgid "the proposal signed by the wallet."
694msgstr "" 708msgstr ""
695 709
696#: glossary.html.j2:30 710#: glossary.html.j2:30
@@ -699,8 +713,7 @@ msgstr ""
699 713
700#: glossary.html.j2:32 714#: glossary.html.j2:32
701msgid "" 715msgid ""
702"unit of currency, specifies both the currency and the face value of a " 716"unit of currency, specifies both the currency and the face value of a `coin`"
703"`coin`\n"
704msgstr "" 717msgstr ""
705 718
706#: glossary.html.j2:36 719#: glossary.html.j2:36
@@ -709,8 +722,8 @@ msgstr ""
709 722
710#: glossary.html.j2:38 723#: glossary.html.j2:38
711msgid "" 724msgid ""
712"RSA key used by the exchange to certify that a given `coin` is valid and " 725"RSA key used by the exchange to certify that a given `coin` is valid and of "
713"of a particular `denomination`\n" 726"a particular `denomination`"
714msgstr "" 727msgstr ""
715 728
716#: glossary.html.j2:42 729#: glossary.html.j2:42
@@ -720,8 +733,7 @@ msgstr ""
720#: glossary.html.j2:44 733#: glossary.html.j2:44
721msgid "" 734msgid ""
722"operation by which a merchant passes coins to an exchange, expecting the " 735"operation by which a merchant passes coins to an exchange, expecting the "
723"exchange to credit his `bank` account in the future using a wire " 736"exchange to credit his `bank` account in the future using a wire `transfer`"
724"`transfer`\n"
725msgstr "" 737msgstr ""
726 738
727#: glossary.html.j2:48 739#: glossary.html.j2:48
@@ -730,10 +742,9 @@ msgstr ""
730 742
731#: glossary.html.j2:50 743#: glossary.html.j2:50
732msgid "" 744msgid ""
733"a `coin` is dirty if its public key may be known to an entity other than " 745"a `coin` is dirty if its public key may be known to an entity other than the "
734"the customer, thereby creating the danger of some entity being able to " 746"customer, thereby creating the danger of some entity being able to link "
735"link multiple transactions of coin's owner if the coin is not refreshed " 747"multiple transactions of coin's owner if the coin is not refreshed first"
736"first\n"
737msgstr "" 748msgstr ""
738 749
739#: glossary.html.j2:54 750#: glossary.html.j2:54
@@ -742,8 +753,8 @@ msgstr ""
742 753
743#: glossary.html.j2:56 754#: glossary.html.j2:56
744msgid "" 755msgid ""
745"Taler's payment service provider. Issues eletronic `coins` during " 756"Taler's payment service provider. Issues eletronic `coins` during "
746"`withdrawal` and redeems them when they are `deposited` by merchants.\n" 757"`withdrawal` and redeems them when they are `deposited` by merchants."
747msgstr "" 758msgstr ""
748 759
749#: glossary.html.j2:60 760#: glossary.html.j2:60
@@ -751,7 +762,7 @@ msgid "extension"
751msgstr "" 762msgstr ""
752 763
753#: glossary.html.j2:62 764#: glossary.html.j2:62
754msgid "implementation of a `wallet` for browsers\n" 765msgid "implementation of a `wallet` for browsers"
755msgstr "" 766msgstr ""
756 767
757#: glossary.html.j2:66 768#: glossary.html.j2:66
@@ -759,7 +770,7 @@ msgid "fresh coin"
759msgstr "" 770msgstr ""
760 771
761#: glossary.html.j2:68 772#: glossary.html.j2:68
762msgid "a `coin` is fresh if its public key is only known to the customer\n" 773msgid "a `coin` is fresh if its public key is only known to the customer"
763msgstr "" 774msgstr ""
764 775
765#: glossary.html.j2:72 776#: glossary.html.j2:72
@@ -768,8 +779,8 @@ msgstr ""
768 779
769#: glossary.html.j2:74 780#: glossary.html.j2:74
770msgid "" 781msgid ""
771"offline key used by the exchange to certify denomination keys and message" 782"offline key used by the exchange to certify denomination keys and message "
772" signing keys\n" 783"signing keys"
773msgstr "" 784msgstr ""
774 785
775#: glossary.html.j2:78 786#: glossary.html.j2:78
@@ -777,7 +788,7 @@ msgid "message signing key"
777msgstr "" 788msgstr ""
778 789
779#: glossary.html.j2:80 790#: glossary.html.j2:80
780msgid "key used by the exchange to sign online messages, other than coins\n" 791msgid "key used by the exchange to sign online messages, other than coins"
781msgstr "" 792msgstr ""
782 793
783#: glossary.html.j2:84 794#: glossary.html.j2:84
@@ -787,15 +798,11 @@ msgstr ""
787#: glossary.html.j2:86 798#: glossary.html.j2:86
788msgid "" 799msgid ""
789"specification of the details of a transaction, specifies the payment " 800"specification of the details of a transaction, specifies the payment "
790"obligations\n" 801"obligations for the customer (i.e. the amount), the deliverables of the "
791"for the customer (i.e. the amount), the deliverables of the merchant and " 802"merchant and other related information, such as deadlines or locations; "
792"other\n" 803"However, it lacks some information that the backend is supposed to provide. "
793"related information, such as deadlines or locations; However, it lacks " 804"In other words, after the backend adds the missing information to the offer "
794"some\n" 805"and signs it, it becomes a proposal."
795"information that the backend is supposed to provide.\n"
796"In other words, after the backend adds the missing information to the "
797"offer and\n"
798"signs it, it becomes a proposal.\n"
799msgstr "" 806msgstr ""
800 807
801#: glossary.html.j2:95 808#: glossary.html.j2:95
@@ -803,7 +810,7 @@ msgid "owner"
803msgstr "" 810msgstr ""
804 811
805#: glossary.html.j2:97 812#: glossary.html.j2:97
806msgid "a `coin` is owned by the entity that knows the private key of the coin\n" 813msgid "a `coin` is owned by the entity that knows the private key of the coin"
807msgstr "" 814msgstr ""
808 815
809#: glossary.html.j2:101 816#: glossary.html.j2:101
@@ -813,7 +820,7 @@ msgstr ""
813#: glossary.html.j2:103 820#: glossary.html.j2:103
814msgid "" 821msgid ""
815"message that cryptographically demonstrates that a particular claim is " 822"message that cryptographically demonstrates that a particular claim is "
816"correct\n" 823"correct"
817msgstr "" 824msgstr ""
818 825
819#: glossary.html.j2:107 826#: glossary.html.j2:107
@@ -821,7 +828,7 @@ msgid "proposal"
821msgstr "" 828msgstr ""
822 829
823#: glossary.html.j2:109 830#: glossary.html.j2:109
824msgid "a sketch that has been completed and signed by the merchant backend.\n" 831msgid "a sketch that has been completed and signed by the merchant backend."
825msgstr "" 832msgstr ""
826 833
827#: glossary.html.j2:113 834#: glossary.html.j2:113
@@ -831,8 +838,8 @@ msgstr ""
831#: glossary.html.j2:115 838#: glossary.html.j2:115
832msgid "" 839msgid ""
833"funds set aside for future use; either the balance of a customer at the " 840"funds set aside for future use; either the balance of a customer at the "
834"exchange ready for `withdrawal`, or the funds kept in the exchange's bank" 841"exchange ready for `withdrawal`, or the funds kept in the exchange's bank "
835" account to cover obligations from coins in circulation\n" 842"account to cover obligations from coins in circulation"
836msgstr "" 843msgstr ""
837 844
838#: glossary.html.j2:119 845#: glossary.html.j2:119
@@ -841,8 +848,8 @@ msgstr ""
841 848
842#: glossary.html.j2:121 849#: glossary.html.j2:121
843msgid "" 850msgid ""
844"operation by which a `dirty` `coin` is converted into one or more `fresh`" 851"operation by which a `dirty` `coin` is converted into one or more `fresh` "
845" coins\n" 852"coins"
846msgstr "" 853msgstr ""
847 854
848#: glossary.html.j2:125 855#: glossary.html.j2:125
@@ -852,8 +859,8 @@ msgstr ""
852#: glossary.html.j2:127 859#: glossary.html.j2:127
853msgid "" 860msgid ""
854"operation by which a merchant steps back from the right to funds that he " 861"operation by which a merchant steps back from the right to funds that he "
855"obtained from a `deposit` operation, giving the right to the funds back " 862"obtained from a `deposit` operation, giving the right to the funds back to "
856"to the customer\n" 863"the customer"
857msgstr "" 864msgstr ""
858 865
859#: glossary.html.j2:131 866#: glossary.html.j2:131
@@ -863,8 +870,7 @@ msgstr ""
863#: glossary.html.j2:133 870#: glossary.html.j2:133
864msgid "" 871msgid ""
865"users can share ownership of a `coin` by sharing access to the coin's " 872"users can share ownership of a `coin` by sharing access to the coin's "
866"private key, thereby allowing all co-owners to spend the coin at any " 873"private key, thereby allowing all co-owners to spend the coin at any time."
867"time.\n"
868msgstr "" 874msgstr ""
869 875
870#: glossary.html.j2:137 876#: glossary.html.j2:137
@@ -872,7 +878,7 @@ msgid "signing key"
872msgstr "" 878msgstr ""
873 879
874#: glossary.html.j2:139 880#: glossary.html.j2:139
875msgid "see message signing key.\n" 881msgid "see message signing key."
876msgstr "" 882msgstr ""
877 883
878#: glossary.html.j2:143 884#: glossary.html.j2:143
@@ -881,8 +887,8 @@ msgstr ""
881 887
882#: glossary.html.j2:145 888#: glossary.html.j2:145
883msgid "" 889msgid ""
884"operation by which a customer gives a merchant the right to `deposit` " 890"operation by which a customer gives a merchant the right to `deposit` coins "
885"coins in return for merchandise\n" 891"in return for merchandise"
886msgstr "" 892msgstr ""
887 893
888#: glossary.html.j2:149 894#: glossary.html.j2:149
@@ -890,7 +896,7 @@ msgid "transfer"
890msgstr "" 896msgstr ""
891 897
892#: glossary.html.j2:151 898#: glossary.html.j2:151
893msgid "method of sending funds between `bank` accounts\n" 899msgid "method of sending funds between `bank` accounts"
894msgstr "" 900msgstr ""
895 901
896#: glossary.html.j2:155 902#: glossary.html.j2:155
@@ -900,7 +906,7 @@ msgstr ""
900#: glossary.html.j2:157 906#: glossary.html.j2:157
901msgid "" 907msgid ""
902"method by which ownership is exclusively transferred from one entity to " 908"method by which ownership is exclusively transferred from one entity to "
903"another\n" 909"another"
904msgstr "" 910msgstr ""
905 911
906#: glossary.html.j2:161 912#: glossary.html.j2:161
@@ -908,7 +914,7 @@ msgid "transaction id"
908msgstr "" 914msgstr ""
909 915
910#: glossary.html.j2:163 916#: glossary.html.j2:163
911msgid "unique number by which a merchant identifies a `transaction`\n" 917msgid "unique number by which a merchant identifies a `transaction`"
912msgstr "" 918msgstr ""
913 919
914#: glossary.html.j2:167 920#: glossary.html.j2:167
@@ -917,8 +923,7 @@ msgstr ""
917 923
918#: glossary.html.j2:169 924#: glossary.html.j2:169
919msgid "" 925msgid ""
920"software running on a customer's computer; withdraws, stores and spends " 926"software running on a customer's computer; withdraws, stores and spends coins"
921"coins\n"
922msgstr "" 927msgstr ""
923 928
924#: glossary.html.j2:173 929#: glossary.html.j2:173
@@ -926,7 +931,7 @@ msgid "wire transfer"
926msgstr "" 931msgstr ""
927 932
928#: glossary.html.j2:175 933#: glossary.html.j2:175
929msgid "see `transfer`\n" 934msgid "see `transfer`"
930msgstr "" 935msgstr ""
931 936
932#: glossary.html.j2:179 937#: glossary.html.j2:179
@@ -935,8 +940,8 @@ msgstr ""
935 940
936#: glossary.html.j2:181 941#: glossary.html.j2:181
937msgid "" 942msgid ""
938"subject of a wire `transfer`; usually a random string to uniquely " 943"subject of a wire `transfer`; usually a random string to uniquely identify "
939"identify the `transfer`\n" 944"the `transfer`"
940msgstr "" 945msgstr ""
941 946
942#: glossary.html.j2:185 947#: glossary.html.j2:185
@@ -945,8 +950,7 @@ msgstr ""
945 950
946#: glossary.html.j2:187 951#: glossary.html.j2:187
947msgid "" 952msgid ""
948"operation by which a `wallet` can convert funds from a reserve to fresh " 953"operation by which a `wallet` can convert funds from a reserve to fresh coins"
949"coins\n"
950msgstr "" 954msgstr ""
951 955
952#: governments.html.j2:6 956#: governments.html.j2:6
@@ -955,13 +959,11 @@ msgstr ""
955 959
956#: governments.html.j2:8 960#: governments.html.j2:8
957msgid "" 961msgid ""
958"Taler provides accountability to ensure business operate\n" 962"Taler provides accountability to ensure business operate legally, while also "
959"legally, while also respecting civil liberties of\n" 963"respecting civil liberties of citizens. Taler is a payment system based on "
960"citizens. Taler is a payment system based on\n" 964"open standards and free software. Taler needs governments as they set a "
961"open standards and free software. Taler needs\n" 965"financial framework and act as trusted regulators. Taler contributes to "
962"governments as they set a financial framework and act as\n" 966"digital sovereignty in the critical financial infrastructure."
963"trusted regulators. Taler contributes to digital\n"
964"sovereignty in the critical financial infrastructure.\n"
965msgstr "" 967msgstr ""
966 968
967#: governments.html.j2:25 index.html.j2:71 969#: governments.html.j2:25 index.html.j2:71
@@ -970,51 +972,43 @@ msgstr "Tassabile"
970 972
971#: governments.html.j2:28 973#: governments.html.j2:28
972msgid "" 974msgid ""
973"Taler was built with the goal of fighting corruption and\n" 975"Taler was built with the goal of fighting corruption and supporting "
974"supporting taxation. With Taler, the receiver of any\n" 976"taxation. With Taler, the receiver of any form of payment is easily "
975"form of payment is easily identified by the government,\n" 977"identified by the government, and the merchant can be compelled to provide "
976"and the merchant can be compelled to provide the contract\n" 978"the contract that was accepted by the customer. Governments can use this "
977"that was accepted by the customer. Governments can use\n" 979"data to tax businesses and individuals based on their income, making tax "
978"this data to tax businesses and individuals based on\n" 980"evasion and black markets less viable."
979"their income, making tax evasion and black markets less\n"
980"viable.\n"
981msgstr "" 981msgstr ""
982 982
983#: governments.html.j2:41 983#: governments.html.j2:41
984msgid "" 984msgid ""
985"Thus, despite offering anonymity for citizens spending\n" 985"Thus, despite offering anonymity for citizens spending digital cash to buy "
986"digital cash to buy goods and services, Taler also\n" 986"goods and services, Taler also ensures that the state can observe incoming "
987"ensures that the state can observe incoming funds. This\n" 987"funds. This can be used to ensure businesses engage only in legal "
988"can be used to ensure businesses engage only in legal\n" 988"activities, and do not evade income tax, sales tax or value-added tax. "
989"activities, and do not evade income tax, sales tax or\n" 989"However, this observational capability does not extend to the immediate "
990"value-added tax. However, this observational capability\n" 990"personal domain. In particular, monitoring does not cover shared access to "
991"does not extend to the immediate personal domain. In\n" 991"funds with trusted friends and family, or synchronizing wallets across "
992"particular, monitoring does not cover shared access to\n" 992"multiple devices."
993"funds with trusted friends and family, or synchronizing\n"
994"wallets across multiple devices.\n"
995msgstr "" 993msgstr ""
996 994
997#: governments.html.j2:61 995#: governments.html.j2:61
998msgid "" 996msgid ""
999"Taler's payments are cryptographically secured. Thus,\n" 997"Taler's payments are cryptographically secured. Thus, customers, merchants "
1000"customers, merchants and the Taler payment service provider\n" 998"and the Taler payment service provider (the exchange) can mathematically "
1001"(the exchange) can mathematically\n" 999"demonstrate their lawful behavior in court in case of disputes. Financial "
1002"demonstrate their lawful behavior in court in case of\n" 1000"damages are strictly limited, improving economic security for individuals, "
1003"disputes. Financial damages are strictly limited,\n" 1001"merchants, the exchange and the state."
1004"improving economic security for individuals, merchants,\n"
1005"the exchange and the state.\n"
1006msgstr "" 1002msgstr ""
1007 1003
1008#: governments.html.j2:73 1004#: governments.html.j2:73
1009msgid "" 1005msgid ""
1010"As a payment service provider, the Taler exchange is\n" 1006"As a payment service provider, the Taler exchange is subject to financial "
1011"subject to financial regulation. Financial regulation and\n" 1007"regulation. Financial regulation and regular audits are critical to "
1012"regular audits are critical to establish trust. In\n" 1008"establish trust. In particular, the Taler design mandates the existence of "
1013"particular, the Taler design mandates the existence of an\n" 1009"an independent auditor who checks cryptographic proofs that accumulate at "
1014"independent auditor who checks cryptographic proofs that\n" 1010"the exchange to ensure that the escrow account is managed honestly. This "
1015"accumulate at the exchange to ensure that the escrow\n" 1011"ensures that the exchange does not threaten the economy due to fraud."
1016"account is managed honestly. This ensures that the\n"
1017"exchange does not threaten the economy due to fraud.\n"
1018msgstr "" 1012msgstr ""
1019 1013
1020#: governments.html.j2:88 index.html.j2:97 1014#: governments.html.j2:88 index.html.j2:97
@@ -1024,10 +1018,9 @@ msgstr "Libero"
1024 1018
1025#: governments.html.j2:91 1019#: governments.html.j2:91
1026msgid "" 1020msgid ""
1027"Taler is free software implementing an open protocol\n" 1021"Taler is free software implementing an open protocol standard. Thus, Taler "
1028"standard. Thus, Taler will enable competition and avoid\n" 1022"will enable competition and avoid the monopolization of payment systems that "
1029"the monopolization of payment systems that threatens\n" 1023"threatens global political and financial stability today."
1030"global political and financial stability today.\n"
1031msgstr "" 1024msgstr ""
1032 1025
1033#: governments.html.j2:101 1026#: governments.html.j2:101
@@ -1036,11 +1029,9 @@ msgstr "Efficiente"
1036 1029
1037#: governments.html.j2:104 1030#: governments.html.j2:104
1038msgid "" 1031msgid ""
1039"Taler has an efficient design. Unlike\n" 1032"Taler has an efficient design. Unlike Blockchain-based payment systems, such "
1040"Blockchain-based payment systems, such as Bitcoin,\n" 1033"as Bitcoin, Taler will not threaten the availability of national electric "
1041"Taler will not threaten the availability of\n" 1034"grids or (significantly) contribute to environmental pollution."
1042"national electric grids or (significantly)\n"
1043"contribute to environmental pollution.\n"
1044msgstr "" 1035msgstr ""
1045 1036
1046#: governments.html.j2:120 1037#: governments.html.j2:120
@@ -1053,8 +1044,8 @@ msgstr ""
1053 1044
1054#: governments.html.j2:123 1045#: governments.html.j2:123
1055msgid "" 1046msgid ""
1056"With Taler, income is visible and can be tied to the contract signed by " 1047"With Taler, income is visible and can be tied to the contract signed by both "
1057"both parties." 1048"parties."
1058msgstr "" 1049msgstr ""
1059 1050
1060#: governments.html.j2:124 1051#: governments.html.j2:124
@@ -1063,8 +1054,8 @@ msgstr ""
1063 1054
1064#: governments.html.j2:125 1055#: governments.html.j2:125
1065msgid "" 1056msgid ""
1066"In Taler, payer and payee are known by their bank accounts when " 1057"In Taler, payer and payee are known by their bank accounts when withdrawing "
1067"withdrawing or depositing coins respectively" 1058"or depositing coins respectively"
1068msgstr "" 1059msgstr ""
1069 1060
1070#: governments.html.j2:126 1061#: governments.html.j2:126
@@ -1073,8 +1064,8 @@ msgstr ""
1073 1064
1074#: governments.html.j2:127 1065#: governments.html.j2:127
1075msgid "" 1066msgid ""
1076"Taler cryptographically protects citizen's privacy, and by design " 1067"Taler cryptographically protects citizen's privacy, and by design implements "
1077"implements data minimization and privacy by default." 1068"data minimization and privacy by default."
1078msgstr "" 1069msgstr ""
1079 1070
1080#: governments.html.j2:128 1071#: governments.html.j2:128
@@ -1093,41 +1084,36 @@ msgstr ""
1093 1084
1094#: governments.html.j2:140 1085#: governments.html.j2:140
1095msgid "" 1086msgid ""
1096"Taler assumes governments can observe traditional wire transfers\n" 1087"Taler assumes governments can observe traditional wire transfers entering "
1097"entering and leaving the Taler payment system. Starting with the\n" 1088"and leaving the Taler payment system. Starting with the wire transfers, "
1098"wire transfers, governments can obtain:\n" 1089"governments can obtain:"
1099msgstr "" 1090msgstr ""
1100 1091
1101#: governments.html.j2:148 1092#: governments.html.j2:148
1102msgid "" 1093msgid ""
1103"The total amount of digital currency withdrawn by a\n" 1094"The total amount of digital currency withdrawn by a customer. The government "
1104"customer. The government can impose limits on how much\n" 1095"can impose limits on how much digital cash a customer can withdraw within a "
1105"digital cash a customer can withdraw within a\n" 1096"given time frame."
1106"given time frame.\n"
1107msgstr "" 1097msgstr ""
1108 1098
1109#: governments.html.j2:157 1099#: governments.html.j2:157
1110msgid "" 1100msgid "The income received by any merchant via the Taler system."
1111"The income received by any merchant via the Taler\n"
1112"system.\n"
1113msgstr "" 1101msgstr ""
1114 1102
1115#: governments.html.j2:164 1103#: governments.html.j2:164
1116msgid "" 1104msgid ""
1117"The exact details of the underlying contract that was\n" 1105"The exact details of the underlying contract that was signed between "
1118"signed between customer and merchant. However, this\n" 1106"customer and merchant. However, this information would typically not include "
1119"information would typically not include the identity\n" 1107"the identity of the customer."
1120"of the customer.\n"
1121msgstr "" 1108msgstr ""
1122 1109
1123#: governments.html.j2:174 1110#: governments.html.j2:174
1124msgid "" 1111msgid ""
1125"The amounts of digital coins legitimately withdrawn\n" 1112"The amounts of digital coins legitimately withdrawn by customers from the "
1126"by customers from the exchange, the value of\n" 1113"exchange, the value of non-redeemed digital coins in customer's wallets, the "
1127"non-redeemed digital coins in customer's wallets, the\n" 1114"value and corresponding wire details of deposit operations performed by "
1128"value and corresponding wire details of deposit\n" 1115"merchants with the exchange, and the income of the exchange from transaction "
1129"operations performed by merchants with the exchange,\n" 1116"fees."
1130"and the income of the exchange from transaction fees.\n"
1131msgstr "" 1117msgstr ""
1132 1118
1133#: index.html.j2:10 1119#: index.html.j2:10
@@ -1136,12 +1122,11 @@ msgstr ""
1136 1122
1137#: index.html.j2:13 1123#: index.html.j2:13
1138msgid "" 1124msgid ""
1139"GNU Taler is an electronic payment system under development at\n" 1125"GNU Taler is an electronic payment system under development at <a href="
1140"<a href=\"http://www.inria.fr/\">Inria</a>. We expect to make it\n" 1126"\"http://www.inria.fr/\">Inria</a>. We expect to make it operational in "
1141"operational in 2017. You can learn about Taler on this website,\n" 1127"2017. You can learn about Taler on this website, try the <a href=\"https://"
1142"try the <a href=\"https://demo.taler.net\">demo</a> and look at\n" 1128"demo.taler.net\">demo</a> and look at our <a href=\"https://docs.taler.net"
1143"our <a href=\"https://docs.taler.net\">developer</a> and <a\n" 1129"\">developer</a> and <a href=\"https://api.taler.net\">API</a> documentation."
1144"href=\"https://api.taler.net\">API</a> documentation.\n"
1145msgstr "" 1130msgstr ""
1146 1131
1147#: index.html.j2:29 1132#: index.html.j2:29
@@ -1150,53 +1135,47 @@ msgstr ""
1150 1135
1151#: index.html.j2:32 1136#: index.html.j2:32
1152msgid "" 1137msgid ""
1153"Taler is easy to integrate with existing Web\n" 1138"Taler is easy to integrate with existing Web applications. Payments are "
1154"applications. Payments are cryptographically\n" 1139"cryptographically secured and are confirmed within milliseconds with "
1155"secured and are confirmed within milliseconds with\n" 1140"extremely low transaction costs."
1156"extremely low transaction costs.\n"
1157msgstr "" 1141msgstr ""
1158 1142
1159#: index.html.j2:45 1143#: index.html.j2:45
1160msgid "" 1144msgid ""
1161"Taler does not introduce a new currency. Taler\n" 1145"Taler does not introduce a new currency. Taler uses a digital wallet storing "
1162"uses a digital wallet storing coins and payment service\n" 1146"coins and payment service providers with escrow accounts in existing "
1163"providers with escrow accounts in existing currencies.\n" 1147"currencies. Thus, Taler's cryptographic coins correspond to existing "
1164"Thus, Taler's cryptographic coins correspond to existing\n" 1148"currencies, such as US Dollars, Euros or even Bitcoins."
1165"currencies, such as US Dollars, Euros or even Bitcoins.\n"
1166msgstr "" 1149msgstr ""
1167 1150
1168#: index.html.j2:59 1151#: index.html.j2:59
1169msgid "" 1152msgid ""
1170"By design Taler does not suffer from many classes\n" 1153"By design Taler does not suffer from many classes of security problems such "
1171"of security problems such as phishing or counterfeit.\n" 1154"as phishing or counterfeit. Thanks to its security features, Taler never "
1172"Thanks to its security features, Taler never rejects a legitimate\n" 1155"rejects a legitimate customer due to a fraud-detection false positive."
1173"customer due to a fraud-detection false positive.\n"
1174msgstr "" 1156msgstr ""
1175 1157
1176#: index.html.j2:74 1158#: index.html.j2:74
1177msgid "" 1159msgid ""
1178"When using Taler, merchant's revenue is transparent for tax\n" 1160"When using Taler, merchant's revenue is transparent for tax collection "
1179"collection authorities. Unlike cash and most digital currencies,\n" 1161"authorities. Unlike cash and most digital currencies, Taler helps prevent "
1180"Taler helps prevent black markets. Taler is not suitable for\n" 1162"black markets. Taler is not suitable for illegal activities."
1181"illegal activities.\n"
1182msgstr "" 1163msgstr ""
1183 1164
1184#: index.html.j2:86 1165#: index.html.j2:86
1185msgid "" 1166msgid ""
1186"When you pay with Taler, your identity does not\n" 1167"When you pay with Taler, your identity does not have to be revealed. Just "
1187"have to be revealed. Just like\n" 1168"like payments in cash, nobody else can track how you spent your electronic "
1188"payments in cash, nobody else can track how you\n" 1169"money. However, you obtain a legally valid proof of payment."
1189"spent your electronic money. However, you obtain a\n"
1190"legally valid proof of payment.\n"
1191msgstr "" 1170msgstr ""
1192 1171
1193#: index.html.j2:100 1172#: index.html.j2:100
1194msgid "" 1173msgid ""
1195"Taler provides protocols and reference implementations that in\n" 1174"Taler provides protocols and reference implementations that in principle "
1196"principle enables anybody to run their own payment infrastructure,\n" 1175"enables anybody to run their own payment infrastructure, be it individuals, "
1197"be it individuals, organizations or whole countries. Since the\n" 1176"organizations or whole countries. Since the reference implementation is a <a "
1198"reference implementation is a <a href=\"http://www.gnu.org/\">GNU</a>\n" 1177"href=\"http://www.gnu.org/\">GNU</a> package, it will always remain free "
1199"package, it will always remain free software.\n" 1178"software."
1200msgstr "" 1179msgstr ""
1201 1180
1202#: index.html.j2:117 1181#: index.html.j2:117
@@ -1205,12 +1184,12 @@ msgstr ""
1205 1184
1206#: index.html.j2:118 1185#: index.html.j2:118
1207msgid "" 1186msgid ""
1208"<p>To pay with Taler, customers install an electronic wallet\n" 1187"<p>To pay with Taler, customers install an electronic wallet on their "
1209"on their device. Before the first payment, the wallet's balance must\n" 1188"device. Before the first payment, the wallet's balance must be charged in "
1210"be charged in the desired currency by some other means of payment.</p>\n" 1189"the desired currency by some other means of payment.</p> <p>Once the wallet "
1211"<p>Once the wallet is charged, payments on websites take only one click,\n" 1190"is charged, payments on websites take only one click, are never falsely "
1212"are never falsely rejected by fraud detection and do not pose any risk\n" 1191"rejected by fraud detection and do not pose any risk of phishing or identity "
1213"of phishing or identity theft.</p>\n" 1192"theft.</p>"
1214msgstr "" 1193msgstr ""
1215 1194
1216#: index.html.j2:128 1195#: index.html.j2:128
@@ -1219,11 +1198,11 @@ msgstr ""
1219 1198
1220#: index.html.j2:129 1199#: index.html.j2:129
1221msgid "" 1200msgid ""
1222"<p>To receive Taler payments, a merchant needs a bank account\n" 1201"<p>To receive Taler payments, a merchant needs a bank account in the desired "
1223"in the desired currency. We provide supporting software\n" 1202"currency. We provide supporting software in various programming languages to "
1224"in various programming languages to make the integration painless.\n" 1203"make the integration painless. The merchant's backend for Taler transaction "
1225"The merchant's backend for Taler transaction processing can run\n" 1204"processing can run on the merchant's premises or be hosted by a third party."
1226"on the merchant's premises or be hosted by a third party.</p>\n" 1205"</p>"
1227msgstr "" 1206msgstr ""
1228 1207
1229#: index.html.j2:145 1208#: index.html.j2:145
@@ -1240,10 +1219,8 @@ msgstr ""
1240 1219
1241#: investors.html.j2:9 1220#: investors.html.j2:9
1242msgid "" 1221msgid ""
1243"We have created a company, Taler Systems SA in\n" 1222"We have created a company, Taler Systems SA in Luxembourg.<br> Please "
1244"Luxembourg.<br>\n" 1223"contact <tt>invest@taler.net</tt> if you want to invest in Taler."
1245"Please contact <tt>invest@taler.net</tt>\n"
1246"if you want to invest in Taler.\n"
1247msgstr "" 1224msgstr ""
1248 1225
1249#: investors.html.j2:24 1226#: investors.html.j2:24
@@ -1252,21 +1229,18 @@ msgstr ""
1252 1229
1253#: investors.html.j2:27 1230#: investors.html.j2:27
1254msgid "" 1231msgid ""
1255"Our <a href=\"about.html\">team</a> combines world-class business " 1232"Our <a href=\"about.html\">team</a> combines world-class business leaders, "
1256"leaders,\n" 1233"cryptographers, software engineers, civil-rights activists and academics. We "
1257"cryptographers, software engineers, civil-rights\n" 1234"are unified by a vision of how payments should work and the goal of imposing "
1258"activists and academics. We are unified by a vision\n" 1235"this vision upon the world."
1259"of how payments should work and the goal of\n"
1260"imposing this vision upon the world.\n"
1261msgstr "" 1236msgstr ""
1262 1237
1263#: investors.html.j2:37 1238#: investors.html.j2:37
1264msgid "" 1239msgid ""
1265"We are currently supported by <a href=\"http://www.inria.fr/\">Inria</a>," 1240"We are currently supported by <a href=\"http://www.inria.fr/\">Inria</a>, "
1266" the French\n" 1241"the French national institute for research in informatics and automation, "
1267"national institute for research in informatics and\n" 1242"and the <a href=\"https://renewablefreedom.org/\">Renewable Freedom "
1268"automation, and the <a href=\"https://renewablefreedom.org/\">Renewable " 1243"Foundation</a>."
1269"Freedom Foundation</a>.\n"
1270msgstr "" 1244msgstr ""
1271 1245
1272#: investors.html.j2:45 1246#: investors.html.j2:45
@@ -1275,17 +1249,13 @@ msgstr ""
1275 1249
1276#: investors.html.j2:48 1250#: investors.html.j2:48
1277msgid "" 1251msgid ""
1278"All transactions in Taler are secured using <a " 1252"All transactions in Taler are secured using <a href=\"bibliography.html"
1279"href=\"bibliography.html\">modern\n" 1253"\">modern cryptography</a> and trust in all parties is minimized. Financial "
1280"cryptography</a> and trust in all parties is\n" 1254"damage is bounded (for customers, merchants and the exchange) even in the "
1281"minimized. Financial damage is bounded (for\n" 1255"case that systems are compromised and private keys are stolen. Databases can "
1282"customers, merchants and the exchange) even in the\n" 1256"be audited for consistency, resulting in either the detection of compromised "
1283"case that systems are compromised and private keys\n" 1257"systems or the demonstration that participants were honest. Actual "
1284"are stolen. Databases can be audited for\n" 1258"transaction costs are fractions of a cent."
1285"consistency, resulting in either the detection of\n"
1286"compromised systems or the demonstration that\n"
1287"participants were honest. Actual transaction costs\n"
1288"are fractions of a cent.\n"
1289msgstr "" 1259msgstr ""
1290 1260
1291#: investors.html.j2:63 1261#: investors.html.j2:63
@@ -1294,15 +1264,13 @@ msgstr ""
1294 1264
1295#: investors.html.j2:66 1265#: investors.html.j2:66
1296msgid "" 1266msgid ""
1297"The scalable business model for Taler is the operation\n" 1267"The scalable business model for Taler is the operation of the payment "
1298"of the payment service provider, which converts money from\n" 1268"service provider, which converts money from traditional payment systems "
1299"traditional payment systems (MasterCard, SEPA, UPI,\n" 1269"(MasterCard, SEPA, UPI, Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous "
1300"Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n" 1270"electronic coins in the same currency. The customer can then redeem the "
1301"electronic coins in the same currency. The customer\n" 1271"electronic coins at a merchant, who can exchange them for money represented "
1302"can then redeem the electronic coins at a merchant,\n" 1272"using traditional payment systems at the exchange. The exchange charges fees "
1303"who can exchange them for money represented using\n" 1273"to facilitate the transactions."
1304"traditional payment systems at the exchange. The\n"
1305"exchange charges fees to facilitate the transactions.\n"
1306msgstr "" 1274msgstr ""
1307 1275
1308#: investors.html.j2:85 1276#: investors.html.j2:85
@@ -1315,10 +1283,10 @@ msgstr ""
1315 1283
1316#: investors.html.j2:110 1284#: investors.html.j2:110
1317msgid "" 1285msgid ""
1318"The payment service operator runs the <em>Taler exchange</em>.\n" 1286"The payment service operator runs the <em>Taler exchange</em>. The exchange "
1319"The exchange charges <b>transaction fees</b> to customers or merchants.\n" 1287"charges <b>transaction fees</b> to customers or merchants. Its operational "
1320"Its operational expenses are from wire transfers with the banking\n" 1288"expenses are from wire transfers with the banking system and the operation "
1321"system and the operation of the computing infrastructure.\n" 1289"of the computing infrastructure."
1322msgstr "" 1290msgstr ""
1323 1291
1324#: investors.html.j2:120 1292#: investors.html.j2:120
@@ -1329,8 +1297,8 @@ msgstr ""
1329 1297
1330#: investors.html.j2:122 1298#: investors.html.j2:122
1331msgid "" 1299msgid ""
1332"Multiple Taler transactions can be aggregated into larger wire transfers " 1300"Multiple Taler transactions can be aggregated into larger wire transfers to "
1333"to merchants to minimize wire transfer costs." 1301"merchants to minimize wire transfer costs."
1334msgstr "" 1302msgstr ""
1335 1303
1336#: investors.html.j2:124 1304#: investors.html.j2:124
@@ -1353,11 +1321,10 @@ msgstr ""
1353 1321
1354#: merchants.html.j2:8 1322#: merchants.html.j2:8
1355msgid "" 1323msgid ""
1356"Taler is a cost-effective electronic payment system\n" 1324"Taler is a cost-effective electronic payment system which provides you with "
1357"which provides you with cryptographic proof that\n" 1325"cryptographic proof that the payment worked correctly within milliseconds. "
1358"the payment worked correctly within milliseconds.\n" 1326"Your Web customers pay with previously unknown levels of convenience without "
1359"Your Web customers pay with previously unknown\n" 1327"risk of fraud."
1360"levels of convenience without risk of fraud.\n"
1361msgstr "" 1328msgstr ""
1362 1329
1363#: merchants.html.j2:22 1330#: merchants.html.j2:22
@@ -1366,39 +1333,31 @@ msgstr "Veloce"
1366 1333
1367#: merchants.html.j2:25 1334#: merchants.html.j2:25
1368msgid "" 1335msgid ""
1369"Processing transactions with Taler is fast,\n" 1336"Processing transactions with Taler is fast, allowing you to confirm the "
1370"allowing you to confirm the transaction with your\n" 1337"transaction with your customer virtually immediately. Your customers will "
1371"customer virtually immediately. Your customers\n" 1338"appreciate that they do not have to type in credit card information and play "
1372"will appreciate that they do not have to type in\n" 1339"the &quot;verified by&quot; game. By making payments significantly more "
1373"credit card information and play the &quot;verified\n" 1340"convenient for your customers, you may be able to use Taler for small "
1374"by&quot; game. By making payments significantly\n" 1341"transactions that would not work with credit card payments due to the mental "
1375"more convenient for your customers, you may be able\n" 1342"overhead for customers."
1376"to use Taler for small transactions that would not\n"
1377"work with credit card payments due to the mental\n"
1378"overhead for customers.\n"
1379msgstr "" 1343msgstr ""
1380 1344
1381#: merchants.html.j2:44 1345#: merchants.html.j2:44
1382msgid "" 1346msgid ""
1383"You will have cryptographic proof of payment from the\n" 1347"You will have cryptographic proof of payment from the Taler payment service "
1384"Taler payment service provider. With Taler you never\n" 1348"provider. With Taler you never handle sensitive customer account information "
1385"handle sensitive customer account information and thus\n" 1349"and thus do not have to undergo any particular security audits (such as PCI "
1386"do not have to undergo any particular security audits\n" 1350"DSS). Your systems will have customer contracts with qualified signatures "
1387"(such as PCI DSS). Your systems will have customer\n" 1351"for all transactions which you can use in court in case of disputes."
1388"contracts with qualified signatures for all\n"
1389"transactions which you can use in court in case of\n"
1390"disputes.\n"
1391msgstr "" 1352msgstr ""
1392 1353
1393#: merchants.html.j2:61 1354#: merchants.html.j2:61
1394msgid "" 1355msgid ""
1395"Taler is free software, and you can use the\n" 1356"Taler is free software, and you can use the liberally-licensed reference "
1396"liberally-licensed reference code as a starting\n" 1357"code as a starting point to integrate Taler into your services. To use "
1397"point to integrate Taler into your services. To use\n" 1358"Taler, you do not need to pay license fees, and the free software "
1398"Taler, you do not need to pay license fees, and the\n" 1359"development model will ensure that you can select from many competing "
1399"free software development model will ensure that\n" 1360"integrators for support."
1400"you can select from many competing integrators for\n"
1401"support.\n"
1402msgstr "" 1361msgstr ""
1403 1362
1404#: merchants.html.j2:76 1363#: merchants.html.j2:76
@@ -1407,11 +1366,10 @@ msgstr ""
1407 1366
1408#: merchants.html.j2:79 1367#: merchants.html.j2:79
1409msgid "" 1368msgid ""
1410"Taler is uses efficient cryptographic constructions with low\n" 1369"Taler is uses efficient cryptographic constructions with low bandwidth and "
1411"bandwidth and storage requirements. Combined with Taler's strong\n" 1370"storage requirements. Combined with Taler's strong security which makes "
1412"security which makes fraud impossible, Taler payment service\n" 1371"fraud impossible, Taler payment service providers can operate with very low "
1413"providers can operate with very low overhead and\n" 1372"overhead and thus offer low transaction fees."
1414"thus offer low transaction fees.\n"
1415msgstr "" 1373msgstr ""
1416 1374
1417#: merchants.html.j2:89 1375#: merchants.html.j2:89
@@ -1420,10 +1378,9 @@ msgstr "Flessibile"
1420 1378
1421#: merchants.html.j2:92 1379#: merchants.html.j2:92
1422msgid "" 1380msgid ""
1423"Taler can be used for different currencies (such as\n" 1381"Taler can be used for different currencies (such as Euros, US Dollars or "
1424"Euros, US Dollars or Bitcoins) and any amount, limited\n" 1382"Bitcoins) and any amount, limited only by applicable regulatation and what "
1425"only by applicable regulatation and what denominations\n" 1383"denominations the payment service provider supports."
1426"the payment service provider supports.\n"
1427msgstr "" 1384msgstr ""
1428 1385
1429#: merchants.html.j2:101 1386#: merchants.html.j2:101
@@ -1432,11 +1389,10 @@ msgstr "Etico"
1432 1389
1433#: merchants.html.j2:104 1390#: merchants.html.j2:104
1434msgid "" 1391msgid ""
1435"Taler prevents tax evasion and money laundering.\n" 1392"Taler prevents tax evasion and money laundering. Taler's protocols are "
1436"Taler's protocols are efficient and do not use wasteful\n" 1393"efficient and do not use wasteful proof-of-work calculations. Taler "
1437"proof-of-work calculations. Taler encourages\n" 1394"encourages transparency by providing an open standard and free software "
1438"transparency by providing an open standard and free\n" 1395"reference implementations."
1439"software reference implementations.\n"
1440msgstr "" 1396msgstr ""
1441 1397
1442#: merchants.html.j2:119 1398#: merchants.html.j2:119
@@ -1466,28 +1422,24 @@ msgstr ""
1466 1422
1467#: merchants.html.j2:147 1423#: merchants.html.j2:147
1468msgid "" 1424msgid ""
1469"The backend <b>signs</b> and <b>stores</b> the\n" 1425"The backend <b>signs</b> and <b>stores</b> the complete terms of offers made "
1470"complete terms of offers made by the merchant to customers.\n" 1426"by the merchant to customers. For this, the merchant's frontend needs to "
1471"For this, the merchant's frontend needs to give the\n" 1427"give the customer's order in a JSON format to the backend."
1472"customer's order in a JSON format to the backend.\n"
1473msgstr "" 1428msgstr ""
1474 1429
1475#: merchants.html.j2:156 1430#: merchants.html.j2:156
1476msgid "" 1431msgid ""
1477"The backend <b>validates</b> payments received from\n" 1432"The backend <b>validates</b> payments received from the wallet and "
1478"the wallet and <b>executes</b> them with the Taler\n" 1433"<b>executes</b> them with the Taler payment service provider (the exchange). "
1479"payment service provider (the exchange). For this,\n" 1434"For this, the merchant's frontend must pass the payment request through to "
1480"the merchant's frontend must pass the payment\n" 1435"the Taler backend and check the HTTP status code that is returned."
1481"request through to the Taler backend and check the\n"
1482"HTTP status code that is returned.\n"
1483msgstr "" 1436msgstr ""
1484 1437
1485#: merchants.html.j2:167 1438#: merchants.html.j2:167
1486msgid "" 1439msgid ""
1487"The backend can <b>list</b> completed transactions\n" 1440"The backend can <b>list</b> completed transactions and <b>map</b> wire "
1488"and <b>map</b> wire transfers to sets of business\n" 1441"transfers to sets of business transactions, including the exact terms of "
1489"transactions, including the exact terms of each\n" 1442"each contract."
1490"contract.\n"
1491msgstr "" 1443msgstr ""
1492 1444
1493#: press.html.j2:4 1445#: press.html.j2:4
@@ -1501,211 +1453,3 @@ msgstr ""
1501#: common/base.j2:6 1453#: common/base.j2:6
1502msgid "Taxable Anonymous Libre Electronic Reserves" 1454msgid "Taxable Anonymous Libre Electronic Reserves"
1503msgstr "" 1455msgstr ""
1504
1505#~ msgid ""
1506#~ msgstr ""
1507
1508#~ msgid "Home"
1509#~ msgstr "Home"
1510
1511#~ msgid "Demo"
1512#~ msgstr "Demo"
1513
1514#~ msgid "Operators"
1515#~ msgstr "Investitori"
1516
1517#~ msgid "About&nbsp;us"
1518#~ msgstr "Chi siamo"
1519
1520#~ msgid "Stability "
1521#~ msgstr "Stabilità"
1522
1523#~ msgid "News"
1524#~ msgstr ""
1525
1526#~ msgid "Taler Web payments paper published."
1527#~ msgstr "Taler 0.0.0."
1528
1529#~ msgid "More news »"
1530#~ msgstr "Scopri di più »"
1531
1532#~ msgid "Taler technology: About taxability, change and privacy"
1533#~ msgstr "La tecnologia Taler: tassabilità, cambio e privacy"
1534
1535#~ msgid "1-2017: Taler Documentation pages updated"
1536#~ msgstr ""
1537
1538#~ msgid "Operate a Taler exchange!"
1539#~ msgstr "Investi in Taler!"
1540
1541#~ msgid "Electronic payments for a liberal society!"
1542#~ msgstr "Pagamenti elettronici per una società libera!"
1543
1544#~ msgid "Anonymous"
1545#~ msgstr "Anonimo"
1546
1547#~ msgid "Electronic"
1548#~ msgstr "Elettronico"
1549
1550#~ msgid "Reserves"
1551#~ msgstr "Riserva"
1552
1553#~ msgid "Advantages for citizens"
1554#~ msgstr "Vantaggi per i cittadini"
1555
1556#~ msgid "Independent One-Click Payment!"
1557#~ msgstr ""
1558
1559#~ msgid "Advantages for merchants"
1560#~ msgstr "Vantaggi per i mercanti"
1561
1562#~ msgid "Advantages for governments"
1563#~ msgstr "Vantaggi per i governi"
1564
1565#~ msgid "Invest in GNU Taler!"
1566#~ msgstr ""
1567
1568#~ msgid "Business model"
1569#~ msgstr "Modello business"
1570
1571#~ msgid "Taler as seen by the exchange operator"
1572#~ msgstr "Come opera la ufficio cambi di Taler"
1573
1574#~ msgid "Taxable Anonymous Libre Electronic Reserves"
1575#~ msgstr ""
1576
1577#~ msgid "Independent One-Click Payments!"
1578#~ msgstr ""
1579
1580#~ msgid "<b>T</b>axable"
1581#~ msgstr ""
1582
1583#~ msgid "<b>A</b>nonymous"
1584#~ msgstr ""
1585
1586#~ msgid "<b>L</b>ibre"
1587#~ msgstr ""
1588
1589#~ msgid "<b>E</b>lectronic"
1590#~ msgstr ""
1591
1592#~ msgid "<b>R</b>eserves"
1593#~ msgstr ""
1594
1595#~ msgid "Latest Videos"
1596#~ msgstr ""
1597
1598#~ msgid "Florian Dold talks about Taler at 50p!"
1599#~ msgstr ""
1600
1601#~ msgid "Taler News"
1602#~ msgstr ""
1603
1604#~ msgid "Financial News"
1605#~ msgstr ""
1606
1607#~ msgid "en"
1608#~ msgstr "it"
1609
1610#~ msgid "About us"
1611#~ msgstr "Chi siamo"
1612
1613#~ msgid "CFO"
1614#~ msgstr "CFO"
1615
1616#~ msgid "Citizens"
1617#~ msgstr "Cittadini"
1618
1619#~ msgid "Developers"
1620#~ msgstr "Sviluppatori"
1621
1622#~ msgid "Governments"
1623#~ msgstr "Governi"
1624
1625#~ msgid "Investors"
1626#~ msgstr ""
1627
1628#~ msgid "Merchants"
1629#~ msgstr "Venditori"
1630
1631#~ msgid "The GNU Taler merchant backend operator tutorial"
1632#~ msgstr ""
1633
1634#~ msgid "Wallet"
1635#~ msgstr ""
1636
1637#~ msgid "Taler as seen by customers"
1638#~ msgstr "Come i clienti vedono Taler"
1639
1640#~ msgid "Taler as seen by merchants"
1641#~ msgstr "Come i negozianti vedono Taler"
1642
1643#~ msgid "Tax-friendly"
1644#~ msgstr ""
1645
1646#~ msgid "Open access (PSD2): Taler provides an open standard with public APIs"
1647#~ msgstr ""
1648
1649#~ msgid "Taler complies with regulation"
1650#~ msgstr ""
1651
1652#~ msgid "Open access (PSD2)"
1653#~ msgstr ""
1654
1655#~ msgid "Taler as seen by governments"
1656#~ msgstr "Taler dal punto di vista dai governi"
1657
1658#~ msgid "Previous"
1659#~ msgstr ""
1660
1661#~ msgid "Next"
1662#~ msgstr ""
1663
1664#~ msgid "Accept and validate deposits from merchants."
1665#~ msgstr ""
1666
1667#~ msgid "Taler as seen by the payment service operator"
1668#~ msgstr ""
1669
1670#~ msgid "Financial risk is bounded even if keys are compromised."
1671#~ msgstr ""
1672
1673#~ msgid "The mailinglist"
1674#~ msgstr ""
1675
1676#~ msgid "Security"
1677#~ msgstr "Sicurezza"
1678
1679#~ msgid "Privacy"
1680#~ msgstr "Privacy"
1681
1682#~ msgid "Convenience"
1683#~ msgstr "Convenienza"
1684
1685#~ msgid "Stability"
1686#~ msgstr ""
1687
1688#~ msgid "Anti-money laundering (AML)"
1689#~ msgstr ""
1690
1691#~ msgid "Know-your-customer (KYC)"
1692#~ msgstr ""
1693
1694#~ msgid "Privacy-by-design (GDPR)"
1695#~ msgstr ""
1696
1697#~ msgid "Competitive banking (PSD2)"
1698#~ msgstr ""
1699
1700#~ msgid "Security-focused"
1701#~ msgstr ""
1702
1703#~ msgid "Privacy-friendly"
1704#~ msgstr ""
1705
1706#~ msgid "Free Software"
1707#~ msgstr "Free Software"
1708
1709#~ msgid "Low Fees"
1710#~ msgstr "Prezzi bassi"
1711
diff --git a/press.html.j2 b/press.html.j2
index 5a3b7fc9..928f94d7 100644
--- a/press.html.j2
+++ b/press.html.j2
@@ -8,6 +8,7 @@
8<ul> 8<ul>
9 <li><a href="http://hackerpublicradio.org/eps.php?id=2222">Hacker Public Radio</a></li> 9 <li><a href="http://hackerpublicradio.org/eps.php?id=2222">Hacker Public Radio</a></li>
10 <li><a href="https://www.secupay.com/de/Node/932">Secupay</a></li> 10 <li><a href="https://www.secupay.com/de/Node/932">Secupay</a></li>
11 <li><a href="https://www.developpez.com/actu/142082/Taler-le-systeme-de-paiement-electronique-anonyme-developpe-par-GNU-et-l-INRIA-passe-en-version-0-3-0/">Developpez.com</a></li>
11</ul> 12</ul>
12</p> 13</p>
13 14
diff --git a/styles.css b/styles.css
index 2dd48d9b..4f2a806b 100644
--- a/styles.css
+++ b/styles.css
@@ -125,3 +125,8 @@ footer {
125.cushion-below { 125.cushion-below {
126 padding-bottom: 2em; 126 padding-bottom: 2em;
127} 127}
128
129.invert {
130 -webkit-filter: invert(100%);
131 filter: invert(100%);
132}
diff --git a/template.py b/template.py
index c0c42ea9..450bd3db 100755
--- a/template.py
+++ b/template.py
@@ -16,6 +16,7 @@ import jinja2
16import glob 16import glob
17import codecs 17import codecs
18import os 18import os
19import i18nfix
19 20
20env = jinja2.Environment(loader=jinja2.FileSystemLoader(os.path.dirname(__file__)), 21env = jinja2.Environment(loader=jinja2.FileSystemLoader(os.path.dirname(__file__)),
21 extensions=["jinja2.ext.i18n"], 22 extensions=["jinja2.ext.i18n"],
@@ -24,6 +25,7 @@ env = jinja2.Environment(loader=jinja2.FileSystemLoader(os.path.dirname(__file__
24 undefined=jinja2.StrictUndefined, 25 undefined=jinja2.StrictUndefined,
25 autoescape=False) 26 autoescape=False)
26 27
28langs_full = {"en": "English", "fr": "Français", "it": "Italiano", "es": "Español", "de": "Deutsch"}
27 29
28for in_file in glob.glob("*.j2"): 30for in_file in glob.glob("*.j2"):
29 name, ext = re.match(r"(.*)\.([^.]+)$", in_file.rstrip(".j2")).groups() 31 name, ext = re.match(r"(.*)\.([^.]+)$", in_file.rstrip(".j2")).groups()
@@ -50,11 +52,14 @@ for in_file in glob.glob("*.j2"):
50 localedir="locale", 52 localedir="locale",
51 languages=[locale]) 53 languages=[locale])
52 54
55 tr.gettext = i18nfix.wrap_gettext(tr.gettext)
56
53 env.install_gettext_translations(tr, newstyle=True) 57 env.install_gettext_translations(tr, newstyle=True)
54 58
55 59
56 content = tmpl.render( 60 content = tmpl.render(
57 lang=locale, 61 lang=locale,
62 lang_full=langs_full[locale],
58 url=url, 63 url=url,
59 self_localized=self_localized, 64 self_localized=self_localized,
60 url_localized=url_localized, 65 url_localized=url_localized,