summaryrefslogtreecommitdiff
path: root/locale/messages.pot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-02-01 19:57:50 +0100
committerChristian Grothoff <christian@grothoff.org>2021-02-01 19:57:50 +0100
commit8d6e9979053bd76997cf73f60570c449953d5aba (patch)
treedd21061657932297e319138ab4045875a621f93d /locale/messages.pot
parent5282c0423d3e7ef6fc6eef21833a1a4aaa6e094a (diff)
downloadwww-8d6e9979053bd76997cf73f60570c449953d5aba.tar.gz
www-8d6e9979053bd76997cf73f60570c449953d5aba.tar.bz2
www-8d6e9979053bd76997cf73f60570c449953d5aba.zip
add sv
Diffstat (limited to 'locale/messages.pot')
-rw-r--r--locale/messages.pot435
1 files changed, 1 insertions, 434 deletions
diff --git a/locale/messages.pot b/locale/messages.pot
index 753b9a84..63eba18e 100644
--- a/locale/messages.pot
+++ b/locale/messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2021-01-07 21:46+0100\n"
+"POT-Creation-Date: 2021-02-01 19:53+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"
@@ -721,7 +721,6 @@ msgid ""
msgstr ""
#: template/features.html.j2:154 template/governments.html.j2:55
-#: template/merchants.html.j2:41
msgid "Secure"
msgstr ""
@@ -938,188 +937,6 @@ msgid ""
"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:14
msgid ""
"We provide a payment system that makes <span class='tlr'>privacy-"
@@ -1159,256 +976,6 @@ msgstr ""
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 "