From 84e6924a44694f7b7ed3e5a5f6c72f5617f18acd Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 3 Sep 2019 12:13:51 +0000 Subject: mark more strings as translatable, fix typos. --- template/docs.html.j2 | 54 ++++++++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 24 deletions(-) (limited to 'template/docs.html.j2') diff --git a/template/docs.html.j2 b/template/docs.html.j2 index 233097cc..83fa2e53 100644 --- a/template/docs.html.j2 +++ b/template/docs.html.j2 @@ -4,15 +4,16 @@
-

GNU Taler: Documentation and Resources

+

{{ _("GNU Taler: Documentation and Resources")}}

{% trans %} - This is an overview of documentation and other resources for GNU Taler. The full documentation - contents can be found here. + This is an overview of documentation and other resources for GNU Taler. + The full documentation contents can be found + here. {% endtrans %}
@@ -23,7 +24,7 @@
-

Components

+

{{ _("Components")}}

@@ -34,10 +35,13 @@
-

Merchant Backend Administration

+

{{ _("Merchant Backend Administration")}}

- {{ _("Tutorial and manual for operating a merchant") }}. - {{ _("Also available as") }} PDF. + {% trans %} + Tutorial and manual for operating a merchant. + Also available as + {% endtrans %} + PDF.
@@ -48,20 +52,20 @@ {% trans %} Tutorial for processing Taler payments using the merchant backend API. Also available as - PDF. {% endtrans %} + PDF.
-

Exchange

+

{{ _("Exchange")}}

{% trans %} Operator's manual for the GNU Taler exchange. Also available as - PDF. {% endtrans %} + PDF.
@@ -72,8 +76,8 @@ {% trans %} Manual for tightly integrating Taler with banking applications. Also available as - PDF. {% endtrans %} + PDF.
@@ -90,8 +94,8 @@ {% trans %} Manual to run the back-office Web application. Also available as - PDF. {% endtrans %} + PDF. @@ -100,7 +104,7 @@
-

Internals

+

{{ _("Internals")}}

@@ -111,21 +115,23 @@
-

HTTP API

+

{{ _("HTTP API")}}

- {{ _("Reference for the HTTP-based API for Taler components.") }} -
+ {% trans %} + Reference for the HTTP-based API for Taler components. + {% endtrans %} +
-

Onboarding

+

{{ _("Onboarding")}}

{% trans %} Description of our taler.net setup and how to contribute. Also available as - PDF. - {% endtrans %} + {% endtrans %} + PDF.
@@ -134,7 +140,7 @@
-

Community

+

{{ _("Community")}}

@@ -145,7 +151,7 @@
-

Mailing List

+

{{ _("Mailing List")}}

{{ _("The official GNU Taler mailing list.") }}
@@ -153,7 +159,7 @@
-

IRC

+

{{ _("IRC")}}

{{ _("Our IRC channel is #taler on freenode.") }}
@@ -161,7 +167,7 @@
-

Bug Tracker

+

{{ _("Bug Tracker")}}

{{ _("Our bug tracker for bugs and feature request.") }}
@@ -173,7 +179,7 @@
-

Code

+

{{ _("Code")}}

-- cgit v1.2.3