From 5735495742db885c8188fc57a6a19dc4e367c15b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 7 Mar 2017 13:53:20 +0100 Subject: i18 marking cleanup --- developers.html.j2 | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/developers.html.j2 b/developers.html.j2 index 5ff91017..880925d4 100644 --- a/developers.html.j2 +++ b/developers.html.j2 @@ -11,7 +11,9 @@

{{ _("Free") }}

-

{{ _("Taler is free software implementing an open +

+ {% trans %} + Taler is free software implementing an open protocol. Anybody is welcome to inspect our code and integrate our reference implementation into their applications. Different components of Taler @@ -23,13 +25,17 @@ for wallets and related customer-facing software. We are open for constructive suggestions for maximizing the adoption of this libre payment - platform. ") }}

+ platform. + {% endtrans %} +

{{ _("RESTful") }}

-

{{ _("Taler is designed to work on the Internet. To +

+ {% trans %} + Taler is designed to work on the Internet. To ensure that Taler payments can work with restrictive network setups, Taler uses a RESTful protocol over HTTP or HTTPS. Taler's security does @@ -40,9 +46,9 @@ structure data, making it easy to integrate Taler with existing Web applications. Taler's protocol is documented in - detail here. - ") }}

- + detail here. + {% endtrans %} +

@@ -53,7 +59,9 @@

{{ _("Code") }}

-

{{ _("Taler is currently primarily developed by a +

+ {% trans %} + Taler is currently primarily developed by a research team at Inria and GNUnet e.V. However, contributions from anyone are welcome. Our Git repositories can be cloned using the Git and HTTP @@ -61,19 +69,23 @@ the name of the respective repository. A list of public repositories can be found in our GitWeb. - ") }}

- + {% endtrans %} +

{{ _("Documentation") }}

-

{{ _("In addition to this website, - the documented +

+ {% trans %} + In addition to this website, + the documented code and - the API + the API documentation, we are in the process of preparing a comprehensive design document which - will be published here soon. ") }}

+ will be published here soon. + {% endtrans %} +

{{ _("Discussion") }}

-- cgit v1.2.3