summaryrefslogtreecommitdiff
path: root/locale/messages.pot
blob: e00264e1f1cdc8ad01477d1054306870843967a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
# Translations template for PROJECT.
# Copyright (C) 2020 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-12-01 23:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.1\n"

#: common/base.j2:5 common/news.j2:5
msgid "GNU Taler"
msgstr ""

#: common/base.j2:6 common/news.j2:6
msgid "Taxable Anonymous Libre Electronic Reserves"
msgstr ""

#: common/footer.j2.inc:11
msgid "Contact"
msgstr ""

#: common/footer.j2.inc:16
msgid "FAQ"
msgstr ""

#: common/footer.j2.inc:21
msgid "Bibliography"
msgstr ""

#: common/footer.j2.inc:28
msgid ""
"GNU Taler is developed as part of the <a href='https://www.gnu.org/'>GNU "
"project</a> for the GNU operating system."
msgstr ""

#: common/footer.j2.inc:30 template/bibliography.html.j2:34
msgid "and"
msgstr ""

#: common/footer.j2.inc:33
msgid ""
"We are grateful for support and free hosting of this site by <a "
"href='https://www.bfh.ch/'>BFH</a>."
msgstr ""

#: common/footer.j2.inc:35
msgid ""
"This page was created using <a href='https://www.gnu.org/'>Free "
"Software</a> only."
msgstr ""

#: common/footer.j2.inc:37
msgid "JavaScript license information"
msgstr ""

#: common/navigation.j2.inc:23
msgid "Features"
msgstr ""

#: common/navigation.j2.inc:24
msgid "Principles"
msgstr ""

#: common/navigation.j2.inc:25
msgid "Docs"
msgstr ""

#: common/navigation.j2.inc:26 news/index.html.j2:8 template/index.html.j2:55
msgid "News"
msgstr ""

#: news/index.html.j2:11
msgid "News posts about changes related to GNU Taler such as releases and events"
msgstr ""

#: news/index.html.j2:16
msgid "subscribe to our RSS feed"
msgstr ""

#: news/index.html.j2:33
msgid "read more"
msgstr ""

#: template/architecture.html.j2:6
msgid "Taler System Architecture"
msgstr ""

#: template/bibliography.html.j2:5
msgid "GNU Taler Bibliography"
msgstr ""

#: template/bibliography.html.j2:27
msgid "by"
msgstr ""

#: template/cashier.html.j2:43
msgid ""
"This is the page for the Taler cashier App. It allows the cashier to "
"grant Taler users the right to withdraw a certain amount of e-cash from "
"the cashier's bank account. Thus, it offers an equivalent functionality "
"to what you may find on the bank Web site when withdrawing from an "
"account there."
msgstr ""

#: template/cashier.html.j2:61 template/pos.html.j2:61
#: template/wallet.html.j2:239
msgid "Install Android App from Google App Store, or"
msgstr ""

#: template/cashier.html.j2:68 template/pos.html.j2:68
msgid "Download App from F-Droid.org."
msgstr ""

#: template/contact.html.j2:6
msgid "Contact information"
msgstr ""

#: template/contact.html.j2:13
msgid "The mailing list"
msgstr ""

#: template/contact.html.j2:15
msgid "An archived, public mailing list for GNU Taler is hosted at"
msgstr ""

#: template/contact.html.j2:20
msgid "archive"
msgstr ""

#: template/contact.html.j2:21
msgid "You can send messages to the list at"
msgstr ""

#: template/contact.html.j2:29
msgid "Contacting individuals"
msgstr ""

#: template/contact.html.j2:31
msgid ""
"Team members are generally reachable at <tt>LASTNAME@taler.net</tt>. All "
"of us support receiving GnuPG encrypted e-mails."
msgstr ""

#: template/contact.html.j2:40
msgid "Chat"
msgstr ""

#: template/contact.html.j2:42
msgid ""
"You can find some team members in the IRC channel <tt>#taler</tt> on "
"<tt>irc.freenode.net</tt>."
msgstr ""

#: template/contact.html.j2:50
msgid "Reporting bugs"
msgstr ""

#: template/contact.html.j2:52
msgid "We track open feature requests and bugs in our"
msgstr ""

#: template/contact.html.j2:55
msgid "Bug tracker"
msgstr ""

#: template/contact.html.j2:56
msgid ""
"which is shared with the GNUnet project. You can also report bugs or "
"feature requests to the mailing list."
msgstr ""

#: template/contact.html.j2:65
msgid "General inquiries"
msgstr ""

#: template/contact.html.j2:67
msgid ""
"You can reach a group of team members handling general inquiries at "
"<tt>contact AT taler.net</tt>."
msgstr ""

#: template/contact.html.j2:75
msgid "Executive team"
msgstr ""

#: template/contact.html.j2:77
msgid ""
"For non-technical commercial requests, please contact <tt>ceo AT "
"taler.net</tt>."
msgstr ""

#: template/copyright.html.j2:6
msgid "Copyright Assignment"
msgstr ""

#: template/copyright.html.j2:8
msgid ""
"Contributors to GNU Taler with Git access must sign the <a "
"href=\"/pdf/copyright.pdf\">copyright assignment</a> to ensure that the "
"<a href=\"https://git.gnunet.org/gnunet-"
"ev.git/tree/gnunet_taler_agreement.tex\">GNUnet e.V. --- Taler Systems SA"
" agreement on licensing and collaborative development</a> of the GNUnet "
"and GNU Taler projects is satisfied."
msgstr ""

#: template/copyright.html.j2:19
msgid ""
"The agreements ensure that the code will continue to be made available "
"under free software licenses, but gives developers the freedom to move "
"code between GNUnet and GNU Taler without worrying about licenses and the"
" company the ability to dual-license (for example, so that we can "
"distribute via App-stores that are hostile to free software)."
msgstr ""

#: template/copyright.html.j2:29
msgid ""
"Minor contributions (basically, anyone without Git access) do not require"
" copyright assignment. Pseudonymous contributions are accepted, in this "
"case simply sign the agreement with your pseudonym. Scanned copies are "
"sufficient, but snail mail is preferred."
msgstr ""

#: template/docs.html.j2:7
msgid "GNU Taler: Documentation and Resources"
msgstr ""

#: template/docs.html.j2:13
msgid ""
"This is an overview of documentation and other resources for GNU Taler. "
"The full documentation contents can be found <a "
"href=\"https://docs.taler.net/\">here</a>."
msgstr ""

#: template/docs.html.j2:27
msgid "Components"
msgstr ""

#: template/docs.html.j2:38
msgid "Merchant Backend Administration"
msgstr ""

#: template/docs.html.j2:40
#, python-format
msgid ""
"Tutorial and manual for operating a merchant. Also available as <a "
"href=\"https://%(docshost)s/pdf/taler-merchant-manual.pdf\">PDF</a>."
msgstr ""

#: template/docs.html.j2:49
msgid "Merchant API Tutorial"
msgstr ""

#: template/docs.html.j2:51
msgid "Tutorial for processing Taler payments using the merchant backend API."
msgstr ""

#: template/docs.html.j2:54 template/docs.html.j2:65 template/docs.html.j2:76
#: template/docs.html.j2:105 template/docs.html.j2:116
#: template/docs.html.j2:161
#, python-format
msgid "Also available as <a href=\"%(link)s\">PDF</a>."
msgstr ""

#: template/docs.html.j2:60
msgid "Exchange"
msgstr ""

#: template/docs.html.j2:62
msgid "Operator&#39;s manual for the GNU Taler exchange."
msgstr ""

#: template/docs.html.j2:71
msgid "Bank Integration"
msgstr ""

#: template/docs.html.j2:73
msgid "Manual for tightly integrating Taler with banking applications."
msgstr ""

#: template/docs.html.j2:88
msgid "Wallet"
msgstr ""

#: template/docs.html.j2:90
msgid ""
"Manual about the Taler wallets (WebExtensions, Android, CLI). You can "
"download pre-packaged binaries from <a href=\"wallet.html\">the Taler "
"wallet Web site</a>."
msgstr ""

#: template/docs.html.j2:100
msgid "Back office"
msgstr ""

#: template/docs.html.j2:102
msgid "Manual to run the back-office Web application."
msgstr ""

#: template/docs.html.j2:111
msgid "Merchant POS Terminal"
msgstr ""

#: template/docs.html.j2:113
msgid "Manual for configuring and using the point of sale app."
msgstr ""

#: template/docs.html.j2:122
msgid "Cashier"
msgstr ""

#: template/docs.html.j2:124
msgid "An app for taking in cash and handing out electronic cash."
msgstr ""

#: template/docs.html.j2:135
msgid "Internals"
msgstr ""

#: template/docs.html.j2:146
msgid "HTTP API"
msgstr ""

#: template/docs.html.j2:148
msgid "Reference for the HTTP-based API for Taler components."
msgstr ""

#: template/docs.html.j2:156
msgid "Onboarding"
msgstr ""

#: template/docs.html.j2:158
msgid "Description of our taler.net setup and how to contribute."
msgstr ""

#: template/docs.html.j2:170
msgid "Community"
msgstr ""

#: template/docs.html.j2:181
msgid "Mailing List"
msgstr ""

#: template/docs.html.j2:183
msgid "The official GNU Taler mailing list."
msgstr ""

#: template/docs.html.j2:189
msgid "IRC"
msgstr ""

#: template/docs.html.j2:191
msgid "Our IRC channel is #taler on freenode."
msgstr ""

#: template/docs.html.j2:197
msgid "Bug Tracker"
msgstr ""

#: template/docs.html.j2:199
msgid "Our bug tracker for bugs and feature request."
msgstr ""

#: template/docs.html.j2:209
msgid "Code"
msgstr ""

#: template/docs.html.j2:221
msgid "Git repositories"
msgstr ""

#: template/docs.html.j2:223
msgid "Git repositories for all of GNU Taler."
msgstr ""

#: template/docs.html.j2:229
msgid "lcov results"
msgstr ""

#: template/docs.html.j2:231
msgid "Shows results of the code coverage analysis for our test suite."
msgstr ""

#: template/docs.html.j2:237
msgid "Continuous integration"
msgstr ""

#: template/docs.html.j2:239
msgid "Continuous integration and deployment is managed by our Buildbot."
msgstr ""

#: template/faq.html.j2:5
msgid "How is Taler related to Bitcoin or Blockchains?"
msgstr ""

#: template/faq.html.j2:8
msgid ""
"Taler does not require any Blockchain technology, and is also not based "
"on proof-of-work or any other distributed consensus mechanism. Instead, "
"Taler is based on blind signatures. However, it is theoretically possible"
" to combine Taler with peer-to-peer crypto-currencies like Bitcoin."
msgstr ""

#: template/faq.html.j2:18
msgid ""
"It would be possible, however, to withdraw coins denominated in Bitcoin "
"into a Taler wallet (with an appropriate exchange), which would give some"
" benefits over plain Bitcoin, such as instant confirmation times."
msgstr ""

#: template/faq.html.j2:26
msgid "Where is the balance in my wallet stored?"
msgstr ""

#: template/faq.html.j2:28
msgid ""
"Your wallet stores digital coins and thus ultimately your computer holds "
"your balance. The exchange keeps funds matching all unspent coins in an "
"escrow bank account."
msgstr ""

#: template/faq.html.j2:35
msgid "What if my wallet is lost?"
msgstr ""

#: template/faq.html.j2:37
msgid ""
"Since the digital coins of value in your wallet are anonymized, the "
"exchange can not assist you in recovering a lost or stolen wallet. Just "
"like with a physical wallet for cash, you are responsible for keeping it "
"safe."
msgstr ""

#: template/faq.html.j2:46
msgid ""
"The risk of losing a wallet can be mitigated by making backups or keeping"
" the balance reasonably low."
msgstr ""

#: template/faq.html.j2:52
msgid "What if my computer is hacked?"
msgstr ""

#: template/faq.html.j2:54
msgid ""
"In case of a compromise of one of your devices, an attacker can spend "
"coins from your wallet. Checking your balance might reveal to you that "
"your device has been compromised."
msgstr ""

#: template/faq.html.j2:61
msgid "Can I send money to my friend with Taler?"
msgstr ""

#: template/faq.html.j2:63
msgid ""
"If your friend provides goods or services for you in exchange for a "
"payment, they can easily set up a Taler merchant and receive the payment "
"in their bank account."
msgstr ""

#: template/faq.html.j2:70
msgid ""
"Future versions of the Taler wallet may allow exchanging coins among "
"friends directly as well."
msgstr ""

#: template/faq.html.j2:76
msgid "How does Taler handle payments in different currencies?"
msgstr ""

#: template/faq.html.j2:78
msgid ""
"Taler wallets can store digital coins corresponding to multiple different"
" currencies such as the Euro, US Dollars or Bitcoins."
msgstr ""

#: template/faq.html.j2:84
msgid "Taler currently does not offer conversion between currencies."
msgstr ""

#: template/faq.html.j2:89
msgid "How does Taler protect my privacy?"
msgstr ""

#: template/faq.html.j2:91
msgid ""
"Your wallet stores digital coins that are <a "
"href=\"https://en.wikipedia.org/wiki/Blind_signature\">blindly signed</a>"
" by an exchange. The use of a blind signature protects your privacy as it"
" prevents the exchange from knowing which coin it signed for which "
"customer."
msgstr ""

#: template/faq.html.j2:101
msgid "How much does it cost?"
msgstr ""

#: template/faq.html.j2:103
msgid ""
"The Taler protocol allows any exchange to set its own fee structure, "
"allowing operators to set fees for withdrawing, depositing, refreshing or"
" refunding coins. Operators can also charge fees for closing reserves and"
" for (aggregated) wire transfers to merchants. Merchants may choose to "
"cover some of the fees customers incur. Actual transaction costs are "
"estimated around 0.001 cent/transaction (at high transaction rates, "
"amortized over billions of transactions, excluding migration costs). Note"
" that this is an early estimate, details may depend on hosting and backup"
" requirements from the regulator and could thus easily be 10x higher."
msgstr ""

#: template/faq.html.j2:117
msgid "Does Taler work with international payments?"
msgstr ""

#: template/faq.html.j2:119
msgid ""
"Taler&#39;s wallet supports multiple currencies, but the system currently"
" does not support conversion between currencies. However, in principle an"
" entity that accepts deposits in one currency and allows withdrawals in "
"another currency could be created. Still, the regulatory hurdles in this "
"case tend to be particularly complex. The focus for Taler is on day-to-"
"day payments, so we have no plans to support currency conversion in the "
"near future."
msgstr ""

#: template/faq.html.j2:130
msgid "How does Taler relate to the (European) Electronic Money Directive?"
msgstr ""

#: template/faq.html.j2:132
msgid ""
"We believe the European Electronic Money Directive provides part of the "
"regulatory framework a Taler exchange with coins denominated in Euros "
"would have to follow."
msgstr ""

#: template/faq.html.j2:139
msgid ""
"What bank would guarantee the conversion between Taler coins and bank "
"money in regular bank accounts?"
msgstr ""

#: template/faq.html.j2:141
msgid ""
"The exchange would be operated by a bank or in cooperation with a bank, "
"and that bank would hold the funds in escrow. Note that this bank could "
"be a regular bank or a central bank for a centrally banked electronic "
"currency. Regardless, the bank would fall under the respective banking "
"regulations establishing a reason why consumers would have faith in the "
"conversion from Taler coins into regular bank money."
msgstr ""

#: template/faq.html.j2:150
msgid ""
"To whom would consumers complain to in case of non-conversion or non-"
"compliance?"
msgstr ""

#: template/faq.html.j2:152
msgid ""
"Any exchange should be audited by one or more independent auditors. "
"Merchants and consumer wallets will report certain issues automatically "
"to the auditors, but auditors may also provide a method for manual "
"submission of issues. The auditors are expected to make their reports "
"available to the respective regulatory authorities, or even the general "
"public."
msgstr ""

#: template/faq.html.j2:161
msgid "Are there any projects already using Taler?"
msgstr ""

#: template/faq.html.j2:163
msgid ""
"We are aware of several businesses running exploratory projects or having"
" developed working prototypes. We are also in discussions with several "
"regular banks as well as several central banks about the project. That "
"said, there are currently no products in the market yet, and we believe "
"this would be premature given the state of the project (see also <a "
"href=\"https://gnunet.org/bugs/\">our bugtracker</a> for a list of open "
"issues)."
msgstr ""

#: template/faq.html.j2:174
msgid "Does Taler support recurring payments?"
msgstr ""

#: template/faq.html.j2:176
msgid ""
"Today, our wallet implementation does not support recurring payments. "
"Recurring payments, where some fixed amount is paid on a regular basis "
"are in theory possible with Taler, but they come with a few caveats. "
"Specifically, recurring payments can only work if the Taler wallet is "
"running and online around the desired time. Furthermore, given their "
"repetitive nature they are linkable, and could thus be used to "
"deanonymize the user making the recurring payment, for example by forcing"
" the user offline at the time of the payment and observing that it does "
"then not happen on time. Finally, the Taler wallet does not work with "
"credit and thus the user would have to make sure to carry a sufficient "
"balance for the recurring payment to be made. Still, they can be useful, "
"and a future version of the Taler wallet will likely support them. But "
"this is not a feature that we are targeting for Taler 1.0. at this time."
msgstr ""

#: template/features.html.j2:7
msgid "GNU Taler: Features"
msgstr ""

#: template/features.html.j2:13
msgid ""
"GNU Taler is a <span class=\"tlr\">privacy-preserving</span> payment "
"system. Customers can stay anonymous, but merchants can not hide their "
"income through payments with GNU Taler. This helps to <span "
"class=\"tlr\">avoid tax evasion and money laundering</span>."
msgstr ""

#: template/features.html.j2:23
msgid ""
"The primary use case of GNU Taler is <span class=\"tlr\">payments</span>;"
" it is <span class=\"tlr\">not meant as a store</span> of value. Payments"
" are always backed by an existing currency."
msgstr ""

#: template/features.html.j2:32
msgid ""
"Payments are made after <span class=\"tlr\">exchanging existing "
"money</span> into <em>electronic money</em> with the help of an Exchange "
"service, that is, a payment service provider for Taler."
msgstr ""

#: template/features.html.j2:41
msgid ""
"When making a payment, customers only need a charged wallet. A merchant "
"can accept payments <span class=\"tlr\">without making their customers "
"register</span> on the merchant&#39;s Website."
msgstr ""

#: template/features.html.j2:50
msgid ""
"GNU Taler is <span class=\"tlr\">immune against many types of "
"fraud</span>, such as phishing of credit card information or chargeback "
"fraud. In case of loss or theft, only the limited amount of money left in"
" the wallet might be gone."
msgstr ""

#: template/features.html.j2:69
msgid "Paying with Taler"
msgstr ""

#: template/features.html.j2:71
msgid ""
"To pay with Taler, customers install an electronic wallet on their "
"device. Before the first payment, the desired currency must be added to "
"the wallet&#39;s balance by some other means of payment."
msgstr ""

#: template/features.html.j2:79
msgid ""
"Once the wallet is charged, payments on websites take only one click, are"
" never falsely rejected by fraud detection and do not pose any risk of "
"phishing or identity theft."
msgstr ""

#: template/features.html.j2:87
msgid "Try it yourself with the interactive demo!"
msgstr ""

#: template/features.html.j2:94
msgid "Receiving payments with Taler"
msgstr ""

#: template/features.html.j2:96
msgid ""
"To receive Taler payments, a merchant needs a bank account in the desired"
" currency. We provide supporting software in various programming "
"languages to make the integration painless. The merchant&#39;s backend "
"for Taler transaction processing can run on the merchant&#39;s premises "
"or be hosted by a third party."
msgstr ""

#: template/features.html.j2:105
msgid ""
"Merchant integration is simple, and customers can pay for products "
"without even having to register an account."
msgstr ""

#: template/features.html.j2:112
msgid "See how merchant integration works in our developer documentation!"
msgstr ""

#: template/features.html.j2:127
msgid "Practical"
msgstr ""

#: template/features.html.j2:130
msgid ""
"Taler is easy to integrate with existing Web applications. Payments are "
"cryptographically secured and are confirmed within milliseconds with "
"extremely low transaction costs."
msgstr ""

#: template/features.html.j2:140
msgid "Stable"
msgstr ""

#: template/features.html.j2:143
msgid ""
"Taler does not introduce a new currency. Taler uses a digital wallet "
"storing coins and payment service providers with escrow accounts in "
"existing currencies. Thus, Taler&#39;s cryptographic coins correspond to "
"existing currencies, such as US Dollars, Euros or even Bitcoins."
msgstr ""

#: template/features.html.j2:154 template/governments.html.j2:55
#: template/merchants.html.j2:41
msgid "Secure"
msgstr ""

#: template/features.html.j2:157
msgid ""
"By design Taler does not suffer from many classes of security problems "
"such as phishing or counterfeit. Thanks to its security features, Taler "
"never rejects a legitimate customer due to a fraud-detection false "
"positive."
msgstr ""

#: template/features.html.j2:169 template/governments.html.j2:25
msgid "Taxable"
msgstr ""

#: template/features.html.j2:172
msgid ""
"When using Taler, merchant&#39;s revenue is transparent for tax "
"collection authorities. Unlike cash and most digital currencies, Taler "
"helps prevent black markets. Taler is not suitable for illegal "
"activities."
msgstr ""

#: template/features.html.j2:182
msgid "Private"
msgstr ""

#: template/features.html.j2:184
msgid ""
"When you pay with Taler, your identity does not have to be revealed. Just"
" like payments in cash, nobody else can track how you spent your "
"electronic money. However, you obtain a legally valid proof of payment."
msgstr ""

#: template/features.html.j2:195 template/governments.html.j2:85
msgid "Libre"
msgstr ""

#: template/features.html.j2:198
msgid ""
"Taler provides protocols and reference implementations that in principle "
"enables anybody to run their own payment infrastructure, be it "
"individuals, organizations or whole countries. Since the reference "
"implementation is a"
msgstr ""

#: template/features.html.j2:205
msgid "package, it will always remain free software."
msgstr ""

#: template/financial-news.html.j2:6
msgid "Financial News"
msgstr ""

#: template/financial-news.html.j2:9
msgid ""
"This page explains (only in English) how Taler can change ongoing "
"developments in the financial industry."
msgstr ""

#: template/governments.html.j2:6
msgid "Advantages for Governments"
msgstr ""

#: template/governments.html.j2:8
msgid ""
"Taler provides accountability to ensure business operate legally, while "
"also respecting civil liberties of citizens. Taler is a payment system "
"based on open standards and free software. Taler needs governments as "
"they set a financial framework and act as trusted regulators. Taler "
"contributes to digital sovereignty in the critical financial "
"infrastructure."
msgstr ""

#: template/governments.html.j2:27
msgid ""
"Taler was built with the goal of fighting corruption and supporting "
"taxation. With Taler, the receiver of any form of payment is easily "
"identified by the government, and the merchant can be compelled to "
"provide the contract that was accepted by the customer. Governments can "
"use this data to tax businesses and individuals based on their income, "
"making tax evasion and black markets less viable."
msgstr ""

#: template/governments.html.j2:40
msgid ""
"Thus, despite offering anonymity for citizens spending digital cash to "
"buy goods and services, Taler also ensures that the state can observe "
"incoming funds. This can be used to ensure businesses engage only in "
"legal activities, and do not evade income tax, sales tax or value-added "
"tax. However, this observational capability does not extend to the "
"immediate personal domain. In particular, monitoring does not cover "
"shared access to funds with trusted friends and family, or synchronizing "
"wallets across multiple devices."
msgstr ""

#: template/governments.html.j2:58
msgid ""
"Taler&#39;s payments are cryptographically secured. Thus, customers, "
"merchants and the Taler payment service provider (the exchange) can "
"mathematically demonstrate their lawful behavior in court in case of "
"disputes. Financial damages are strictly limited, improving economic "
"security for individuals, merchants, the exchange and the state."
msgstr ""

#: template/governments.html.j2:70
msgid ""
"As a payment service provider, the Taler exchange is subject to financial"
" regulation. Financial regulation and regular audits are critical to "
"establish trust. In particular, the Taler design mandates the existence "
"of an independent auditor who checks cryptographic proofs that accumulate"
" at the exchange to ensure that the escrow account is managed honestly. "
"This ensures that the exchange does not threaten the economy due to "
"fraud."
msgstr ""

#: template/governments.html.j2:88
msgid ""
"Taler is free software implementing an open protocol standard. Thus, "
"Taler will enable competition and avoid the monopolization of payment "
"systems that threatens global political and financial stability today."
msgstr ""

#: template/governments.html.j2:98
msgid "Efficient"
msgstr ""

#: template/governments.html.j2:101
msgid ""
"Taler has an efficient design. Unlike Blockchain-based payment systems, "
"such as Bitcoin, Taler will not threaten the availability of national "
"electric grids or (significantly) contribute to environmental pollution."
msgstr ""

#: template/governments.html.j2:117
msgid "Taler and regulation"
msgstr ""

#: template/governments.html.j2:119
msgid "Anti money laundering (AML)"
msgstr ""

#: template/governments.html.j2:120
msgid ""
"With Taler, income is visible and can be tied to the contract signed by "
"both parties."
msgstr ""

#: template/governments.html.j2:121
msgid "Know your customer (KYC)"
msgstr ""

#: template/governments.html.j2:122
msgid ""
"In Taler, payer and payee are known by their bank accounts when "
"withdrawing or depositing coins respectively"
msgstr ""

#: template/governments.html.j2:123
msgid "General Data Protection Regulation (GDPR)"
msgstr ""

#: template/governments.html.j2:124
msgid ""
"Taler cryptographically protects citizen's privacy, and by design "
"implements data minimization and privacy by default."
msgstr ""

#: template/governments.html.j2:125
msgid "Payment Services Directive (PSD2)"
msgstr ""

#: template/governments.html.j2:126
msgid ""
"Taler provides an open standard with public APIs contributing to a "
"competitive banking sector."
msgstr ""

#: template/governments.html.j2:134
msgid "Taler provides privacy and accountability"
msgstr ""

#: template/governments.html.j2:137
msgid ""
"Taler assumes governments can observe traditional wire transfers entering"
" and leaving the Taler payment system. Starting with the wire transfers, "
"governments can obtain:"
msgstr ""

#: template/governments.html.j2:145
msgid ""
"The total amount of digital currency withdrawn by a customer. The "
"government can impose limits on how much digital cash a customer can "
"withdraw within a given time frame."
msgstr ""

#: template/governments.html.j2:154
msgid "The income received by any merchant via the Taler system."
msgstr ""

#: template/governments.html.j2:161
msgid ""
"The exact details of the underlying contract that was signed between "
"customer and merchant. However, this information would typically not "
"include the identity of the customer."
msgstr ""

#: template/governments.html.j2:170
msgid ""
"The amounts of digital coins legitimately withdrawn by customers from the"
" exchange, the value of non-redeemed digital coins in customer&#39;s "
"wallets, the value and corresponding wire details of deposit operations "
"performed by merchants with the exchange, and the income of the exchange "
"from transaction fees."
msgstr ""

#: template/gsoc-codeless.html.j2:5
msgid "GSoC 2018: Codeless Payment"
msgstr ""

#: template/gsoc-codeless.html.j2:6
msgid ""
"Implemented by Shivam Kohli as part of GSoC 2018 under the mentoring and "
"guidance of Florian Dold."
msgstr ""

#: template/gsoc-codeless.html.j2:12
msgid "Overview"
msgstr ""

#: template/gsoc-codeless.html.j2:14
msgid ""
"Codeless payment is a component that sits between the seller&#39;s "
"frontend and the GNU Taler merchant backend. This component has a web "
"interface, where payment buttons are configured. Registered merchants can"
" manage their inventory and simultaneously create a &#39;Buy Now&#39; "
"button for a specific product. This code can be directly copy pasted on "
"the seller&#39;s frontend and can be used for &#39;Pay with Taler&#39;."
msgstr ""

#: template/gsoc-codeless.html.j2:29
msgid "Use Cases"
msgstr ""

#: template/gsoc-codeless.html.j2:31
msgid "The various use cases and features of codeless payment are:"
msgstr ""

#: template/gsoc-codeless.html.j2:37
msgid ""
"The primary use case is the registration of the merchant. The codeless "
"payment backend provides a secure django authenticated login to the "
"merchant. The registered merchant can add inventory (both digital as well"
" as physical) in their stocks. They can manage inventory and "
"simultaneously create a 'Buy Now' button for the product. The merchant "
"also monitors the orders placed and updates the status of the order which"
" helps in shipment tracking."
msgstr ""

#: template/gsoc-codeless.html.j2:48
msgid "A merchant has the flexibility to add two types of inventory as follows:"
msgstr ""

#: template/gsoc-codeless.html.j2:53
msgid ""
"The merchant can upload digital inventory (like a PDF or HTML page) via "
"the codeless payments frontend and the user can then purchase it and view"
" the version hosted by the codeless payment frontend."
msgstr ""

#: template/gsoc-codeless.html.j2:61
msgid ""
"The merchant can add any physical inventory available in his stocks. "
"While adding these inventory, the seller is prompted to add minimum "
"quantity of product that is required to be maintained in the stock. "
"Whenever the stocks run below this limit the seller would be notified "
"(currently this feature has not been added but soon email notification "
"would be added)."
msgstr ""

#: template/gsoc-codeless.html.j2:73
msgid ""
"The buyers will access the seller's frontend where the code for the 'Buy "
"Now' button is present. When this button is triggered, they are "
"redirected to codeless payment backend and eventually redirected to the "
"payment page. After successful payment, the buyer can also track their "
"shipment for physical products or view the digital version hosted by the "
"codeless payment frontend."
msgstr ""

#: template/gsoc-codeless.html.j2:84
msgid ""
"The other use case of the codeless payment backend is to handle the event"
" when the 'Buy Now' button is triggered on the seller's frontend. To "
"perform the payment the backend communicates with merchant backend api. "
"After successful payment, the users are redirected to the fulfilment "
"page."
msgstr ""

#: template/gsoc-codeless.html.j2:93
msgid "Dynamic Merchant Instance"
msgstr ""

#: template/gsoc-codeless.html.j2:95
msgid ""
"The documentation for the API to dynamically manage merchant instance can"
" be found <a href=\"https://docs.taler.net/api/api-merchant.html#dynamic-"
"merchant-instance\">here</a>."
msgstr ""

#: template/gsoc-codeless.html.j2:103
msgid "Use Case Diagram"
msgstr ""

#: template/gsoc-codeless.html.j2:109
msgid "Link to the contributions made"
msgstr ""

#: template/gsoc-codeless.html.j2:113
msgid "Codeless Payment Backend"
msgstr ""

#: template/gsoc-codeless.html.j2:114 template/gsoc-codeless.html.j2:117
msgid "Link"
msgstr ""

#: template/gsoc-codeless.html.j2:116
msgid "Documentation to dynamically manage Merchant Instances"
msgstr ""

#: template/gsoc-codeless.html.j2:127
msgid "Future Work"
msgstr ""

#: template/gsoc-codeless.html.j2:130
msgid ""
"The backend of codeless payment is very robust and can be easily extended"
" as per the requirements. It is adaptive to add new features to this "
"framework. But as per the discussion and the scope of this project, there"
" are various features that will be soon added in the Codeless Merchant "
"Backend. The list of future work is as follows:"
msgstr ""

#: template/gsoc-codeless.html.j2:140
msgid ""
"To send email notification to the merchant when the stocks run below a "
"certain limit. The minimum quantity required to be maintained in the "
"stocks is currently taken from the merchant(specific to each product) but"
" no such notification system is designed."
msgstr ""

#: template/gsoc-codeless.html.j2:150
msgid ""
"To add API access to the merchant backend via the codeless payment "
"service. Basically, it would be used as a hosting platform for multiple "
"merchants. There would be an additional user interface part in the "
"codeless payment service where a logged-in merchant can generate an API "
"key. This API key can be used to access the functionality of the merchant"
" backend in a controlled way. After requesting an API key, the page would"
" display the generated key and a base URL for the API to use by the "
"seller, which is handled by the codeless payments service."
msgstr ""

#: template/gsoc-codeless.html.j2:164
msgid ""
"Mapping every seller account to a separate merchant backend instance. "
"This is not required for a simple version of codeless payments, but as "
"soon as API access for sellers, this is a useful feature. The codeless "
"payment service then can also double as a hosting service for merchants."
msgstr ""

#: template/gsoc-codeless.html.j2:174
msgid ""
"To add various analytics for the merchant. Various analysis could be "
"performed on the orders placed for the respective merchant. Some of the "
"analysis that can be performed are displaying the most frequently "
"purchased product, some insights about the shipment tracking, analysis of"
" products based on delivery location, etc. For this part, dicussions and "
"some more research have to be done before proceeding to the "
"implementation."
msgstr ""

#: template/gsoc-codeless.html.j2:191
msgid "Screenshots"
msgstr ""

#: template/gsoc-codeless.html.j2:193
msgid "Home page"
msgstr ""

#: template/gsoc-codeless.html.j2:197
msgid "Product page"
msgstr ""

#: template/gsoc-codeless.html.j2:201
msgid "Shipment Tracking"
msgstr ""

#: template/index.html.j2:16
msgid ""
"We provide a payment system that makes <span class='tlr'>privacy-"
"friendly</span> online transactions <span class='tlr'>fast and "
"easy</span>."
msgstr ""

#: template/index.html.j2:20
msgid "Payments without registration"
msgstr ""

#: template/index.html.j2:24
msgid "Data protection by default"
msgstr ""

#: template/index.html.j2:28
msgid "Fraud eliminated by design"
msgstr ""

#: template/index.html.j2:32
msgid "Not a new currency!"
msgstr ""

#: template/index.html.j2:36
msgid "Empowers communities to run their own payment infrastructure"
msgstr ""

#: template/index.html.j2:40
msgid "Free Software"
msgstr ""

#: template/index.html.j2:43
msgid "Try Demo!"
msgstr ""

#: template/index.html.j2:44
msgid "Read Docs"
msgstr ""

#: template/investors.html.j2:6
msgid "Invest in Taler!"
msgstr ""

#: template/investors.html.j2:9
msgid ""
"We have created a company, Taler Systems SA in Luxembourg.<br> Please "
"contact <tt>invest@taler.net</tt> if you want to invest in Taler."
msgstr ""

#: template/investors.html.j2:24
msgid "The Team"
msgstr ""

#: template/investors.html.j2:27
msgid ""
"Our team combines world-class business leaders, cryptographers, software "
"engineers, civil-rights activists and academics. We are unified by a "
"vision of how payments should work and the goal of imposing this vision "
"upon the world."
msgstr ""

#: template/investors.html.j2:37
msgid ""
"We are currently supported by <a href=\"http://www.inria.fr/\">Inria</a>,"
" the French national institute for research in informatics and "
"automation, and the <a href=\"https://renewablefreedom.org/\">Renewable "
"Freedom Foundation</a>."
msgstr ""

#: template/investors.html.j2:47
msgid "The Technology"
msgstr ""

#: template/investors.html.j2:50
msgid ""
"All transactions in Taler are secured using <a "
"href=\"bibliography.html\">modern cryptography</a> and trust in all "
"parties is minimized. Financial damage is bounded &#x28;for customers, "
"merchants and the exchange&#x29; even in the case that systems are "
"compromised and private keys are stolen. Databases can be audited for "
"consistency, resulting in either the detection of compromised systems or "
"the demonstration that participants were honest. Actual transaction costs"
" are fractions of a cent."
msgstr ""

#: template/investors.html.j2:63
msgid "The Business"
msgstr ""

#: template/investors.html.j2:65
msgid ""
"The scalable business model for Taler is the operation of the payment "
"service provider, which converts money from traditional payment systems "
"(MasterCard, SEPA, UPI, Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous "
"electronic coins in the same currency. The customer can then redeem the "
"electronic coins at a merchant, who can exchange them for money "
"represented using traditional payment systems at the exchange. The "
"exchange charges fees to facilitate the transactions."
msgstr ""

#: template/investors.html.j2:84
msgid "The Business Case"
msgstr ""

#: template/investors.html.j2:90
msgid "Download"
msgstr ""

#: template/investors.html.j2:94
msgid ""
"Our <a href=\"financial-news.html\">financial news</a> page explains in "
"English how Taler can impact current developments in the global payment "
"market."
msgstr ""

#: template/investors.html.j2:117
msgid "Running a Taler payment service operator"
msgstr ""

#: template/investors.html.j2:120
msgid ""
"The payment service operator runs the <em>Taler exchange</em>. The "
"exchange charges <b>transaction fees</b> to customers or merchants. Its "
"operational expenses are from wire transfers with the banking system and "
"the operation of the computing infrastructure."
msgstr ""

#: template/investors.html.j2:130
msgid ""
"Cryptographic operations, bandwidth and storage costs are less than 0.01 "
"cent per transaction."
msgstr ""

#: template/investors.html.j2:131
msgid ""
"Multiple Taler transactions can be aggregated into larger wire transfers "
"to merchants to minimize wire transfer costs."
msgstr ""

#: template/investors.html.j2:132
msgid ""
"Protocol allows the exchange to charge fees for any expensive operation "
"(withdraw, deposit, refresh, refund or aggregated wire transfers)."
msgstr ""

#: template/investors.html.j2:133
msgid "Partnership with banks establishes consumer trust."
msgstr ""

#: template/investors.html.j2:134
msgid "Partnership with free software community enables rapid deployment."
msgstr ""

#: template/merchants.html.j2:5
msgid "Advantages for Merchants"
msgstr ""

#: template/merchants.html.j2:8
msgid ""
"Taler is a cost-effective electronic payment system which provides you "
"with cryptographic proof that the payment worked correctly within "
"milliseconds. Your Web customers pay with previously unknown levels of "
"convenience without risk of fraud."
msgstr ""

#: template/merchants.html.j2:22
msgid "Fast"
msgstr ""

#: template/merchants.html.j2:25
msgid ""
"Processing transactions with Taler is fast, allowing you to confirm the "
"transaction with your customer virtually immediately. Your customers will"
" appreciate that they do not have to type in credit card information and "
"play the &quot;verified by&quot; game. By making payments significantly "
"more convenient for your customers, you may be able to use Taler for "
"small transactions that would not work with credit card payments due to "
"the mental overhead for customers."
msgstr ""

#: template/merchants.html.j2:44
msgid ""
"You will have cryptographic proof of payment from the Taler payment "
"service provider. With Taler you never handle sensitive customer account "
"information and thus do not have to undergo any particular security "
"audits (such as PCI DSS). Your systems will have customer contracts with "
"qualified signatures for all transactions which you can use in court in "
"case of disputes."
msgstr ""

#: template/merchants.html.j2:58
msgid "Free"
msgstr ""

#: template/merchants.html.j2:61
msgid ""
"Taler is free software, and you can use the liberally-licensed reference "
"code as a starting point to integrate Taler into your services. To use "
"Taler, you do not need to pay license fees, and the free software "
"development model will ensure that you can select from many competing "
"integrators for support."
msgstr ""

#: template/merchants.html.j2:76
msgid "Cheap"
msgstr ""

#: template/merchants.html.j2:78
msgid ""
"Taler is uses efficient cryptographic constructions with low bandwidth "
"and storage requirements. Combined with Taler&#39;s strong security which"
" makes fraud impossible, Taler payment service providers can operate with"
" very low overhead and thus offer low transaction fees."
msgstr ""

#: template/merchants.html.j2:88
msgid "Flexible"
msgstr ""

#: template/merchants.html.j2:90
msgid ""
"Taler can be used for different currencies (such as Euros, US Dollars or "
"Bitcoins) and any amount, limited only by applicable regulation and what "
"denominations the payment service provider supports."
msgstr ""

#: template/merchants.html.j2:99
msgid "Ethical"
msgstr ""

#: template/merchants.html.j2:101
msgid ""
"Taler prevents tax evasion and money laundering. Taler&#39;s protocols "
"are efficient and do not use wasteful proof-of-work calculations. Taler "
"encourages transparency by providing an open standard and free software "
"reference implementations."
msgstr ""

#: template/merchants.html.j2:115
msgid "Manuals for merchants"
msgstr ""

#: template/merchants.html.j2:117
msgid "The GNU Taler merchant backend operator manual"
msgstr ""

#: template/merchants.html.j2:121
msgid "The GNU Taler Web shop integration tutorial (PHP)"
msgstr ""

#: template/merchants.html.j2:125
msgid "The GNU Taler Web shop integration tutorial (Python)"
msgstr ""

#: template/merchants.html.j2:136
msgid "The GNU Taler Merchant Backend"
msgstr ""

#: template/merchants.html.j2:138
msgid "Merchants process payments using the Taler backend:"
msgstr ""

#: template/merchants.html.j2:144
msgid ""
"The backend <b>signs</b> and <b>stores</b> the complete terms of offers "
"made by the merchant to customers. For this, the merchant&#39;s frontend "
"needs to give the customer&#39;s order in a JSON format to the backend."
msgstr ""

#: template/merchants.html.j2:153
msgid ""
"The backend <b>validates</b> payments received from the wallet and "
"<b>executes</b> them with the Taler payment service provider (the "
"exchange). For this, the merchant&#39;s frontend must pass the payment "
"request through to the Taler backend and check the HTTP status code that "
"is returned."
msgstr ""

#: template/merchants.html.j2:164
msgid ""
"The backend can <b>list</b> completed transactions and <b>map</b> wire "
"transfers to sets of business transactions, including the exact terms of "
"each contract."
msgstr ""

#: template/merchants.html.j2:178
msgid "customer perspective"
msgstr ""

#: template/pos.html.j2:43
msgid ""
"This is the page for the Taler PoS App. It allows a vendor to maintain a "
"list of products and to quickly build up Taler contracts and process "
"Taler payments for these contracts. Its main use-case is for a mensa, "
"cafeteria or restaurant when vending food from a menu."
msgstr ""

#: template/press.html.j2:4
msgid "GNU Taler in the Press"
msgstr ""

#: template/press.html.j2:6
msgid "2018"
msgstr ""

#: template/press.html.j2:15
msgid "2017"
msgstr ""

#: template/press.html.j2:25
msgid "2016"
msgstr ""

#: template/press.html.j2:43
msgid "2015"
msgstr ""

#: template/principles.html.j2:21
msgid "GNU Taler: Design Principles"
msgstr ""

#: template/principles.html.j2:25
msgid "When designing GNU Taler, we had the following design principles in mind:"
msgstr ""

#: template/principles.html.j2:31
msgid "1. Free/Libre Software"
msgstr ""

#: template/principles.html.j2:33
msgid "... in the area of computing, freedom means not using proprietary software"
msgstr ""

#: template/principles.html.j2:36
msgid ""
"GNU Taler must be <a href=\"https://www.gnu.org/philosophy/free-"
"sw.html\">Free/Libre Software</a>. For merchants, Free/Libre Software "
"prevents vendor lock-in meaning merchants can easily choose another "
"service provider to process their payments. For countries, Free/Libre "
"software means GNU Taler can not compromise sovereignty by imposing "
"restrictions or requirements. And for exchange operators, transparency is"
" crucial to satisfy <a "
"href=\"https://en.wikipedia.org/wiki/Kerckhoffs's_principle\">Kerckhoff's"
" principle</a> and to establish public confidence."
msgstr ""

#: template/principles.html.j2:49
msgid ""
"Customers benefit from Free/Libre Software because anyone is free to "
"modify the wallet software support additional platforms. The source code "
"must be available and make it easy to verify that user-hostile features "
"such as tracking or telemetry are absent."
msgstr ""

#: template/principles.html.j2:60
msgid "2. Protect the privacy of buyers"
msgstr ""

#: template/principles.html.j2:62
msgid "You deserve some privacy"
msgstr ""

#: template/principles.html.j2:64
msgid ""
"Privacy is most meaningful when it is guaranteed via technical measures, "
"as opposed to mere policies. Without a technical layer providing privacy-"
"by-default, financial transactions reveal unnecessary levels of personal "
"or private data. This would be especially true when making micropayments "
"for online publications. Thus, GNU Taler must protect the privacy of "
"buyers to avoid facilitating totalitarian control over the population."
msgstr ""

#: template/principles.html.j2:72
msgid ""
"Limited private data, such as the shipping address for a physical "
"delivery, may need to be collected according to business needs and "
"protected according to local laws. In this case, GNU Taler must enable "
"deletion of such data as soon as it is no longer required."
msgstr ""

#: template/principles.html.j2:83
msgid ""
"3. Auditability - enable the state to tax income and crack down on "
"illegal business activities"
msgstr ""

#: template/principles.html.j2:85
msgid "Money laundering"
msgstr ""

#: template/principles.html.j2:87
msgid ""
"As a payment system must comply with local laws in order to operate "
"legally, GNU Taler must be designed to comply with these requirements. "
"GNU Taler must provide an audit trail for investigators operating under "
"the law. Furthermore, we consider levying of taxes as beneficial to "
"society, and fair taxation requires income transparency. Thus, GNU Taler "
"must enable authorities to track income."
msgstr ""

#: template/principles.html.j2:102
msgid "4. Prevent payment fraud"
msgstr ""

#: template/principles.html.j2:104
msgid "Phishing attack"
msgstr ""

#: template/principles.html.j2:106
msgid ""
"GNU Taler must mitigate the most common sources of payment fraud. We must"
" follow best practices in software design, 3rd party design guidelines "
"that prevent confusion and misleading user interfaces, and must have "
"others inspect our publicly available code. Furthermore, GNU Taler must "
"provide extensive cryptographic evidence for all key processes to enable "
"all parties to precisely attribute bad behavior."
msgstr ""

#: template/principles.html.j2:120
msgid "5. Collect the minimum information necessary"
msgstr ""

#: template/principles.html.j2:121
msgid ""
"Privacy by design, privacy by default, General Data Protection Regulation"
" (GDPR) compliant"
msgstr ""

#: template/principles.html.j2:123
msgid ""
"The privacy of buyers is given particular priority as part of principle "
"(2). However, other parties - such as merchants - also must have data "
"protection. Generally, GNU Taler must collect the minimum information "
"necessary: data that is not collected or is no longer stored can not be "
"compromised."
msgstr ""

#: template/principles.html.j2:137
msgid "6. Be usable"
msgstr ""

#: template/principles.html.j2:138
msgid "Buy with one click. Easy for children."
msgstr ""

#: template/principles.html.j2:140
msgid ""
"GNU Taler must be usable for non-expert customers including end-users of "
"a GNU Taler wallet, merchants who wish to accept payments using GNU "
"Taler, and 3rd party application developers for e-commerce and other "
"platforms. GNU Taler must follow best-practices usability guidelines and "
"incorporate feedback from experts and users. Free/Libre software also "
"requires Free/Libre documentation to allow for informed choices. GNU "
"Taler must provide well-documented Application Programming Interfaces "
"(APIs) to allow frictionless integrations between GNU Taler and other "
"projects."
msgstr ""

#: template/principles.html.j2:157
msgid "7. Be efficient"
msgstr ""

#: template/principles.html.j2:158
msgid "Energy efficiency"
msgstr ""

#: template/principles.html.j2:160
msgid ""
"GNU Taler must be designed to be efficient. Quite simply, efficiency "
"means fewer things to break, and it means more transactions per second "
"and lowers our environmental impact. Efficiency is also critical for GNU "
"Taler to be used for micropayments. Therefore certain expensive "
"primitives, such as proof-of-work, must not be used by GNU Taler."
msgstr ""

#: template/principles.html.j2:173
msgid "8. Fault-tolerant design"
msgstr ""

#: template/principles.html.j2:174
msgid "Life Safers"
msgstr ""

#: template/principles.html.j2:176
msgid ""
"Malicious operators, fat fingers, computer glitches, gremlins. Things go "
"wrong. GNU Taler must be designed to tolerate failure of individual "
"components and systems. Where the system can continue running safely, it "
"will continue running safely. Where it must halt an operation, other "
"operations must not be needlessly pulled offline. Where systems fail, "
"they must fail gracefully. GNU Taler must have a plan to recover from "
"malicious operators compromising core secrets."
msgstr ""

#: template/principles.html.j2:194
msgid "9. Foster competition"
msgstr ""

#: template/principles.html.j2:195
msgid "A competitive market"
msgstr ""

#: template/principles.html.j2:197
msgid ""
"It must be relatively easy for competitors to deploy interoperable "
"alternatives. The barriers for this in traditional financial systems are "
"rather high and outside of our control. However, GNU Taler must minimize "
"the technical burden for new competitors to enter the market."
msgstr ""

#: template/principles.html.j2:204
msgid ""
"GNU Taler must enable a diverse set of operators, breaking up the current"
" system where only a few global companies dominate the market."
msgstr ""

#: template/principles.html.j2:209
msgid ""
"An example for a design choice that supports this is to split the whole "
"system into smaller components that can be operated, developed and "
"improved upon independently, instead of having one completely monolithic "
"system."
msgstr ""

#: template/schemafuzz.html.j2:6
msgid "SchemaFuzz"
msgstr ""

#: template/wallet.html.j2:106
msgid "Congratulations, you have installed the Taler wallet. Check out the"
msgstr ""

#: template/wallet.html.j2:111
msgid "demo"
msgstr ""

#: template/wallet.html.j2:117
msgid "You don&#39;t have a wallet installed yet."
msgstr ""

#: template/wallet.html.j2:126
msgid "Install the wallet for your browser below, then check out the"
msgstr ""

#: template/wallet.html.j2:130
msgid "demonstration"
msgstr ""

#: template/wallet.html.j2:143 template/wallet.html.j2:153
msgid "or"
msgstr ""

#: template/wallet.html.j2:147
msgid "is required, but it appears you don&#39;t have it installed."
msgstr ""

#: template/wallet.html.j2:157
msgid "version"
msgstr ""

#: template/wallet.html.j2:161
msgid "or newer is required, but it appears you have an older version."
msgstr ""

#: template/wallet.html.j2:168
msgid "Install wallet"
msgstr ""

#: template/wallet.html.j2:175
msgid "JavaScript is disabled, installation won&#39;t work."
msgstr ""

#: template/wallet.html.j2:214
msgid "Install Download Chrome Extension"
msgstr ""

#: template/wallet.html.j2:221
msgid "Install GNU Taler"
msgstr ""

#: template/wallet.html.j2:225
msgid "from the Chrome Web Store"
msgstr ""

#: template/wallet.html.j2:246
msgid "Download Android App from F-Droid (bypassing Google registration)."
msgstr ""

#: template/wallet.html.j2:259
msgid "Other browsers"
msgstr ""

#: template/wallet.html.j2:261
msgid "Wallets for other browsers will be provided in the near future."
msgstr ""