diff --git a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po index 37c6761b33..458c7ce537 100644 --- a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: 1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-08-09 07:58+0000\n" -"PO-Revision-Date: 2019-08-08 08:47+0000\n" +"PO-Revision-Date: 2019-08-09 08:26+0000\n" "Last-Translator: Raphael Michel \n" "Language-Team: German (informal) \n" @@ -555,11 +555,9 @@ msgstr "Land" #: pretix/control/templates/pretixcontrol/order/index.html:667 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:104 #: pretix/presale/templates/pretixpresale/event/order.html:212 -#, fuzzy -#| msgid "Status" msgctxt "address" msgid "State" -msgstr "Status" +msgstr "Bundesstaat" #: pretix/base/exporters/orderlist.py:99 pretix/base/exporters/orderlist.py:212 #: pretix/base/exporters/orderlist.py:306 @@ -1093,11 +1091,9 @@ msgid "Street and Number" msgstr "Straße und Hausnummer" #: pretix/base/forms/questions.py:409 -#, fuzzy -#| msgid "Presale not started" msgctxt "address" msgid "Select state" -msgstr "noch nicht gestartet" +msgstr "Bundesstaat auswählen" #: pretix/base/forms/questions.py:471 msgid "You need to provide a company name." @@ -4010,14 +4006,7 @@ msgid "Your export did not contain any data." msgstr "Der Export enthielt keine Daten." #: pretix/base/services/invoices.py:73 -#, fuzzy, python-brace-format -#| msgctxt "invoice" -#| msgid "" -#| "{i.company}\n" -#| "{i.name}\n" -#| "{i.street}\n" -#| "{i.zipcode} {i.city}\n" -#| "{country}" +#, python-brace-format msgctxt "invoice" msgid "" "{i.company}\n" @@ -4029,7 +4018,7 @@ msgstr "" "{i.company}\n" "{i.name}\n" "{i.street}\n" -"{i.zipcode} {i.city}\n" +"{i.zipcode} {i.city} {state}\n" "{country}" #: pretix/base/services/invoices.py:148