diff --git a/doc/api/resources/invoices.rst b/doc/api/resources/invoices.rst index bc5723b4c..9188b73c2 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 805080590..ebd5d9d48 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 7f8543644..4d274b623 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 055bb6896..1b7af4651 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 9c7a4fdc3..432e459a9 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 23a589073..54731bb69 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 b66675972..cffe41e83 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 705a26f5e..248882682 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 58a18ef9e..2d308ae6d 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 894935d19..0acffa433 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 f13211c3c..e73b6f520 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 89be3e000..f30023e1c 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 f13211c3c..e73b6f520 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 112738124..ee4012417 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 c428af438..5de8a9220 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 c8286fa55..b1ec0c286 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 62eecdde5..456c0346b 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 86ada69df..9bd1259b8 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 ab09d1d78..41797650c 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 729852bc4..72beb2a6a 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 a800e654e..1fb5a2bd7 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 2d42d8468..e6a9fb870 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 db451ad57..afb03cbe4 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 bf6d7eaa4..8567018e0 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 f1e719d9a..8c1e7c9e8 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 bb02071cc..4101e3751 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 624e3c25a..e92639c43 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 c5c43bc92..bee0cb5af 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 5faf8f455..a1ed6bb0e 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 792a92943..6685962e2 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 e5d6e66e4..d9e405e06 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 14a69dc7f..c5dba14d0 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 9d7454af4..885d725ea 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 c7d108b9f..df254bf05 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 e9f450909..5f09135da 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 0610153d9..46c5d04f5 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 d0c3256a1..865f0e3b8 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 93e8c7a35..c5dc52cc8 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 c555d5503..306406e6e 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 517c1c660..a2ab045de 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 1da380f15..73b902f9f 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 1b21edd6b..bb30c06cb 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 9227b8cb0..63af74fa0 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 865a5db44..65f329b5a 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 5f9d04d0c..c2ca95641 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 5190560e7..7b748fa0c 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 6eeecb12f..ecbb90462 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 f747ba317..5ab3cd6b7 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 3659eae6c..a54bc6a14 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 f09186dbb..6ef08d26d 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 5de953725..ee0f6142a 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 db47eb2c1..5e0c78419 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 985339163..ead5a2903 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 a68ec1ef4..336e35fd2 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 054394b0e..f9eb6e8cb 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 c0585a373..9cb33fbce 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 6de531201..516d3020e 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 52141afa7..2fbb477d1 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 f546dc64c..d2bd30ae2 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