diff --git a/doc/api/resources/invoices.rst b/doc/api/resources/invoices.rst index bc5723b4ca..9188b73c24 100644 --- a/doc/api/resources/invoices.rst +++ b/doc/api/resources/invoices.rst @@ -163,10 +163,10 @@ transmission_email_address string Optional. An em Business customers only. ===================================== ========================== ======================================================= -PEPPOL +Peppol """""" -The identifier ``"peppol"`` represents the transmission of XML invoices through the `PEPPOL`_ network. +The identifier ``"peppol"`` represents the transmission of XML invoices through the `Peppol`_ network. This is only available for business addresses. This is not supported by pretix out of the box and requires the use of a suitable plugin. The ``transmission_info`` object may contain the following properties: @@ -176,7 +176,7 @@ The ``transmission_info`` object may contain the following properties: ===================================== ========================== ======================================================= Field Type Description ===================================== ========================== ======================================================= -transmission_peppol_participant_id string Required. The PEPPOL participant ID of the recipient. +transmission_peppol_participant_id string Required. The Peppol participant ID of the recipient. ===================================== ========================== ======================================================= Italian Exchange System @@ -605,5 +605,5 @@ but in other cases transmission may need to be triggered manually. :statuscode 409: The invoice is currently in transmission -.. _PEPPOL: https://en.wikipedia.org/wiki/PEPPOL +.. _Peppol: https://en.wikipedia.org/wiki/PEPPOL .. _Sistema di Interscambio: https://it.wikipedia.org/wiki/Fattura_elettronica_in_Italia \ No newline at end of file diff --git a/src/pretix/base/invoicing/peppol.py b/src/pretix/base/invoicing/peppol.py index 8050805901..ebd5d9d482 100644 --- a/src/pretix/base/invoicing/peppol.py +++ b/src/pretix/base/invoicing/peppol.py @@ -125,15 +125,15 @@ class PeppolIdValidator: def __call__(self, value): if ":" not in value: - raise ValidationError(_("A PEPPOL participant ID always starts with a prefix, followed by a colon (:).")) + raise ValidationError(_("A Peppol participant ID always starts with a prefix, followed by a colon (:).")) prefix, second = value.split(":", 1) if prefix not in self.regex_rules: - raise ValidationError(_("The PEPPOL participant ID prefix %(number)s is not known to our system. Please " + raise ValidationError(_("The Peppol participant ID prefix %(number)s is not known to our system. Please " "reach out to us if you are sure this ID is correct."), params={"number": prefix}) if not re.match(self.regex_rules[prefix], second): - raise ValidationError(_("The PEPPOL participant ID does not match the validation rules for the prefix " + raise ValidationError(_("The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct."), params={"number": prefix}) return value @@ -142,7 +142,7 @@ class PeppolIdValidator: @transmission_types.new() class PeppolTransmissionType(TransmissionType): identifier = "peppol" - verbose_name = "PEPPOL" + verbose_name = "Peppol" priority = 250 enforce_transmission = True @@ -153,7 +153,7 @@ class PeppolTransmissionType(TransmissionType): def invoice_address_form_fields(self) -> dict: return { "transmission_peppol_participant_id": forms.CharField( - label=_("PEPPOL participant ID"), + label=_("Peppol participant ID"), validators=[ PeppolIdValidator(), ] diff --git a/src/pretix/locale/ang/LC_MESSAGES/django.po b/src/pretix/locale/ang/LC_MESSAGES/django.po index 7f85436441..4d274b6236 100644 --- a/src/pretix/locale/ang/LC_MESSAGES/django.po +++ b/src/pretix/locale/ang/LC_MESSAGES/django.po @@ -3627,25 +3627,25 @@ msgstr "" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/ar/LC_MESSAGES/django.po b/src/pretix/locale/ar/LC_MESSAGES/django.po index 055bb6896f..1b7af46519 100644 --- a/src/pretix/locale/ar/LC_MESSAGES/django.po +++ b/src/pretix/locale/ar/LC_MESSAGES/django.po @@ -3919,25 +3919,25 @@ msgstr "نطاق تاريخ الفعالية" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/az/LC_MESSAGES/django.po b/src/pretix/locale/az/LC_MESSAGES/django.po index 9c7a4fdc35..432e459a90 100644 --- a/src/pretix/locale/az/LC_MESSAGES/django.po +++ b/src/pretix/locale/az/LC_MESSAGES/django.po @@ -3629,25 +3629,25 @@ msgstr "" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/ca/LC_MESSAGES/django.po b/src/pretix/locale/ca/LC_MESSAGES/django.po index 23a589073b..54731bb697 100644 --- a/src/pretix/locale/ca/LC_MESSAGES/django.po +++ b/src/pretix/locale/ca/LC_MESSAGES/django.po @@ -3970,25 +3970,25 @@ msgstr "Rang de data de l'esdeveniment" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/cs/LC_MESSAGES/django.po b/src/pretix/locale/cs/LC_MESSAGES/django.po index b666759724..cffe41e835 100644 --- a/src/pretix/locale/cs/LC_MESSAGES/django.po +++ b/src/pretix/locale/cs/LC_MESSAGES/django.po @@ -3803,25 +3803,25 @@ msgstr "Datum akce: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/cy/LC_MESSAGES/django.po b/src/pretix/locale/cy/LC_MESSAGES/django.po index 705a26f5e3..2488826822 100644 --- a/src/pretix/locale/cy/LC_MESSAGES/django.po +++ b/src/pretix/locale/cy/LC_MESSAGES/django.po @@ -3653,25 +3653,25 @@ msgstr "" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/da/LC_MESSAGES/django.po b/src/pretix/locale/da/LC_MESSAGES/django.po index 58a18ef9ef..2d308ae6de 100644 --- a/src/pretix/locale/da/LC_MESSAGES/django.po +++ b/src/pretix/locale/da/LC_MESSAGES/django.po @@ -3814,25 +3814,25 @@ msgstr "Arrangementsdato: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/de/LC_MESSAGES/django.po b/src/pretix/locale/de/LC_MESSAGES/django.po index 894935d19d..0acffa433a 100644 --- a/src/pretix/locale/de/LC_MESSAGES/django.po +++ b/src/pretix/locale/de/LC_MESSAGES/django.po @@ -3763,34 +3763,34 @@ msgstr "Veranstaltungsdatum: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" -"Eine PEPPOL-Teilnehmer-ID beginnt immer mit einem Präfix, gefolgt von einem " +"Eine Peppol-Teilnehmer-ID beginnt immer mit einem Präfix, gefolgt von einem " "Doppelpunkt (:)." #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" -"Der Präfix %(number)s für PEPPOL-Teilnehmer-IDs ist unserem System nicht " +"Der Präfix %(number)s für Peppol-Teilnehmer-IDs ist unserem System nicht " "bekannt. Bitte kontaktieren Sie uns, wenn Sie sicher sind, dass diese ID " "korrekt ist." #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" -"Die PEPPOL-Teilnehmer-ID passt nicht zu den Validierungsregeln für den " +"Die Peppol-Teilnehmer-ID passt nicht zu den Validierungsregeln für den " "Präfix %(number)s. Bitte kontaktieren Sie uns, wenn Sie sicher sind, dass " "diese ID korrekt ist." #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" -msgstr "PEPPOL-Teilnehmer-ID" +msgid "Peppol participant ID" +msgstr "Peppol-Teilnehmer-ID" #: pretix/base/logentrytype_registry.py:43 msgid "" diff --git a/src/pretix/locale/de/wordlist.txt b/src/pretix/locale/de/wordlist.txt index f13211c3c0..e73b6f520f 100644 --- a/src/pretix/locale/de/wordlist.txt +++ b/src/pretix/locale/de/wordlist.txt @@ -243,7 +243,7 @@ PayPals PayU PCI Personalisierung -PEPPOL +Peppol PKCE Platzhalterzeichen Play diff --git a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po index 89be3e0009..f30023e1c2 100644 --- a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po @@ -3763,34 +3763,34 @@ msgstr "Veranstaltungsdatum: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" -"Eine PEPPOL-Teilnehmer-ID beginnt immer mit einem Präfix, gefolgt von einem " +"Eine Peppol-Teilnehmer-ID beginnt immer mit einem Präfix, gefolgt von einem " "Doppelpunkt (:)." #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" -"Der Präfix %(number)s für PEPPOL-Teilnehmer-IDs ist unserem System nicht " +"Der Präfix %(number)s für Peppol-Teilnehmer-IDs ist unserem System nicht " "bekannt. Bitte kontaktiere uns, wenn du sicher bist, dass diese ID korrekt " "ist." #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" -"Die PEPPOL-Teilnehmer-ID passt nicht zu den Validierungsregeln für den " +"Die Peppol-Teilnehmer-ID passt nicht zu den Validierungsregeln für den " "Präfix %(number)s. Bitte kontaktiere uns, wenn du sicher bist, dass diese ID " "korrekt ist." #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" -msgstr "PEPPOL-Teilnehmer-ID" +msgid "Peppol participant ID" +msgstr "Peppol-Teilnehmer-ID" #: pretix/base/logentrytype_registry.py:43 msgid "" diff --git a/src/pretix/locale/de_Informal/wordlist.txt b/src/pretix/locale/de_Informal/wordlist.txt index f13211c3c0..e73b6f520f 100644 --- a/src/pretix/locale/de_Informal/wordlist.txt +++ b/src/pretix/locale/de_Informal/wordlist.txt @@ -243,7 +243,7 @@ PayPals PayU PCI Personalisierung -PEPPOL +Peppol PKCE Platzhalterzeichen Play diff --git a/src/pretix/locale/django.pot b/src/pretix/locale/django.pot index 1127381240..ee40124177 100644 --- a/src/pretix/locale/django.pot +++ b/src/pretix/locale/django.pot @@ -3628,25 +3628,25 @@ msgstr "" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/el/LC_MESSAGES/django.po b/src/pretix/locale/el/LC_MESSAGES/django.po index c428af438a..5de8a92206 100644 --- a/src/pretix/locale/el/LC_MESSAGES/django.po +++ b/src/pretix/locale/el/LC_MESSAGES/django.po @@ -4071,25 +4071,25 @@ msgstr "Εύρος ημερομηνιών εκδήλωσης" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/enm/LC_MESSAGES/django.po b/src/pretix/locale/enm/LC_MESSAGES/django.po index c8286fa55c..b1ec0c2861 100644 --- a/src/pretix/locale/enm/LC_MESSAGES/django.po +++ b/src/pretix/locale/enm/LC_MESSAGES/django.po @@ -3627,25 +3627,25 @@ msgstr "" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/es/LC_MESSAGES/django.po b/src/pretix/locale/es/LC_MESSAGES/django.po index 62eecdde56..456c0346be 100644 --- a/src/pretix/locale/es/LC_MESSAGES/django.po +++ b/src/pretix/locale/es/LC_MESSAGES/django.po @@ -3775,34 +3775,34 @@ msgstr "Fecha del evento: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" -"El identificador de participante PEPPOL siempre comienza con un prefijo, " +"El identificador de participante Peppol siempre comienza con un prefijo, " "seguido de dos puntos (:)." #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" -"El prefijo de identificación de participante PEPPOL %(number)s no se conoce " +"El prefijo de identificación de participante Peppol %(number)s no se conoce " "en nuestro sistema. Póngase en contacto con nosotros si está seguro de que " "esta identificación es correcta." #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" -"El ID de participante PEPPOL no coincide con las reglas de validación para " +"El ID de participante Peppol no coincide con las reglas de validación para " "el prefijo %(number)s. Póngase en contacto con nosotros si está seguro de " "que este ID es correcto." #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" -msgstr "Identificador de participante PEPPOL" +msgid "Peppol participant ID" +msgstr "Identificador de participante Peppol" #: pretix/base/logentrytype_registry.py:43 msgid "" diff --git a/src/pretix/locale/es_419/LC_MESSAGES/django.po b/src/pretix/locale/es_419/LC_MESSAGES/django.po index 86ada69df0..9bd1259b83 100644 --- a/src/pretix/locale/es_419/LC_MESSAGES/django.po +++ b/src/pretix/locale/es_419/LC_MESSAGES/django.po @@ -3756,25 +3756,25 @@ msgstr "" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/et/LC_MESSAGES/django.po b/src/pretix/locale/et/LC_MESSAGES/django.po index ab09d1d780..41797650c6 100644 --- a/src/pretix/locale/et/LC_MESSAGES/django.po +++ b/src/pretix/locale/et/LC_MESSAGES/django.po @@ -3629,25 +3629,25 @@ msgstr "" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/eu/LC_MESSAGES/django.po b/src/pretix/locale/eu/LC_MESSAGES/django.po index 729852bc4b..72beb2a6a6 100644 --- a/src/pretix/locale/eu/LC_MESSAGES/django.po +++ b/src/pretix/locale/eu/LC_MESSAGES/django.po @@ -3830,25 +3830,25 @@ msgstr "Ekitaldiaren data: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/fi/LC_MESSAGES/django.po b/src/pretix/locale/fi/LC_MESSAGES/django.po index a800e654e0..1fb5a2bd72 100644 --- a/src/pretix/locale/fi/LC_MESSAGES/django.po +++ b/src/pretix/locale/fi/LC_MESSAGES/django.po @@ -3817,25 +3817,25 @@ msgstr "Tapahtuman päivämäärä: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/fo/LC_MESSAGES/django.po b/src/pretix/locale/fo/LC_MESSAGES/django.po index 2d42d8468d..e6a9fb8707 100644 --- a/src/pretix/locale/fo/LC_MESSAGES/django.po +++ b/src/pretix/locale/fo/LC_MESSAGES/django.po @@ -3672,25 +3672,25 @@ msgstr "" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/fr/LC_MESSAGES/django.po b/src/pretix/locale/fr/LC_MESSAGES/django.po index db451ad57c..afb03cbe4e 100644 --- a/src/pretix/locale/fr/LC_MESSAGES/django.po +++ b/src/pretix/locale/fr/LC_MESSAGES/django.po @@ -3780,34 +3780,34 @@ msgstr "Plage de dates de l'événement : {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" -"Un identifiant PEPPOL commence toujours par un préfixe, suivi d'un deux-" +"Un identifiant Peppol commence toujours par un préfixe, suivi d'un deux-" "points (:)." #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" -"Le préfixe d'identifiant PEPPOL %(number)s n'est pas reconnu par notre " +"Le préfixe d'identifiant Peppol %(number)s n'est pas reconnu par notre " "système. Veuillez nous contacter si vous êtes certain que cet identifiant " "est correct." #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" -"L'identifiant PEPPOL ne correspond pas aux règles de validation pour le " +"L'identifiant Peppol ne correspond pas aux règles de validation pour le " "préfixe %(number)s. Veuillez nous contacter si vous êtes certain que cet " "identifiant est correct." #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" -msgstr "Identifiant participant PEPPOL" +msgid "Peppol participant ID" +msgstr "Identifiant participant Peppol" #: pretix/base/logentrytype_registry.py:43 msgid "" diff --git a/src/pretix/locale/gl/LC_MESSAGES/django.po b/src/pretix/locale/gl/LC_MESSAGES/django.po index bf6d7eaa4b..8567018e06 100644 --- a/src/pretix/locale/gl/LC_MESSAGES/django.po +++ b/src/pretix/locale/gl/LC_MESSAGES/django.po @@ -3973,25 +3973,25 @@ msgstr "Rango de fechas de evento" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/he/LC_MESSAGES/django.po b/src/pretix/locale/he/LC_MESSAGES/django.po index f1e719d9a2..8c1e7c9e87 100644 --- a/src/pretix/locale/he/LC_MESSAGES/django.po +++ b/src/pretix/locale/he/LC_MESSAGES/django.po @@ -3761,25 +3761,25 @@ msgstr "תאריך אירוע: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/hr/LC_MESSAGES/django.po b/src/pretix/locale/hr/LC_MESSAGES/django.po index bb02071cc3..4101e37512 100644 --- a/src/pretix/locale/hr/LC_MESSAGES/django.po +++ b/src/pretix/locale/hr/LC_MESSAGES/django.po @@ -3824,25 +3824,25 @@ msgstr "Datum događaja: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/hu/LC_MESSAGES/django.po b/src/pretix/locale/hu/LC_MESSAGES/django.po index 624e3c25a1..e92639c43d 100644 --- a/src/pretix/locale/hu/LC_MESSAGES/django.po +++ b/src/pretix/locale/hu/LC_MESSAGES/django.po @@ -3760,25 +3760,25 @@ msgstr "" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/id/LC_MESSAGES/django.po b/src/pretix/locale/id/LC_MESSAGES/django.po index c5c43bc929..bee0cb5af4 100644 --- a/src/pretix/locale/id/LC_MESSAGES/django.po +++ b/src/pretix/locale/id/LC_MESSAGES/django.po @@ -3839,25 +3839,25 @@ msgstr "Rentang tanggal acara" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/it/LC_MESSAGES/django.po b/src/pretix/locale/it/LC_MESSAGES/django.po index 5faf8f455f..a1ed6bb0e6 100644 --- a/src/pretix/locale/it/LC_MESSAGES/django.po +++ b/src/pretix/locale/it/LC_MESSAGES/django.po @@ -3803,25 +3803,25 @@ msgstr "Data evento: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/ja/LC_MESSAGES/django.po b/src/pretix/locale/ja/LC_MESSAGES/django.po index 792a929439..6685962e28 100644 --- a/src/pretix/locale/ja/LC_MESSAGES/django.po +++ b/src/pretix/locale/ja/LC_MESSAGES/django.po @@ -3727,30 +3727,30 @@ msgstr "イベントの日程: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." -msgstr "PEPPOL参加者IDは常にプレフィックスで始まり、その後にコロン(:)が続きます。" +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." +msgstr "Peppol参加者IDは常にプレフィックスで始まり、その後にコロン(:)が続きます。" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" -"PEPPOL参加者IDのプレフィックス「%(number)s」は当システムで認識されていません" +"Peppol参加者IDのプレフィックス「%(number)s」は当システムで認識されていません" "。このIDが正しいことをご確認の上、お問い合わせください。" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" -"PEPPOL参加者IDがプレフィックス「%(number)s」の検証ルールと一致しません。このI" +"Peppol参加者IDがプレフィックス「%(number)s」の検証ルールと一致しません。このI" "Dが正しいことをご確認の上、お問い合わせください。" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" -msgstr "PEPPOL参加者ID" +msgid "Peppol participant ID" +msgstr "Peppol参加者ID" #: pretix/base/logentrytype_registry.py:43 msgid "" diff --git a/src/pretix/locale/ko/LC_MESSAGES/django.po b/src/pretix/locale/ko/LC_MESSAGES/django.po index e5d6e66e43..d9e405e069 100644 --- a/src/pretix/locale/ko/LC_MESSAGES/django.po +++ b/src/pretix/locale/ko/LC_MESSAGES/django.po @@ -3787,25 +3787,25 @@ msgstr "이벤트 날짜: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/lt/LC_MESSAGES/django.po b/src/pretix/locale/lt/LC_MESSAGES/django.po index 14a69dc7f6..c5dba14d0b 100644 --- a/src/pretix/locale/lt/LC_MESSAGES/django.po +++ b/src/pretix/locale/lt/LC_MESSAGES/django.po @@ -3630,25 +3630,25 @@ msgstr "" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/lv/LC_MESSAGES/django.po b/src/pretix/locale/lv/LC_MESSAGES/django.po index 9d7454af41..885d725ea5 100644 --- a/src/pretix/locale/lv/LC_MESSAGES/django.po +++ b/src/pretix/locale/lv/LC_MESSAGES/django.po @@ -3878,25 +3878,25 @@ msgstr "Notikuma datumu diapazons" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/nan/LC_MESSAGES/django.po b/src/pretix/locale/nan/LC_MESSAGES/django.po index c7d108b9fc..df254bf053 100644 --- a/src/pretix/locale/nan/LC_MESSAGES/django.po +++ b/src/pretix/locale/nan/LC_MESSAGES/django.po @@ -3627,25 +3627,25 @@ msgstr "" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/nb_NO/LC_MESSAGES/django.po b/src/pretix/locale/nb_NO/LC_MESSAGES/django.po index e9f4509096..5f09135dac 100644 --- a/src/pretix/locale/nb_NO/LC_MESSAGES/django.po +++ b/src/pretix/locale/nb_NO/LC_MESSAGES/django.po @@ -3828,25 +3828,25 @@ msgstr "Dato for arrangement: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/nl/LC_MESSAGES/django.po b/src/pretix/locale/nl/LC_MESSAGES/django.po index 0610153d93..46c5d04f5d 100644 --- a/src/pretix/locale/nl/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl/LC_MESSAGES/django.po @@ -3790,25 +3790,25 @@ msgstr "Evenementdatum: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po b/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po index d0c3256a17..865f0e3b8a 100644 --- a/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po @@ -3873,25 +3873,25 @@ msgstr "Datumbereik evenement" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/pl/LC_MESSAGES/django.po b/src/pretix/locale/pl/LC_MESSAGES/django.po index 93e8c7a352..c5dc52cc84 100644 --- a/src/pretix/locale/pl/LC_MESSAGES/django.po +++ b/src/pretix/locale/pl/LC_MESSAGES/django.po @@ -3833,25 +3833,25 @@ msgstr "Data wydarzenia: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po b/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po index c555d55036..306406e6e1 100644 --- a/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po @@ -3806,25 +3806,25 @@ msgstr "Data wydarzenia: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/pt/LC_MESSAGES/django.po b/src/pretix/locale/pt/LC_MESSAGES/django.po index 517c1c660f..a2ab045de5 100644 --- a/src/pretix/locale/pt/LC_MESSAGES/django.po +++ b/src/pretix/locale/pt/LC_MESSAGES/django.po @@ -3782,25 +3782,25 @@ msgstr "Data da série de eventos alterada" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/pt_BR/LC_MESSAGES/django.po b/src/pretix/locale/pt_BR/LC_MESSAGES/django.po index 1da380f150..73b902f9fd 100644 --- a/src/pretix/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/pretix/locale/pt_BR/LC_MESSAGES/django.po @@ -3756,25 +3756,25 @@ msgstr "Data do evento: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/pt_PT/LC_MESSAGES/django.po b/src/pretix/locale/pt_PT/LC_MESSAGES/django.po index 1b21edd6ba..bb30c06cb9 100644 --- a/src/pretix/locale/pt_PT/LC_MESSAGES/django.po +++ b/src/pretix/locale/pt_PT/LC_MESSAGES/django.po @@ -3822,25 +3822,25 @@ msgstr "Data do evento: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/ro/LC_MESSAGES/django.po b/src/pretix/locale/ro/LC_MESSAGES/django.po index 9227b8cb01..63af74fa0b 100644 --- a/src/pretix/locale/ro/LC_MESSAGES/django.po +++ b/src/pretix/locale/ro/LC_MESSAGES/django.po @@ -3937,25 +3937,25 @@ msgstr "Intervalul de date al evenimentului" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/ru/LC_MESSAGES/django.po b/src/pretix/locale/ru/LC_MESSAGES/django.po index 865a5db440..65f329b5a7 100644 --- a/src/pretix/locale/ru/LC_MESSAGES/django.po +++ b/src/pretix/locale/ru/LC_MESSAGES/django.po @@ -3985,25 +3985,25 @@ msgstr "Диапазон дат мероприятия" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/si/LC_MESSAGES/django.po b/src/pretix/locale/si/LC_MESSAGES/django.po index 5f9d04d0c7..c2ca95641f 100644 --- a/src/pretix/locale/si/LC_MESSAGES/django.po +++ b/src/pretix/locale/si/LC_MESSAGES/django.po @@ -3667,25 +3667,25 @@ msgstr "" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/sk/LC_MESSAGES/django.po b/src/pretix/locale/sk/LC_MESSAGES/django.po index 5190560e7b..7b748fa0c5 100644 --- a/src/pretix/locale/sk/LC_MESSAGES/django.po +++ b/src/pretix/locale/sk/LC_MESSAGES/django.po @@ -3824,25 +3824,25 @@ msgstr "Dátum podujatia: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/sl/LC_MESSAGES/django.po b/src/pretix/locale/sl/LC_MESSAGES/django.po index 6eeecb12f1..ecbb904620 100644 --- a/src/pretix/locale/sl/LC_MESSAGES/django.po +++ b/src/pretix/locale/sl/LC_MESSAGES/django.po @@ -3904,25 +3904,25 @@ msgstr "Časovno obdobje dogodka" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/sq/LC_MESSAGES/django.po b/src/pretix/locale/sq/LC_MESSAGES/django.po index f747ba317c..5ab3cd6b7d 100644 --- a/src/pretix/locale/sq/LC_MESSAGES/django.po +++ b/src/pretix/locale/sq/LC_MESSAGES/django.po @@ -3627,25 +3627,25 @@ msgstr "" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/sv/LC_MESSAGES/django.po b/src/pretix/locale/sv/LC_MESSAGES/django.po index 3659eae6cd..a54bc6a14f 100644 --- a/src/pretix/locale/sv/LC_MESSAGES/django.po +++ b/src/pretix/locale/sv/LC_MESSAGES/django.po @@ -3824,25 +3824,25 @@ msgstr "Evenemangsdatum: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/th/LC_MESSAGES/django.po b/src/pretix/locale/th/LC_MESSAGES/django.po index f09186dbbc..6ef08d26db 100644 --- a/src/pretix/locale/th/LC_MESSAGES/django.po +++ b/src/pretix/locale/th/LC_MESSAGES/django.po @@ -3630,25 +3630,25 @@ msgstr "" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/tr/LC_MESSAGES/django.po b/src/pretix/locale/tr/LC_MESSAGES/django.po index 5de9537257..ee0f6142a4 100644 --- a/src/pretix/locale/tr/LC_MESSAGES/django.po +++ b/src/pretix/locale/tr/LC_MESSAGES/django.po @@ -4099,25 +4099,25 @@ msgstr "Etkinlik tarih aralığı" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/uk/LC_MESSAGES/django.po b/src/pretix/locale/uk/LC_MESSAGES/django.po index db47eb2c12..5e0c784197 100644 --- a/src/pretix/locale/uk/LC_MESSAGES/django.po +++ b/src/pretix/locale/uk/LC_MESSAGES/django.po @@ -3901,25 +3901,25 @@ msgstr "Діапазон дат події" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/vi/LC_MESSAGES/django.po b/src/pretix/locale/vi/LC_MESSAGES/django.po index 9853391637..ead5a2903e 100644 --- a/src/pretix/locale/vi/LC_MESSAGES/django.po +++ b/src/pretix/locale/vi/LC_MESSAGES/django.po @@ -3796,25 +3796,25 @@ msgstr "Sự kiện Ngày: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/vls/LC_MESSAGES/django.po b/src/pretix/locale/vls/LC_MESSAGES/django.po index a68ec1ef40..336e35fd2e 100644 --- a/src/pretix/locale/vls/LC_MESSAGES/django.po +++ b/src/pretix/locale/vls/LC_MESSAGES/django.po @@ -3627,25 +3627,25 @@ msgstr "" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/wordlist.txt b/src/pretix/locale/wordlist.txt index 054394b0e2..f9eb6e8cba 100644 --- a/src/pretix/locale/wordlist.txt +++ b/src/pretix/locale/wordlist.txt @@ -108,7 +108,7 @@ overpayment OXXO Pago PayU -PEPPOL +Peppol PCI PKCE PDFs diff --git a/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po b/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po index c0585a373b..9cb33fbce2 100644 --- a/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po +++ b/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po @@ -3987,25 +3987,25 @@ msgstr "活动日期范围" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/pretix/locale/zh_Hant/LC_MESSAGES/django.po b/src/pretix/locale/zh_Hant/LC_MESSAGES/django.po index 6de5312014..516d3020e6 100644 --- a/src/pretix/locale/zh_Hant/LC_MESSAGES/django.po +++ b/src/pretix/locale/zh_Hant/LC_MESSAGES/django.po @@ -3736,25 +3736,25 @@ msgstr "活動日期: {date_range}" #: pretix/base/invoicing/peppol.py:128 msgid "" -"A PEPPOL participant ID always starts with a prefix, followed by a colon (:)." +"A Peppol participant ID always starts with a prefix, followed by a colon (:)." msgstr "" #: pretix/base/invoicing/peppol.py:132 #, python-format msgid "" -"The PEPPOL participant ID prefix %(number)s is not known to our system. " +"The Peppol participant ID prefix %(number)s is not known to our system. " "Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:136 #, python-format msgid "" -"The PEPPOL participant ID does not match the validation rules for the prefix " +"The Peppol participant ID does not match the validation rules for the prefix " "%(number)s. Please reach out to us if you are sure this ID is correct." msgstr "" #: pretix/base/invoicing/peppol.py:156 -msgid "PEPPOL participant ID" +msgid "Peppol participant ID" msgstr "" #: pretix/base/logentrytype_registry.py:43 diff --git a/src/tests/base/test_js_helpers.py b/src/tests/base/test_js_helpers.py index 52141afa77..2fbb477d1a 100644 --- a/src/tests/base/test_js_helpers.py +++ b/src/tests/base/test_js_helpers.py @@ -201,7 +201,7 @@ def test_email_peppol_choice(client, event): 'transmission_type': {'visible': True}, 'transmission_types': [ {'code': 'email', 'name': 'Email'}, - {'code': 'peppol', 'name': 'PEPPOL'}, + {'code': 'peppol', 'name': 'Peppol'}, ], 'vat_id': {'required': False, 'visible': True}, 'zipcode': {'required': 'if_any'} @@ -227,7 +227,7 @@ def test_email_peppol_choice(client, event): 'transmission_type': {'visible': True}, 'transmission_types': [ {'code': 'email', 'name': 'Email'}, - {'code': 'peppol', 'name': 'PEPPOL'}, + {'code': 'peppol', 'name': 'Peppol'}, ], 'vat_id': {'required': False, 'visible': True}, 'zipcode': {'required': True} diff --git a/src/tests/testdummy/signals.py b/src/tests/testdummy/signals.py index f546dc64c5..d2bd30ae20 100644 --- a/src/tests/testdummy/signals.py +++ b/src/tests/testdummy/signals.py @@ -97,7 +97,7 @@ class TestSdiTransmissionProvider(TransmissionProvider): class TestPeppolTransmissionProvider(TransmissionProvider): identifier = "peppol_test" type = "peppol" - verbose_name = "PEPPOL Test" + verbose_name = "Peppol Test" def is_ready(self, event) -> bool: return True