aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-08 10:21:40 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-08 10:21:40 +0100
commitf037ab3c1fc33e5c9c1afb4fc4db2e19e538e940 (patch)
treeea5303b54423a86f052e82552d645445d0a3e85b
parente0d2502d80181606428978da8705efd2a4db24b7 (diff)
downloadwww-f037ab3c1fc33e5c9c1afb4fc4db2e19e538e940.tar.gz
www-f037ab3c1fc33e5c9c1afb4fc4db2e19e538e940.zip
simplify FAQ answers, i18n
-rw-r--r--faq.html.j276
-rw-r--r--locale/de/LC_MESSAGES/messages.po141
-rw-r--r--locale/en/LC_MESSAGES/messages.po141
-rw-r--r--locale/es/LC_MESSAGES/messages.po141
-rw-r--r--locale/fr/LC_MESSAGES/messages.po141
-rw-r--r--locale/it/LC_MESSAGES/messages.po141
6 files changed, 611 insertions, 170 deletions
diff --git a/faq.html.j2 b/faq.html.j2
index f548a143..d492b2bd 100644
--- a/faq.html.j2
+++ b/faq.html.j2
@@ -1,45 +1,61 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<div class="container"> 3<div class="container">
4<h2>How is Taler related to Bitcoin or Blockchains?</h2>
5<p>
6Taler does not use any Blockchain technology or Bitcoin directly. Taler is not
7based on proof-of-work or any other distributed consensus mechanism. Instead
8Taler is based on blind signatures.</p>
9 4
10<p>It would be possible, however, to withdraw Bitcoins into a Taler wallet (with an appropriate exchange), 5<h2>{{ _("How is Taler related to Bitcoin or Blockchains?") }}</h2>
11which would give some benefits over plain Bitcoin, such as instant confirmation times.</p> 6{% trans %}
7<p>Taler does not use any Blockchain technology or Bitcoin directly.
8Taler is not based on proof-of-work or any other distributed consensus
9mechanism. Instead Taler is based on blind signatures.</p>
12 10
13<h2>Where is the balance in my wallet stored?</h2> 11<p>It would be possible, however, to withdraw Bitcoins into a Taler
14<p>Your wallet stores tokens that are blindly signed by an exchange. 12wallet (with an appropriate exchange), which would give some benefits
15Until your spend balance with a merchant, the exchange holds it in escrow.</p> 13over plain Bitcoin, such as instant confirmation times.</p>
16 14
17<h2>What if my wallet gets lost?</h2>
18<p>Since the digital tokens of value in your wallet are anonymized,
19the exchange can not assist you in restoring a lost or stolen wallet. Just
20like with a physical wallet for cash, you are responsible for keeping it safe.</p>
21 15
22<p>The risk of losing a wallet can be mitigated by backups or keeping the balance reasonably low.</p> 16<h2>{{ _("Where is the balance in my wallet stored?") }}</h2>
17<p>Your wallet stores digital coins that were blindly signed by an
18exchange, and thus ultimately your computer holds your balance. The
19exchange keeps funds matching all unspent coins in an escrow bank
20account.</p>
21{% endtrans %}
23 22
24<p>In case of a compromise of one of your devices, an attacker that spends coins on your behalf will
25make it possible for you to know that you've been compromised, which can be an advantage.</p>
26 23
27<h2>Can I send money to my friend with Taler?</h2> 24<h2>{{ _("What if my wallet is lost?") }}</h2>
28<p>You can <em>share</em> coins in your wallet with people you trust, like 25{% trans %}
29family or friends. Whenever these shared coins are spent, the other copies 26<p>Since the digital coins of value in your wallet are anonymized, the
30become invalid. Sharing coins this does not constitute a transaction, is not taxable 27exchange can not assist you in recovering a lost or stolen wallet.
31and requires trust between the sharing parties.</p> 28Just like with a physical wallet for cash, you are responsible for
29keeping it safe.</p>
32 30
33<p>If your friend provides goods or services for you in exchange for a payment, 31<p>The risk of losing a wallet can be mitigated by making backups or
34they can easily set up a Taler merchant and receive the payment on their bank account.</p> 32keeping the balance reasonably low.</p>
35 33
36<h2>How does Taler handle payments in different currencies?</h2> 34<p>In case of a compromise of one of your devices, an attacker that
37<p>Taler wallets can store digital coins corresponding to multiple different 35spends coins on your behalf will allow you to detect that your device
38currencies such as the Euro, US Dollars or even Bitcoins.</p> 36has been compromised.</p>
37{% endtrans %}
38
39
40<h2>{{ _("Can I send money to my friend with Taler?") }}</h2>
41{% trans %}
42<p>If your friend provides goods or services for you in exchange for a
43payment, they can easily set up a Taler merchant and receive the
44payment in their bank account.</p>
45
46<p>Future versions of the Taler wallet may allow exchanging coins
47among friends directly as well.</p>
48{% endtrans %}
49
50
51<h2>{{ _("How does Taler handle payments in different currencies?") }}</h2>
52{% trans %}
53<p>Taler wallets can store digital coins corresponding to multiple
54different currencies such as the Euro, US Dollars or Bitcoins.</p>
55
56<p>Taler currently does not offer conversion between currencies.</p>
57{% endtrans %}
39 58
40<p>Automatic currency conversion is currently not our focus, but could be made
41available in the future, either with exchanges that handle multiple
42currencies, or other means of multi-currency payment routing.</p>
43 59
44</div> 60</div>
45{% endblock body_content %} 61{% endblock body_content %}
diff --git a/locale/de/LC_MESSAGES/messages.po b/locale/de/LC_MESSAGES/messages.po
index d400cf7c..8100ec8a 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -3,15 +3,16 @@ msgid ""
3msgstr "" 3msgstr ""
4"Project-Id-Version: PROJECT VERSION\n" 4"Project-Id-Version: PROJECT VERSION\n"
5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
6"POT-Creation-Date: 2017-03-07 17:34+0100\n" 6"POT-Creation-Date: 2017-03-08 10:09+0100\n"
7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9"Language: de\n"
9"Language-Team: de <LL@li.org>\n" 10"Language-Team: de <LL@li.org>\n"
10"Plural-Forms: nplurals=2; plural=(n!=1)\n" 11"Plural-Forms: nplurals=2; plural=(n!=1)\n"
11"MIME-Version: 1.0\n" 12"MIME-Version: 1.0\n"
12"Content-Type: text/plain; charset=utf-8\n" 13"Content-Type: text/plain; charset=utf-8\n"
13"Content-Transfer-Encoding: 8bit\n" 14"Content-Transfer-Encoding: 8bit\n"
14"Generated-By: Babel 1.3\n" 15"Generated-By: Babel 2.3.4\n"
15 16
16#: about.html.j2:8 17#: about.html.j2:8
17msgid "" 18msgid ""
@@ -183,7 +184,7 @@ msgid ""
183" Taler is not a crypto-currency, so you do not have\n" 184" Taler is not a crypto-currency, so you do not have\n"
184" to worry about cryto-currency related value\n" 185" to worry about cryto-currency related value\n"
185" fluctuations. Banking with Taler is subject to the\n" 186" fluctuations. Banking with Taler is subject to the\n"
186" usual government protections for finanical\n" 187" usual government protections for financial\n"
187" services." 188" services."
188msgstr "" 189msgstr ""
189 190
@@ -591,7 +592,7 @@ msgid ""
591" based on open standards and free software. Taler\n" 592" based on open standards and free software. Taler\n"
592" needs governments to set a financial framework and\n" 593" needs governments to set a financial framework and\n"
593" to act as trusted regulators. Taler contributes to\n" 594" to act as trusted regulators. Taler contributes to\n"
594" digital sovereignty in the critial financial\n" 595" digital sovereignty in the critical financial\n"
595" infrastructure." 596" infrastructure."
596msgstr "" 597msgstr ""
597 598
@@ -745,7 +746,7 @@ msgid ""
745"The total amount of digital currency withdrawn by a\n" 746"The total amount of digital currency withdrawn by a\n"
746" customer. The government can impose limits on how much\n" 747" customer. The government can impose limits on how much\n"
747" digital cash a customer can withdraw within a\n" 748" digital cash a customer can withdraw within a\n"
748" given timeframe." 749" given time frame."
749msgstr "" 750msgstr ""
750 751
751#: governments.html.j2:128 752#: governments.html.j2:128
@@ -786,7 +787,7 @@ msgid ""
786" development\n" 787" development\n"
787" at <a href=\"http://www.inria.fr/\">Inria</a>. We expect to make " 788" at <a href=\"http://www.inria.fr/\">Inria</a>. We expect to make "
788"it operational in 2017.\n" 789"it operational in 2017.\n"
789" Meanwhile you can learn about Taler on this website, try the <a " 790" You can learn about Taler on this website, try the <a "
790"href=\"https://demo.taler.net\">demo</a>\n" 791"href=\"https://demo.taler.net\">demo</a>\n"
791" and look at our <a href=\"https://docs.taler.net\">developer</a> " 792" and look at our <a href=\"https://docs.taler.net\">developer</a> "
792"and <a href=\"https://api.taler.net\">API</a> documentation.\n" 793"and <a href=\"https://api.taler.net\">API</a> documentation.\n"
@@ -831,7 +832,7 @@ msgstr ""
831msgid "" 832msgid ""
832"\n" 833"\n"
833" By design Taler does not suffer from many classes\n" 834" By design Taler does not suffer from many classes\n"
834" of security problems such as phishing or conterfeit.\n" 835" of security problems such as phishing or counterfeit.\n"
835" Despite its security features, Taler never rejects a legitimate\n" 836" Despite its security features, Taler never rejects a legitimate\n"
836" customer due to a fraud-detection false positive.\n" 837" customer due to a fraud-detection false positive.\n"
837" " 838" "
@@ -907,7 +908,7 @@ msgid ""
907" in the desired currency. We provide\n" 908" in the desired currency. We provide\n"
908" SDKs in various languages to makes the integration painless.\n" 909" SDKs in various languages to makes the integration painless.\n"
909" The merchant's backend for Taler transaction processing can run\n" 910" The merchant's backend for Taler transaction processing can run\n"
910" on the mechant's premises or hosted.</p>\n" 911" on the merchant's premises or hosted.</p>\n"
911" " 912" "
912msgstr "" 913msgstr ""
913 914
@@ -927,7 +928,7 @@ msgstr ""
927msgid "" 928msgid ""
928"\n" 929"\n"
929" We have created a company, Taler Systems SA in\n" 930" We have created a company, Taler Systems SA in\n"
930" Luxemburg.<br>\n" 931" Luxembourg.<br>\n"
931" Please contact <tt>invest@taler.net</tt>\n" 932" Please contact <tt>invest@taler.net</tt>\n"
932" if you want to invest in Taler.\n" 933" if you want to invest in Taler.\n"
933" " 934" "
@@ -943,7 +944,7 @@ msgid ""
943" Our <a href=\"about.html\">team</a> combines world-class " 944" Our <a href=\"about.html\">team</a> combines world-class "
944"business leaders,\n" 945"business leaders,\n"
945" cryptographers, software engineers, civil-rights\n" 946" cryptographers, software engineers, civil-rights\n"
946" activits and academics. We are unified by a vision\n" 947" activists and academics. We are unified by a vision\n"
947" of how payments should work and the goal of\n" 948" of how payments should work and the goal of\n"
948" imposing this vision upon the world.\n" 949" imposing this vision upon the world.\n"
949" " 950" "
@@ -988,7 +989,7 @@ msgid ""
988"\n" 989"\n"
989" The scalable business model for Taler is the operation\n" 990" The scalable business model for Taler is the operation\n"
990" of the payment service provider, which converts money from\n" 991" of the payment service provider, which converts money from\n"
991" traditional payment systems (Mastercard, SEPA,\n" 992" traditional payment systems (MasterCard, SEPA,\n"
992" Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n" 993" Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n"
993" electronic coins in the same currency. The customer\n" 994" electronic coins in the same currency. The customer\n"
994" can then redeem the electronic coins at a merchant,\n" 995" can then redeem the electronic coins at a merchant,\n"
@@ -1082,7 +1083,7 @@ msgid ""
1082" audits (such as PCI DSS), processes or procedures,\n" 1083" audits (such as PCI DSS), processes or procedures,\n"
1083" as you never handle sensitive customer account\n" 1084" as you never handle sensitive customer account\n"
1084" information. Your systems will have customer\n" 1085" information. Your systems will have customer\n"
1085" contracts wih qualified signatures for all\n" 1086" contracts with qualified signatures for all\n"
1086" transactions which you can use in court in case of\n" 1087" transactions which you can use in court in case of\n"
1087" disputes." 1088" disputes."
1088msgstr "" 1089msgstr ""
@@ -1369,31 +1370,115 @@ msgstr ""
1369#~ msgstr "" 1370#~ msgstr ""
1370 1371
1371#~ msgid "" 1372#~ msgid ""
1373#~ "Coins in your digital wallet will be of the same\n"
1374#~ " denomination as the cash in your physical wallet.\n"
1375#~ " Taler is not a crypto-currency, so you do not have\n"
1376#~ " to worry about cryto-currency related value\n"
1377#~ " fluctuations. Banking with Taler is subject to the\n"
1378#~ " usual government protections for finanical\n"
1379#~ " services."
1380#~ msgstr ""
1381
1382#~ msgid ""
1383#~ "Taler provides accountability to ensure business\n"
1384#~ " accepting payments operate legally, while also\n"
1385#~ " respecting civil liberties of citizens spending\n"
1386#~ " digital cash. Taler is a commons, a payment system\n"
1387#~ " based on open standards and free software. Taler\n"
1388#~ " needs governments to set a financial framework and\n"
1389#~ " to act as trusted regulators. Taler contributes to\n"
1390#~ " digital sovereignty in the critial financial\n"
1391#~ " infrastructure."
1392#~ msgstr ""
1393
1394#~ msgid ""
1395#~ "The total amount of digital currency withdrawn by a\n"
1396#~ " customer. The government can"
1397#~ " impose limits on how much\n"
1398#~ " digital cash a customer can withdraw within a\n"
1399#~ " given timeframe."
1400#~ msgstr ""
1401
1402#~ msgid ""
1403#~ "\n"
1404#~ " Taler is an electronic payment system under\n"
1405#~ " development\n"
1406#~ " at <a href=\"http://www.inria.fr/\">Inria</a>."
1407#~ " We expect to make it operational"
1408#~ " in 2017.\n"
1409#~ " Meanwhile you can learn about "
1410#~ "Taler on this website, try the <a"
1411#~ " href=\"https://demo.taler.net\">demo</a>\n"
1412#~ " and look at our <a "
1413#~ "href=\"https://docs.taler.net\">developer</a> and <a "
1414#~ "href=\"https://api.taler.net\">API</a> documentation.\n"
1415#~ " "
1416#~ msgstr ""
1417
1418#~ msgid ""
1372#~ "\n" 1419#~ "\n"
1373#~ " An archived, public mailinglist for GNU Taler is\n" 1420#~ " By design Taler does not suffer from many classes\n"
1374#~ " hosted at\n" 1421#~ " of security problems such as phishing or conterfeit.\n"
1375#~ " <a " 1422#~ " Despite its security features, "
1376#~ "href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>." 1423#~ "Taler never rejects a legitimate\n"
1377#~ " You can send messages to the " 1424#~ " customer due to a fraud-detection false positive.\n"
1378#~ "list\n"
1379#~ " at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
1380#~ " " 1425#~ " "
1381#~ msgstr "" 1426#~ msgstr ""
1382 1427
1383#~ msgid "" 1428#~ msgid ""
1384#~ "\n" 1429#~ "\n"
1385#~ " We track open feature requests and bugs in our\n" 1430#~ " <p>To receive Taler payments, a merchant needs a bank account\n"
1386#~ " <a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n" 1431#~ " in the desired currency. We provide\n"
1387#~ " which is shared with the GNUnet project.\n" 1432#~ " SDKs in various languages to makes the integration painless.\n"
1388#~ " You can also report bugs or feature requests to the\n" 1433#~ " The merchant's backend for Taler transaction processing can run\n"
1389#~ " mailinglist.\n" 1434#~ " on the mechant's premises or hosted.</p>\n"
1435#~ " "
1436#~ msgstr ""
1437
1438#~ msgid ""
1439#~ "\n"
1440#~ " We have created a company, Taler Systems SA in\n"
1441#~ " Luxemburg.<br>\n"
1442#~ " Please contact <tt>invest@taler.net</tt>\n"
1443#~ " if you want to invest in Taler.\n"
1390#~ " " 1444#~ " "
1391#~ msgstr "" 1445#~ msgstr ""
1392 1446
1393#~ msgid "" 1447#~ msgid ""
1394#~ "We have a mailinglist for developer discussions.\n" 1448#~ "\n"
1395#~ " You can subscribe to it or read the list archive at\n" 1449#~ " Our <a href=\"about.html\">team</a> "
1396#~ " <a " 1450#~ "combines world-class business leaders,\n"
1397#~ "href='http://lists.gnu.org/mailman/listinfo/taler'>http://lists.gnu.org/mailman/listinfo/taler</a>." 1451#~ " cryptographers, software engineers, civil-rights\n"
1452#~ " activits and academics. We are unified by a vision\n"
1453#~ " of how payments should work and the goal of\n"
1454#~ " imposing this vision upon the world.\n"
1455#~ " "
1456#~ msgstr ""
1457
1458#~ msgid ""
1459#~ "\n"
1460#~ " The scalable business model for Taler is the operation\n"
1461#~ " of the payment service "
1462#~ "provider, which converts money from\n"
1463#~ " traditional payment systems (Mastercard, SEPA,\n"
1464#~ " Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n"
1465#~ " electronic coins in the same currency. The customer\n"
1466#~ " can then redeem the electronic coins at a merchant,\n"
1467#~ " who can exchange them for money represented using\n"
1468#~ " traditional payment systems at the exchange. The\n"
1469#~ " exchange charges fees to facilitate the transactions.\n"
1470#~ " "
1471#~ msgstr ""
1472
1473#~ msgid ""
1474#~ "You will have cryptographic proof of payment from\n"
1475#~ " the Taler payment service provider. Taler does not\n"
1476#~ " require you to undergo any particular security\n"
1477#~ " audits (such as PCI DSS), processes or procedures,\n"
1478#~ " as you never handle sensitive customer account\n"
1479#~ " information. Your systems will have customer\n"
1480#~ " contracts wih qualified signatures for all\n"
1481#~ " transactions which you can use in court in case of\n"
1482#~ " disputes."
1398#~ msgstr "" 1483#~ msgstr ""
1399 1484
diff --git a/locale/en/LC_MESSAGES/messages.po b/locale/en/LC_MESSAGES/messages.po
index 1684ad77..aef5f99a 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -3,15 +3,16 @@ msgid ""
3msgstr "" 3msgstr ""
4"Project-Id-Version: PROJECT VERSION\n" 4"Project-Id-Version: PROJECT VERSION\n"
5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
6"POT-Creation-Date: 2017-03-07 17:34+0100\n" 6"POT-Creation-Date: 2017-03-08 10:09+0100\n"
7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9"Language: en\n"
9"Language-Team: en <LL@li.org>\n" 10"Language-Team: en <LL@li.org>\n"
10"Plural-Forms: nplurals=2; plural=(n!=1)\n" 11"Plural-Forms: nplurals=2; plural=(n!=1)\n"
11"MIME-Version: 1.0\n" 12"MIME-Version: 1.0\n"
12"Content-Type: text/plain; charset=utf-8\n" 13"Content-Type: text/plain; charset=utf-8\n"
13"Content-Transfer-Encoding: 8bit\n" 14"Content-Transfer-Encoding: 8bit\n"
14"Generated-By: Babel 1.3\n" 15"Generated-By: Babel 2.3.4\n"
15 16
16#: about.html.j2:8 17#: about.html.j2:8
17msgid "" 18msgid ""
@@ -175,7 +176,7 @@ msgid ""
175" Taler is not a crypto-currency, so you do not have\n" 176" Taler is not a crypto-currency, so you do not have\n"
176" to worry about cryto-currency related value\n" 177" to worry about cryto-currency related value\n"
177" fluctuations. Banking with Taler is subject to the\n" 178" fluctuations. Banking with Taler is subject to the\n"
178" usual government protections for finanical\n" 179" usual government protections for financial\n"
179" services." 180" services."
180msgstr "" 181msgstr ""
181 182
@@ -583,7 +584,7 @@ msgid ""
583" based on open standards and free software. Taler\n" 584" based on open standards and free software. Taler\n"
584" needs governments to set a financial framework and\n" 585" needs governments to set a financial framework and\n"
585" to act as trusted regulators. Taler contributes to\n" 586" to act as trusted regulators. Taler contributes to\n"
586" digital sovereignty in the critial financial\n" 587" digital sovereignty in the critical financial\n"
587" infrastructure." 588" infrastructure."
588msgstr "" 589msgstr ""
589 590
@@ -736,7 +737,7 @@ msgid ""
736"The total amount of digital currency withdrawn by a\n" 737"The total amount of digital currency withdrawn by a\n"
737" customer. The government can impose limits on how much\n" 738" customer. The government can impose limits on how much\n"
738" digital cash a customer can withdraw within a\n" 739" digital cash a customer can withdraw within a\n"
739" given timeframe." 740" given time frame."
740msgstr "" 741msgstr ""
741 742
742#: governments.html.j2:128 743#: governments.html.j2:128
@@ -777,7 +778,7 @@ msgid ""
777" development\n" 778" development\n"
778" at <a href=\"http://www.inria.fr/\">Inria</a>. We expect to make " 779" at <a href=\"http://www.inria.fr/\">Inria</a>. We expect to make "
779"it operational in 2017.\n" 780"it operational in 2017.\n"
780" Meanwhile you can learn about Taler on this website, try the <a " 781" You can learn about Taler on this website, try the <a "
781"href=\"https://demo.taler.net\">demo</a>\n" 782"href=\"https://demo.taler.net\">demo</a>\n"
782" and look at our <a href=\"https://docs.taler.net\">developer</a> " 783" and look at our <a href=\"https://docs.taler.net\">developer</a> "
783"and <a href=\"https://api.taler.net\">API</a> documentation.\n" 784"and <a href=\"https://api.taler.net\">API</a> documentation.\n"
@@ -822,7 +823,7 @@ msgstr ""
822msgid "" 823msgid ""
823"\n" 824"\n"
824" By design Taler does not suffer from many classes\n" 825" By design Taler does not suffer from many classes\n"
825" of security problems such as phishing or conterfeit.\n" 826" of security problems such as phishing or counterfeit.\n"
826" Despite its security features, Taler never rejects a legitimate\n" 827" Despite its security features, Taler never rejects a legitimate\n"
827" customer due to a fraud-detection false positive.\n" 828" customer due to a fraud-detection false positive.\n"
828" " 829" "
@@ -898,7 +899,7 @@ msgid ""
898" in the desired currency. We provide\n" 899" in the desired currency. We provide\n"
899" SDKs in various languages to makes the integration painless.\n" 900" SDKs in various languages to makes the integration painless.\n"
900" The merchant's backend for Taler transaction processing can run\n" 901" The merchant's backend for Taler transaction processing can run\n"
901" on the mechant's premises or hosted.</p>\n" 902" on the merchant's premises or hosted.</p>\n"
902" " 903" "
903msgstr "" 904msgstr ""
904 905
@@ -918,7 +919,7 @@ msgstr ""
918msgid "" 919msgid ""
919"\n" 920"\n"
920" We have created a company, Taler Systems SA in\n" 921" We have created a company, Taler Systems SA in\n"
921" Luxemburg.<br>\n" 922" Luxembourg.<br>\n"
922" Please contact <tt>invest@taler.net</tt>\n" 923" Please contact <tt>invest@taler.net</tt>\n"
923" if you want to invest in Taler.\n" 924" if you want to invest in Taler.\n"
924" " 925" "
@@ -934,7 +935,7 @@ msgid ""
934" Our <a href=\"about.html\">team</a> combines world-class " 935" Our <a href=\"about.html\">team</a> combines world-class "
935"business leaders,\n" 936"business leaders,\n"
936" cryptographers, software engineers, civil-rights\n" 937" cryptographers, software engineers, civil-rights\n"
937" activits and academics. We are unified by a vision\n" 938" activists and academics. We are unified by a vision\n"
938" of how payments should work and the goal of\n" 939" of how payments should work and the goal of\n"
939" imposing this vision upon the world.\n" 940" imposing this vision upon the world.\n"
940" " 941" "
@@ -979,7 +980,7 @@ msgid ""
979"\n" 980"\n"
980" The scalable business model for Taler is the operation\n" 981" The scalable business model for Taler is the operation\n"
981" of the payment service provider, which converts money from\n" 982" of the payment service provider, which converts money from\n"
982" traditional payment systems (Mastercard, SEPA,\n" 983" traditional payment systems (MasterCard, SEPA,\n"
983" Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n" 984" Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n"
984" electronic coins in the same currency. The customer\n" 985" electronic coins in the same currency. The customer\n"
985" can then redeem the electronic coins at a merchant,\n" 986" can then redeem the electronic coins at a merchant,\n"
@@ -1073,7 +1074,7 @@ msgid ""
1073" audits (such as PCI DSS), processes or procedures,\n" 1074" audits (such as PCI DSS), processes or procedures,\n"
1074" as you never handle sensitive customer account\n" 1075" as you never handle sensitive customer account\n"
1075" information. Your systems will have customer\n" 1076" information. Your systems will have customer\n"
1076" contracts wih qualified signatures for all\n" 1077" contracts with qualified signatures for all\n"
1077" transactions which you can use in court in case of\n" 1078" transactions which you can use in court in case of\n"
1078" disputes." 1079" disputes."
1079msgstr "" 1080msgstr ""
@@ -1363,31 +1364,115 @@ msgstr ""
1363#~ msgstr "" 1364#~ msgstr ""
1364 1365
1365#~ msgid "" 1366#~ msgid ""
1367#~ "Coins in your digital wallet will be of the same\n"
1368#~ " denomination as the cash in your physical wallet.\n"
1369#~ " Taler is not a crypto-currency, so you do not have\n"
1370#~ " to worry about cryto-currency related value\n"
1371#~ " fluctuations. Banking with Taler is subject to the\n"
1372#~ " usual government protections for finanical\n"
1373#~ " services."
1374#~ msgstr ""
1375
1376#~ msgid ""
1377#~ "Taler provides accountability to ensure business\n"
1378#~ " accepting payments operate legally, while also\n"
1379#~ " respecting civil liberties of citizens spending\n"
1380#~ " digital cash. Taler is a commons, a payment system\n"
1381#~ " based on open standards and free software. Taler\n"
1382#~ " needs governments to set a financial framework and\n"
1383#~ " to act as trusted regulators. Taler contributes to\n"
1384#~ " digital sovereignty in the critial financial\n"
1385#~ " infrastructure."
1386#~ msgstr ""
1387
1388#~ msgid ""
1389#~ "The total amount of digital currency withdrawn by a\n"
1390#~ " customer. The government can"
1391#~ " impose limits on how much\n"
1392#~ " digital cash a customer can withdraw within a\n"
1393#~ " given timeframe."
1394#~ msgstr ""
1395
1396#~ msgid ""
1397#~ "\n"
1398#~ " Taler is an electronic payment system under\n"
1399#~ " development\n"
1400#~ " at <a href=\"http://www.inria.fr/\">Inria</a>."
1401#~ " We expect to make it operational"
1402#~ " in 2017.\n"
1403#~ " Meanwhile you can learn about "
1404#~ "Taler on this website, try the <a"
1405#~ " href=\"https://demo.taler.net\">demo</a>\n"
1406#~ " and look at our <a "
1407#~ "href=\"https://docs.taler.net\">developer</a> and <a "
1408#~ "href=\"https://api.taler.net\">API</a> documentation.\n"
1409#~ " "
1410#~ msgstr ""
1411
1412#~ msgid ""
1366#~ "\n" 1413#~ "\n"
1367#~ " An archived, public mailinglist for GNU Taler is\n" 1414#~ " By design Taler does not suffer from many classes\n"
1368#~ " hosted at\n" 1415#~ " of security problems such as phishing or conterfeit.\n"
1369#~ " <a " 1416#~ " Despite its security features, "
1370#~ "href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>." 1417#~ "Taler never rejects a legitimate\n"
1371#~ " You can send messages to the " 1418#~ " customer due to a fraud-detection false positive.\n"
1372#~ "list\n"
1373#~ " at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
1374#~ " " 1419#~ " "
1375#~ msgstr "" 1420#~ msgstr ""
1376 1421
1377#~ msgid "" 1422#~ msgid ""
1378#~ "\n" 1423#~ "\n"
1379#~ " We track open feature requests and bugs in our\n" 1424#~ " <p>To receive Taler payments, a merchant needs a bank account\n"
1380#~ " <a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n" 1425#~ " in the desired currency. We provide\n"
1381#~ " which is shared with the GNUnet project.\n" 1426#~ " SDKs in various languages to makes the integration painless.\n"
1382#~ " You can also report bugs or feature requests to the\n" 1427#~ " The merchant's backend for Taler transaction processing can run\n"
1383#~ " mailinglist.\n" 1428#~ " on the mechant's premises or hosted.</p>\n"
1429#~ " "
1430#~ msgstr ""
1431
1432#~ msgid ""
1433#~ "\n"
1434#~ " We have created a company, Taler Systems SA in\n"
1435#~ " Luxemburg.<br>\n"
1436#~ " Please contact <tt>invest@taler.net</tt>\n"
1437#~ " if you want to invest in Taler.\n"
1384#~ " " 1438#~ " "
1385#~ msgstr "" 1439#~ msgstr ""
1386 1440
1387#~ msgid "" 1441#~ msgid ""
1388#~ "We have a mailinglist for developer discussions.\n" 1442#~ "\n"
1389#~ " You can subscribe to it or read the list archive at\n" 1443#~ " Our <a href=\"about.html\">team</a> "
1390#~ " <a " 1444#~ "combines world-class business leaders,\n"
1391#~ "href='http://lists.gnu.org/mailman/listinfo/taler'>http://lists.gnu.org/mailman/listinfo/taler</a>." 1445#~ " cryptographers, software engineers, civil-rights\n"
1446#~ " activits and academics. We are unified by a vision\n"
1447#~ " of how payments should work and the goal of\n"
1448#~ " imposing this vision upon the world.\n"
1449#~ " "
1450#~ msgstr ""
1451
1452#~ msgid ""
1453#~ "\n"
1454#~ " The scalable business model for Taler is the operation\n"
1455#~ " of the payment service "
1456#~ "provider, which converts money from\n"
1457#~ " traditional payment systems (Mastercard, SEPA,\n"
1458#~ " Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n"
1459#~ " electronic coins in the same currency. The customer\n"
1460#~ " can then redeem the electronic coins at a merchant,\n"
1461#~ " who can exchange them for money represented using\n"
1462#~ " traditional payment systems at the exchange. The\n"
1463#~ " exchange charges fees to facilitate the transactions.\n"
1464#~ " "
1465#~ msgstr ""
1466
1467#~ msgid ""
1468#~ "You will have cryptographic proof of payment from\n"
1469#~ " the Taler payment service provider. Taler does not\n"
1470#~ " require you to undergo any particular security\n"
1471#~ " audits (such as PCI DSS), processes or procedures,\n"
1472#~ " as you never handle sensitive customer account\n"
1473#~ " information. Your systems will have customer\n"
1474#~ " contracts wih qualified signatures for all\n"
1475#~ " transactions which you can use in court in case of\n"
1476#~ " disputes."
1392#~ msgstr "" 1477#~ msgstr ""
1393 1478
diff --git a/locale/es/LC_MESSAGES/messages.po b/locale/es/LC_MESSAGES/messages.po
index e1d01545..cac50efa 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/LC_MESSAGES/messages.po
@@ -3,15 +3,16 @@ msgid ""
3msgstr "" 3msgstr ""
4"Project-Id-Version: PROJECT VERSION\n" 4"Project-Id-Version: PROJECT VERSION\n"
5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
6"POT-Creation-Date: 2017-03-07 17:34+0100\n" 6"POT-Creation-Date: 2017-03-08 10:09+0100\n"
7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9"Language: es\n"
9"Language-Team: es <LL@li.org>\n" 10"Language-Team: es <LL@li.org>\n"
10"Plural-Forms: nplurals=2; plural=(n!=1)\n" 11"Plural-Forms: nplurals=2; plural=(n!=1)\n"
11"MIME-Version: 1.0\n" 12"MIME-Version: 1.0\n"
12"Content-Type: text/plain; charset=utf-8\n" 13"Content-Type: text/plain; charset=utf-8\n"
13"Content-Transfer-Encoding: 8bit\n" 14"Content-Transfer-Encoding: 8bit\n"
14"Generated-By: Babel 1.3\n" 15"Generated-By: Babel 2.3.4\n"
15 16
16#: about.html.j2:8 17#: about.html.j2:8
17#, fuzzy 18#, fuzzy
@@ -193,7 +194,7 @@ msgid ""
193" Taler is not a crypto-currency, so you do not have\n" 194" Taler is not a crypto-currency, so you do not have\n"
194" to worry about cryto-currency related value\n" 195" to worry about cryto-currency related value\n"
195" fluctuations. Banking with Taler is subject to the\n" 196" fluctuations. Banking with Taler is subject to the\n"
196" usual government protections for finanical\n" 197" usual government protections for financial\n"
197" services." 198" services."
198msgstr "" 199msgstr ""
199 200
@@ -601,7 +602,7 @@ msgid ""
601" based on open standards and free software. Taler\n" 602" based on open standards and free software. Taler\n"
602" needs governments to set a financial framework and\n" 603" needs governments to set a financial framework and\n"
603" to act as trusted regulators. Taler contributes to\n" 604" to act as trusted regulators. Taler contributes to\n"
604" digital sovereignty in the critial financial\n" 605" digital sovereignty in the critical financial\n"
605" infrastructure." 606" infrastructure."
606msgstr "" 607msgstr ""
607 608
@@ -754,7 +755,7 @@ msgid ""
754"The total amount of digital currency withdrawn by a\n" 755"The total amount of digital currency withdrawn by a\n"
755" customer. The government can impose limits on how much\n" 756" customer. The government can impose limits on how much\n"
756" digital cash a customer can withdraw within a\n" 757" digital cash a customer can withdraw within a\n"
757" given timeframe." 758" given time frame."
758msgstr "" 759msgstr ""
759 760
760#: governments.html.j2:128 761#: governments.html.j2:128
@@ -795,7 +796,7 @@ msgid ""
795" development\n" 796" development\n"
796" at <a href=\"http://www.inria.fr/\">Inria</a>. We expect to make " 797" at <a href=\"http://www.inria.fr/\">Inria</a>. We expect to make "
797"it operational in 2017.\n" 798"it operational in 2017.\n"
798" Meanwhile you can learn about Taler on this website, try the <a " 799" You can learn about Taler on this website, try the <a "
799"href=\"https://demo.taler.net\">demo</a>\n" 800"href=\"https://demo.taler.net\">demo</a>\n"
800" and look at our <a href=\"https://docs.taler.net\">developer</a> " 801" and look at our <a href=\"https://docs.taler.net\">developer</a> "
801"and <a href=\"https://api.taler.net\">API</a> documentation.\n" 802"and <a href=\"https://api.taler.net\">API</a> documentation.\n"
@@ -840,7 +841,7 @@ msgstr ""
840msgid "" 841msgid ""
841"\n" 842"\n"
842" By design Taler does not suffer from many classes\n" 843" By design Taler does not suffer from many classes\n"
843" of security problems such as phishing or conterfeit.\n" 844" of security problems such as phishing or counterfeit.\n"
844" Despite its security features, Taler never rejects a legitimate\n" 845" Despite its security features, Taler never rejects a legitimate\n"
845" customer due to a fraud-detection false positive.\n" 846" customer due to a fraud-detection false positive.\n"
846" " 847" "
@@ -916,7 +917,7 @@ msgid ""
916" in the desired currency. We provide\n" 917" in the desired currency. We provide\n"
917" SDKs in various languages to makes the integration painless.\n" 918" SDKs in various languages to makes the integration painless.\n"
918" The merchant's backend for Taler transaction processing can run\n" 919" The merchant's backend for Taler transaction processing can run\n"
919" on the mechant's premises or hosted.</p>\n" 920" on the merchant's premises or hosted.</p>\n"
920" " 921" "
921msgstr "" 922msgstr ""
922 923
@@ -936,7 +937,7 @@ msgstr ""
936msgid "" 937msgid ""
937"\n" 938"\n"
938" We have created a company, Taler Systems SA in\n" 939" We have created a company, Taler Systems SA in\n"
939" Luxemburg.<br>\n" 940" Luxembourg.<br>\n"
940" Please contact <tt>invest@taler.net</tt>\n" 941" Please contact <tt>invest@taler.net</tt>\n"
941" if you want to invest in Taler.\n" 942" if you want to invest in Taler.\n"
942" " 943" "
@@ -952,7 +953,7 @@ msgid ""
952" Our <a href=\"about.html\">team</a> combines world-class " 953" Our <a href=\"about.html\">team</a> combines world-class "
953"business leaders,\n" 954"business leaders,\n"
954" cryptographers, software engineers, civil-rights\n" 955" cryptographers, software engineers, civil-rights\n"
955" activits and academics. We are unified by a vision\n" 956" activists and academics. We are unified by a vision\n"
956" of how payments should work and the goal of\n" 957" of how payments should work and the goal of\n"
957" imposing this vision upon the world.\n" 958" imposing this vision upon the world.\n"
958" " 959" "
@@ -997,7 +998,7 @@ msgid ""
997"\n" 998"\n"
998" The scalable business model for Taler is the operation\n" 999" The scalable business model for Taler is the operation\n"
999" of the payment service provider, which converts money from\n" 1000" of the payment service provider, which converts money from\n"
1000" traditional payment systems (Mastercard, SEPA,\n" 1001" traditional payment systems (MasterCard, SEPA,\n"
1001" Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n" 1002" Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n"
1002" electronic coins in the same currency. The customer\n" 1003" electronic coins in the same currency. The customer\n"
1003" can then redeem the electronic coins at a merchant,\n" 1004" can then redeem the electronic coins at a merchant,\n"
@@ -1091,7 +1092,7 @@ msgid ""
1091" audits (such as PCI DSS), processes or procedures,\n" 1092" audits (such as PCI DSS), processes or procedures,\n"
1092" as you never handle sensitive customer account\n" 1093" as you never handle sensitive customer account\n"
1093" information. Your systems will have customer\n" 1094" information. Your systems will have customer\n"
1094" contracts wih qualified signatures for all\n" 1095" contracts with qualified signatures for all\n"
1095" transactions which you can use in court in case of\n" 1096" transactions which you can use in court in case of\n"
1096" disputes." 1097" disputes."
1097msgstr "" 1098msgstr ""
@@ -1382,31 +1383,115 @@ msgstr ""
1382#~ msgstr "" 1383#~ msgstr ""
1383 1384
1384#~ msgid "" 1385#~ msgid ""
1386#~ "Coins in your digital wallet will be of the same\n"
1387#~ " denomination as the cash in your physical wallet.\n"
1388#~ " Taler is not a crypto-currency, so you do not have\n"
1389#~ " to worry about cryto-currency related value\n"
1390#~ " fluctuations. Banking with Taler is subject to the\n"
1391#~ " usual government protections for finanical\n"
1392#~ " services."
1393#~ msgstr ""
1394
1395#~ msgid ""
1396#~ "Taler provides accountability to ensure business\n"
1397#~ " accepting payments operate legally, while also\n"
1398#~ " respecting civil liberties of citizens spending\n"
1399#~ " digital cash. Taler is a commons, a payment system\n"
1400#~ " based on open standards and free software. Taler\n"
1401#~ " needs governments to set a financial framework and\n"
1402#~ " to act as trusted regulators. Taler contributes to\n"
1403#~ " digital sovereignty in the critial financial\n"
1404#~ " infrastructure."
1405#~ msgstr ""
1406
1407#~ msgid ""
1408#~ "The total amount of digital currency withdrawn by a\n"
1409#~ " customer. The government can"
1410#~ " impose limits on how much\n"
1411#~ " digital cash a customer can withdraw within a\n"
1412#~ " given timeframe."
1413#~ msgstr ""
1414
1415#~ msgid ""
1416#~ "\n"
1417#~ " Taler is an electronic payment system under\n"
1418#~ " development\n"
1419#~ " at <a href=\"http://www.inria.fr/\">Inria</a>."
1420#~ " We expect to make it operational"
1421#~ " in 2017.\n"
1422#~ " Meanwhile you can learn about "
1423#~ "Taler on this website, try the <a"
1424#~ " href=\"https://demo.taler.net\">demo</a>\n"
1425#~ " and look at our <a "
1426#~ "href=\"https://docs.taler.net\">developer</a> and <a "
1427#~ "href=\"https://api.taler.net\">API</a> documentation.\n"
1428#~ " "
1429#~ msgstr ""
1430
1431#~ msgid ""
1385#~ "\n" 1432#~ "\n"
1386#~ " An archived, public mailinglist for GNU Taler is\n" 1433#~ " By design Taler does not suffer from many classes\n"
1387#~ " hosted at\n" 1434#~ " of security problems such as phishing or conterfeit.\n"
1388#~ " <a " 1435#~ " Despite its security features, "
1389#~ "href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>." 1436#~ "Taler never rejects a legitimate\n"
1390#~ " You can send messages to the " 1437#~ " customer due to a fraud-detection false positive.\n"
1391#~ "list\n"
1392#~ " at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
1393#~ " " 1438#~ " "
1394#~ msgstr "" 1439#~ msgstr ""
1395 1440
1396#~ msgid "" 1441#~ msgid ""
1397#~ "\n" 1442#~ "\n"
1398#~ " We track open feature requests and bugs in our\n" 1443#~ " <p>To receive Taler payments, a merchant needs a bank account\n"
1399#~ " <a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n" 1444#~ " in the desired currency. We provide\n"
1400#~ " which is shared with the GNUnet project.\n" 1445#~ " SDKs in various languages to makes the integration painless.\n"
1401#~ " You can also report bugs or feature requests to the\n" 1446#~ " The merchant's backend for Taler transaction processing can run\n"
1402#~ " mailinglist.\n" 1447#~ " on the mechant's premises or hosted.</p>\n"
1448#~ " "
1449#~ msgstr ""
1450
1451#~ msgid ""
1452#~ "\n"
1453#~ " We have created a company, Taler Systems SA in\n"
1454#~ " Luxemburg.<br>\n"
1455#~ " Please contact <tt>invest@taler.net</tt>\n"
1456#~ " if you want to invest in Taler.\n"
1403#~ " " 1457#~ " "
1404#~ msgstr "" 1458#~ msgstr ""
1405 1459
1406#~ msgid "" 1460#~ msgid ""
1407#~ "We have a mailinglist for developer discussions.\n" 1461#~ "\n"
1408#~ " You can subscribe to it or read the list archive at\n" 1462#~ " Our <a href=\"about.html\">team</a> "
1409#~ " <a " 1463#~ "combines world-class business leaders,\n"
1410#~ "href='http://lists.gnu.org/mailman/listinfo/taler'>http://lists.gnu.org/mailman/listinfo/taler</a>." 1464#~ " cryptographers, software engineers, civil-rights\n"
1465#~ " activits and academics. We are unified by a vision\n"
1466#~ " of how payments should work and the goal of\n"
1467#~ " imposing this vision upon the world.\n"
1468#~ " "
1469#~ msgstr ""
1470
1471#~ msgid ""
1472#~ "\n"
1473#~ " The scalable business model for Taler is the operation\n"
1474#~ " of the payment service "
1475#~ "provider, which converts money from\n"
1476#~ " traditional payment systems (Mastercard, SEPA,\n"
1477#~ " Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n"
1478#~ " electronic coins in the same currency. The customer\n"
1479#~ " can then redeem the electronic coins at a merchant,\n"
1480#~ " who can exchange them for money represented using\n"
1481#~ " traditional payment systems at the exchange. The\n"
1482#~ " exchange charges fees to facilitate the transactions.\n"
1483#~ " "
1484#~ msgstr ""
1485
1486#~ msgid ""
1487#~ "You will have cryptographic proof of payment from\n"
1488#~ " the Taler payment service provider. Taler does not\n"
1489#~ " require you to undergo any particular security\n"
1490#~ " audits (such as PCI DSS), processes or procedures,\n"
1491#~ " as you never handle sensitive customer account\n"
1492#~ " information. Your systems will have customer\n"
1493#~ " contracts wih qualified signatures for all\n"
1494#~ " transactions which you can use in court in case of\n"
1495#~ " disputes."
1411#~ msgstr "" 1496#~ msgstr ""
1412 1497
diff --git a/locale/fr/LC_MESSAGES/messages.po b/locale/fr/LC_MESSAGES/messages.po
index ef771c57..e6b043e8 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/LC_MESSAGES/messages.po
@@ -3,15 +3,16 @@ msgid ""
3msgstr "" 3msgstr ""
4"Project-Id-Version: PROJECT VERSION\n" 4"Project-Id-Version: PROJECT VERSION\n"
5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
6"POT-Creation-Date: 2017-03-07 17:34+0100\n" 6"POT-Creation-Date: 2017-03-08 10:09+0100\n"
7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9"Language: fr\n"
9"Language-Team: fr <LL@li.org>\n" 10"Language-Team: fr <LL@li.org>\n"
10"Plural-Forms: nplurals=2; plural=(n!=1)\n" 11"Plural-Forms: nplurals=2; plural=(n!=1)\n"
11"MIME-Version: 1.0\n" 12"MIME-Version: 1.0\n"
12"Content-Type: text/plain; charset=utf-8\n" 13"Content-Type: text/plain; charset=utf-8\n"
13"Content-Transfer-Encoding: 8bit\n" 14"Content-Transfer-Encoding: 8bit\n"
14"Generated-By: Babel 1.3\n" 15"Generated-By: Babel 2.3.4\n"
15 16
16#: about.html.j2:8 17#: about.html.j2:8
17#, fuzzy 18#, fuzzy
@@ -191,7 +192,7 @@ msgid ""
191" Taler is not a crypto-currency, so you do not have\n" 192" Taler is not a crypto-currency, so you do not have\n"
192" to worry about cryto-currency related value\n" 193" to worry about cryto-currency related value\n"
193" fluctuations. Banking with Taler is subject to the\n" 194" fluctuations. Banking with Taler is subject to the\n"
194" usual government protections for finanical\n" 195" usual government protections for financial\n"
195" services." 196" services."
196msgstr "" 197msgstr ""
197 198
@@ -599,7 +600,7 @@ msgid ""
599" based on open standards and free software. Taler\n" 600" based on open standards and free software. Taler\n"
600" needs governments to set a financial framework and\n" 601" needs governments to set a financial framework and\n"
601" to act as trusted regulators. Taler contributes to\n" 602" to act as trusted regulators. Taler contributes to\n"
602" digital sovereignty in the critial financial\n" 603" digital sovereignty in the critical financial\n"
603" infrastructure." 604" infrastructure."
604msgstr "" 605msgstr ""
605 606
@@ -752,7 +753,7 @@ msgid ""
752"The total amount of digital currency withdrawn by a\n" 753"The total amount of digital currency withdrawn by a\n"
753" customer. The government can impose limits on how much\n" 754" customer. The government can impose limits on how much\n"
754" digital cash a customer can withdraw within a\n" 755" digital cash a customer can withdraw within a\n"
755" given timeframe." 756" given time frame."
756msgstr "" 757msgstr ""
757 758
758#: governments.html.j2:128 759#: governments.html.j2:128
@@ -793,7 +794,7 @@ msgid ""
793" development\n" 794" development\n"
794" at <a href=\"http://www.inria.fr/\">Inria</a>. We expect to make " 795" at <a href=\"http://www.inria.fr/\">Inria</a>. We expect to make "
795"it operational in 2017.\n" 796"it operational in 2017.\n"
796" Meanwhile you can learn about Taler on this website, try the <a " 797" You can learn about Taler on this website, try the <a "
797"href=\"https://demo.taler.net\">demo</a>\n" 798"href=\"https://demo.taler.net\">demo</a>\n"
798" and look at our <a href=\"https://docs.taler.net\">developer</a> " 799" and look at our <a href=\"https://docs.taler.net\">developer</a> "
799"and <a href=\"https://api.taler.net\">API</a> documentation.\n" 800"and <a href=\"https://api.taler.net\">API</a> documentation.\n"
@@ -838,7 +839,7 @@ msgstr ""
838msgid "" 839msgid ""
839"\n" 840"\n"
840" By design Taler does not suffer from many classes\n" 841" By design Taler does not suffer from many classes\n"
841" of security problems such as phishing or conterfeit.\n" 842" of security problems such as phishing or counterfeit.\n"
842" Despite its security features, Taler never rejects a legitimate\n" 843" Despite its security features, Taler never rejects a legitimate\n"
843" customer due to a fraud-detection false positive.\n" 844" customer due to a fraud-detection false positive.\n"
844" " 845" "
@@ -914,7 +915,7 @@ msgid ""
914" in the desired currency. We provide\n" 915" in the desired currency. We provide\n"
915" SDKs in various languages to makes the integration painless.\n" 916" SDKs in various languages to makes the integration painless.\n"
916" The merchant's backend for Taler transaction processing can run\n" 917" The merchant's backend for Taler transaction processing can run\n"
917" on the mechant's premises or hosted.</p>\n" 918" on the merchant's premises or hosted.</p>\n"
918" " 919" "
919msgstr "" 920msgstr ""
920 921
@@ -934,7 +935,7 @@ msgstr ""
934msgid "" 935msgid ""
935"\n" 936"\n"
936" We have created a company, Taler Systems SA in\n" 937" We have created a company, Taler Systems SA in\n"
937" Luxemburg.<br>\n" 938" Luxembourg.<br>\n"
938" Please contact <tt>invest@taler.net</tt>\n" 939" Please contact <tt>invest@taler.net</tt>\n"
939" if you want to invest in Taler.\n" 940" if you want to invest in Taler.\n"
940" " 941" "
@@ -950,7 +951,7 @@ msgid ""
950" Our <a href=\"about.html\">team</a> combines world-class " 951" Our <a href=\"about.html\">team</a> combines world-class "
951"business leaders,\n" 952"business leaders,\n"
952" cryptographers, software engineers, civil-rights\n" 953" cryptographers, software engineers, civil-rights\n"
953" activits and academics. We are unified by a vision\n" 954" activists and academics. We are unified by a vision\n"
954" of how payments should work and the goal of\n" 955" of how payments should work and the goal of\n"
955" imposing this vision upon the world.\n" 956" imposing this vision upon the world.\n"
956" " 957" "
@@ -995,7 +996,7 @@ msgid ""
995"\n" 996"\n"
996" The scalable business model for Taler is the operation\n" 997" The scalable business model for Taler is the operation\n"
997" of the payment service provider, which converts money from\n" 998" of the payment service provider, which converts money from\n"
998" traditional payment systems (Mastercard, SEPA,\n" 999" traditional payment systems (MasterCard, SEPA,\n"
999" Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n" 1000" Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n"
1000" electronic coins in the same currency. The customer\n" 1001" electronic coins in the same currency. The customer\n"
1001" can then redeem the electronic coins at a merchant,\n" 1002" can then redeem the electronic coins at a merchant,\n"
@@ -1089,7 +1090,7 @@ msgid ""
1089" audits (such as PCI DSS), processes or procedures,\n" 1090" audits (such as PCI DSS), processes or procedures,\n"
1090" as you never handle sensitive customer account\n" 1091" as you never handle sensitive customer account\n"
1091" information. Your systems will have customer\n" 1092" information. Your systems will have customer\n"
1092" contracts wih qualified signatures for all\n" 1093" contracts with qualified signatures for all\n"
1093" transactions which you can use in court in case of\n" 1094" transactions which you can use in court in case of\n"
1094" disputes." 1095" disputes."
1095msgstr "" 1096msgstr ""
@@ -1380,31 +1381,115 @@ msgstr ""
1380#~ msgstr "" 1381#~ msgstr ""
1381 1382
1382#~ msgid "" 1383#~ msgid ""
1384#~ "Coins in your digital wallet will be of the same\n"
1385#~ " denomination as the cash in your physical wallet.\n"
1386#~ " Taler is not a crypto-currency, so you do not have\n"
1387#~ " to worry about cryto-currency related value\n"
1388#~ " fluctuations. Banking with Taler is subject to the\n"
1389#~ " usual government protections for finanical\n"
1390#~ " services."
1391#~ msgstr ""
1392
1393#~ msgid ""
1394#~ "Taler provides accountability to ensure business\n"
1395#~ " accepting payments operate legally, while also\n"
1396#~ " respecting civil liberties of citizens spending\n"
1397#~ " digital cash. Taler is a commons, a payment system\n"
1398#~ " based on open standards and free software. Taler\n"
1399#~ " needs governments to set a financial framework and\n"
1400#~ " to act as trusted regulators. Taler contributes to\n"
1401#~ " digital sovereignty in the critial financial\n"
1402#~ " infrastructure."
1403#~ msgstr ""
1404
1405#~ msgid ""
1406#~ "The total amount of digital currency withdrawn by a\n"
1407#~ " customer. The government can"
1408#~ " impose limits on how much\n"
1409#~ " digital cash a customer can withdraw within a\n"
1410#~ " given timeframe."
1411#~ msgstr ""
1412
1413#~ msgid ""
1414#~ "\n"
1415#~ " Taler is an electronic payment system under\n"
1416#~ " development\n"
1417#~ " at <a href=\"http://www.inria.fr/\">Inria</a>."
1418#~ " We expect to make it operational"
1419#~ " in 2017.\n"
1420#~ " Meanwhile you can learn about "
1421#~ "Taler on this website, try the <a"
1422#~ " href=\"https://demo.taler.net\">demo</a>\n"
1423#~ " and look at our <a "
1424#~ "href=\"https://docs.taler.net\">developer</a> and <a "
1425#~ "href=\"https://api.taler.net\">API</a> documentation.\n"
1426#~ " "
1427#~ msgstr ""
1428
1429#~ msgid ""
1383#~ "\n" 1430#~ "\n"
1384#~ " An archived, public mailinglist for GNU Taler is\n" 1431#~ " By design Taler does not suffer from many classes\n"
1385#~ " hosted at\n" 1432#~ " of security problems such as phishing or conterfeit.\n"
1386#~ " <a " 1433#~ " Despite its security features, "
1387#~ "href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>." 1434#~ "Taler never rejects a legitimate\n"
1388#~ " You can send messages to the " 1435#~ " customer due to a fraud-detection false positive.\n"
1389#~ "list\n"
1390#~ " at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
1391#~ " " 1436#~ " "
1392#~ msgstr "" 1437#~ msgstr ""
1393 1438
1394#~ msgid "" 1439#~ msgid ""
1395#~ "\n" 1440#~ "\n"
1396#~ " We track open feature requests and bugs in our\n" 1441#~ " <p>To receive Taler payments, a merchant needs a bank account\n"
1397#~ " <a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n" 1442#~ " in the desired currency. We provide\n"
1398#~ " which is shared with the GNUnet project.\n" 1443#~ " SDKs in various languages to makes the integration painless.\n"
1399#~ " You can also report bugs or feature requests to the\n" 1444#~ " The merchant's backend for Taler transaction processing can run\n"
1400#~ " mailinglist.\n" 1445#~ " on the mechant's premises or hosted.</p>\n"
1446#~ " "
1447#~ msgstr ""
1448
1449#~ msgid ""
1450#~ "\n"
1451#~ " We have created a company, Taler Systems SA in\n"
1452#~ " Luxemburg.<br>\n"
1453#~ " Please contact <tt>invest@taler.net</tt>\n"
1454#~ " if you want to invest in Taler.\n"
1401#~ " " 1455#~ " "
1402#~ msgstr "" 1456#~ msgstr ""
1403 1457
1404#~ msgid "" 1458#~ msgid ""
1405#~ "We have a mailinglist for developer discussions.\n" 1459#~ "\n"
1406#~ " You can subscribe to it or read the list archive at\n" 1460#~ " Our <a href=\"about.html\">team</a> "
1407#~ " <a " 1461#~ "combines world-class business leaders,\n"
1408#~ "href='http://lists.gnu.org/mailman/listinfo/taler'>http://lists.gnu.org/mailman/listinfo/taler</a>." 1462#~ " cryptographers, software engineers, civil-rights\n"
1463#~ " activits and academics. We are unified by a vision\n"
1464#~ " of how payments should work and the goal of\n"
1465#~ " imposing this vision upon the world.\n"
1466#~ " "
1467#~ msgstr ""
1468
1469#~ msgid ""
1470#~ "\n"
1471#~ " The scalable business model for Taler is the operation\n"
1472#~ " of the payment service "
1473#~ "provider, which converts money from\n"
1474#~ " traditional payment systems (Mastercard, SEPA,\n"
1475#~ " Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n"
1476#~ " electronic coins in the same currency. The customer\n"
1477#~ " can then redeem the electronic coins at a merchant,\n"
1478#~ " who can exchange them for money represented using\n"
1479#~ " traditional payment systems at the exchange. The\n"
1480#~ " exchange charges fees to facilitate the transactions.\n"
1481#~ " "
1482#~ msgstr ""
1483
1484#~ msgid ""
1485#~ "You will have cryptographic proof of payment from\n"
1486#~ " the Taler payment service provider. Taler does not\n"
1487#~ " require you to undergo any particular security\n"
1488#~ " audits (such as PCI DSS), processes or procedures,\n"
1489#~ " as you never handle sensitive customer account\n"
1490#~ " information. Your systems will have customer\n"
1491#~ " contracts wih qualified signatures for all\n"
1492#~ " transactions which you can use in court in case of\n"
1493#~ " disputes."
1409#~ msgstr "" 1494#~ msgstr ""
1410 1495
diff --git a/locale/it/LC_MESSAGES/messages.po b/locale/it/LC_MESSAGES/messages.po
index 4948d2bb..33d60ac6 100644
--- a/locale/it/LC_MESSAGES/messages.po
+++ b/locale/it/LC_MESSAGES/messages.po
@@ -3,15 +3,16 @@ msgid ""
3msgstr "" 3msgstr ""
4"Project-Id-Version: PROJECT VERSION\n" 4"Project-Id-Version: PROJECT VERSION\n"
5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
6"POT-Creation-Date: 2017-03-07 17:34+0100\n" 6"POT-Creation-Date: 2017-03-08 10:09+0100\n"
7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9"Language: it\n"
9"Language-Team: it <LL@li.org>\n" 10"Language-Team: it <LL@li.org>\n"
10"Plural-Forms: nplurals=2; plural=(n!=1)\n" 11"Plural-Forms: nplurals=2; plural=(n!=1)\n"
11"MIME-Version: 1.0\n" 12"MIME-Version: 1.0\n"
12"Content-Type: text/plain; charset=utf-8\n" 13"Content-Type: text/plain; charset=utf-8\n"
13"Content-Transfer-Encoding: 8bit\n" 14"Content-Transfer-Encoding: 8bit\n"
14"Generated-By: Babel 1.3\n" 15"Generated-By: Babel 2.3.4\n"
15 16
16#: about.html.j2:8 17#: about.html.j2:8
17#, fuzzy 18#, fuzzy
@@ -192,7 +193,7 @@ msgid ""
192" Taler is not a crypto-currency, so you do not have\n" 193" Taler is not a crypto-currency, so you do not have\n"
193" to worry about cryto-currency related value\n" 194" to worry about cryto-currency related value\n"
194" fluctuations. Banking with Taler is subject to the\n" 195" fluctuations. Banking with Taler is subject to the\n"
195" usual government protections for finanical\n" 196" usual government protections for financial\n"
196" services." 197" services."
197msgstr "" 198msgstr ""
198 199
@@ -600,7 +601,7 @@ msgid ""
600" based on open standards and free software. Taler\n" 601" based on open standards and free software. Taler\n"
601" needs governments to set a financial framework and\n" 602" needs governments to set a financial framework and\n"
602" to act as trusted regulators. Taler contributes to\n" 603" to act as trusted regulators. Taler contributes to\n"
603" digital sovereignty in the critial financial\n" 604" digital sovereignty in the critical financial\n"
604" infrastructure." 605" infrastructure."
605msgstr "" 606msgstr ""
606 607
@@ -754,7 +755,7 @@ msgid ""
754"The total amount of digital currency withdrawn by a\n" 755"The total amount of digital currency withdrawn by a\n"
755" customer. The government can impose limits on how much\n" 756" customer. The government can impose limits on how much\n"
756" digital cash a customer can withdraw within a\n" 757" digital cash a customer can withdraw within a\n"
757" given timeframe." 758" given time frame."
758msgstr "" 759msgstr ""
759 760
760#: governments.html.j2:128 761#: governments.html.j2:128
@@ -795,7 +796,7 @@ msgid ""
795" development\n" 796" development\n"
796" at <a href=\"http://www.inria.fr/\">Inria</a>. We expect to make " 797" at <a href=\"http://www.inria.fr/\">Inria</a>. We expect to make "
797"it operational in 2017.\n" 798"it operational in 2017.\n"
798" Meanwhile you can learn about Taler on this website, try the <a " 799" You can learn about Taler on this website, try the <a "
799"href=\"https://demo.taler.net\">demo</a>\n" 800"href=\"https://demo.taler.net\">demo</a>\n"
800" and look at our <a href=\"https://docs.taler.net\">developer</a> " 801" and look at our <a href=\"https://docs.taler.net\">developer</a> "
801"and <a href=\"https://api.taler.net\">API</a> documentation.\n" 802"and <a href=\"https://api.taler.net\">API</a> documentation.\n"
@@ -840,7 +841,7 @@ msgstr ""
840msgid "" 841msgid ""
841"\n" 842"\n"
842" By design Taler does not suffer from many classes\n" 843" By design Taler does not suffer from many classes\n"
843" of security problems such as phishing or conterfeit.\n" 844" of security problems such as phishing or counterfeit.\n"
844" Despite its security features, Taler never rejects a legitimate\n" 845" Despite its security features, Taler never rejects a legitimate\n"
845" customer due to a fraud-detection false positive.\n" 846" customer due to a fraud-detection false positive.\n"
846" " 847" "
@@ -916,7 +917,7 @@ msgid ""
916" in the desired currency. We provide\n" 917" in the desired currency. We provide\n"
917" SDKs in various languages to makes the integration painless.\n" 918" SDKs in various languages to makes the integration painless.\n"
918" The merchant's backend for Taler transaction processing can run\n" 919" The merchant's backend for Taler transaction processing can run\n"
919" on the mechant's premises or hosted.</p>\n" 920" on the merchant's premises or hosted.</p>\n"
920" " 921" "
921msgstr "" 922msgstr ""
922 923
@@ -936,7 +937,7 @@ msgstr ""
936msgid "" 937msgid ""
937"\n" 938"\n"
938" We have created a company, Taler Systems SA in\n" 939" We have created a company, Taler Systems SA in\n"
939" Luxemburg.<br>\n" 940" Luxembourg.<br>\n"
940" Please contact <tt>invest@taler.net</tt>\n" 941" Please contact <tt>invest@taler.net</tt>\n"
941" if you want to invest in Taler.\n" 942" if you want to invest in Taler.\n"
942" " 943" "
@@ -952,7 +953,7 @@ msgid ""
952" Our <a href=\"about.html\">team</a> combines world-class " 953" Our <a href=\"about.html\">team</a> combines world-class "
953"business leaders,\n" 954"business leaders,\n"
954" cryptographers, software engineers, civil-rights\n" 955" cryptographers, software engineers, civil-rights\n"
955" activits and academics. We are unified by a vision\n" 956" activists and academics. We are unified by a vision\n"
956" of how payments should work and the goal of\n" 957" of how payments should work and the goal of\n"
957" imposing this vision upon the world.\n" 958" imposing this vision upon the world.\n"
958" " 959" "
@@ -997,7 +998,7 @@ msgid ""
997"\n" 998"\n"
998" The scalable business model for Taler is the operation\n" 999" The scalable business model for Taler is the operation\n"
999" of the payment service provider, which converts money from\n" 1000" of the payment service provider, which converts money from\n"
1000" traditional payment systems (Mastercard, SEPA,\n" 1001" traditional payment systems (MasterCard, SEPA,\n"
1001" Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n" 1002" Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n"
1002" electronic coins in the same currency. The customer\n" 1003" electronic coins in the same currency. The customer\n"
1003" can then redeem the electronic coins at a merchant,\n" 1004" can then redeem the electronic coins at a merchant,\n"
@@ -1091,7 +1092,7 @@ msgid ""
1091" audits (such as PCI DSS), processes or procedures,\n" 1092" audits (such as PCI DSS), processes or procedures,\n"
1092" as you never handle sensitive customer account\n" 1093" as you never handle sensitive customer account\n"
1093" information. Your systems will have customer\n" 1094" information. Your systems will have customer\n"
1094" contracts wih qualified signatures for all\n" 1095" contracts with qualified signatures for all\n"
1095" transactions which you can use in court in case of\n" 1096" transactions which you can use in court in case of\n"
1096" disputes." 1097" disputes."
1097msgstr "" 1098msgstr ""
@@ -1382,31 +1383,115 @@ msgstr ""
1382#~ msgstr "" 1383#~ msgstr ""
1383 1384
1384#~ msgid "" 1385#~ msgid ""
1386#~ "Coins in your digital wallet will be of the same\n"
1387#~ " denomination as the cash in your physical wallet.\n"
1388#~ " Taler is not a crypto-currency, so you do not have\n"
1389#~ " to worry about cryto-currency related value\n"
1390#~ " fluctuations. Banking with Taler is subject to the\n"
1391#~ " usual government protections for finanical\n"
1392#~ " services."
1393#~ msgstr ""
1394
1395#~ msgid ""
1396#~ "Taler provides accountability to ensure business\n"
1397#~ " accepting payments operate legally, while also\n"
1398#~ " respecting civil liberties of citizens spending\n"
1399#~ " digital cash. Taler is a commons, a payment system\n"
1400#~ " based on open standards and free software. Taler\n"
1401#~ " needs governments to set a financial framework and\n"
1402#~ " to act as trusted regulators. Taler contributes to\n"
1403#~ " digital sovereignty in the critial financial\n"
1404#~ " infrastructure."
1405#~ msgstr ""
1406
1407#~ msgid ""
1408#~ "The total amount of digital currency withdrawn by a\n"
1409#~ " customer. The government can"
1410#~ " impose limits on how much\n"
1411#~ " digital cash a customer can withdraw within a\n"
1412#~ " given timeframe."
1413#~ msgstr ""
1414
1415#~ msgid ""
1416#~ "\n"
1417#~ " Taler is an electronic payment system under\n"
1418#~ " development\n"
1419#~ " at <a href=\"http://www.inria.fr/\">Inria</a>."
1420#~ " We expect to make it operational"
1421#~ " in 2017.\n"
1422#~ " Meanwhile you can learn about "
1423#~ "Taler on this website, try the <a"
1424#~ " href=\"https://demo.taler.net\">demo</a>\n"
1425#~ " and look at our <a "
1426#~ "href=\"https://docs.taler.net\">developer</a> and <a "
1427#~ "href=\"https://api.taler.net\">API</a> documentation.\n"
1428#~ " "
1429#~ msgstr ""
1430
1431#~ msgid ""
1385#~ "\n" 1432#~ "\n"
1386#~ " An archived, public mailinglist for GNU Taler is\n" 1433#~ " By design Taler does not suffer from many classes\n"
1387#~ " hosted at\n" 1434#~ " of security problems such as phishing or conterfeit.\n"
1388#~ " <a " 1435#~ " Despite its security features, "
1389#~ "href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>." 1436#~ "Taler never rejects a legitimate\n"
1390#~ " You can send messages to the " 1437#~ " customer due to a fraud-detection false positive.\n"
1391#~ "list\n"
1392#~ " at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
1393#~ " " 1438#~ " "
1394#~ msgstr "" 1439#~ msgstr ""
1395 1440
1396#~ msgid "" 1441#~ msgid ""
1397#~ "\n" 1442#~ "\n"
1398#~ " We track open feature requests and bugs in our\n" 1443#~ " <p>To receive Taler payments, a merchant needs a bank account\n"
1399#~ " <a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n" 1444#~ " in the desired currency. We provide\n"
1400#~ " which is shared with the GNUnet project.\n" 1445#~ " SDKs in various languages to makes the integration painless.\n"
1401#~ " You can also report bugs or feature requests to the\n" 1446#~ " The merchant's backend for Taler transaction processing can run\n"
1402#~ " mailinglist.\n" 1447#~ " on the mechant's premises or hosted.</p>\n"
1448#~ " "
1449#~ msgstr ""
1450
1451#~ msgid ""
1452#~ "\n"
1453#~ " We have created a company, Taler Systems SA in\n"
1454#~ " Luxemburg.<br>\n"
1455#~ " Please contact <tt>invest@taler.net</tt>\n"
1456#~ " if you want to invest in Taler.\n"
1403#~ " " 1457#~ " "
1404#~ msgstr "" 1458#~ msgstr ""
1405 1459
1406#~ msgid "" 1460#~ msgid ""
1407#~ "We have a mailinglist for developer discussions.\n" 1461#~ "\n"
1408#~ " You can subscribe to it or read the list archive at\n" 1462#~ " Our <a href=\"about.html\">team</a> "
1409#~ " <a " 1463#~ "combines world-class business leaders,\n"
1410#~ "href='http://lists.gnu.org/mailman/listinfo/taler'>http://lists.gnu.org/mailman/listinfo/taler</a>." 1464#~ " cryptographers, software engineers, civil-rights\n"
1465#~ " activits and academics. We are unified by a vision\n"
1466#~ " of how payments should work and the goal of\n"
1467#~ " imposing this vision upon the world.\n"
1468#~ " "
1469#~ msgstr ""
1470
1471#~ msgid ""
1472#~ "\n"
1473#~ " The scalable business model for Taler is the operation\n"
1474#~ " of the payment service "
1475#~ "provider, which converts money from\n"
1476#~ " traditional payment systems (Mastercard, SEPA,\n"
1477#~ " Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous\n"
1478#~ " electronic coins in the same currency. The customer\n"
1479#~ " can then redeem the electronic coins at a merchant,\n"
1480#~ " who can exchange them for money represented using\n"
1481#~ " traditional payment systems at the exchange. The\n"
1482#~ " exchange charges fees to facilitate the transactions.\n"
1483#~ " "
1484#~ msgstr ""
1485
1486#~ msgid ""
1487#~ "You will have cryptographic proof of payment from\n"
1488#~ " the Taler payment service provider. Taler does not\n"
1489#~ " require you to undergo any particular security\n"
1490#~ " audits (such as PCI DSS), processes or procedures,\n"
1491#~ " as you never handle sensitive customer account\n"
1492#~ " information. Your systems will have customer\n"
1493#~ " contracts wih qualified signatures for all\n"
1494#~ " transactions which you can use in court in case of\n"
1495#~ " disputes."
1411#~ msgstr "" 1496#~ msgstr ""
1412 1497