aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about.html.j26
-rw-r--r--citizens.html.j26
-rw-r--r--developers.html.j26
-rw-r--r--financial-news.html.j26
-rw-r--r--governments.html.j26
-rw-r--r--index.html.j26
-rw-r--r--investors.html.j26
-rw-r--r--locale/de/LC_MESSAGES/messages.po16
-rw-r--r--locale/en/LC_MESSAGES/messages.po16
-rw-r--r--locale/es/LC_MESSAGES/messages.po16
-rw-r--r--locale/fr/LC_MESSAGES/messages.po16
-rw-r--r--locale/it/LC_MESSAGES/messages.po16
-rw-r--r--merchants.html.j26
-rw-r--r--news.html.j26
-rwxr-xr-xtemplate.sh12
-rw-r--r--wallet.html.j26
16 files changed, 100 insertions, 52 deletions
diff --git a/about.html.j2 b/about.html.j2
index 61108094..5a6a2d69 100644
--- a/about.html.j2
+++ b/about.html.j2
@@ -2,11 +2,11 @@
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>{{ _("GNU Taler") }} - {{ _("About us") }}</title> 3 <title>{{ _("GNU Taler") }} - {{ _("About us") }}</title>
4 <meta name="description" content=""> 4 <meta name="description" content="">
5 <!--# include file="common/header.inc" --> 5 <!--# include file="common/header.{{ _("en") }}.inc" -->
6 </head> 6 </head>
7 <body class="en" onload="loadLang();"> 7 <body class="en" onload="loadLang();">
8 <div class="container"> 8 <div class="container">
9 <!--# include file="common/navigation.inc" --> 9 <!--# include file="common/navigation.{{ _("en") }}.inc" -->
10 <!-- Jumbotron --> 10 <!-- Jumbotron -->
11 <div class="jumbotron"> 11 <div class="jumbotron">
12 <h1>{{ _("About us") }}</h1> 12 <h1>{{ _("About us") }}</h1>
@@ -113,7 +113,7 @@
113 <p>{{ _("Software engineer. Works on Android wallet.") }}</p> 113 <p>{{ _("Software engineer. Works on Android wallet.") }}</p>
114 </div> 114 </div>
115 </div> 115 </div>
116 <!--# include file="common/footer.inc" --> 116 <!--# include file="common/footer.{{ _("en") }}.inc" -->
117 </div> <!-- /container --> 117 </div> <!-- /container -->
118 </body> 118 </body>
119</html> 119</html>
diff --git a/citizens.html.j2 b/citizens.html.j2
index 43593de2..897d1e92 100644
--- a/citizens.html.j2
+++ b/citizens.html.j2
@@ -2,11 +2,11 @@
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>{{ _("GNU Taler") }} - {{ _("Citizens") }}</title> 3 <title>{{ _("GNU Taler") }} - {{ _("Citizens") }}</title>
4 <meta name="description" content=""> 4 <meta name="description" content="">
5 <!--# include file="common/header.inc" --> 5 <!--# include file="common/header.{{ _("en") }}.inc" -->
6 </head> 6 </head>
7 <body class="en" onload="loadLang();"> 7 <body class="en" onload="loadLang();">
8 <div class="container"> 8 <div class="container">
9 <!--# include file="common/navigation.inc" --> 9 <!--# include file="common/navigation.{{ _("en") }}.inc" -->
10 <!-- Jumbotron --> 10 <!-- Jumbotron -->
11 <div class="jumbotron"> 11 <div class="jumbotron">
12 <h1>{{ _("Advantages for citizens") }}</h1> 12 <h1>{{ _("Advantages for citizens") }}</h1>
@@ -96,7 +96,7 @@
96 </ol> 96 </ol>
97 <p></p> 97 <p></p>
98 </div> 98 </div>
99 <!--# include file="common/footer.inc" --> 99 <!--# include file="common/footer.{{ _("en") }}.inc" -->
100 </div> <!-- /container --> 100 </div> <!-- /container -->
101 </body> 101 </body>
102</html> 102</html>
diff --git a/developers.html.j2 b/developers.html.j2
index 963b8f45..8097b389 100644
--- a/developers.html.j2
+++ b/developers.html.j2
@@ -2,11 +2,11 @@
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>{{ _("GNU Taler") }} - {{ _("Developers") }}</title> 3 <title>{{ _("GNU Taler") }} - {{ _("Developers") }}</title>
4 <meta name="description" content=""> 4 <meta name="description" content="">
5 <!--# include file="common/header.inc" --> 5 <!--# include file="common/header.{{ _("en") }}.inc" -->
6 </head> 6 </head>
7 <body class="en" onload="loadLang();"> 7 <body class="en" onload="loadLang();">
8 <div class="container"> 8 <div class="container">
9 <!--# include file="common/navigation.inc" --> 9 <!--# include file="common/navigation.{{ _("en") }}.inc" -->
10 <!-- Jumbotron --> 10 <!-- Jumbotron -->
11 <div class="jumbotron"> 11 <div class="jumbotron">
12 <h1>{{ _("Taler for developers") }}</h1> 12 <h1>{{ _("Taler for developers") }}</h1>
@@ -211,7 +211,7 @@
211 </ol> 211 </ol>
212 <p></p> 212 <p></p>
213 </div> 213 </div>
214 <!--# include file="common/footer.inc" --> 214 <!--# include file="common/footer.{{ _("en") }}.inc" -->
215 </div> <!-- /container --> 215 </div> <!-- /container -->
216 </body> 216 </body>
217</html> 217</html>
diff --git a/financial-news.html.j2 b/financial-news.html.j2
index 4a06e583..b85d7fdb 100644
--- a/financial-news.html.j2
+++ b/financial-news.html.j2
@@ -4,11 +4,11 @@
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>{{ _("GNU Taler") }} - {{ _("Financial News") }}</title> 5 <title>{{ _("GNU Taler") }} - {{ _("Financial News") }}</title>
6 <meta name="description" content=""> 6 <meta name="description" content="">
7 <!--# include file="common/header.inc" --> 7 <!--# include file="common/header.{{ _("en") }}.inc" -->
8 </head> 8 </head>
9 <body class="en" onLoad="loadLang();"> 9 <body class="en" onLoad="loadLang();">
10 <div class="container"> 10 <div class="container">
11 <!--# include file="common/navigation.inc" --> 11 <!--# include file="common/navigation.{{ _("en") }}.inc" -->
12 <!-- Jumbotron --> 12 <!-- Jumbotron -->
13 <div class="jumbotron"> 13 <div class="jumbotron">
14 <h1 lang="en">{{ _("Financial News") }}</h1> 14 <h1 lang="en">{{ _("Financial News") }}</h1>
@@ -200,7 +200,7 @@
200 <p><a class="btn btn-info" href="http://www.spiegel.de/international/world/spiegel-exclusive-nsa-spies-on-international-bank-transactions-a-922276.html" role="button">Source</a></p> 200 <p><a class="btn btn-info" href="http://www.spiegel.de/international/world/spiegel-exclusive-nsa-spies-on-international-bank-transactions-a-922276.html" role="button">Source</a></p>
201 </div> 201 </div>
202 </div> 202 </div>
203 <!--# include file="common/footer.inc" --> 203 <!--# include file="common/footer.{{ _("en") }}.inc" -->
204 </div> <!-- /container --> 204 </div> <!-- /container -->
205 </body> 205 </body>
206</html> 206</html>
diff --git a/governments.html.j2 b/governments.html.j2
index 1ca62d54..9e388026 100644
--- a/governments.html.j2
+++ b/governments.html.j2
@@ -2,11 +2,11 @@
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>{{ _("GNU Taler") }} - {{ _("Governments") }}</title> 3 <title>{{ _("GNU Taler") }} - {{ _("Governments") }}</title>
4 <meta name="description" content=""> 4 <meta name="description" content="">
5 <!--# include file="common/header.inc" --> 5 <!--# include file="common/header.{{ _("en") }}.inc" -->
6 </head> 6 </head>
7 <body class="en" onload="loadLang();"> 7 <body class="en" onload="loadLang();">
8 <div class="container"> 8 <div class="container">
9 <!--# include file="common/navigation.inc" --> 9 <!--# include file="common/navigation.{{ _("en") }}.inc" -->
10 <!-- Jumbotron --> 10 <!-- Jumbotron -->
11 <div class="jumbotron"> 11 <div class="jumbotron">
12 <h1>{{ _("Advantages for governments") }}</h1> 12 <h1>{{ _("Advantages for governments") }}</h1>
@@ -96,7 +96,7 @@
96 </ul> 96 </ul>
97 <p></p> 97 <p></p>
98 </div> 98 </div>
99 <!--# include file="common/footer.inc" --> 99 <!--# include file="common/footer.{{ _("en") }}.inc" -->
100 </div> <!-- /container --> 100 </div> <!-- /container -->
101 </body> 101 </body>
102</html> 102</html>
diff --git a/index.html.j2 b/index.html.j2
index b5c59e1a..ba4e9090 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -2,11 +2,11 @@
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>{{ _("GNU Taler") }}</title> 3 <title>{{ _("GNU Taler") }}</title>
4 <meta name="description" content="Anonymous electronic payments for civil society"> 4 <meta name="description" content="Anonymous electronic payments for civil society">
5 <!--# include file="common/header.inc" --> 5 <!--# include file="common/header.{{ _("en") }}.inc" -->
6 </head> 6 </head>
7 <body class="en" onload="loadLang();"> 7 <body class="en" onload="loadLang();">
8 <div class="container"> 8 <div class="container">
9 <!--# include file="common/navigation.inc" --> 9 <!--# include file="common/navigation.{{ _("en") }}.inc" -->
10 <!-- Jumbotron --> 10 <!-- Jumbotron -->
11 <div class="jumbotron"> 11 <div class="jumbotron">
12 <img align="middle" alt="Taler logo" width="33%" src="/images/logo-2015-medium.png" style="margin: 0px 0px -120px 0px;"> 12 <img align="middle" alt="Taler logo" width="33%" src="/images/logo-2015-medium.png" style="margin: 0px 0px -120px 0px;">
@@ -77,7 +77,7 @@
77 for transactions and the ability to give change. 77 for transactions and the ability to give change.
78 ") }}</p> 78 ") }}</p>
79 </div> 79 </div>
80 <!--# include file="common/footer.inc" --> 80 <!--# include file="common/footer.{{ _("en") }}.inc" -->
81 </div> <!-- /container --> 81 </div> <!-- /container -->
82 </body> 82 </body>
83</html> 83</html>
diff --git a/investors.html.j2 b/investors.html.j2
index dbd6ab0d..d622c67a 100644
--- a/investors.html.j2
+++ b/investors.html.j2
@@ -2,11 +2,11 @@
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>{{ _("GNU Taler") }} - {{ _("Investors") }}</title> 3 <title>{{ _("GNU Taler") }} - {{ _("Investors") }}</title>
4 <meta name="description" content=""> 4 <meta name="description" content="">
5 <!--# include file="common/header.inc" --> 5 <!--# include file="common/header.{{ _("en") }}.inc" -->
6 </head> 6 </head>
7 <body class="en" onload="loadLang();"> 7 <body class="en" onload="loadLang();">
8 <div class="container"> 8 <div class="container">
9 <!--# include file="common/navigation.inc" --> 9 <!--# include file="common/navigation.{{ _("en") }}.inc" -->
10 <!-- Jumbotron --> 10 <!-- Jumbotron -->
11 <div class="jumbotron"> 11 <div class="jumbotron">
12 <h1>{{ _("Operate a Taler exchange!") }}</h1> 12 <h1>{{ _("Operate a Taler exchange!") }}</h1>
@@ -75,7 +75,7 @@
75 </ul> 75 </ul>
76 <p></p> 76 <p></p>
77 </div> 77 </div>
78 <!--# include file="common/footer.inc" --> 78 <!--# include file="common/footer.{{ _("en") }}.inc" -->
79 </div> <!-- /container --> 79 </div> <!-- /container -->
80 </body> 80 </body>
81</html> 81</html>
diff --git a/locale/de/LC_MESSAGES/messages.po b/locale/de/LC_MESSAGES/messages.po
index 5cd5b5f5..8f853dbd 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ 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-01-19 18:48+0100\n" 6"POT-Creation-Date: 2017-01-19 19:36+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: de\n"
@@ -14,9 +14,17 @@ msgstr ""
14"Content-Transfer-Encoding: 8bit\n" 14"Content-Transfer-Encoding: 8bit\n"
15"Generated-By: Babel 2.3.4\n" 15"Generated-By: Babel 2.3.4\n"
16 16
17#: about.html.j2:1 citizens.html.j2:1 developers.html.j2:1 17#: about.html.j2:1 about.html.j2:5 about.html.j2:9 about.html.j2:116
18#: governments.html.j2:1 index.html.j2:1 investors.html.j2:1 18#: citizens.html.j2:1 citizens.html.j2:5 citizens.html.j2:9 citizens.html.j2:99
19#: merchants.html.j2:1 news.html.j2:1 19#: developers.html.j2:1 developers.html.j2:5 developers.html.j2:9
20#: developers.html.j2:214 financial-news.html.j2:7 financial-news.html.j2:11
21#: financial-news.html.j2:203 governments.html.j2:1 governments.html.j2:5
22#: governments.html.j2:9 governments.html.j2:99 index.html.j2:1 index.html.j2:5
23#: index.html.j2:9 index.html.j2:80 investors.html.j2:1 investors.html.j2:5
24#: investors.html.j2:9 investors.html.j2:78 merchants.html.j2:1
25#: merchants.html.j2:5 merchants.html.j2:9 merchants.html.j2:135 news.html.j2:1
26#: news.html.j2:5 news.html.j2:9 news.html.j2:115 wallet.html.j2:7
27#: wallet.html.j2:112 wallet.html.j2:194
20msgid "en" 28msgid "en"
21msgstr "de" 29msgstr "de"
22 30
diff --git a/locale/en/LC_MESSAGES/messages.po b/locale/en/LC_MESSAGES/messages.po
index 17ac9f9c..92d226b4 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ 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-01-19 18:48+0100\n" 6"POT-Creation-Date: 2017-01-19 19:36+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: en\n"
@@ -14,9 +14,17 @@ msgstr ""
14"Content-Transfer-Encoding: 8bit\n" 14"Content-Transfer-Encoding: 8bit\n"
15"Generated-By: Babel 2.3.4\n" 15"Generated-By: Babel 2.3.4\n"
16 16
17#: about.html.j2:1 citizens.html.j2:1 developers.html.j2:1 17#: about.html.j2:1 about.html.j2:5 about.html.j2:9 about.html.j2:116
18#: governments.html.j2:1 index.html.j2:1 investors.html.j2:1 18#: citizens.html.j2:1 citizens.html.j2:5 citizens.html.j2:9 citizens.html.j2:99
19#: merchants.html.j2:1 news.html.j2:1 19#: developers.html.j2:1 developers.html.j2:5 developers.html.j2:9
20#: developers.html.j2:214 financial-news.html.j2:7 financial-news.html.j2:11
21#: financial-news.html.j2:203 governments.html.j2:1 governments.html.j2:5
22#: governments.html.j2:9 governments.html.j2:99 index.html.j2:1 index.html.j2:5
23#: index.html.j2:9 index.html.j2:80 investors.html.j2:1 investors.html.j2:5
24#: investors.html.j2:9 investors.html.j2:78 merchants.html.j2:1
25#: merchants.html.j2:5 merchants.html.j2:9 merchants.html.j2:135 news.html.j2:1
26#: news.html.j2:5 news.html.j2:9 news.html.j2:115 wallet.html.j2:7
27#: wallet.html.j2:112 wallet.html.j2:194
20msgid "en" 28msgid "en"
21msgstr "" 29msgstr ""
22 30
diff --git a/locale/es/LC_MESSAGES/messages.po b/locale/es/LC_MESSAGES/messages.po
index 07cf7f53..db21b3cc 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ 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-01-19 18:48+0100\n" 6"POT-Creation-Date: 2017-01-19 19:36+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: es\n"
@@ -14,9 +14,17 @@ msgstr ""
14"Content-Transfer-Encoding: 8bit\n" 14"Content-Transfer-Encoding: 8bit\n"
15"Generated-By: Babel 2.3.4\n" 15"Generated-By: Babel 2.3.4\n"
16 16
17#: about.html.j2:1 citizens.html.j2:1 developers.html.j2:1 17#: about.html.j2:1 about.html.j2:5 about.html.j2:9 about.html.j2:116
18#: governments.html.j2:1 index.html.j2:1 investors.html.j2:1 18#: citizens.html.j2:1 citizens.html.j2:5 citizens.html.j2:9 citizens.html.j2:99
19#: merchants.html.j2:1 news.html.j2:1 19#: developers.html.j2:1 developers.html.j2:5 developers.html.j2:9
20#: developers.html.j2:214 financial-news.html.j2:7 financial-news.html.j2:11
21#: financial-news.html.j2:203 governments.html.j2:1 governments.html.j2:5
22#: governments.html.j2:9 governments.html.j2:99 index.html.j2:1 index.html.j2:5
23#: index.html.j2:9 index.html.j2:80 investors.html.j2:1 investors.html.j2:5
24#: investors.html.j2:9 investors.html.j2:78 merchants.html.j2:1
25#: merchants.html.j2:5 merchants.html.j2:9 merchants.html.j2:135 news.html.j2:1
26#: news.html.j2:5 news.html.j2:9 news.html.j2:115 wallet.html.j2:7
27#: wallet.html.j2:112 wallet.html.j2:194
20msgid "en" 28msgid "en"
21msgstr "es" 29msgstr "es"
22 30
diff --git a/locale/fr/LC_MESSAGES/messages.po b/locale/fr/LC_MESSAGES/messages.po
index 69a3ea17..c271e808 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ 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-01-19 18:48+0100\n" 6"POT-Creation-Date: 2017-01-19 19:36+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: fr\n"
@@ -14,9 +14,17 @@ msgstr ""
14"Content-Transfer-Encoding: 8bit\n" 14"Content-Transfer-Encoding: 8bit\n"
15"Generated-By: Babel 2.3.4\n" 15"Generated-By: Babel 2.3.4\n"
16 16
17#: about.html.j2:1 citizens.html.j2:1 developers.html.j2:1 17#: about.html.j2:1 about.html.j2:5 about.html.j2:9 about.html.j2:116
18#: governments.html.j2:1 index.html.j2:1 investors.html.j2:1 18#: citizens.html.j2:1 citizens.html.j2:5 citizens.html.j2:9 citizens.html.j2:99
19#: merchants.html.j2:1 news.html.j2:1 19#: developers.html.j2:1 developers.html.j2:5 developers.html.j2:9
20#: developers.html.j2:214 financial-news.html.j2:7 financial-news.html.j2:11
21#: financial-news.html.j2:203 governments.html.j2:1 governments.html.j2:5
22#: governments.html.j2:9 governments.html.j2:99 index.html.j2:1 index.html.j2:5
23#: index.html.j2:9 index.html.j2:80 investors.html.j2:1 investors.html.j2:5
24#: investors.html.j2:9 investors.html.j2:78 merchants.html.j2:1
25#: merchants.html.j2:5 merchants.html.j2:9 merchants.html.j2:135 news.html.j2:1
26#: news.html.j2:5 news.html.j2:9 news.html.j2:115 wallet.html.j2:7
27#: wallet.html.j2:112 wallet.html.j2:194
20msgid "en" 28msgid "en"
21msgstr "fr" 29msgstr "fr"
22 30
diff --git a/locale/it/LC_MESSAGES/messages.po b/locale/it/LC_MESSAGES/messages.po
index 85954f29..c6c0d1fe 100644
--- a/locale/it/LC_MESSAGES/messages.po
+++ b/locale/it/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ 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-01-19 18:48+0100\n" 6"POT-Creation-Date: 2017-01-19 19:36+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: it\n"
@@ -14,9 +14,17 @@ msgstr ""
14"Content-Transfer-Encoding: 8bit\n" 14"Content-Transfer-Encoding: 8bit\n"
15"Generated-By: Babel 2.3.4\n" 15"Generated-By: Babel 2.3.4\n"
16 16
17#: about.html.j2:1 citizens.html.j2:1 developers.html.j2:1 17#: about.html.j2:1 about.html.j2:5 about.html.j2:9 about.html.j2:116
18#: governments.html.j2:1 index.html.j2:1 investors.html.j2:1 18#: citizens.html.j2:1 citizens.html.j2:5 citizens.html.j2:9 citizens.html.j2:99
19#: merchants.html.j2:1 news.html.j2:1 19#: developers.html.j2:1 developers.html.j2:5 developers.html.j2:9
20#: developers.html.j2:214 financial-news.html.j2:7 financial-news.html.j2:11
21#: financial-news.html.j2:203 governments.html.j2:1 governments.html.j2:5
22#: governments.html.j2:9 governments.html.j2:99 index.html.j2:1 index.html.j2:5
23#: index.html.j2:9 index.html.j2:80 investors.html.j2:1 investors.html.j2:5
24#: investors.html.j2:9 investors.html.j2:78 merchants.html.j2:1
25#: merchants.html.j2:5 merchants.html.j2:9 merchants.html.j2:135 news.html.j2:1
26#: news.html.j2:5 news.html.j2:9 news.html.j2:115 wallet.html.j2:7
27#: wallet.html.j2:112 wallet.html.j2:194
20msgid "en" 28msgid "en"
21msgstr "it" 29msgstr "it"
22 30
diff --git a/merchants.html.j2 b/merchants.html.j2
index dbfd8df6..32c14224 100644
--- a/merchants.html.j2
+++ b/merchants.html.j2
@@ -2,11 +2,11 @@
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>{{ _("GNU Taler") }} - {{ _("Merchants") }}</title> 3 <title>{{ _("GNU Taler") }} - {{ _("Merchants") }}</title>
4 <meta name="description" content=""> 4 <meta name="description" content="">
5 <!--# include file="common/header.inc" --> 5 <!--# include file="common/header.{{ _("en") }}.inc" -->
6 </head> 6 </head>
7 <body class="en" onload="loadLang();"> 7 <body class="en" onload="loadLang();">
8 <div class="container"> 8 <div class="container">
9 <!--# include file="common/navigation.inc" --> 9 <!--# include file="common/navigation.{{ _("en") }}.inc" -->
10 <!-- Jumbotron --> 10 <!-- Jumbotron -->
11 <div class="jumbotron"> 11 <div class="jumbotron">
12 <h1>{{ _("Advantages for merchants") }}</h1> 12 <h1>{{ _("Advantages for merchants") }}</h1>
@@ -132,7 +132,7 @@
132 </ul> 132 </ul>
133 <p></p> 133 <p></p>
134 </div> 134 </div>
135 <!--# include file="common/footer.inc" --> 135 <!--# include file="common/footer.{{ _("en") }}.inc" -->
136 </div> <!-- /container --> 136 </div> <!-- /container -->
137 </body> 137 </body>
138</html> 138</html>
diff --git a/news.html.j2 b/news.html.j2
index e5283823..f3ea6b23 100644
--- a/news.html.j2
+++ b/news.html.j2
@@ -2,11 +2,11 @@
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>{{ _("GNU Taler") }} - {{ _("News") }}</title> 3 <title>{{ _("GNU Taler") }} - {{ _("News") }}</title>
4 <meta name="description" content=""> 4 <meta name="description" content="">
5 <!--# include file="common/header.inc" --> 5 <!--# include file="common/header.{{ _("en") }}.inc" -->
6 </head> 6 </head>
7 <body class="en" onload="loadLang();"> 7 <body class="en" onload="loadLang();">
8 <div class="container"> 8 <div class="container">
9 <!--# include file="common/navigation.inc" --> 9 <!--# include file="common/navigation.{{ _("en") }}.inc" -->
10 <!-- Jumbotron --> 10 <!-- Jumbotron -->
11 <div class="jumbotron"> 11 <div class="jumbotron">
12 <h1>{{ _("News") }}</h1> 12 <h1>{{ _("News") }}</h1>
@@ -112,7 +112,7 @@
112 </div> 112 </div>
113 </div> 113 </div>
114 114
115 <!--# include file="common/footer.inc" --> 115 <!--# include file="common/footer.{{ _("en") }}.inc" -->
116 </div> <!-- /container --> 116 </div> <!-- /container -->
117 </body> 117 </body>
118</html> 118</html>
diff --git a/template.sh b/template.sh
index 4d498c71..54dc1709 100755
--- a/template.sh
+++ b/template.sh
@@ -1,9 +1,17 @@
1#!/bin/sh 1#!/bin/sh
2 2
3for f in $(git ls-files *.j2 common/*.j2); do 3for f in $(git ls-files *.j2); do
4 for ld in locale/*/; do 4 for ld in locale/*/; do
5 l=$(basename $ld) 5 l=$(basename $ld)
6 echo "$f: $l" 6 echo "$f: $l"
7 python template.py $f $l $(basename $f .html.j2).$l.html 7 python template.py $f $l $(dirname $f)/$(basename $f .html.j2).$l.html
8 done
9done
10
11for f in $(git ls-files common/*.j2); do
12 for ld in locale/*/; do
13 l=$(basename $ld)
14 echo "$f: $l"
15 python template.py $f $l $(dirname $f)/$(basename $f .inc.j2).$l.inc
8 done 16 done
9done 17done
diff --git a/wallet.html.j2 b/wallet.html.j2
index aa833d57..7b4914a2 100644
--- a/wallet.html.j2
+++ b/wallet.html.j2
@@ -4,7 +4,7 @@
4 <meta charset="utf-8"/> 4 <meta charset="utf-8"/>
5 <title>{{ _("GNU Taler") }} - {{ _("Wallet") }}</title> 5 <title>{{ _("GNU Taler") }} - {{ _("Wallet") }}</title>
6 <meta name="description" content=""> 6 <meta name="description" content="">
7 <!--# include file="common/header.inc" --> 7 <!--# include file="common/header.{{ _("en") }}.inc" -->
8 8
9 <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/millncjiddlpgdmkklmhfadpacifaonc" /> 9 <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/millncjiddlpgdmkklmhfadpacifaonc" />
10 <script src="web-common/taler-wallet-lib.js" type="text/javascript"></script> 10 <script src="web-common/taler-wallet-lib.js" type="text/javascript"></script>
@@ -109,7 +109,7 @@ document.addEventListener('DOMContentLoaded', onLoad);
109 109
110 <body class="en" onLoad="loadLang();"> 110 <body class="en" onLoad="loadLang();">
111 <div class="container"> 111 <div class="container">
112 <!--# include file="common/navigation.inc" --> 112 <!--# include file="common/navigation.{{ _("en") }}.inc" -->
113 <!-- Jumbotron --> 113 <!-- Jumbotron -->
114 <div class="jumbotron"> 114 <div class="jumbotron">
115 <h1 lang="en">Taler Wallet</h1> 115 <h1 lang="en">Taler Wallet</h1>
@@ -191,7 +191,7 @@ document.addEventListener('DOMContentLoaded', onLoad);
191 191
192 </div> <!-- /row --> 192 </div> <!-- /row -->
193 193
194 <!--# include file="common/footer.inc" --> 194 <!--# include file="common/footer.{{ _("en") }}.inc" -->
195 </div> <!-- /container --> 195 </div> <!-- /container -->
196 </body> 196 </body>
197</html> 197</html>