aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-03-15 21:33:30 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2024-03-15 21:33:30 +0100
commit1ecc3a2bf410873be2bb23c3332e5e7ff3c6aa76 (patch)
treed6d3c38e9647059c8026be4fb54ab0afdc5141f6
parent7c535e92e786c015bbdb6d647204b96414fed452 (diff)
downloadwww-1ecc3a2bf410873be2bb23c3332e5e7ff3c6aa76.tar.gz
www-1ecc3a2bf410873be2bb23c3332e5e7ff3c6aa76.zip
automatically update copyright
-rw-r--r--common/footer.j2.inc2
-rwxr-xr-xconfigure23
-rw-r--r--locale/ar/LC_MESSAGES/messages.po7
-rw-r--r--locale/ca/LC_MESSAGES/messages.mobin433 -> 433 bytes
-rw-r--r--locale/ca/LC_MESSAGES/messages.po7
-rw-r--r--locale/de/LC_MESSAGES/messages.mobin175315 -> 175315 bytes
-rw-r--r--locale/de/LC_MESSAGES/messages.po7
-rw-r--r--locale/en/LC_MESSAGES/messages.mobin445 -> 445 bytes
-rw-r--r--locale/eo/LC_MESSAGES/messages.mobin433 -> 433 bytes
-rw-r--r--locale/eo/LC_MESSAGES/messages.po7
-rw-r--r--locale/es/LC_MESSAGES/messages.mobin112242 -> 112242 bytes
-rw-r--r--locale/es/LC_MESSAGES/messages.po7
-rw-r--r--locale/fr/LC_MESSAGES/messages.mobin42121 -> 42121 bytes
-rw-r--r--locale/fr/LC_MESSAGES/messages.po7
-rw-r--r--locale/hi/LC_MESSAGES/messages.po7
-rw-r--r--locale/it/LC_MESSAGES/messages.mobin124969 -> 124969 bytes
-rw-r--r--locale/it/LC_MESSAGES/messages.po7
-rw-r--r--locale/ja/LC_MESSAGES/messages.po7
-rw-r--r--locale/ko/LC_MESSAGES/messages.po7
-rw-r--r--locale/messages.pot7
-rw-r--r--locale/pt/LC_MESSAGES/messages.po7
-rw-r--r--locale/zh_Hant/LC_MESSAGES/messages.po7
22 files changed, 84 insertions, 32 deletions
diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index a7e41d0d..9784acac 100644
--- a/common/footer.j2.inc
+++ b/common/footer.j2.inc
@@ -27,7 +27,7 @@
27 <p> 27 <p>
28 Copyright &copy; 28 Copyright &copy;
29 <a href="{{ url_localized('ev.html') }}">GNUnet e.V.</a> 29 <a href="{{ url_localized('ev.html') }}">GNUnet e.V.</a>
30 2001 &mdash; 2023. 30 2001 &mdash; {{ now.split(' ')[3] }}.
31 <a href="https://git.gnunet.org/www.git">{{ _("Source code of this site.") }}</a> 31 <a href="https://git.gnunet.org/www.git">{{ _("Source code of this site.") }}</a>
32 <a href="{{ url_localized('contact.html') }}">{{ _("Report issues with this website.") }}</a> 32 <a href="{{ url_localized('contact.html') }}">{{ _("Report issues with this website.") }}</a>
33 </p> 33 </p>
diff --git a/configure b/configure
index 5a14890b..ad724ccb 100755
--- a/configure
+++ b/configure
@@ -20,14 +20,29 @@
20# This script checks if a suitable python3 executable is installed and then 20# This script checks if a suitable python3 executable is installed and then
21# executes the actual configure logic written in Python. 21# executes the actual configure logic written in Python.
22 22
23scriptpath=build-system/taler-build-scripts 23build_system_dir=build-system
24 24
25if ! test -d "$scriptpath"; then 25if ! test -d "$build_system_dir"; then
26 echo "fatal error: taler-build-scripts not found at $scriptpath" >&2 26 # Maybe this is not a top-level configure invocation
27 # For monorepos, try location from top-level
28 build_system_dir=../../build-system
29fi
30
31if ! test -d "$build_system_dir"; then
32 echo "fatal error: build-system directory not found" >&2
33 echo "hint: are you running this script from the right directory?" >&2
34 exit 1
35fi
36
37scriptpath=$build_system_dir/taler-build-scripts
38if ! test -d "$build_system_dir"; then
39 echo "fatal error: taler-build-scripts directory not found at $scriptpath" >&2
27 echo "hint: did you run './bootstrap'?" >&2 40 echo "hint: did you run './bootstrap'?" >&2
28 exit 1 41 exit 1
29fi 42fi
30 43
44export TALERBUILDSYSTEMDIR=$build_system_dir
45
31# Check that the python3 executable is on the PATH. 46# Check that the python3 executable is on the PATH.
32# This follows PEP 394 (https://www.python.org/dev/peps/pep-0394/). 47# This follows PEP 394 (https://www.python.org/dev/peps/pep-0394/).
33if ! python3 --version >/dev/null 2>&1; then 48if ! python3 --version >/dev/null 2>&1; then
@@ -41,7 +56,5 @@ python3 "$scriptpath/pyvercheck.py" || exit $?
41# Allow Python to find libraries that are checked into the build system git. 56# Allow Python to find libraries that are checked into the build system git.
42export PYTHONPATH="$scriptpath:${PYTHONPATH:-}" 57export PYTHONPATH="$scriptpath:${PYTHONPATH:-}"
43 58
44export TALERBUILDSYSTEMDIR=./build-system
45
46# Call configure.py, assuming all went well. 59# Call configure.py, assuming all went well.
47python3 $TALERBUILDSYSTEMDIR/configure.py "$@" 60python3 $TALERBUILDSYSTEMDIR/configure.py "$@"
diff --git a/locale/ar/LC_MESSAGES/messages.po b/locale/ar/LC_MESSAGES/messages.po
index 471eca6b..ed072024 100644
--- a/locale/ar/LC_MESSAGES/messages.po
+++ b/locale/ar/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
7msgstr "" 7msgstr ""
8"Project-Id-Version: PROJECT VERSION\n" 8"Project-Id-Version: PROJECT VERSION\n"
9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10"POT-Creation-Date: 2024-03-15 09:42+0100\n" 10"POT-Creation-Date: 2024-03-15 21:20+0100\n"
11"PO-Revision-Date: 2021-05-21 14:59+0000\n" 11"PO-Revision-Date: 2021-05-21 14:59+0000\n"
12"Last-Translator: Shorouk Hassouna <shoroukhassuna@gmail.com>\n" 12"Last-Translator: Shorouk Hassouna <shoroukhassuna@gmail.com>\n"
13"Language-Team: Arabic <http://weblate.taler.net/projects/gnunet/website/ar/" 13"Language-Team: Arabic <http://weblate.taler.net/projects/gnunet/website/ar/"
@@ -4608,7 +4608,10 @@ msgid ""
4608msgstr "" 4608msgstr ""
4609 4609
4610#: template/probnat/mile1.html.j2:21 4610#: template/probnat/mile1.html.j2:21
4611msgid "See revision 4b2303a on branch dev/t3ss/probnat" 4611msgid ""
4612"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/"
4613"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
4614"dev/t3ss/probnat"
4612msgstr "" 4615msgstr ""
4613 4616
4614#: template/probnat/mile1.html.j2:23 4617#: template/probnat/mile1.html.j2:23
diff --git a/locale/ca/LC_MESSAGES/messages.mo b/locale/ca/LC_MESSAGES/messages.mo
index 3e7ef400..28b12c8d 100644
--- a/locale/ca/LC_MESSAGES/messages.mo
+++ b/locale/ca/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/ca/LC_MESSAGES/messages.po b/locale/ca/LC_MESSAGES/messages.po
index fff17b43..e105f4fb 100644
--- a/locale/ca/LC_MESSAGES/messages.po
+++ b/locale/ca/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
7msgstr "" 7msgstr ""
8"Project-Id-Version: PROJECT VERSION\n" 8"Project-Id-Version: PROJECT VERSION\n"
9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10"POT-Creation-Date: 2024-03-15 09:42+0100\n" 10"POT-Creation-Date: 2024-03-15 21:20+0100\n"
11"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12"Last-Translator: Automatically generated\n" 12"Last-Translator: Automatically generated\n"
13"Language-Team: none\n" 13"Language-Team: none\n"
@@ -4561,7 +4561,10 @@ msgid ""
4561msgstr "" 4561msgstr ""
4562 4562
4563#: template/probnat/mile1.html.j2:21 4563#: template/probnat/mile1.html.j2:21
4564msgid "See revision 4b2303a on branch dev/t3ss/probnat" 4564msgid ""
4565"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/"
4566"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
4567"dev/t3ss/probnat"
4565msgstr "" 4568msgstr ""
4566 4569
4567#: template/probnat/mile1.html.j2:23 4570#: template/probnat/mile1.html.j2:23
diff --git a/locale/de/LC_MESSAGES/messages.mo b/locale/de/LC_MESSAGES/messages.mo
index e108f272..0d422cd6 100644
--- a/locale/de/LC_MESSAGES/messages.mo
+++ b/locale/de/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/de/LC_MESSAGES/messages.po b/locale/de/LC_MESSAGES/messages.po
index e7363cf8..0d38be7b 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
7msgstr "" 7msgstr ""
8"Project-Id-Version: PROJECT VERSION\n" 8"Project-Id-Version: PROJECT VERSION\n"
9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10"POT-Creation-Date: 2024-03-15 09:42+0100\n" 10"POT-Creation-Date: 2024-03-15 21:20+0100\n"
11"PO-Revision-Date: 2021-08-30 19:06+0000\n" 11"PO-Revision-Date: 2021-08-30 19:06+0000\n"
12"Last-Translator: Stefan <eintritt@hotmail.com>\n" 12"Last-Translator: Stefan <eintritt@hotmail.com>\n"
13"Language-Team: German <http://weblate.taler.net/projects/gnunet/website/de/" 13"Language-Team: German <http://weblate.taler.net/projects/gnunet/website/de/"
@@ -5912,7 +5912,10 @@ msgid ""
5912msgstr "" 5912msgstr ""
5913 5913
5914#: template/probnat/mile1.html.j2:21 5914#: template/probnat/mile1.html.j2:21
5915msgid "See revision 4b2303a on branch dev/t3ss/probnat" 5915msgid ""
5916"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/"
5917"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
5918"dev/t3ss/probnat"
5916msgstr "" 5919msgstr ""
5917 5920
5918#: template/probnat/mile1.html.j2:23 5921#: template/probnat/mile1.html.j2:23
diff --git a/locale/en/LC_MESSAGES/messages.mo b/locale/en/LC_MESSAGES/messages.mo
index 4ea6a57e..5897621c 100644
--- a/locale/en/LC_MESSAGES/messages.mo
+++ b/locale/en/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/eo/LC_MESSAGES/messages.mo b/locale/eo/LC_MESSAGES/messages.mo
index 133fbc6c..1a29030a 100644
--- a/locale/eo/LC_MESSAGES/messages.mo
+++ b/locale/eo/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/eo/LC_MESSAGES/messages.po b/locale/eo/LC_MESSAGES/messages.po
index 03177e43..9a0081a9 100644
--- a/locale/eo/LC_MESSAGES/messages.po
+++ b/locale/eo/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
7msgstr "" 7msgstr ""
8"Project-Id-Version: PROJECT VERSION\n" 8"Project-Id-Version: PROJECT VERSION\n"
9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10"POT-Creation-Date: 2024-03-15 09:42+0100\n" 10"POT-Creation-Date: 2024-03-15 21:20+0100\n"
11"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12"Last-Translator: Automatically generated\n" 12"Last-Translator: Automatically generated\n"
13"Language-Team: none\n" 13"Language-Team: none\n"
@@ -4561,7 +4561,10 @@ msgid ""
4561msgstr "" 4561msgstr ""
4562 4562
4563#: template/probnat/mile1.html.j2:21 4563#: template/probnat/mile1.html.j2:21
4564msgid "See revision 4b2303a on branch dev/t3ss/probnat" 4564msgid ""
4565"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/"
4566"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
4567"dev/t3ss/probnat"
4565msgstr "" 4568msgstr ""
4566 4569
4567#: template/probnat/mile1.html.j2:23 4570#: template/probnat/mile1.html.j2:23
diff --git a/locale/es/LC_MESSAGES/messages.mo b/locale/es/LC_MESSAGES/messages.mo
index 2a2570b1..1143cb35 100644
--- a/locale/es/LC_MESSAGES/messages.mo
+++ b/locale/es/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/es/LC_MESSAGES/messages.po b/locale/es/LC_MESSAGES/messages.po
index 1977c2de..6e7d2842 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
7msgstr "" 7msgstr ""
8"Project-Id-Version: PROJECT VERSION\n" 8"Project-Id-Version: PROJECT VERSION\n"
9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10"POT-Creation-Date: 2024-03-15 09:42+0100\n" 10"POT-Creation-Date: 2024-03-15 21:20+0100\n"
11"PO-Revision-Date: 2023-04-24 21:43+0000\n" 11"PO-Revision-Date: 2023-04-24 21:43+0000\n"
12"Last-Translator: José Huamán <princetomato@firemail.cc>\n" 12"Last-Translator: José Huamán <princetomato@firemail.cc>\n"
13"Language-Team: Spanish <https://weblate.taler.net/projects/gnunet/website/es/" 13"Language-Team: Spanish <https://weblate.taler.net/projects/gnunet/website/es/"
@@ -5454,7 +5454,10 @@ msgid ""
5454msgstr "" 5454msgstr ""
5455 5455
5456#: template/probnat/mile1.html.j2:21 5456#: template/probnat/mile1.html.j2:21
5457msgid "See revision 4b2303a on branch dev/t3ss/probnat" 5457msgid ""
5458"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/"
5459"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
5460"dev/t3ss/probnat"
5458msgstr "" 5461msgstr ""
5459 5462
5460#: template/probnat/mile1.html.j2:23 5463#: template/probnat/mile1.html.j2:23
diff --git a/locale/fr/LC_MESSAGES/messages.mo b/locale/fr/LC_MESSAGES/messages.mo
index 6308304a..5d923e3b 100644
--- a/locale/fr/LC_MESSAGES/messages.mo
+++ b/locale/fr/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/fr/LC_MESSAGES/messages.po b/locale/fr/LC_MESSAGES/messages.po
index 8fce0795..4f55f30b 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
7msgstr "" 7msgstr ""
8"Project-Id-Version: PROJECT VERSION\n" 8"Project-Id-Version: PROJECT VERSION\n"
9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10"POT-Creation-Date: 2024-03-15 09:42+0100\n" 10"POT-Creation-Date: 2024-03-15 21:20+0100\n"
11"PO-Revision-Date: 2024-02-28 21:40+0000\n" 11"PO-Revision-Date: 2024-02-28 21:40+0000\n"
12"Last-Translator: d0p1 <contact@d0p1.eu>\n" 12"Last-Translator: d0p1 <contact@d0p1.eu>\n"
13"Language-Team: French <https://weblate.taler.net/projects/gnunet/website/fr/" 13"Language-Team: French <https://weblate.taler.net/projects/gnunet/website/fr/"
@@ -4888,7 +4888,10 @@ msgid ""
4888msgstr "" 4888msgstr ""
4889 4889
4890#: template/probnat/mile1.html.j2:21 4890#: template/probnat/mile1.html.j2:21
4891msgid "See revision 4b2303a on branch dev/t3ss/probnat" 4891msgid ""
4892"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/"
4893"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
4894"dev/t3ss/probnat"
4892msgstr "" 4895msgstr ""
4893 4896
4894#: template/probnat/mile1.html.j2:23 4897#: template/probnat/mile1.html.j2:23
diff --git a/locale/hi/LC_MESSAGES/messages.po b/locale/hi/LC_MESSAGES/messages.po
index 19a96c0e..5ea8fbff 100644
--- a/locale/hi/LC_MESSAGES/messages.po
+++ b/locale/hi/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
7msgstr "" 7msgstr ""
8"Project-Id-Version: PROJECT VERSION\n" 8"Project-Id-Version: PROJECT VERSION\n"
9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10"POT-Creation-Date: 2024-03-15 09:42+0100\n" 10"POT-Creation-Date: 2024-03-15 21:20+0100\n"
11"PO-Revision-Date: 2021-03-09 18:35+0000\n" 11"PO-Revision-Date: 2021-03-09 18:35+0000\n"
12"Last-Translator: Jigisha Sharma <jigishas38@gmail.com>\n" 12"Last-Translator: Jigisha Sharma <jigishas38@gmail.com>\n"
13"Language-Team: Hindi <http://weblate.taler.net/projects/gnunet/website/hi/>\n" 13"Language-Team: Hindi <http://weblate.taler.net/projects/gnunet/website/hi/>\n"
@@ -4607,7 +4607,10 @@ msgid ""
4607msgstr "" 4607msgstr ""
4608 4608
4609#: template/probnat/mile1.html.j2:21 4609#: template/probnat/mile1.html.j2:21
4610msgid "See revision 4b2303a on branch dev/t3ss/probnat" 4610msgid ""
4611"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/"
4612"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
4613"dev/t3ss/probnat"
4611msgstr "" 4614msgstr ""
4612 4615
4613#: template/probnat/mile1.html.j2:23 4616#: template/probnat/mile1.html.j2:23
diff --git a/locale/it/LC_MESSAGES/messages.mo b/locale/it/LC_MESSAGES/messages.mo
index 834834f2..9c32e186 100644
--- a/locale/it/LC_MESSAGES/messages.mo
+++ b/locale/it/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/it/LC_MESSAGES/messages.po b/locale/it/LC_MESSAGES/messages.po
index cfb9f8f0..72cc7e4d 100644
--- a/locale/it/LC_MESSAGES/messages.po
+++ b/locale/it/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
7msgstr "" 7msgstr ""
8"Project-Id-Version: PROJECT VERSION\n" 8"Project-Id-Version: PROJECT VERSION\n"
9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10"POT-Creation-Date: 2024-03-15 09:42+0100\n" 10"POT-Creation-Date: 2024-03-15 21:20+0100\n"
11"PO-Revision-Date: 2022-03-27 11:53+0000\n" 11"PO-Revision-Date: 2022-03-27 11:53+0000\n"
12"Last-Translator: Roberto Pellegrino <speekix@gmail.com>\n" 12"Last-Translator: Roberto Pellegrino <speekix@gmail.com>\n"
13"Language-Team: Italian <http://weblate.taler.net/projects/gnunet/website/it/" 13"Language-Team: Italian <http://weblate.taler.net/projects/gnunet/website/it/"
@@ -5509,7 +5509,10 @@ msgid ""
5509msgstr "" 5509msgstr ""
5510 5510
5511#: template/probnat/mile1.html.j2:21 5511#: template/probnat/mile1.html.j2:21
5512msgid "See revision 4b2303a on branch dev/t3ss/probnat" 5512msgid ""
5513"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/"
5514"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
5515"dev/t3ss/probnat"
5513msgstr "" 5516msgstr ""
5514 5517
5515#: template/probnat/mile1.html.j2:23 5518#: template/probnat/mile1.html.j2:23
diff --git a/locale/ja/LC_MESSAGES/messages.po b/locale/ja/LC_MESSAGES/messages.po
index 2e671931..535adc96 100644
--- a/locale/ja/LC_MESSAGES/messages.po
+++ b/locale/ja/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
7msgstr "" 7msgstr ""
8"Project-Id-Version: PROJECT VERSION\n" 8"Project-Id-Version: PROJECT VERSION\n"
9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10"POT-Creation-Date: 2024-03-15 09:42+0100\n" 10"POT-Creation-Date: 2024-03-15 21:20+0100\n"
11"PO-Revision-Date: 2021-04-15 10:31+0000\n" 11"PO-Revision-Date: 2021-04-15 10:31+0000\n"
12"Last-Translator: Kanoko Kondo <yves0625@gmail.com>\n" 12"Last-Translator: Kanoko Kondo <yves0625@gmail.com>\n"
13"Language-Team: Japanese <http://weblate.taler.net/projects/gnunet/website/ja/" 13"Language-Team: Japanese <http://weblate.taler.net/projects/gnunet/website/ja/"
@@ -5113,7 +5113,10 @@ msgid ""
5113msgstr "" 5113msgstr ""
5114 5114
5115#: template/probnat/mile1.html.j2:21 5115#: template/probnat/mile1.html.j2:21
5116msgid "See revision 4b2303a on branch dev/t3ss/probnat" 5116msgid ""
5117"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/"
5118"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
5119"dev/t3ss/probnat"
5117msgstr "" 5120msgstr ""
5118 5121
5119#: template/probnat/mile1.html.j2:23 5122#: template/probnat/mile1.html.j2:23
diff --git a/locale/ko/LC_MESSAGES/messages.po b/locale/ko/LC_MESSAGES/messages.po
index c33ff906..0a53c0fd 100644
--- a/locale/ko/LC_MESSAGES/messages.po
+++ b/locale/ko/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
7msgstr "" 7msgstr ""
8"Project-Id-Version: PROJECT VERSION\n" 8"Project-Id-Version: PROJECT VERSION\n"
9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10"POT-Creation-Date: 2024-03-15 09:42+0100\n" 10"POT-Creation-Date: 2024-03-15 21:20+0100\n"
11"PO-Revision-Date: 2021-04-11 02:59+0000\n" 11"PO-Revision-Date: 2021-04-11 02:59+0000\n"
12"Last-Translator: Chaewon Park <wonnie0624@gmail.com>\n" 12"Last-Translator: Chaewon Park <wonnie0624@gmail.com>\n"
13"Language-Team: Korean <http://weblate.taler.net/projects/gnunet/website/ko/" 13"Language-Team: Korean <http://weblate.taler.net/projects/gnunet/website/ko/"
@@ -4619,7 +4619,10 @@ msgid ""
4619msgstr "" 4619msgstr ""
4620 4620
4621#: template/probnat/mile1.html.j2:21 4621#: template/probnat/mile1.html.j2:21
4622msgid "See revision 4b2303a on branch dev/t3ss/probnat" 4622msgid ""
4623"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/"
4624"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
4625"dev/t3ss/probnat"
4623msgstr "" 4626msgstr ""
4624 4627
4625#: template/probnat/mile1.html.j2:23 4628#: template/probnat/mile1.html.j2:23
diff --git a/locale/messages.pot b/locale/messages.pot
index 07121d36..5b4d36f6 100644
--- a/locale/messages.pot
+++ b/locale/messages.pot
@@ -8,7 +8,7 @@ msgid ""
8msgstr "" 8msgstr ""
9"Project-Id-Version: PROJECT VERSION\n" 9"Project-Id-Version: PROJECT VERSION\n"
10"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 10"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11"POT-Creation-Date: 2024-03-15 09:42+0100\n" 11"POT-Creation-Date: 2024-03-15 21:20+0100\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4671,7 +4671,10 @@ msgid ""
4671msgstr "" 4671msgstr ""
4672 4672
4673#: template/probnat/mile1.html.j2:21 4673#: template/probnat/mile1.html.j2:21
4674msgid "See revision 4b2303a on branch dev/t3ss/probnat" 4674msgid ""
4675"See revision <a "
4676"href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a>"
4677" on branch dev/t3ss/probnat"
4675msgstr "" 4678msgstr ""
4676 4679
4677#: template/probnat/mile1.html.j2:23 4680#: template/probnat/mile1.html.j2:23
diff --git a/locale/pt/LC_MESSAGES/messages.po b/locale/pt/LC_MESSAGES/messages.po
index 0ae5989e..d4fdc4af 100644
--- a/locale/pt/LC_MESSAGES/messages.po
+++ b/locale/pt/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
7msgstr "" 7msgstr ""
8"Project-Id-Version: PROJECT VERSION\n" 8"Project-Id-Version: PROJECT VERSION\n"
9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10"POT-Creation-Date: 2024-03-15 09:42+0100\n" 10"POT-Creation-Date: 2024-03-15 21:20+0100\n"
11"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12"Last-Translator: Automatically generated\n" 12"Last-Translator: Automatically generated\n"
13"Language-Team: none\n" 13"Language-Team: none\n"
@@ -4561,7 +4561,10 @@ msgid ""
4561msgstr "" 4561msgstr ""
4562 4562
4563#: template/probnat/mile1.html.j2:21 4563#: template/probnat/mile1.html.j2:21
4564msgid "See revision 4b2303a on branch dev/t3ss/probnat" 4564msgid ""
4565"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/"
4566"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
4567"dev/t3ss/probnat"
4565msgstr "" 4568msgstr ""
4566 4569
4567#: template/probnat/mile1.html.j2:23 4570#: template/probnat/mile1.html.j2:23
diff --git a/locale/zh_Hant/LC_MESSAGES/messages.po b/locale/zh_Hant/LC_MESSAGES/messages.po
index bd47166e..868a59d8 100644
--- a/locale/zh_Hant/LC_MESSAGES/messages.po
+++ b/locale/zh_Hant/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
7msgstr "" 7msgstr ""
8"Project-Id-Version: PROJECT VERSION\n" 8"Project-Id-Version: PROJECT VERSION\n"
9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10"POT-Creation-Date: 2024-03-15 09:42+0100\n" 10"POT-Creation-Date: 2024-03-15 21:20+0100\n"
11"PO-Revision-Date: 2021-08-24 08:59+0000\n" 11"PO-Revision-Date: 2021-08-24 08:59+0000\n"
12"Last-Translator: Ting-Yi Fu <futingyi0215@gmail.com>\n" 12"Last-Translator: Ting-Yi Fu <futingyi0215@gmail.com>\n"
13"Language-Team: Chinese (Traditional) <http://weblate.taler.net/projects/" 13"Language-Team: Chinese (Traditional) <http://weblate.taler.net/projects/"
@@ -5391,7 +5391,10 @@ msgid ""
5391msgstr "" 5391msgstr ""
5392 5392
5393#: template/probnat/mile1.html.j2:21 5393#: template/probnat/mile1.html.j2:21
5394msgid "See revision 4b2303a on branch dev/t3ss/probnat" 5394msgid ""
5395"See revision <a href=\"https://git.gnunet.org/gnunet.git/commit/?h=dev/t3ss/"
5396"probnat&id=4b2303a35baa05a966543f036b43bb0cfaf22ab5\">4b2303a</a> on branch "
5397"dev/t3ss/probnat"
5395msgstr "" 5398msgstr ""
5396 5399
5397#: template/probnat/mile1.html.j2:23 5400#: template/probnat/mile1.html.j2:23