diff --git a/src/pretix/base/payment.py b/src/pretix/base/payment.py index bc4db2c0aa..03a01ce2d4 100644 --- a/src/pretix/base/payment.py +++ b/src/pretix/base/payment.py @@ -901,7 +901,7 @@ class ManualPayment(BasePaymentProvider): ('email_instructions', I18nFormField( label=_('Payment process description in order confirmation emails'), help_text=_('This text will be included for the {payment_info} placeholder in order confirmation ' - 'mails. It should instruct the user on how to proceed with the payment. You can use' + 'mails. It should instruct the user on how to proceed with the payment. You can use ' 'the placeholders {order}, {total}, {currency} and {total_with_currency}'), widget=I18nTextarea, validators=[PlaceholderValidator(['{order}', '{total}', '{currency}', '{total_with_currency}'])], @@ -909,7 +909,7 @@ class ManualPayment(BasePaymentProvider): ('pending_description', I18nFormField( label=_('Payment process description for pending orders'), help_text=_('This text will be shown on the order confirmation page for pending orders. ' - 'It should instruct the user on how to proceed with the payment. You can use' + 'It should instruct the user on how to proceed with the payment. You can use ' 'the placeholders {order}, {total}, {currency} and {total_with_currency}'), widget=I18nTextarea, validators=[PlaceholderValidator(['{order}', '{total}', '{currency}', '{total_with_currency}'])], diff --git a/src/pretix/locale/ar/LC_MESSAGES/django.po b/src/pretix/locale/ar/LC_MESSAGES/django.po index ad5aea21af..f147317dc8 100644 --- a/src/pretix/locale/ar/LC_MESSAGES/django.po +++ b/src/pretix/locale/ar/LC_MESSAGES/django.po @@ -3949,7 +3949,7 @@ msgstr "وصف عملية الدفع من أجل رسائل البريد الإ msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" "وسيتم إدراج هذا النص ل{payment_info} نائبا في رسائل تأكيد الطلب. يجب أن " @@ -3970,7 +3970,7 @@ msgstr "وصف عملية الدفع لأوامر معلقة" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" "سيتم عرض هذا النص على صفحة تأكيد أمر الأوامر المعلقة. يجب أن إرشاد المستخدم " "على كيفية المضي قدما في الدفع. يمكنك إستخدام النائبة {order}، {total}، " diff --git a/src/pretix/locale/ca/LC_MESSAGES/django.po b/src/pretix/locale/ca/LC_MESSAGES/django.po index 6311ee23f1..b611306343 100644 --- a/src/pretix/locale/ca/LC_MESSAGES/django.po +++ b/src/pretix/locale/ca/LC_MESSAGES/django.po @@ -4074,7 +4074,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" "S'inclourà aquest text als correus de confirmació de comanda pel camp de " @@ -4096,7 +4096,7 @@ msgstr "Descripció del procés de pagament per les comandes pendents" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" "Aquest text es mostrarà a la pàgina de confirmació de comanda per les " "comandes pendents. Hauria d'informar a l'usuari sobre com procedir amb el " diff --git a/src/pretix/locale/cs/LC_MESSAGES/django.po b/src/pretix/locale/cs/LC_MESSAGES/django.po index 4650557a30..a34322797c 100644 --- a/src/pretix/locale/cs/LC_MESSAGES/django.po +++ b/src/pretix/locale/cs/LC_MESSAGES/django.po @@ -3710,7 +3710,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" @@ -3723,7 +3723,7 @@ msgstr "" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" #: pretix/base/payment.py:957 diff --git a/src/pretix/locale/da/LC_MESSAGES/django.po b/src/pretix/locale/da/LC_MESSAGES/django.po index 17685b0f02..798846f2c8 100644 --- a/src/pretix/locale/da/LC_MESSAGES/django.po +++ b/src/pretix/locale/da/LC_MESSAGES/django.po @@ -4134,7 +4134,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" @@ -4147,7 +4147,7 @@ msgstr "" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" #: pretix/base/payment.py:957 diff --git a/src/pretix/locale/de/LC_MESSAGES/django.po b/src/pretix/locale/de/LC_MESSAGES/django.po index 58fd18f856..d62bb3d6ff 100644 --- a/src/pretix/locale/de/LC_MESSAGES/django.po +++ b/src/pretix/locale/de/LC_MESSAGES/django.po @@ -4004,7 +4004,7 @@ msgstr "Beschreibung des Zahlungsvorgangs in Bestellbestätigungs-E-Mails" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" "Dieser Text wird statt des {payment_info}-Platzhalters in " @@ -4026,7 +4026,7 @@ msgstr "Beschreibung des Zahlungsvorgangs für ausstehende Bestellungen" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" "Dieser Text wird auf der Bestellbestätigungsseite angezeigt. Er sollte dem " "Kunden erklären, wie mit der Zahlung fortzufahren ist. Die Platzhalter " diff --git a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po index 038eed0978..fc81f1b41c 100644 --- a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po @@ -4000,7 +4000,7 @@ msgstr "Beschreibung des Zahlungsvorgangs in Bestellbestätigungs-E-Mails" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" "Dieser Text wird statt des {payment_info}-Platzhalters in " @@ -4022,7 +4022,7 @@ msgstr "Beschreibung des Zahlungsvorgangs für ausstehende Bestellungen" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" "Dieser Text wird auf der Bestellbestätigungsseite angezeigt. Er sollte dem " "Kunden erklären, wie mit der Zahlung fortzufahren ist. Die Platzhalter " diff --git a/src/pretix/locale/django.pot b/src/pretix/locale/django.pot index 186ca54da5..f44bddde7e 100644 --- a/src/pretix/locale/django.pot +++ b/src/pretix/locale/django.pot @@ -3705,7 +3705,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" @@ -3718,7 +3718,7 @@ msgstr "" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" #: pretix/base/payment.py:957 diff --git a/src/pretix/locale/el/LC_MESSAGES/django.po b/src/pretix/locale/el/LC_MESSAGES/django.po index 65ad958e25..9a37390f83 100644 --- a/src/pretix/locale/el/LC_MESSAGES/django.po +++ b/src/pretix/locale/el/LC_MESSAGES/django.po @@ -4129,7 +4129,7 @@ msgstr "Περιγραφή διαδικασίας πληρωμής για emails msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" "Αυτό το κείμενο θα συμπεριληφθεί για το {payment_info} placeholder σε mails " @@ -4151,7 +4151,7 @@ msgstr "Περιγραφή διαδικασίας πληρωμής για εκκ msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" "Αυτό το κείμενο θα εμφανιστεί στη σελίδα επιβεβαίωσης παραγγελίας για " "εκκρεμείς παραγγελίες. Θα πρέπει να καθοδηγήσει τον χρήστη σχετικά με τον " diff --git a/src/pretix/locale/es/LC_MESSAGES/django.po b/src/pretix/locale/es/LC_MESSAGES/django.po index 0dbdd3cf9b..8f69f58108 100644 --- a/src/pretix/locale/es/LC_MESSAGES/django.po +++ b/src/pretix/locale/es/LC_MESSAGES/django.po @@ -4079,7 +4079,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" "Este texto se incluirá para el marcador de posición {payment_info} en los " @@ -4101,7 +4101,7 @@ msgstr "Descripción del proceso de pago para pedidos pendientes" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" "Este texto se mostrará en la página de confirmación de pedidos pendientes. " "Debe instruir al usuario sobre cómo proceder con el pago. Puede utilizar los " diff --git a/src/pretix/locale/fr/LC_MESSAGES/django.po b/src/pretix/locale/fr/LC_MESSAGES/django.po index dbacbb3a13..c9abe73e53 100644 --- a/src/pretix/locale/fr/LC_MESSAGES/django.po +++ b/src/pretix/locale/fr/LC_MESSAGES/django.po @@ -4172,7 +4172,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" @@ -4185,7 +4185,7 @@ msgstr "" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" #: pretix/base/payment.py:957 diff --git a/src/pretix/locale/hu/LC_MESSAGES/django.po b/src/pretix/locale/hu/LC_MESSAGES/django.po index 2e600c3d63..0dcbcb2d23 100644 --- a/src/pretix/locale/hu/LC_MESSAGES/django.po +++ b/src/pretix/locale/hu/LC_MESSAGES/django.po @@ -3716,7 +3716,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" @@ -3729,7 +3729,7 @@ msgstr "" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" #: pretix/base/payment.py:957 diff --git a/src/pretix/locale/it/LC_MESSAGES/django.po b/src/pretix/locale/it/LC_MESSAGES/django.po index efb590e593..42d0e98bb6 100644 --- a/src/pretix/locale/it/LC_MESSAGES/django.po +++ b/src/pretix/locale/it/LC_MESSAGES/django.po @@ -3792,7 +3792,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" @@ -3805,7 +3805,7 @@ msgstr "" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" #: pretix/base/payment.py:957 diff --git a/src/pretix/locale/lv/LC_MESSAGES/django.po b/src/pretix/locale/lv/LC_MESSAGES/django.po index e68d231114..0dbe8ffe90 100644 --- a/src/pretix/locale/lv/LC_MESSAGES/django.po +++ b/src/pretix/locale/lv/LC_MESSAGES/django.po @@ -3982,7 +3982,7 @@ msgstr "Maksājuma procesa apraksts pasūtījuma apstiprināšanas e-pastā" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" "Šis teksts tiks iekļauts {payment_info} vietturim pasūtījuma apstiprināšanas " @@ -4003,7 +4003,7 @@ msgstr "Maksājuma procesa apraksts par neapstiprinātajiem pasūtījumiem" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" "Šis teksts tiks parādīts pasūtījuma apstiprināšanas lapā neapstiprinātajiem " "pasūtījumiem. Tam vajadzētu norādīt lietotājam, kā veikt maksājumu. Jūs " diff --git a/src/pretix/locale/nb_NO/LC_MESSAGES/django.po b/src/pretix/locale/nb_NO/LC_MESSAGES/django.po index 8857ca8617..5e90159800 100644 --- a/src/pretix/locale/nb_NO/LC_MESSAGES/django.po +++ b/src/pretix/locale/nb_NO/LC_MESSAGES/django.po @@ -3704,7 +3704,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" @@ -3717,7 +3717,7 @@ msgstr "" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" #: pretix/base/payment.py:957 diff --git a/src/pretix/locale/nl/LC_MESSAGES/django.po b/src/pretix/locale/nl/LC_MESSAGES/django.po index ea106cc47a..a42c4473f6 100644 --- a/src/pretix/locale/nl/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl/LC_MESSAGES/django.po @@ -3983,7 +3983,7 @@ msgstr "Beschrijving van betalingsproces in bevestigingsmails" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" "Deze tekst zal worden ingevoegd in de {payment_info}-plaatsaanduiding in " @@ -4005,7 +4005,7 @@ msgstr "Beschrijving van betalingsproces voor openstaande bestellingen" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" "Deze tekst zal worden getoond op de bevestigingspagina van openstaande " "bestellingen. De tekst moet de gebruiker informeren hoe verder te gaan met " diff --git a/src/pretix/locale/nl_BE/LC_MESSAGES/django.po b/src/pretix/locale/nl_BE/LC_MESSAGES/django.po index 0273c3a1d9..23624e74dd 100644 --- a/src/pretix/locale/nl_BE/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl_BE/LC_MESSAGES/django.po @@ -3704,7 +3704,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" @@ -3717,7 +3717,7 @@ msgstr "" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" #: pretix/base/payment.py:957 diff --git a/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po b/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po index 21033f342e..9ac3932932 100644 --- a/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po @@ -3982,7 +3982,7 @@ msgstr "Beschrijving van betalingsproces in bevestigingsmails" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" "Deze tekst zal worden ingevoegd in de {payment_info}-plaatsaanduiding in " @@ -4004,7 +4004,7 @@ msgstr "Beschrijving van betalingsproces voor openstaande bestellingen" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" "Deze tekst zal worden getoond op de bevestigingspagina van openstaande " "bestellingen. De tekst moet de gebruiker informeren hoe verder te gaan met " diff --git a/src/pretix/locale/pl/LC_MESSAGES/django.po b/src/pretix/locale/pl/LC_MESSAGES/django.po index abbe0e9f7f..04aa2ee8e6 100644 --- a/src/pretix/locale/pl/LC_MESSAGES/django.po +++ b/src/pretix/locale/pl/LC_MESSAGES/django.po @@ -3971,7 +3971,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" @@ -3984,7 +3984,7 @@ msgstr "" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" #: pretix/base/payment.py:957 diff --git a/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po b/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po index 0375f42e40..6266ea3d3a 100644 --- a/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po @@ -3705,7 +3705,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" @@ -3718,7 +3718,7 @@ msgstr "" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" #: pretix/base/payment.py:957 diff --git a/src/pretix/locale/pt_BR/LC_MESSAGES/django.po b/src/pretix/locale/pt_BR/LC_MESSAGES/django.po index 27fbbdc5ed..c711fc97dc 100644 --- a/src/pretix/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/pretix/locale/pt_BR/LC_MESSAGES/django.po @@ -4058,7 +4058,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" @@ -4071,7 +4071,7 @@ msgstr "" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" #: pretix/base/payment.py:957 diff --git a/src/pretix/locale/ro/LC_MESSAGES/django.po b/src/pretix/locale/ro/LC_MESSAGES/django.po index 36bed0c80b..82cd72d270 100644 --- a/src/pretix/locale/ro/LC_MESSAGES/django.po +++ b/src/pretix/locale/ro/LC_MESSAGES/django.po @@ -3706,7 +3706,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" @@ -3719,7 +3719,7 @@ msgstr "" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" #: pretix/base/payment.py:957 diff --git a/src/pretix/locale/ru/LC_MESSAGES/django.po b/src/pretix/locale/ru/LC_MESSAGES/django.po index bece52f719..41cfc7a0a8 100644 --- a/src/pretix/locale/ru/LC_MESSAGES/django.po +++ b/src/pretix/locale/ru/LC_MESSAGES/django.po @@ -4023,7 +4023,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" "Этот текст будет включён для заполнителя {payment_info} в письмах по " @@ -4045,7 +4045,7 @@ msgstr "Описание процесса оплаты для незавершё msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" "Этот текст будет отображаться на странице подтверждения заказа для " "незавершённых заказов. Он должен проинструктировать пользователя о том, как " diff --git a/src/pretix/locale/sl/LC_MESSAGES/django.po b/src/pretix/locale/sl/LC_MESSAGES/django.po index d465a2ff69..7c5dfbd434 100644 --- a/src/pretix/locale/sl/LC_MESSAGES/django.po +++ b/src/pretix/locale/sl/LC_MESSAGES/django.po @@ -3974,7 +3974,7 @@ msgstr "Opis postopka plačila za potrditev v e-poštnih sporočilih" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" "To besedilo bo vključeno za {payment_info} placeholder v emailih za " @@ -3996,7 +3996,7 @@ msgstr "Opis postopka plačila za čakajoča naročila" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" "To besedilo bo prikazano na strani za potrditev naročila za čakajoča " "naročila. Uporabnika mora poučiti, kako naj nadaljuje s plačilom. Uporabite " diff --git a/src/pretix/locale/sv/LC_MESSAGES/django.po b/src/pretix/locale/sv/LC_MESSAGES/django.po index c561f81471..054654d4ee 100644 --- a/src/pretix/locale/sv/LC_MESSAGES/django.po +++ b/src/pretix/locale/sv/LC_MESSAGES/django.po @@ -3755,7 +3755,7 @@ msgstr "" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" @@ -3768,7 +3768,7 @@ msgstr "" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" #: pretix/base/payment.py:957 diff --git a/src/pretix/locale/tr/LC_MESSAGES/django.po b/src/pretix/locale/tr/LC_MESSAGES/django.po index b48c850278..b0432051c8 100644 --- a/src/pretix/locale/tr/LC_MESSAGES/django.po +++ b/src/pretix/locale/tr/LC_MESSAGES/django.po @@ -4182,7 +4182,7 @@ msgstr "Sipariş onay e-postalarında ödeme süreci açıklaması" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" "Bu metin, ödeme onay postaları için {payment_info} yer tutucuya dahil " @@ -4204,7 +4204,7 @@ msgstr "Bekleyen siparişler için ödeme süreci açıklaması" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" "Bu metin, bekleyen siparişler için sipariş onay sayfasında gösterilecektir. " "Ödemeye nasıl devam edileceği konusunda kullanıcıya talimat vermelidir. " diff --git a/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po b/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po index 7c46aa64f7..208d307789 100644 --- a/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po +++ b/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po @@ -3882,7 +3882,7 @@ msgstr "订单确认电子邮件中的付款流程说明" msgid "" "This text will be included for the {payment_info} placeholder in order " "confirmation mails. It should instruct the user on how to proceed with the " -"payment. You can usethe placeholders {order}, {total}, {currency} and " +"payment. You can use the placeholders {order}, {total}, {currency} and " "{total_with_currency}" msgstr "" "此文本将包含在订单确认邮件中的{payment_info}占位符中。它应该指示用户如何进行" @@ -3902,7 +3902,7 @@ msgstr "待处理订单的付款流程说明" msgid "" "This text will be shown on the order confirmation page for pending orders. " "It should instruct the user on how to proceed with the payment. You can " -"usethe placeholders {order}, {total}, {currency} and {total_with_currency}" +"use the placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" "此文本将显示在待处理订单的确认页面上。它应该指示用户如何进行付款。您可以使用" "占位符{order},{total},{currency}和{total_with_currency}"