diff --git a/src/c3nav/locale/de/LC_MESSAGES/django.po b/src/c3nav/locale/de/LC_MESSAGES/django.po index cc435e52..aaab6bef 100644 --- a/src/c3nav/locale/de/LC_MESSAGES/django.po +++ b/src/c3nav/locale/de/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-27 01:14+0100\n" -"PO-Revision-Date: 2024-12-27 01:14+0100\n" +"POT-Creation-Date: 2024-12-27 13:48+0100\n" +"PO-Revision-Date: 2024-12-27 14:44+0100\n" "Last-Translator: Laura Klünder \n" "Language-Team: \n" "Language: de\n" @@ -3010,6 +3010,10 @@ msgstr "Wir versuchen die BSSIDs von „%s“ zu finden." msgid "Please stand near “%s” and wait for the submit button to appear." msgstr "Bitte stell dich zu „%s“ und warte bis der Absendebutton erscheint." +#: c3nav/mapdata/quests/positioning.py +msgid "Do not close this popup until then." +msgstr "Bitte lass diesen Dialog bis dahin offen." + #: c3nav/mapdata/quests/positioning.py msgid "This should happen within less than a minute." msgstr "Dies sollte weniger als eine Minute dauern." diff --git a/src/c3nav/mapdata/quests/positioning.py b/src/c3nav/mapdata/quests/positioning.py index 9bc5d3ac..8a86ef0f 100644 --- a/src/c3nav/mapdata/quests/positioning.py +++ b/src/c3nav/mapdata/quests/positioning.py @@ -92,6 +92,7 @@ class RangingBeaconBSSIDsQuest(Quest): _("This quest only works in the app. It works fully automatically."), _("We are trying to find the BSSIDs broadcast by “%s”.") % self.obj.title, _("Please stand near “%s” and wait for the submit button to appear.") % self.obj.title, + _("Do not close this popup until then."), _("This should happen within less than a minute."), ]