summaryrefslogtreecommitdiff
path: root/talermerchantdemos
diff options
context:
space:
mode:
authorng <�>2022-09-24 23:46:21 +0200
committerng <�>2022-09-24 23:46:21 +0200
commit7a3baae91d36943c388e60ecaaa792383e92f85b (patch)
tree59814175144576567cfee687c30c4d0ebe7768d8 /talermerchantdemos
parent769e1a687093326ae991c5f5a039916ccd049b64 (diff)
downloadtaler-merchant-demos-7a3baae91d36943c388e60ecaaa792383e92f85b.tar.gz
taler-merchant-demos-7a3baae91d36943c388e60ecaaa792383e92f85b.tar.bz2
taler-merchant-demos-7a3baae91d36943c388e60ecaaa792383e92f85b.zip
fix: ✏️ Fix a typo
Diffstat (limited to 'talermerchantdemos')
-rw-r--r--talermerchantdemos/templates/donations-index.html.j22
-rw-r--r--talermerchantdemos/translations/ar/LC_MESSAGES/messages.po2
-rw-r--r--talermerchantdemos/translations/de/LC_MESSAGES/messages.po2
-rw-r--r--talermerchantdemos/translations/en/LC_MESSAGES/messages.po2
-rw-r--r--talermerchantdemos/translations/es/LC_MESSAGES/messages.po2
-rw-r--r--talermerchantdemos/translations/fr/LC_MESSAGES/messages.po2
-rw-r--r--talermerchantdemos/translations/hi/LC_MESSAGES/messages.po2
-rw-r--r--talermerchantdemos/translations/it/LC_MESSAGES/messages.po2
-rw-r--r--talermerchantdemos/translations/ja/LC_MESSAGES/messages.po2
-rw-r--r--talermerchantdemos/translations/ko/LC_MESSAGES/messages.po2
-rw-r--r--talermerchantdemos/translations/messages.pot2
-rw-r--r--talermerchantdemos/translations/pt/LC_MESSAGES/messages.po2
-rw-r--r--talermerchantdemos/translations/ru/LC_MESSAGES/messages.po2
-rw-r--r--talermerchantdemos/translations/sv/LC_MESSAGES/messages.po2
-rw-r--r--talermerchantdemos/translations/tr/LC_MESSAGES/messages.po2
-rw-r--r--talermerchantdemos/translations/zh_Hant/LC_MESSAGES/messages.po2
16 files changed, 16 insertions, 16 deletions
diff --git a/talermerchantdemos/templates/donations-index.html.j2 b/talermerchantdemos/templates/donations-index.html.j2
index 05e958e..694efa9 100644
--- a/talermerchantdemos/templates/donations-index.html.j2
+++ b/talermerchantdemos/templates/donations-index.html.j2
@@ -6,7 +6,7 @@
<p>
{{
gettext("This donations website shows the user experience for donations with GNU Taler.") + "<br>" +
- gettext("You can make donations in an toy currency ({currency})").format(currency=merchant_currency)
+ gettext("You can make donations in a toy currency ({currency})").format(currency=merchant_currency)
}}
</p>
diff --git a/talermerchantdemos/translations/ar/LC_MESSAGES/messages.po b/talermerchantdemos/translations/ar/LC_MESSAGES/messages.po
index 243ffd6..6b2629c 100644
--- a/talermerchantdemos/translations/ar/LC_MESSAGES/messages.po
+++ b/talermerchantdemos/translations/ar/LC_MESSAGES/messages.po
@@ -395,7 +395,7 @@ msgid ""
msgstr "يُظهر موقع التبرعات هذا تجربة المستخدم للتبرعات في نظام GNU Taler."
#: talermerchantdemos/templates/donations-index.html.j2:9
-msgid "You can make donations in an toy currency ({currency})"
+msgid "You can make donations in a toy currency ({currency})"
msgstr "يمكنك التبرع بالعملات الإلكترونية ({currency})"
#: talermerchantdemos/templates/donations-index.html.j2:16
diff --git a/talermerchantdemos/translations/de/LC_MESSAGES/messages.po b/talermerchantdemos/translations/de/LC_MESSAGES/messages.po
index 30388e4..dfa9a79 100644
--- a/talermerchantdemos/translations/de/LC_MESSAGES/messages.po
+++ b/talermerchantdemos/translations/de/LC_MESSAGES/messages.po
@@ -431,7 +431,7 @@ msgstr ""
"Alternative zu Bannerwerbung würden auf die gleiche Weise gebucht."
#: talermerchantdemos/templates/donations-index.html.j2:9
-msgid "You can make donations in an toy currency ({currency})"
+msgid "You can make donations in a toy currency ({currency})"
msgstr ""
"Die fiktiven Spenden werden hier in der Phantasiewährung {currency} "
"ausgeführt"
diff --git a/talermerchantdemos/translations/en/LC_MESSAGES/messages.po b/talermerchantdemos/translations/en/LC_MESSAGES/messages.po
index 9affc44..8d96ed7 100644
--- a/talermerchantdemos/translations/en/LC_MESSAGES/messages.po
+++ b/talermerchantdemos/translations/en/LC_MESSAGES/messages.po
@@ -356,7 +356,7 @@ msgid ""
msgstr ""
#: talermerchantdemos/templates/donations-index.html.j2:9
-msgid "You can make donations in an toy currency ({currency})"
+msgid "You can make donations in a toy currency ({currency})"
msgstr ""
#: talermerchantdemos/templates/donations-index.html.j2:16
diff --git a/talermerchantdemos/translations/es/LC_MESSAGES/messages.po b/talermerchantdemos/translations/es/LC_MESSAGES/messages.po
index c55163d..4fc3532 100644
--- a/talermerchantdemos/translations/es/LC_MESSAGES/messages.po
+++ b/talermerchantdemos/translations/es/LC_MESSAGES/messages.po
@@ -408,7 +408,7 @@ msgstr ""
"con GNU Taler."
#: talermerchantdemos/templates/donations-index.html.j2:9
-msgid "You can make donations in an toy currency ({currency})"
+msgid "You can make donations in a toy currency ({currency})"
msgstr "Puedes realizar donaciones en una divisa de juguete ({currency})"
#: talermerchantdemos/templates/donations-index.html.j2:16
diff --git a/talermerchantdemos/translations/fr/LC_MESSAGES/messages.po b/talermerchantdemos/translations/fr/LC_MESSAGES/messages.po
index c3f68b2..d09086a 100644
--- a/talermerchantdemos/translations/fr/LC_MESSAGES/messages.po
+++ b/talermerchantdemos/translations/fr/LC_MESSAGES/messages.po
@@ -410,7 +410,7 @@ msgstr ""
"avec GNU Taler."
#: talermerchantdemos/templates/donations-index.html.j2:9
-msgid "You can make donations in an toy currency ({currency})"
+msgid "You can make donations in a toy currency ({currency})"
msgstr "Vous pouvez faire des dons dans une devise-jouet ({currency})"
#: talermerchantdemos/templates/donations-index.html.j2:16
diff --git a/talermerchantdemos/translations/hi/LC_MESSAGES/messages.po b/talermerchantdemos/translations/hi/LC_MESSAGES/messages.po
index a26e97f..8c67b06 100644
--- a/talermerchantdemos/translations/hi/LC_MESSAGES/messages.po
+++ b/talermerchantdemos/translations/hi/LC_MESSAGES/messages.po
@@ -360,7 +360,7 @@ msgid ""
msgstr ""
#: talermerchantdemos/templates/donations-index.html.j2:9
-msgid "You can make donations in an toy currency ({currency})"
+msgid "You can make donations in a toy currency ({currency})"
msgstr ""
#: talermerchantdemos/templates/donations-index.html.j2:16
diff --git a/talermerchantdemos/translations/it/LC_MESSAGES/messages.po b/talermerchantdemos/translations/it/LC_MESSAGES/messages.po
index 7f13797..52b7b3c 100644
--- a/talermerchantdemos/translations/it/LC_MESSAGES/messages.po
+++ b/talermerchantdemos/translations/it/LC_MESSAGES/messages.po
@@ -410,7 +410,7 @@ msgstr ""
"con GNU Taler."
#: talermerchantdemos/templates/donations-index.html.j2:9
-msgid "You can make donations in an toy currency ({currency})"
+msgid "You can make donations in a toy currency ({currency})"
msgstr "Puoi donare in una valuta immaginaria ({currency})"
#: talermerchantdemos/templates/donations-index.html.j2:16
diff --git a/talermerchantdemos/translations/ja/LC_MESSAGES/messages.po b/talermerchantdemos/translations/ja/LC_MESSAGES/messages.po
index 568e177..bfe951b 100644
--- a/talermerchantdemos/translations/ja/LC_MESSAGES/messages.po
+++ b/talermerchantdemos/translations/ja/LC_MESSAGES/messages.po
@@ -365,7 +365,7 @@ msgid ""
msgstr "この寄付ウェブサイトは、GNU Talerへの寄付におけるユーザー・エクスペリエンスを示しています。"
#: talermerchantdemos/templates/donations-index.html.j2:9
-msgid "You can make donations in an toy currency ({currency})"
+msgid "You can make donations in a toy currency ({currency})"
msgstr "おもちゃの通貨 ({currency})で寄付することもできます"
#: talermerchantdemos/templates/donations-index.html.j2:16
diff --git a/talermerchantdemos/translations/ko/LC_MESSAGES/messages.po b/talermerchantdemos/translations/ko/LC_MESSAGES/messages.po
index 721579d..2f05e8c 100644
--- a/talermerchantdemos/translations/ko/LC_MESSAGES/messages.po
+++ b/talermerchantdemos/translations/ko/LC_MESSAGES/messages.po
@@ -373,7 +373,7 @@ msgid ""
msgstr "여기 후원 홈페이지에서 GNU Taler를 통해 후원 경험을 해보세요."
#: talermerchantdemos/templates/donations-index.html.j2:9
-msgid "You can make donations in an toy currency ({currency})"
+msgid "You can make donations in a toy currency ({currency})"
msgstr "장난감 통화 ({currency})로 후원할 수 있습니다"
#: talermerchantdemos/templates/donations-index.html.j2:16
diff --git a/talermerchantdemos/translations/messages.pot b/talermerchantdemos/translations/messages.pot
index 4bf00bf..e173730 100644
--- a/talermerchantdemos/translations/messages.pot
+++ b/talermerchantdemos/translations/messages.pot
@@ -359,7 +359,7 @@ msgid ""
msgstr ""
#: talermerchantdemos/templates/donations-index.html.j2:9
-msgid "You can make donations in an toy currency ({currency})"
+msgid "You can make donations in a toy currency ({currency})"
msgstr ""
#: talermerchantdemos/templates/donations-index.html.j2:16
diff --git a/talermerchantdemos/translations/pt/LC_MESSAGES/messages.po b/talermerchantdemos/translations/pt/LC_MESSAGES/messages.po
index 482afed..aea58a8 100644
--- a/talermerchantdemos/translations/pt/LC_MESSAGES/messages.po
+++ b/talermerchantdemos/translations/pt/LC_MESSAGES/messages.po
@@ -411,7 +411,7 @@ msgstr ""
"de doações usando o GNU Taler."
#: talermerchantdemos/templates/donations-index.html.j2:9
-msgid "You can make donations in an toy currency ({currency})"
+msgid "You can make donations in a toy currency ({currency})"
msgstr "Pode fazer doações usando a moeda falsa ({currency})"
#: talermerchantdemos/templates/donations-index.html.j2:16
diff --git a/talermerchantdemos/translations/ru/LC_MESSAGES/messages.po b/talermerchantdemos/translations/ru/LC_MESSAGES/messages.po
index 1467755..2f71bc4 100644
--- a/talermerchantdemos/translations/ru/LC_MESSAGES/messages.po
+++ b/talermerchantdemos/translations/ru/LC_MESSAGES/messages.po
@@ -419,7 +419,7 @@ msgstr ""
"добровольных средств на поддержание проекта через GNU Taler."
#: talermerchantdemos/templates/donations-index.html.j2:9
-msgid "You can make donations in an toy currency ({currency})"
+msgid "You can make donations in a toy currency ({currency})"
msgstr "Вы можете внести добровольные средства в игровой валюте ({currency})"
#: talermerchantdemos/templates/donations-index.html.j2:16
diff --git a/talermerchantdemos/translations/sv/LC_MESSAGES/messages.po b/talermerchantdemos/translations/sv/LC_MESSAGES/messages.po
index 89f91d8..88bfdae 100644
--- a/talermerchantdemos/translations/sv/LC_MESSAGES/messages.po
+++ b/talermerchantdemos/translations/sv/LC_MESSAGES/messages.po
@@ -406,7 +406,7 @@ msgid ""
msgstr "Denna donationswebbplats visar användandet av donationer med GNU Taler."
#: talermerchantdemos/templates/donations-index.html.j2:9
-msgid "You can make donations in an toy currency ({currency})"
+msgid "You can make donations in a toy currency ({currency})"
msgstr "Du kan göra donationer i en leksaksvaluta ({currency})"
#: talermerchantdemos/templates/donations-index.html.j2:16
diff --git a/talermerchantdemos/translations/tr/LC_MESSAGES/messages.po b/talermerchantdemos/translations/tr/LC_MESSAGES/messages.po
index 6fd6b6b..525130a 100644
--- a/talermerchantdemos/translations/tr/LC_MESSAGES/messages.po
+++ b/talermerchantdemos/translations/tr/LC_MESSAGES/messages.po
@@ -406,7 +406,7 @@ msgstr ""
"deneyimini gösterir."
#: talermerchantdemos/templates/donations-index.html.j2:9
-msgid "You can make donations in an toy currency ({currency})"
+msgid "You can make donations in a toy currency ({currency})"
msgstr "Oyuncak para biriminde ({currency}) bağış yapabilirsiniz"
#: talermerchantdemos/templates/donations-index.html.j2:16
diff --git a/talermerchantdemos/translations/zh_Hant/LC_MESSAGES/messages.po b/talermerchantdemos/translations/zh_Hant/LC_MESSAGES/messages.po
index c7e2640..2b14ef3 100644
--- a/talermerchantdemos/translations/zh_Hant/LC_MESSAGES/messages.po
+++ b/talermerchantdemos/translations/zh_Hant/LC_MESSAGES/messages.po
@@ -367,7 +367,7 @@ msgid ""
msgstr "這個捐款網頁展示了 GNU Taler 捐款者的顧客體驗。"
#: talermerchantdemos/templates/donations-index.html.j2:9
-msgid "You can make donations in an toy currency ({currency})"
+msgid "You can make donations in a toy currency ({currency})"
msgstr "您可以使用任何的 toy currency ({currency}) 來捐款"
#: talermerchantdemos/templates/donations-index.html.j2:16