From ce55cc42556b7c5e750d8f8730cb728ff9861945 Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Tue, 7 Sep 2021 23:19:16 +0200 Subject: [PATCH] Veranstaltung melden #290 --- messages.pot | 227 ++++++++++-------- project/api/event/resources.py | 4 +- project/static/vue/event-report/create.vue.js | 4 +- .../templates/email/event_report_notice.txt | 6 +- .../translations/de/LC_MESSAGES/messages.mo | Bin 30067 -> 30371 bytes .../translations/de/LC_MESSAGES/messages.po | 227 ++++++++++-------- .../translations/en/LC_MESSAGES/messages.mo | Bin 3365 -> 3365 bytes .../translations/en/LC_MESSAGES/messages.po | 227 ++++++++++-------- 8 files changed, 377 insertions(+), 318 deletions(-) diff --git a/messages.pot b/messages.pot index 43747e1..a9d2953 100644 --- a/messages.pot +++ b/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-09-02 10:13+0200\n" +"POT-Creation-Date: 2021-09-07 22:54+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -181,24 +181,24 @@ msgstr "" msgid "message" msgstr "" -#: project/forms/admin.py:10 project/templates/layout.html:307 +#: project/forms/admin.py:10 project/templates/layout.html:305 #: project/views/root.py:42 msgid "Terms of service" msgstr "" -#: project/forms/admin.py:11 project/templates/layout.html:311 +#: project/forms/admin.py:11 project/templates/layout.html:309 #: project/views/root.py:50 msgid "Legal notice" msgstr "" -#: project/forms/admin.py:12 project/templates/_macros.html:1356 -#: project/templates/layout.html:315 +#: project/forms/admin.py:12 project/templates/_macros.html:1358 +#: project/templates/layout.html:313 #: project/templates/widget/event_suggestion/create.html:204 #: project/views/admin_unit.py:36 project/views/root.py:58 msgid "Contact" msgstr "" -#: project/forms/admin.py:13 project/templates/layout.html:319 +#: project/forms/admin.py:13 project/templates/layout.html:317 #: project/views/root.py:66 msgid "Privacy" msgstr "" @@ -292,7 +292,7 @@ msgstr "" msgid "The short name is used to create a unique identifier for your events" msgstr "" -#: project/forms/admin_unit.py:40 project/templates/_macros.html:1492 +#: project/forms/admin_unit.py:40 project/templates/_macros.html:1494 msgid "Short name must contain only letters numbers or underscore" msgstr "" @@ -306,7 +306,7 @@ msgstr "" #: project/forms/admin_unit_member.py:23 project/forms/admin_unit_member.py:28 #: project/forms/event.py:58 project/forms/event_suggestion.py:38 #: project/forms/organizer.py:27 project/templates/_macros.html:262 -#: project/templates/_macros.html:1452 project/templates/admin/users.html:19 +#: project/templates/_macros.html:1454 project/templates/admin/users.html:19 msgid "Email" msgstr "" @@ -560,7 +560,7 @@ msgid "If the participants needs to register for the event." msgstr "" #: project/forms/event.py:137 project/templates/_macros.html:276 -#: project/templates/layout.html:130 +#: project/templates/layout.html:128 msgid "Booked up" msgstr "" @@ -616,11 +616,11 @@ msgstr "" msgid "EventAttendanceMode.offline" msgstr "" -#: project/forms/event.py:184 project/templates/layout.html:118 +#: project/forms/event.py:184 project/templates/layout.html:116 msgid "EventAttendanceMode.online" msgstr "" -#: project/forms/event.py:186 project/templates/layout.html:121 +#: project/forms/event.py:186 project/templates/layout.html:119 msgid "EventAttendanceMode.mixed" msgstr "" @@ -639,16 +639,16 @@ msgid "" " course it works without it." msgstr "" -#: project/forms/event.py:204 project/templates/_macros.html:1227 +#: project/forms/event.py:204 project/templates/_macros.html:1229 msgid "The start must be before the end." msgstr "" -#: project/forms/event.py:210 project/templates/_macros.html:1244 +#: project/forms/event.py:210 project/templates/_macros.html:1246 msgid "An event can last a maximum of 14 days." msgstr "" #: project/forms/event.py:218 project/templates/_macros.html:429 -#: project/templates/_macros.html:588 +#: project/templates/_macros.html:589 msgid "Previous start date" msgstr "" @@ -680,7 +680,7 @@ msgstr "" #: project/forms/event.py:243 project/forms/event.py:252 #: project/forms/event.py:321 project/forms/event_suggestion.py:50 -#: project/templates/_macros.html:468 project/templates/_macros.html:624 +#: project/templates/_macros.html:469 project/templates/_macros.html:626 #: project/templates/event/create.html:290 #: project/templates/event/update.html:172 #: project/templates/event_place/create.html:31 @@ -699,8 +699,8 @@ msgstr "" #: project/forms/event.py:259 project/forms/event.py:268 #: project/forms/event.py:329 project/forms/event.py:391 -#: project/forms/event_suggestion.py:60 project/templates/_macros.html:506 -#: project/templates/_macros.html:661 project/templates/event/create.html:261 +#: project/forms/event_suggestion.py:60 project/templates/_macros.html:507 +#: project/templates/_macros.html:663 project/templates/event/create.html:261 #: project/templates/event/update.html:163 #: project/templates/organizer/create.html:27 #: project/templates/organizer/delete.html:13 @@ -753,23 +753,23 @@ msgstr "" msgid "EventStatus.scheduled" msgstr "" -#: project/forms/event.py:342 project/templates/layout.html:84 -#: project/templates/layout.html:99 +#: project/forms/event.py:342 project/templates/layout.html:82 +#: project/templates/layout.html:97 msgid "EventStatus.cancelled" msgstr "" -#: project/forms/event.py:343 project/templates/layout.html:87 -#: project/templates/layout.html:102 +#: project/forms/event.py:343 project/templates/layout.html:85 +#: project/templates/layout.html:100 msgid "EventStatus.movedOnline" msgstr "" -#: project/forms/event.py:344 project/templates/layout.html:90 -#: project/templates/layout.html:105 +#: project/forms/event.py:344 project/templates/layout.html:88 +#: project/templates/layout.html:103 msgid "EventStatus.postponed" msgstr "" -#: project/forms/event.py:345 project/templates/layout.html:93 -#: project/templates/layout.html:108 +#: project/forms/event.py:345 project/templates/layout.html:91 +#: project/templates/layout.html:106 msgid "EventStatus.rescheduled" msgstr "" @@ -798,7 +798,7 @@ msgstr "" msgid "Update event" msgstr "" -#: project/forms/event.py:374 project/templates/_macros.html:1199 +#: project/forms/event.py:374 project/templates/_macros.html:1201 #: project/templates/event/actions.html:47 #: project/templates/event/delete.html:6 msgid "Delete event" @@ -972,10 +972,10 @@ msgid "Weekdays" msgstr "" #: project/forms/reference.py:11 project/forms/reference_request.py:16 -#: project/templates/_macros.html:527 project/templates/_macros.html:687 +#: project/templates/_macros.html:528 project/templates/_macros.html:689 #: project/templates/admin_unit/create.html:28 #: project/templates/admin_unit/update.html:29 -#: project/templates/layout.html:260 +#: project/templates/layout.html:258 msgid "Organization" msgstr "" @@ -1000,7 +1000,7 @@ msgstr "" msgid "Delete request" msgstr "" -#: project/forms/reference_request.py:28 project/templates/_macros.html:1368 +#: project/forms/reference_request.py:28 project/templates/_macros.html:1370 #: project/templates/event_suggestion/review_status.html:18 #: project/templates/reference_request/review_status.html:12 msgid "Review status" @@ -1067,7 +1067,7 @@ msgid "This field is required." msgstr "" #: project/templates/_macros.html:134 project/templates/_macros.html:415 -#: project/templates/_macros.html:422 project/templates/_macros.html:895 +#: project/templates/_macros.html:422 project/templates/_macros.html:897 msgid "Date" msgstr "" @@ -1107,7 +1107,7 @@ msgstr "" msgid "Last updated at %(updated_at)s." msgstr "" -#: project/templates/_macros.html:408 project/templates/_macros.html:584 +#: project/templates/_macros.html:408 project/templates/_macros.html:585 #: project/templates/event/actions.html:12 #: project/templates/event/create.html:235 #: project/templates/event/delete.html:13 @@ -1117,45 +1117,50 @@ msgstr "" msgid "Event" msgstr "" -#: project/templates/_macros.html:418 project/templates/_macros.html:570 +#: project/templates/_macros.html:418 project/templates/_macros.html:571 #, python-format msgid "%(count)d event dates" msgstr "" -#: project/templates/_macros.html:451 project/templates/_macros.html:606 -#: project/templates/_macros.html:1437 project/templates/event/actions.html:32 +#: project/templates/_macros.html:451 project/templates/_macros.html:607 +#: project/templates/_macros.html:1439 project/templates/event/actions.html:32 msgid "Share" msgstr "" -#: project/templates/_macros.html:455 project/templates/_macros.html:610 -#: project/templates/_macros.html:1467 +#: project/templates/_macros.html:455 project/templates/_macros.html:611 +#: project/templates/_macros.html:1469 msgid "Add to calendar" msgstr "" -#: project/templates/_macros.html:489 project/templates/_macros.html:643 +#: project/templates/_macros.html:463 project/templates/_macros.html:619 +#: project/templates/event/report.html:4 +msgid "Report event" +msgstr "" + +#: project/templates/_macros.html:490 project/templates/_macros.html:645 msgid "Show directions" msgstr "" -#: project/templates/_macros.html:494 project/templates/_macros.html:648 +#: project/templates/_macros.html:495 project/templates/_macros.html:650 msgid "The event takes place online." msgstr "" -#: project/templates/_macros.html:496 project/templates/_macros.html:650 +#: project/templates/_macros.html:497 project/templates/_macros.html:652 msgid "The event takes place both offline and online." msgstr "" -#: project/templates/_macros.html:711 project/templates/event_date/list.html:5 +#: project/templates/_macros.html:713 project/templates/event_date/list.html:5 #: project/templates/event_date/list.html:278 #: project/templates/event_date/search.html:3 #: project/templates/reference_request/review.html:32 msgid "Event Dates" msgstr "" -#: project/templates/_macros.html:784 +#: project/templates/_macros.html:786 msgid "Search location on Google" msgstr "" -#: project/templates/_macros.html:845 project/templates/_macros.html:847 +#: project/templates/_macros.html:847 project/templates/_macros.html:849 #: project/templates/event_date/list.html:299 #: project/templates/widget/event_suggestion/create.html:193 #: project/templates/widget/event_suggestion/create.html:218 @@ -1166,12 +1171,12 @@ msgstr "" msgid "Previous" msgstr "" -#: project/templates/_macros.html:849 +#: project/templates/_macros.html:851 #, python-format msgid "Page %(page)d of %(pages)d (%(total)d total)" msgstr "" -#: project/templates/_macros.html:851 project/templates/_macros.html:853 +#: project/templates/_macros.html:853 project/templates/_macros.html:855 #: project/templates/event_date/list.html:301 #: project/templates/widget/event_suggestion/create.html:194 #: project/templates/widget/event_suggestion/create.html:219 @@ -1181,105 +1186,105 @@ msgstr "" msgid "Next" msgstr "" -#: project/templates/_macros.html:918 +#: project/templates/_macros.html:920 msgid "Radius" msgstr "" -#: project/templates/_macros.html:1128 +#: project/templates/_macros.html:1130 msgid "Edit image" msgstr "" -#: project/templates/_macros.html:1149 +#: project/templates/_macros.html:1151 msgid "Close" msgstr "" -#: project/templates/_macros.html:1150 +#: project/templates/_macros.html:1152 msgid "Okay" msgstr "" -#: project/templates/_macros.html:1162 +#: project/templates/_macros.html:1164 msgid "Choose image file" msgstr "" -#: project/templates/_macros.html:1198 project/templates/event/actions.html:46 +#: project/templates/_macros.html:1200 project/templates/event/actions.html:46 msgid "Edit event" msgstr "" -#: project/templates/_macros.html:1201 project/templates/manage/events.html:40 +#: project/templates/_macros.html:1203 project/templates/manage/events.html:40 msgid "More" msgstr "" -#: project/templates/_macros.html:1248 +#: project/templates/_macros.html:1250 msgid "Please enter a valid time, between 00:00 and 23:59." msgstr "" -#: project/templates/_macros.html:1276 +#: project/templates/_macros.html:1278 #, python-format msgid "Just use %(term)s" msgstr "" -#: project/templates/_macros.html:1328 +#: project/templates/_macros.html:1330 msgid "Event suggestion" msgstr "" -#: project/templates/_macros.html:1446 +#: project/templates/_macros.html:1448 msgid "Link copied" msgstr "" -#: project/templates/_macros.html:1446 +#: project/templates/_macros.html:1448 msgid "Copy link" msgstr "" -#: project/templates/_macros.html:1475 +#: project/templates/_macros.html:1477 msgid "Google calendar" msgstr "" -#: project/templates/_macros.html:1476 +#: project/templates/_macros.html:1478 msgid "Apple calendar" msgstr "" -#: project/templates/_macros.html:1477 +#: project/templates/_macros.html:1479 msgid "Yahoo calendar" msgstr "" -#: project/templates/_macros.html:1478 +#: project/templates/_macros.html:1480 msgid "Other calendar" msgstr "" -#: project/templates/home.html:27 +#: project/templates/home.html:28 msgid "Manage" msgstr "" -#: project/templates/home.html:29 project/templates/security/login_user.html:35 -#: project/views/widget.py:165 +#: project/templates/home.html:30 project/templates/security/login_user.html:35 +#: project/views/widget.py:158 msgid "Register for free" msgstr "" -#: project/templates/event_place/read.html:22 project/templates/layout.html:177 -#: project/templates/layout.html:221 project/templates/manage/events.html:6 +#: project/templates/event_place/read.html:22 project/templates/layout.html:175 +#: project/templates/layout.html:219 project/templates/manage/events.html:6 #: project/templates/manage/events.html:19 msgid "Events" msgstr "" -#: project/templates/layout.html:178 +#: project/templates/layout.html:176 msgid "Planing" msgstr "" -#: project/templates/layout.html:179 +#: project/templates/layout.html:177 msgid "Example" msgstr "" #: project/templates/admin/admin.html:19 #: project/templates/admin/admin_units.html:4 #: project/templates/admin/admin_units.html:11 -#: project/templates/layout.html:188 +#: project/templates/layout.html:186 #: project/templates/manage/admin_units.html:3 #: project/templates/manage/admin_units.html:16 #: project/templates/profile.html:60 msgid "Organizations" msgstr "" -#: project/templates/layout.html:189 +#: project/templates/layout.html:187 #: project/templates/oauth2_client/list.html:10 #: project/templates/oauth2_client/read.html:10 #: project/templates/oauth2_token/list.html:10 project/templates/profile.html:4 @@ -1289,73 +1294,73 @@ msgstr "" #: project/templates/admin/admin.html:3 project/templates/admin/admin.html:9 #: project/templates/admin/admin_units.html:10 -#: project/templates/admin/users.html:10 project/templates/layout.html:192 +#: project/templates/admin/users.html:10 project/templates/layout.html:190 msgid "Admin" msgstr "" -#: project/templates/layout.html:196 +#: project/templates/layout.html:194 msgid "Logout" msgstr "" -#: project/templates/layout.html:227 +#: project/templates/layout.html:225 msgid "Show events" msgstr "" #: project/templates/event/create.html:5 -#: project/templates/event/create.html:228 project/templates/layout.html:228 +#: project/templates/event/create.html:228 project/templates/layout.html:226 #: project/templates/manage/events.html:22 #: project/templates/manage/organizers.html:21 msgid "Create event" msgstr "" -#: project/templates/layout.html:231 +#: project/templates/layout.html:229 msgid "Review suggestions" msgstr "" -#: project/templates/layout.html:241 +#: project/templates/layout.html:239 #: project/templates/manage/references_incoming.html:5 #: project/templates/manage/references_outgoing.html:5 msgid "References" msgstr "" -#: project/templates/layout.html:247 +#: project/templates/layout.html:245 #: project/templates/manage/references_incoming.html:9 msgid "Incoming references" msgstr "" -#: project/templates/layout.html:248 +#: project/templates/layout.html:246 #: project/templates/manage/references_outgoing.html:9 msgid "Outgoing references" msgstr "" -#: project/templates/layout.html:250 +#: project/templates/layout.html:248 #: project/templates/manage/reference_requests_incoming.html:9 msgid "Incoming reference requests" msgstr "" -#: project/templates/layout.html:255 +#: project/templates/layout.html:253 #: project/templates/manage/reference_requests_outgoing.html:9 msgid "Outgoing reference requests" msgstr "" -#: project/templates/layout.html:263 project/templates/manage/organizers.html:5 +#: project/templates/layout.html:261 project/templates/manage/organizers.html:5 #: project/templates/manage/organizers.html:9 msgid "Organizers" msgstr "" #: project/templates/event_place/list.html:3 -#: project/templates/event_place/list.html:7 project/templates/layout.html:264 +#: project/templates/event_place/list.html:7 project/templates/layout.html:262 #: project/templates/manage/places.html:5 #: project/templates/manage/places.html:9 msgid "Places" msgstr "" -#: project/templates/layout.html:266 project/templates/manage/members.html:5 +#: project/templates/layout.html:264 project/templates/manage/members.html:5 #: project/templates/manage/members.html:28 msgid "Members" msgstr "" -#: project/templates/layout.html:267 project/templates/manage/relations.html:3 +#: project/templates/layout.html:265 project/templates/manage/relations.html:4 msgid "Relations" msgstr "" @@ -1364,22 +1369,22 @@ msgstr "" #: project/templates/admin/settings.html:8 #: project/templates/admin_unit/update.html:6 #: project/templates/admin_unit/update.html:23 -#: project/templates/layout.html:268 project/templates/manage/widgets.html:12 +#: project/templates/layout.html:266 project/templates/manage/widgets.html:12 #: project/templates/profile.html:19 msgid "Settings" msgstr "" -#: project/templates/layout.html:269 project/templates/manage/reviews.html:10 +#: project/templates/layout.html:267 project/templates/manage/reviews.html:10 #: project/templates/manage/widgets.html:5 #: project/templates/manage/widgets.html:9 msgid "Widgets" msgstr "" -#: project/templates/layout.html:279 +#: project/templates/layout.html:277 msgid "Switch organization" msgstr "" -#: project/templates/developer/read.html:4 project/templates/layout.html:329 +#: project/templates/developer/read.html:4 project/templates/layout.html:327 #: project/templates/profile.html:29 msgid "Developer" msgstr "" @@ -1433,6 +1438,14 @@ msgstr "" msgid "Invite user" msgstr "" +#: project/templates/email/event_report_notice.html:4 +msgid "There is a new event report." +msgstr "" + +#: project/templates/email/event_report_notice.html:8 +msgid "Click here to view the event" +msgstr "" + #: project/templates/email/invitation_notice.html:4 #, python-format msgid "You have been invited to join %(admin_unit_name)s." @@ -1847,30 +1860,34 @@ msgstr "" msgid "Invitation successfully deleted" msgstr "" -#: project/views/event.py:172 +#: project/views/event.py:178 msgid "Event successfully published" msgstr "" -#: project/views/event.py:174 +#: project/views/event.py:180 msgid "Draft successfully saved" msgstr "" -#: project/views/event.py:217 +#: project/views/event.py:223 msgid "Event successfully updated" msgstr "" -#: project/views/event.py:240 project/views/reference.py:162 +#: project/views/event.py:246 project/views/reference.py:162 msgid "Entered name does not match event name" msgstr "" -#: project/views/event.py:246 +#: project/views/event.py:252 msgid "Event successfully deleted" msgstr "" -#: project/views/event.py:393 +#: project/views/event.py:396 msgid "Referenced event changed" msgstr "" +#: project/views/event.py:419 +msgid "New event report" +msgstr "" + #: project/views/event_place.py:34 msgid "Place successfully created" msgstr "" @@ -1892,7 +1909,7 @@ msgid "Event suggestion successfully rejected" msgstr "" #: project/views/event_suggestion.py:87 -#: project/views/reference_request_review.py:136 +#: project/views/reference_request_review.py:135 msgid "Event review status updated" msgstr "" @@ -1960,34 +1977,34 @@ msgstr "" msgid "Reference successfully deleted" msgstr "" -#: project/views/reference_request.py:104 -#: project/views/reference_request_review.py:55 +#: project/views/reference_request.py:102 +#: project/views/reference_request_review.py:57 msgid "Reference successfully created" msgstr "" -#: project/views/reference_request.py:108 +#: project/views/reference_request.py:106 msgid "" "Request successfully created. You will be notified after the other " "organization reviews the event." msgstr "" -#: project/views/reference_request.py:147 +#: project/views/reference_request.py:142 msgid "New reference request" msgstr "" -#: project/views/reference_request.py:156 +#: project/views/reference_request.py:151 msgid "New reference automatically verified" msgstr "" -#: project/views/reference_request_review.py:32 +#: project/views/reference_request_review.py:34 msgid "Request already verified" msgstr "" -#: project/views/reference_request_review.py:63 +#: project/views/reference_request_review.py:65 msgid "Request successfully updated" msgstr "" -#: project/views/reference_request_review.py:86 +#: project/views/reference_request_review.py:88 #, python-format msgid "" "If all upcoming reference requests of %(admin_unit_name)s should be " @@ -2013,17 +2030,17 @@ msgstr "" msgid "You do not have permission for this action" msgstr "" -#: project/views/widget.py:157 +#: project/views/widget.py:150 msgid "Thank you so much! The event is being verified." msgstr "" -#: project/views/widget.py:161 +#: project/views/widget.py:154 msgid "" "For more options and your own calendar of events, you can register for " "free." msgstr "" -#: project/views/widget.py:224 +#: project/views/widget.py:212 msgid "New event review" msgstr "" diff --git a/project/api/event/resources.py b/project/api/event/resources.py index 9654bc0..5dec29c 100644 --- a/project/api/event/resources.py +++ b/project/api/event/resources.py @@ -168,7 +168,9 @@ class EventReportsResource(BaseResource): load_only(Event.id, Event.public_status) ).get_or_404(id) api_can_read_event_or_401(event) - send_event_report_mails(event, request.json) + + report = EventReportPostSchema().load(request.json) + send_event_report_mails(event, report) return make_response("", 204) diff --git a/project/static/vue/event-report/create.vue.js b/project/static/vue/event-report/create.vue.js index 37e1e6e..756fd6d 100644 --- a/project/static/vue/event-report/create.vue.js +++ b/project/static/vue/event-report/create.vue.js @@ -98,7 +98,9 @@ const EventReportCreate = { }, submitForm() { const data = { - name: this.form.name, + contact_name: this.form.contactName, + contact_email: this.form.contactEmail, + message: this.form.message, }; axios .post(`/api/v1/events/${this.eventId}/reports`, data, { diff --git a/project/templates/email/event_report_notice.txt b/project/templates/email/event_report_notice.txt index f7b4d76..1d949cc 100644 --- a/project/templates/email/event_report_notice.txt +++ b/project/templates/email/event_report_notice.txt @@ -1,6 +1,10 @@ {{ _('There is a new event report.') }} -{{ _('Click the link below to view the event') }} + {{ report['contact_name'] }} + {{ report['contact_email'] }} + {{ report['message'] }} + +{{ _('Click the link below to view the event') }} {{ url_for('event', event_id=event.id, _external=True) }} \ No newline at end of file diff --git a/project/translations/de/LC_MESSAGES/messages.mo b/project/translations/de/LC_MESSAGES/messages.mo index c91c7b8f3e7b3a525dfb40cd3797a67776549ed7..6f3c3e97bb111a4b88ec5d3206de3ed27e79d8fd 100644 GIT binary patch delta 7261 zcmajjeSFX59>?(uyEEIc8FRbe*o|#AHj2?S_jk)pjFDQy4`alP(TOjoRVpfpoHUWi zkyW(P6e^QUb;*7LrO3|M3M?~QuKw81^$s{QxBiLH%Er+PO=;|ip!c@d+q5+kq%1Mx!)!cScN z2sWaA3%G%uf_zd2ku^Vhf^(!FH&6chp3^F&OW}rZ~YpFGe5rdDs}A!RA#$$he^qYft`_sz+$hL{Fez+>8on2Wrpuqf-12 z_xu}Izkmw#57fXB9qbCDPz#Agr9K&TrZQdoFx1xNb@1$qej2n_Go15L1209T>PgfJ z*I)zOh9mJ6)CzB48m6*8F7%| zh95J6e^PLPt8YT3^biK(Nz~q+LuKp|YC#P+Y078>Dv;L5MKh_W_q{am0+=ei zd8klTwa{~Q(YIphMFz*IY50tV^+_ovX1 z2g5KF^H3?f7nOlosFW_jMz{j?d>!if7FXYeIy1GX{+~HdxaSwJ5$)HU!KAA(^P4CN zdZ7cVLxvt;Hfq2-FbpT6o)@9|&qoFPAO_(R7>sLBE3H5s*1Z^j@1x#7===;lJ@}eJ zE}ldU)FsWn&>a=XZ5V>Nu00Qns87IK@BrS0S8)W6fx3>2IhNpGPh1 zva8=feP2Q|$iGt7Cc~yU9{DjD{G)*;qgMVPhT#fS#{Pl|V1s+U4K>m0sFm(>o^sE_ zxB_}F8Wl(@)R~L(Ttlie6P1Z9XC5lRx$gNQ)Idv}4`CDPk2%+)QeK6+9iO85pTTha z0d=dcI=!}Rlp1m{0w*J%b5nwP;ThBbFQO*eipoR{s^16BGpPOz+1LlL1u7%YpjNsO zb%DsmV#0l%t=xJk*EyBVH9Q~=hBQqos}ida_3{H@4{2g?aqU!RDXlfcoy~P zy@AST^sPFi?0;Jdx6?2RwRfvry#}>{E2tL&y4$l5h6*ei6?igg<=s#L_C@s{>>TNy z=VK)8Q?WTNQakgTrzj}W4bCmtn0l2u;2u{$j9Te2)IgU|DGljiO>z!I7HRw#gX>X& zzJX2gT~tOsMXv>gGZbR*57ZvVWZ6ASM(uT1)bkwF0OL`anu(L}Y1DPQgbFCKr~PDS zptf`fY9aY}GXtm$E$Zoh|1YCKDP8U!Jda9cCF=UUj5>tXsDWxw10O^M_yuaKzC{Ii z!L^%SHjr@C0uoRw?~Up=rWg6wfKzGE7L;O3{F8GH@~tqhpbMYf7FHl%UsHklPJDvtcoExT zELTU@Gut@>GpIj{{jd)EV|b4JUfhX&sFz|J<~O@2XoAm?AJc%RKJ1S=oPJEe#i*2S zMrEi9wcX6oAIDU@Gz&EJFdJ*{+ znb6_(HVwiw>IJCh-bxDk5Nt(#BKM&N{3oX48Pu1m`3SpbnHWO7hqDjr{h`i6)Zto) zx{i;dGE{+KSdBU(?;)A@%n=G2@RaLt0ky(ws1*i{w1*}Fm4S3rFGEkMUrs@(U4;=?fts)ibz0wY_4i%< zV^sg6sQ15h_4BCrE~DP7KhD;}Q1uq5_u^3RrHv#1IwZHcj)O6r`e;-}3Q;RALjAIN z*jb5M!G6>p*P$l(yKDcKtDkW7?@@dI6RQ7js6eidWB)Z#NWP7z398=G8HZX?GHQTs zr~$H^x1&}v02RP+SI>7AqWaH31w02eewlmjc@%VNm%D~_7(;y%>I?QZ>cxH796vxs zejF9pS=4F%1vT)v@%Fs})VPyTfzLx-zlFFKA42{_FkYJpd>$!Gz!|t7`PFXH?y|qf zi?KWP4cHTpqE2|&ELv;UlQc!B% z#zg!OGx5UB4xH8k`(g@epw6g)vrtb)bVagL(`{&@=d*B&NeD2e?0Hn zyUeoJI16=~#-R@PRHx@$hZ=7uhBCjYaSgSolpRLh*Uw!2JJia4KpndJv+Y@k!%*ry zoc&ON4M%O&98AMO)Yez6)=~Qq&pRjyfZ?s6+iFYT_#xkM&B)eroYpt@D- z1%Uzn1^(I9WxoAQ1LoXUQd-?9bA3>#N?)(Y$7UxAgG}12?z?BxS^Q1C2pnSf)xtxrRFlB=A*eqqLx}yWXx19 zWtryN=u}RdEmUMR$z&cAk6JdlWTqu&)aLu+-gD}7{M>t==WhS|zt3yEaG}w!KQ;1B zg!?~X_-Ah;V`6Y?Gu8h5C#J12nN(vj5(|)5&17teCD|!>|qN{f-!iT`&|!V=F8{Eoce0!xgB# z{oS>{ifP6(=5-3=c~FP9Vvkt6qhi#`=VDV_iv6)1o8afD36Ek6{1Jn(9Z3RO00huzT+3veWkMD6f7 z%)rCA3a_KyU%@$Pq9>f&QAzm^9EUYH0F%9BJHRZ|Sw4-KcnDMQGNxf`Dyrx6heA3F z18@y$=M|`kJ%!rP4pc;6LoMWO)3TDk5_+8>^64%vY$5)H{>dEqU&l5fmDd3bl}R$nlt$P)SyU zn(&PC57dXK4WsFKXH7GB1A+%RHccG4CKQ?22^O1XS#638P8t@Wo z!av;ero>qjM57j*g4#(I24Q#9PV>+Y??rzs!4RC`TL0~4Ow^uHBcZG?K}nbyc22xy-^G3=bjg!CK`jO4%mWv1}0%2)Ge6eo|mC=Wf|%=RXF!J|BcOQ_pVal zGj04iAazJVP1F@NK@U^}?m)d)=qy9M{|qk0mr#*N;efTnY}9q@?VRXbjEdmX$O1gG zje>UW!ksWf+Z* zqo*_8ML}owmV59as^bYv!Am$9qk7ouwHURKzoG`*k4mP)sK|VWTJSkkWNxB%9N5!F zvKgv9z9;cl2vccLs5_yOuRCg>T-3lrQAs!fbwtxp3!LxTSEClP38QfrYR89A?|q9J z?;L6&_1GFsFXFF4n_ip;c13k8MSXad;4s{VBk(dRBDeRp--#Khg_om#yf&dWv=@~t z`>`#)hsitJuy~@?MV;kDv zKqcQ1)Wqjdk-UWJ=iQ*790==Uf4>t@AB;OO6BlAEZbMzm_nkju7WEkJQhywd`M3%7 zo%ja(VLkHIHofxrVZvGb5r?lJN9LK&DJ0YIJt~wT^wMpJK;dZ3NW2&CB*qjF~oYQjaR4XwsNT<7YW&{OE1qTr9)-Gg1uy_iY+ zepH0MM}_tm48(vz_O>)d?K}as@O0FKLs7SC6l$J_QAxQGwXj`-h<`GLH)zmV)u9Hu zgz8w2#h5nOCQ${d<3aSp&rl2h0`I~jsD*YIVvnRNYTQ1kBOBq`C%Aga5aJ)qgE=&4 z!ZIWs%r1Ng&!fHvGw-muupIwFeLK#;*rD7MT#M>|41+PGzF@<^`OvO^?Mr_!) z{{E#E*P&K;4ukMF)GfG)%IfBPg|zb+)CVga`IeXgs4w5cn1Pk3=hdite+u1(ih6V{FI1m_fY|<8U=b z;ttdV2T@0P2o>2HY>r1!kv)q_(#zKjV1p2ae0phS%=!e4b&O?7upG%pxPr`y{)S!qt3n~ z>isO#LUK?O^+zpesH=~57NHhaQb_zYz#JMhzyjxDRLAA09hbZMX6IJa``b|qdl@z1 zKKJ}h45fa^)xSn1^KsON>nf^Wy+@%H1^r(Etvm{~vP4uiXQBq)gz8v{8n_Cz@K;gS z%ZE?myQu6h9M9j9@ClrWH;`X!Gkt>n+1`mc)V*&h^rR3r(Pni4YTymn4mabixDTW7 z7?LjLGN$9;BK!UVRHVu<4p$=g+iY`wfEw=%YNLLW8Y1kOPzw66L}P1AM-4OpBX9(2 zfhDMg{0%k0$Ef$dMlJX|S3iY1y7Q>WT*VZ;TPs53l?TEJQ7d5oq03wFTJdu-&oquw8hx($Vx;87^0kc5w*R=OK? zUyq=^2d7ax3A)$*{zss$R}?mUT2Tw@hRHY%)qfdo#r3H7(u%D)sQ2^HOQ0~7f;yI? zUfhHFh9AUs_&MtA&to?FPqs;!gW7ptRC4BHG!8}`WiiI!64ZN7p^o%fjKqDDiNCVD znuc8b5(}_7soxPNqUw*J7FLTol2fRD=THOvidt}Ri9MP&sOQP3Bh5gCz6WXndG7g` z63ZLtb1=e9Y7EiN3X6vy%^%qg&R6CEN z`u~VZV(+>u1WmU)3r9Uj!$7BPZ zDl$i0{Rh;>E~0YH|2{Uu{3elt2I%P=fbrBvqR#38%)m96imxMonK36&JL`16{qO&= z*oArp_QH2D53l1+%$;M${T};L51PyQ527%LLLP2Jh5Sp@7wn3whtIPM?1mw<_d|tn z7;1rIQ9GOI>dR5LW{Yz#D%)#NM|j$Ka~|;zqoMT!HpJ=Jje0&Rd6uAZV>32nGiu^$ zOv10QBmU;v6X)BBI^rtY`(wlVs0e?BIf&2JU{#Q>&#;HWeRcOd804Eh?Rc\n" "Language: de\n" @@ -182,24 +182,24 @@ msgstr "." msgid "message" msgstr "message" -#: project/forms/admin.py:10 project/templates/layout.html:307 +#: project/forms/admin.py:10 project/templates/layout.html:305 #: project/views/root.py:42 msgid "Terms of service" msgstr "Nutzungsbedingungen" -#: project/forms/admin.py:11 project/templates/layout.html:311 +#: project/forms/admin.py:11 project/templates/layout.html:309 #: project/views/root.py:50 msgid "Legal notice" msgstr "Impressum" -#: project/forms/admin.py:12 project/templates/_macros.html:1356 -#: project/templates/layout.html:315 +#: project/forms/admin.py:12 project/templates/_macros.html:1358 +#: project/templates/layout.html:313 #: project/templates/widget/event_suggestion/create.html:204 #: project/views/admin_unit.py:36 project/views/root.py:58 msgid "Contact" msgstr "Kontakt" -#: project/forms/admin.py:13 project/templates/layout.html:319 +#: project/forms/admin.py:13 project/templates/layout.html:317 #: project/views/root.py:66 msgid "Privacy" msgstr "Datenschutz" @@ -298,7 +298,7 @@ msgstr "" "eindeutig zu identifizieren. Der Kurzname darf nur Buchstaben, Nummern " "und Unterstriche enthalten." -#: project/forms/admin_unit.py:40 project/templates/_macros.html:1492 +#: project/forms/admin_unit.py:40 project/templates/_macros.html:1494 msgid "Short name must contain only letters numbers or underscore" msgstr "Der Kurzname darf nur Buchstaben, Nummern und Unterstriche enthalten" @@ -312,7 +312,7 @@ msgstr "Link URL" #: project/forms/admin_unit_member.py:23 project/forms/admin_unit_member.py:28 #: project/forms/event.py:58 project/forms/event_suggestion.py:38 #: project/forms/organizer.py:27 project/templates/_macros.html:262 -#: project/templates/_macros.html:1452 project/templates/admin/users.html:19 +#: project/templates/_macros.html:1454 project/templates/admin/users.html:19 msgid "Email" msgstr "Email" @@ -576,7 +576,7 @@ msgid "If the participants needs to register for the event." msgstr "Wenn sich die Teilnehmer für die Veranstaltung anmelden müssen." #: project/forms/event.py:137 project/templates/_macros.html:276 -#: project/templates/layout.html:130 +#: project/templates/layout.html:128 msgid "Booked up" msgstr "Ausgebucht" @@ -636,11 +636,11 @@ msgstr "Teilnahme" msgid "EventAttendanceMode.offline" msgstr "Präsenzveranstaltung" -#: project/forms/event.py:184 project/templates/layout.html:118 +#: project/forms/event.py:184 project/templates/layout.html:116 msgid "EventAttendanceMode.online" msgstr "Online" -#: project/forms/event.py:186 project/templates/layout.html:121 +#: project/forms/event.py:186 project/templates/layout.html:119 msgid "EventAttendanceMode.mixed" msgstr "Präsenzveranstaltung und online" @@ -661,16 +661,16 @@ msgstr "" "Wir empfehlen dir, ein Foto für die Veranstaltung hochzuladen. Es macht " "schon deutlich mehr her, aber es geht natürlich auch ohne." -#: project/forms/event.py:204 project/templates/_macros.html:1227 +#: project/forms/event.py:204 project/templates/_macros.html:1229 msgid "The start must be before the end." msgstr "Der Start muss vor dem Ende sein." -#: project/forms/event.py:210 project/templates/_macros.html:1244 +#: project/forms/event.py:210 project/templates/_macros.html:1246 msgid "An event can last a maximum of 14 days." msgstr "Eine Veranstaltung darf maximal 14 Tage dauern." #: project/forms/event.py:218 project/templates/_macros.html:429 -#: project/templates/_macros.html:588 +#: project/templates/_macros.html:589 msgid "Previous start date" msgstr "Vorheriges Startdatum" @@ -706,7 +706,7 @@ msgstr "" #: project/forms/event.py:243 project/forms/event.py:252 #: project/forms/event.py:321 project/forms/event_suggestion.py:50 -#: project/templates/_macros.html:468 project/templates/_macros.html:624 +#: project/templates/_macros.html:469 project/templates/_macros.html:626 #: project/templates/event/create.html:290 #: project/templates/event/update.html:172 #: project/templates/event_place/create.html:31 @@ -725,8 +725,8 @@ msgstr "Neuen Ort eingeben" #: project/forms/event.py:259 project/forms/event.py:268 #: project/forms/event.py:329 project/forms/event.py:391 -#: project/forms/event_suggestion.py:60 project/templates/_macros.html:506 -#: project/templates/_macros.html:661 project/templates/event/create.html:261 +#: project/forms/event_suggestion.py:60 project/templates/_macros.html:507 +#: project/templates/_macros.html:663 project/templates/event/create.html:261 #: project/templates/event/update.html:163 #: project/templates/organizer/create.html:27 #: project/templates/organizer/delete.html:13 @@ -783,23 +783,23 @@ msgstr "Status" msgid "EventStatus.scheduled" msgstr "Geplant" -#: project/forms/event.py:342 project/templates/layout.html:84 -#: project/templates/layout.html:99 +#: project/forms/event.py:342 project/templates/layout.html:82 +#: project/templates/layout.html:97 msgid "EventStatus.cancelled" msgstr "Abgesagt" -#: project/forms/event.py:343 project/templates/layout.html:87 -#: project/templates/layout.html:102 +#: project/forms/event.py:343 project/templates/layout.html:85 +#: project/templates/layout.html:100 msgid "EventStatus.movedOnline" msgstr "Online verschoben" -#: project/forms/event.py:344 project/templates/layout.html:90 -#: project/templates/layout.html:105 +#: project/forms/event.py:344 project/templates/layout.html:88 +#: project/templates/layout.html:103 msgid "EventStatus.postponed" msgstr "Verschoben" -#: project/forms/event.py:345 project/templates/layout.html:93 -#: project/templates/layout.html:108 +#: project/forms/event.py:345 project/templates/layout.html:91 +#: project/templates/layout.html:106 msgid "EventStatus.rescheduled" msgstr "Neu angesetzt" @@ -828,7 +828,7 @@ msgstr "Wähle den öffentlichen Status der Veranstaltung." msgid "Update event" msgstr "Veranstaltung aktualisieren" -#: project/forms/event.py:374 project/templates/_macros.html:1199 +#: project/forms/event.py:374 project/templates/_macros.html:1201 #: project/templates/event/actions.html:47 #: project/templates/event/delete.html:6 msgid "Delete event" @@ -1006,10 +1006,10 @@ msgid "Weekdays" msgstr "Wochentage" #: project/forms/reference.py:11 project/forms/reference_request.py:16 -#: project/templates/_macros.html:527 project/templates/_macros.html:687 +#: project/templates/_macros.html:528 project/templates/_macros.html:689 #: project/templates/admin_unit/create.html:28 #: project/templates/admin_unit/update.html:29 -#: project/templates/layout.html:260 +#: project/templates/layout.html:258 msgid "Organization" msgstr "Organisation" @@ -1034,7 +1034,7 @@ msgstr "Anfrage speichern" msgid "Delete request" msgstr "Anfrage löschen" -#: project/forms/reference_request.py:28 project/templates/_macros.html:1368 +#: project/forms/reference_request.py:28 project/templates/_macros.html:1370 #: project/templates/event_suggestion/review_status.html:18 #: project/templates/reference_request/review_status.html:12 msgid "Review status" @@ -1101,7 +1101,7 @@ msgid "This field is required." msgstr "Dieses Feld ist erforderlich." #: project/templates/_macros.html:134 project/templates/_macros.html:415 -#: project/templates/_macros.html:422 project/templates/_macros.html:895 +#: project/templates/_macros.html:422 project/templates/_macros.html:897 msgid "Date" msgstr "Datum" @@ -1141,7 +1141,7 @@ msgstr "Zuletzt aktualisiert am %(updated_at)s von %(updated_by)s." msgid "Last updated at %(updated_at)s." msgstr "Zuletzt aktualisiert am %(updated_at)s." -#: project/templates/_macros.html:408 project/templates/_macros.html:584 +#: project/templates/_macros.html:408 project/templates/_macros.html:585 #: project/templates/event/actions.html:12 #: project/templates/event/create.html:235 #: project/templates/event/delete.html:13 @@ -1151,47 +1151,52 @@ msgstr "Zuletzt aktualisiert am %(updated_at)s." msgid "Event" msgstr "Veranstaltung" -#: project/templates/_macros.html:418 project/templates/_macros.html:570 +#: project/templates/_macros.html:418 project/templates/_macros.html:571 #, python-format msgid "%(count)d event dates" msgstr "%(count)d Termine" -#: project/templates/_macros.html:451 project/templates/_macros.html:606 -#: project/templates/_macros.html:1437 project/templates/event/actions.html:32 +#: project/templates/_macros.html:451 project/templates/_macros.html:607 +#: project/templates/_macros.html:1439 project/templates/event/actions.html:32 msgid "Share" msgstr "Teilen" -#: project/templates/_macros.html:455 project/templates/_macros.html:610 -#: project/templates/_macros.html:1467 +#: project/templates/_macros.html:455 project/templates/_macros.html:611 +#: project/templates/_macros.html:1469 msgid "Add to calendar" msgstr "Zum Kalender" -#: project/templates/_macros.html:489 project/templates/_macros.html:643 +#: project/templates/_macros.html:463 project/templates/_macros.html:619 +#: project/templates/event/report.html:4 +msgid "Report event" +msgstr "Veranstaltung melden" + +#: project/templates/_macros.html:490 project/templates/_macros.html:645 msgid "Show directions" msgstr "Anreise planen" -#: project/templates/_macros.html:494 project/templates/_macros.html:648 +#: project/templates/_macros.html:495 project/templates/_macros.html:650 msgid "The event takes place online." msgstr "Die Veranstaltung findet online statt." -#: project/templates/_macros.html:496 project/templates/_macros.html:650 +#: project/templates/_macros.html:497 project/templates/_macros.html:652 msgid "The event takes place both offline and online." msgstr "" "Die Veranstaltung findet sowohl als Präsenzveranstaltung als auch online " "statt." -#: project/templates/_macros.html:711 project/templates/event_date/list.html:5 +#: project/templates/_macros.html:713 project/templates/event_date/list.html:5 #: project/templates/event_date/list.html:278 #: project/templates/event_date/search.html:3 #: project/templates/reference_request/review.html:32 msgid "Event Dates" msgstr "Termine" -#: project/templates/_macros.html:784 +#: project/templates/_macros.html:786 msgid "Search location on Google" msgstr "Ort bei Google suchen" -#: project/templates/_macros.html:845 project/templates/_macros.html:847 +#: project/templates/_macros.html:847 project/templates/_macros.html:849 #: project/templates/event_date/list.html:299 #: project/templates/widget/event_suggestion/create.html:193 #: project/templates/widget/event_suggestion/create.html:218 @@ -1202,12 +1207,12 @@ msgstr "Ort bei Google suchen" msgid "Previous" msgstr "Zurück" -#: project/templates/_macros.html:849 +#: project/templates/_macros.html:851 #, python-format msgid "Page %(page)d of %(pages)d (%(total)d total)" msgstr "Seite %(page)d von %(pages)d (%(total)d insgesamt)" -#: project/templates/_macros.html:851 project/templates/_macros.html:853 +#: project/templates/_macros.html:853 project/templates/_macros.html:855 #: project/templates/event_date/list.html:301 #: project/templates/widget/event_suggestion/create.html:194 #: project/templates/widget/event_suggestion/create.html:219 @@ -1217,105 +1222,105 @@ msgstr "Seite %(page)d von %(pages)d (%(total)d insgesamt)" msgid "Next" msgstr "Weiter" -#: project/templates/_macros.html:918 +#: project/templates/_macros.html:920 msgid "Radius" msgstr "Umkreis" -#: project/templates/_macros.html:1128 +#: project/templates/_macros.html:1130 msgid "Edit image" msgstr "Bild bearbeiten" -#: project/templates/_macros.html:1149 +#: project/templates/_macros.html:1151 msgid "Close" msgstr "Schließen" -#: project/templates/_macros.html:1150 +#: project/templates/_macros.html:1152 msgid "Okay" msgstr "OK" -#: project/templates/_macros.html:1162 +#: project/templates/_macros.html:1164 msgid "Choose image file" msgstr "Bild-Datei auswählen" -#: project/templates/_macros.html:1198 project/templates/event/actions.html:46 +#: project/templates/_macros.html:1200 project/templates/event/actions.html:46 msgid "Edit event" msgstr "Veranstaltung bearbeiten" -#: project/templates/_macros.html:1201 project/templates/manage/events.html:40 +#: project/templates/_macros.html:1203 project/templates/manage/events.html:40 msgid "More" msgstr "Mehr" -#: project/templates/_macros.html:1248 +#: project/templates/_macros.html:1250 msgid "Please enter a valid time, between 00:00 and 23:59." msgstr "Bitte gib eine gültige Uhrzeit zwischen 00:00 und 23:59 ein." -#: project/templates/_macros.html:1276 +#: project/templates/_macros.html:1278 #, python-format msgid "Just use %(term)s" msgstr "Verwende einfach %(term)s" -#: project/templates/_macros.html:1328 +#: project/templates/_macros.html:1330 msgid "Event suggestion" msgstr "Veranstaltungsvorschlag" -#: project/templates/_macros.html:1446 +#: project/templates/_macros.html:1448 msgid "Link copied" msgstr "Link kopiert" -#: project/templates/_macros.html:1446 +#: project/templates/_macros.html:1448 msgid "Copy link" msgstr "Link kopieren" -#: project/templates/_macros.html:1475 +#: project/templates/_macros.html:1477 msgid "Google calendar" msgstr "Google Kalender" -#: project/templates/_macros.html:1476 +#: project/templates/_macros.html:1478 msgid "Apple calendar" msgstr "Apple Kalender" -#: project/templates/_macros.html:1477 +#: project/templates/_macros.html:1479 msgid "Yahoo calendar" msgstr "Yahoo Kalender" -#: project/templates/_macros.html:1478 +#: project/templates/_macros.html:1480 msgid "Other calendar" msgstr "Anderer Kalender" -#: project/templates/home.html:27 +#: project/templates/home.html:28 msgid "Manage" msgstr "Verwaltung" -#: project/templates/home.html:29 project/templates/security/login_user.html:35 -#: project/views/widget.py:165 +#: project/templates/home.html:30 project/templates/security/login_user.html:35 +#: project/views/widget.py:158 msgid "Register for free" msgstr "Kostenlos registrieren" -#: project/templates/event_place/read.html:22 project/templates/layout.html:177 -#: project/templates/layout.html:221 project/templates/manage/events.html:6 +#: project/templates/event_place/read.html:22 project/templates/layout.html:175 +#: project/templates/layout.html:219 project/templates/manage/events.html:6 #: project/templates/manage/events.html:19 msgid "Events" msgstr "Veranstaltungen" -#: project/templates/layout.html:178 +#: project/templates/layout.html:176 msgid "Planing" msgstr "Planung" -#: project/templates/layout.html:179 +#: project/templates/layout.html:177 msgid "Example" msgstr "Beispiel" #: project/templates/admin/admin.html:19 #: project/templates/admin/admin_units.html:4 #: project/templates/admin/admin_units.html:11 -#: project/templates/layout.html:188 +#: project/templates/layout.html:186 #: project/templates/manage/admin_units.html:3 #: project/templates/manage/admin_units.html:16 #: project/templates/profile.html:60 msgid "Organizations" msgstr "Organisationen" -#: project/templates/layout.html:189 +#: project/templates/layout.html:187 #: project/templates/oauth2_client/list.html:10 #: project/templates/oauth2_client/read.html:10 #: project/templates/oauth2_token/list.html:10 project/templates/profile.html:4 @@ -1325,73 +1330,73 @@ msgstr "Profil" #: project/templates/admin/admin.html:3 project/templates/admin/admin.html:9 #: project/templates/admin/admin_units.html:10 -#: project/templates/admin/users.html:10 project/templates/layout.html:192 +#: project/templates/admin/users.html:10 project/templates/layout.html:190 msgid "Admin" msgstr "Administration" -#: project/templates/layout.html:196 +#: project/templates/layout.html:194 msgid "Logout" msgstr "Ausloggen" -#: project/templates/layout.html:227 +#: project/templates/layout.html:225 msgid "Show events" msgstr "Veranstaltungen anzeigen" #: project/templates/event/create.html:5 -#: project/templates/event/create.html:228 project/templates/layout.html:228 +#: project/templates/event/create.html:228 project/templates/layout.html:226 #: project/templates/manage/events.html:22 #: project/templates/manage/organizers.html:21 msgid "Create event" msgstr "Veranstaltung erstellen" -#: project/templates/layout.html:231 +#: project/templates/layout.html:229 msgid "Review suggestions" msgstr "Vorschläge prüfen" -#: project/templates/layout.html:241 +#: project/templates/layout.html:239 #: project/templates/manage/references_incoming.html:5 #: project/templates/manage/references_outgoing.html:5 msgid "References" msgstr "Empfehlungen" -#: project/templates/layout.html:247 +#: project/templates/layout.html:245 #: project/templates/manage/references_incoming.html:9 msgid "Incoming references" msgstr "Eingehende Empfehlungen" -#: project/templates/layout.html:248 +#: project/templates/layout.html:246 #: project/templates/manage/references_outgoing.html:9 msgid "Outgoing references" msgstr "Ausgehende Empfehlungen" -#: project/templates/layout.html:250 +#: project/templates/layout.html:248 #: project/templates/manage/reference_requests_incoming.html:9 msgid "Incoming reference requests" msgstr "Eingehende Empfehlungsanfragen" -#: project/templates/layout.html:255 +#: project/templates/layout.html:253 #: project/templates/manage/reference_requests_outgoing.html:9 msgid "Outgoing reference requests" msgstr "Ausgehende Empfehlungsanfragen" -#: project/templates/layout.html:263 project/templates/manage/organizers.html:5 +#: project/templates/layout.html:261 project/templates/manage/organizers.html:5 #: project/templates/manage/organizers.html:9 msgid "Organizers" msgstr "Veranstalter" #: project/templates/event_place/list.html:3 -#: project/templates/event_place/list.html:7 project/templates/layout.html:264 +#: project/templates/event_place/list.html:7 project/templates/layout.html:262 #: project/templates/manage/places.html:5 #: project/templates/manage/places.html:9 msgid "Places" msgstr "Orte" -#: project/templates/layout.html:266 project/templates/manage/members.html:5 +#: project/templates/layout.html:264 project/templates/manage/members.html:5 #: project/templates/manage/members.html:28 msgid "Members" msgstr "Mitglieder" -#: project/templates/layout.html:267 project/templates/manage/relations.html:3 +#: project/templates/layout.html:265 project/templates/manage/relations.html:4 msgid "Relations" msgstr "Beziehungen" @@ -1400,22 +1405,22 @@ msgstr "Beziehungen" #: project/templates/admin/settings.html:8 #: project/templates/admin_unit/update.html:6 #: project/templates/admin_unit/update.html:23 -#: project/templates/layout.html:268 project/templates/manage/widgets.html:12 +#: project/templates/layout.html:266 project/templates/manage/widgets.html:12 #: project/templates/profile.html:19 msgid "Settings" msgstr "Einstellungen" -#: project/templates/layout.html:269 project/templates/manage/reviews.html:10 +#: project/templates/layout.html:267 project/templates/manage/reviews.html:10 #: project/templates/manage/widgets.html:5 #: project/templates/manage/widgets.html:9 msgid "Widgets" msgstr "Widgets" -#: project/templates/layout.html:279 +#: project/templates/layout.html:277 msgid "Switch organization" msgstr "Organisation wechseln" -#: project/templates/developer/read.html:4 project/templates/layout.html:329 +#: project/templates/developer/read.html:4 project/templates/layout.html:327 #: project/templates/profile.html:29 msgid "Developer" msgstr "Entwickler" @@ -1469,6 +1474,14 @@ msgstr "Zusätzliche Informationen" msgid "Invite user" msgstr "Nutzer:in einladen" +#: project/templates/email/event_report_notice.html:4 +msgid "There is a new event report." +msgstr "Es gibt eine neue Meldung zu einer Veranstaltung." + +#: project/templates/email/event_report_notice.html:8 +msgid "Click here to view the event" +msgstr "Klicke hier, um die Veranstaltung anzuzeigen" + #: project/templates/email/invitation_notice.html:4 #, python-format msgid "You have been invited to join %(admin_unit_name)s." @@ -1888,30 +1901,34 @@ msgstr "Die eingegebene Email passt nicht zur Email der Einladung" msgid "Invitation successfully deleted" msgstr "Einladung erfolgreich gelöscht" -#: project/views/event.py:172 +#: project/views/event.py:178 msgid "Event successfully published" msgstr "Veranstaltung erfolgreich veröffentlicht" -#: project/views/event.py:174 +#: project/views/event.py:180 msgid "Draft successfully saved" msgstr "Entwurf erfolgreich gespeichert" -#: project/views/event.py:217 +#: project/views/event.py:223 msgid "Event successfully updated" msgstr "Veranstaltung erfolgreich aktualisiert" -#: project/views/event.py:240 project/views/reference.py:162 +#: project/views/event.py:246 project/views/reference.py:162 msgid "Entered name does not match event name" msgstr "Der eingegebene Name entspricht nicht dem Namen der Veranstaltung" -#: project/views/event.py:246 +#: project/views/event.py:252 msgid "Event successfully deleted" msgstr "Veranstaltung erfolgreich gelöscht" -#: project/views/event.py:393 +#: project/views/event.py:396 msgid "Referenced event changed" msgstr "Empfohlene Veranstaltung wurde geändert" +#: project/views/event.py:419 +msgid "New event report" +msgstr "Neue Meldung zu einer Veranstaltung" + #: project/views/event_place.py:34 msgid "Place successfully created" msgstr "Ort erfolgreich erstellt" @@ -1933,7 +1950,7 @@ msgid "Event suggestion successfully rejected" msgstr "Veranstaltungsvorschlag erfolgreich abgelehnt" #: project/views/event_suggestion.py:87 -#: project/views/reference_request_review.py:136 +#: project/views/reference_request_review.py:135 msgid "Event review status updated" msgstr "Prüfungsstatus aktualisiert" @@ -2001,12 +2018,12 @@ msgstr "Empfehlung erfolgreich empfohlen" msgid "Reference successfully deleted" msgstr "Empfehlung erfolgreich gelöscht" -#: project/views/reference_request.py:104 -#: project/views/reference_request_review.py:55 +#: project/views/reference_request.py:102 +#: project/views/reference_request_review.py:57 msgid "Reference successfully created" msgstr "Empfehlung erfolgreich erstellt" -#: project/views/reference_request.py:108 +#: project/views/reference_request.py:106 msgid "" "Request successfully created. You will be notified after the other " "organization reviews the event." @@ -2014,23 +2031,23 @@ msgstr "" "Empfehlungsanfrage erfolgreich erstellt. Du wirst benachrichtigt, nachdem" " die andere Organisation die Veranstaltung geprüft hat." -#: project/views/reference_request.py:147 +#: project/views/reference_request.py:142 msgid "New reference request" msgstr "Neue Empfehlungsanfrage" -#: project/views/reference_request.py:156 +#: project/views/reference_request.py:151 msgid "New reference automatically verified" msgstr "Neue automatisch verifizierte Empfehlung" -#: project/views/reference_request_review.py:32 +#: project/views/reference_request_review.py:34 msgid "Request already verified" msgstr "Empfehlungsanfrage ist bereits verifiziert" -#: project/views/reference_request_review.py:63 +#: project/views/reference_request_review.py:65 msgid "Request successfully updated" msgstr "Empfehlungsanfrage erfolgreich aktualisiert" -#: project/views/reference_request_review.py:86 +#: project/views/reference_request_review.py:88 #, python-format msgid "" "If all upcoming reference requests of %(admin_unit_name)s should be " @@ -2060,11 +2077,11 @@ msgstr "Anzeigen" msgid "You do not have permission for this action" msgstr "Du hast keine Berechtigung für diese Aktion" -#: project/views/widget.py:157 +#: project/views/widget.py:150 msgid "Thank you so much! The event is being verified." msgstr "Vielen Dank! Die Veranstaltung wird geprüft." -#: project/views/widget.py:161 +#: project/views/widget.py:154 msgid "" "For more options and your own calendar of events, you can register for " "free." @@ -2072,7 +2089,7 @@ msgstr "" "Für mehr Optionen und einen eigenen Veranstaltungskalender, kannst du " "dich kostenlos registrieren." -#: project/views/widget.py:224 +#: project/views/widget.py:212 msgid "New event review" msgstr "Neue Veranstaltung zu prüfen" diff --git a/project/translations/en/LC_MESSAGES/messages.mo b/project/translations/en/LC_MESSAGES/messages.mo index 88c52c1e310c3bf500a6ce7f645993409ecb926f..9cee47da5c57a1f9b4ca2051009989d0c35815c5 100644 GIT binary patch delta 20 bcmZ1~wNz?@2`9U`f{~GxsmW$*&R5I;J)s4) delta 20 bcmZ1~wNz?@2`9Uef}w$xq48#G&R5I;JtqaI diff --git a/project/translations/en/LC_MESSAGES/messages.po b/project/translations/en/LC_MESSAGES/messages.po index 624c687..e097ead 100644 --- a/project/translations/en/LC_MESSAGES/messages.po +++ b/project/translations/en/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-09-02 10:13+0200\n" +"POT-Creation-Date: 2021-09-07 22:54+0200\n" "PO-Revision-Date: 2021-04-30 15:04+0200\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -182,24 +182,24 @@ msgstr "" msgid "message" msgstr "" -#: project/forms/admin.py:10 project/templates/layout.html:307 +#: project/forms/admin.py:10 project/templates/layout.html:305 #: project/views/root.py:42 msgid "Terms of service" msgstr "" -#: project/forms/admin.py:11 project/templates/layout.html:311 +#: project/forms/admin.py:11 project/templates/layout.html:309 #: project/views/root.py:50 msgid "Legal notice" msgstr "" -#: project/forms/admin.py:12 project/templates/_macros.html:1356 -#: project/templates/layout.html:315 +#: project/forms/admin.py:12 project/templates/_macros.html:1358 +#: project/templates/layout.html:313 #: project/templates/widget/event_suggestion/create.html:204 #: project/views/admin_unit.py:36 project/views/root.py:58 msgid "Contact" msgstr "" -#: project/forms/admin.py:13 project/templates/layout.html:319 +#: project/forms/admin.py:13 project/templates/layout.html:317 #: project/views/root.py:66 msgid "Privacy" msgstr "" @@ -293,7 +293,7 @@ msgstr "" msgid "The short name is used to create a unique identifier for your events" msgstr "" -#: project/forms/admin_unit.py:40 project/templates/_macros.html:1492 +#: project/forms/admin_unit.py:40 project/templates/_macros.html:1494 msgid "Short name must contain only letters numbers or underscore" msgstr "" @@ -307,7 +307,7 @@ msgstr "" #: project/forms/admin_unit_member.py:23 project/forms/admin_unit_member.py:28 #: project/forms/event.py:58 project/forms/event_suggestion.py:38 #: project/forms/organizer.py:27 project/templates/_macros.html:262 -#: project/templates/_macros.html:1452 project/templates/admin/users.html:19 +#: project/templates/_macros.html:1454 project/templates/admin/users.html:19 msgid "Email" msgstr "" @@ -561,7 +561,7 @@ msgid "If the participants needs to register for the event." msgstr "" #: project/forms/event.py:137 project/templates/_macros.html:276 -#: project/templates/layout.html:130 +#: project/templates/layout.html:128 msgid "Booked up" msgstr "" @@ -617,11 +617,11 @@ msgstr "" msgid "EventAttendanceMode.offline" msgstr "Normal (Offline)" -#: project/forms/event.py:184 project/templates/layout.html:118 +#: project/forms/event.py:184 project/templates/layout.html:116 msgid "EventAttendanceMode.online" msgstr "Online" -#: project/forms/event.py:186 project/templates/layout.html:121 +#: project/forms/event.py:186 project/templates/layout.html:119 msgid "EventAttendanceMode.mixed" msgstr "Online and offline" @@ -640,16 +640,16 @@ msgid "" " course it works without it." msgstr "" -#: project/forms/event.py:204 project/templates/_macros.html:1227 +#: project/forms/event.py:204 project/templates/_macros.html:1229 msgid "The start must be before the end." msgstr "" -#: project/forms/event.py:210 project/templates/_macros.html:1244 +#: project/forms/event.py:210 project/templates/_macros.html:1246 msgid "An event can last a maximum of 14 days." msgstr "" #: project/forms/event.py:218 project/templates/_macros.html:429 -#: project/templates/_macros.html:588 +#: project/templates/_macros.html:589 msgid "Previous start date" msgstr "" @@ -681,7 +681,7 @@ msgstr "" #: project/forms/event.py:243 project/forms/event.py:252 #: project/forms/event.py:321 project/forms/event_suggestion.py:50 -#: project/templates/_macros.html:468 project/templates/_macros.html:624 +#: project/templates/_macros.html:469 project/templates/_macros.html:626 #: project/templates/event/create.html:290 #: project/templates/event/update.html:172 #: project/templates/event_place/create.html:31 @@ -700,8 +700,8 @@ msgstr "" #: project/forms/event.py:259 project/forms/event.py:268 #: project/forms/event.py:329 project/forms/event.py:391 -#: project/forms/event_suggestion.py:60 project/templates/_macros.html:506 -#: project/templates/_macros.html:661 project/templates/event/create.html:261 +#: project/forms/event_suggestion.py:60 project/templates/_macros.html:507 +#: project/templates/_macros.html:663 project/templates/event/create.html:261 #: project/templates/event/update.html:163 #: project/templates/organizer/create.html:27 #: project/templates/organizer/delete.html:13 @@ -754,23 +754,23 @@ msgstr "" msgid "EventStatus.scheduled" msgstr "Scheduled" -#: project/forms/event.py:342 project/templates/layout.html:84 -#: project/templates/layout.html:99 +#: project/forms/event.py:342 project/templates/layout.html:82 +#: project/templates/layout.html:97 msgid "EventStatus.cancelled" msgstr "Cancelled" -#: project/forms/event.py:343 project/templates/layout.html:87 -#: project/templates/layout.html:102 +#: project/forms/event.py:343 project/templates/layout.html:85 +#: project/templates/layout.html:100 msgid "EventStatus.movedOnline" msgstr "Moved online" -#: project/forms/event.py:344 project/templates/layout.html:90 -#: project/templates/layout.html:105 +#: project/forms/event.py:344 project/templates/layout.html:88 +#: project/templates/layout.html:103 msgid "EventStatus.postponed" msgstr "Postponed" -#: project/forms/event.py:345 project/templates/layout.html:93 -#: project/templates/layout.html:108 +#: project/forms/event.py:345 project/templates/layout.html:91 +#: project/templates/layout.html:106 msgid "EventStatus.rescheduled" msgstr "Rescheduled" @@ -799,7 +799,7 @@ msgstr "" msgid "Update event" msgstr "" -#: project/forms/event.py:374 project/templates/_macros.html:1199 +#: project/forms/event.py:374 project/templates/_macros.html:1201 #: project/templates/event/actions.html:47 #: project/templates/event/delete.html:6 msgid "Delete event" @@ -973,10 +973,10 @@ msgid "Weekdays" msgstr "" #: project/forms/reference.py:11 project/forms/reference_request.py:16 -#: project/templates/_macros.html:527 project/templates/_macros.html:687 +#: project/templates/_macros.html:528 project/templates/_macros.html:689 #: project/templates/admin_unit/create.html:28 #: project/templates/admin_unit/update.html:29 -#: project/templates/layout.html:260 +#: project/templates/layout.html:258 msgid "Organization" msgstr "" @@ -1001,7 +1001,7 @@ msgstr "" msgid "Delete request" msgstr "" -#: project/forms/reference_request.py:28 project/templates/_macros.html:1368 +#: project/forms/reference_request.py:28 project/templates/_macros.html:1370 #: project/templates/event_suggestion/review_status.html:18 #: project/templates/reference_request/review_status.html:12 msgid "Review status" @@ -1068,7 +1068,7 @@ msgid "This field is required." msgstr "" #: project/templates/_macros.html:134 project/templates/_macros.html:415 -#: project/templates/_macros.html:422 project/templates/_macros.html:895 +#: project/templates/_macros.html:422 project/templates/_macros.html:897 msgid "Date" msgstr "" @@ -1108,7 +1108,7 @@ msgstr "" msgid "Last updated at %(updated_at)s." msgstr "" -#: project/templates/_macros.html:408 project/templates/_macros.html:584 +#: project/templates/_macros.html:408 project/templates/_macros.html:585 #: project/templates/event/actions.html:12 #: project/templates/event/create.html:235 #: project/templates/event/delete.html:13 @@ -1118,45 +1118,50 @@ msgstr "" msgid "Event" msgstr "" -#: project/templates/_macros.html:418 project/templates/_macros.html:570 +#: project/templates/_macros.html:418 project/templates/_macros.html:571 #, python-format msgid "%(count)d event dates" msgstr "" -#: project/templates/_macros.html:451 project/templates/_macros.html:606 -#: project/templates/_macros.html:1437 project/templates/event/actions.html:32 +#: project/templates/_macros.html:451 project/templates/_macros.html:607 +#: project/templates/_macros.html:1439 project/templates/event/actions.html:32 msgid "Share" msgstr "" -#: project/templates/_macros.html:455 project/templates/_macros.html:610 -#: project/templates/_macros.html:1467 +#: project/templates/_macros.html:455 project/templates/_macros.html:611 +#: project/templates/_macros.html:1469 msgid "Add to calendar" msgstr "" -#: project/templates/_macros.html:489 project/templates/_macros.html:643 +#: project/templates/_macros.html:463 project/templates/_macros.html:619 +#: project/templates/event/report.html:4 +msgid "Report event" +msgstr "" + +#: project/templates/_macros.html:490 project/templates/_macros.html:645 msgid "Show directions" msgstr "" -#: project/templates/_macros.html:494 project/templates/_macros.html:648 +#: project/templates/_macros.html:495 project/templates/_macros.html:650 msgid "The event takes place online." msgstr "" -#: project/templates/_macros.html:496 project/templates/_macros.html:650 +#: project/templates/_macros.html:497 project/templates/_macros.html:652 msgid "The event takes place both offline and online." msgstr "" -#: project/templates/_macros.html:711 project/templates/event_date/list.html:5 +#: project/templates/_macros.html:713 project/templates/event_date/list.html:5 #: project/templates/event_date/list.html:278 #: project/templates/event_date/search.html:3 #: project/templates/reference_request/review.html:32 msgid "Event Dates" msgstr "" -#: project/templates/_macros.html:784 +#: project/templates/_macros.html:786 msgid "Search location on Google" msgstr "" -#: project/templates/_macros.html:845 project/templates/_macros.html:847 +#: project/templates/_macros.html:847 project/templates/_macros.html:849 #: project/templates/event_date/list.html:299 #: project/templates/widget/event_suggestion/create.html:193 #: project/templates/widget/event_suggestion/create.html:218 @@ -1167,12 +1172,12 @@ msgstr "" msgid "Previous" msgstr "" -#: project/templates/_macros.html:849 +#: project/templates/_macros.html:851 #, python-format msgid "Page %(page)d of %(pages)d (%(total)d total)" msgstr "" -#: project/templates/_macros.html:851 project/templates/_macros.html:853 +#: project/templates/_macros.html:853 project/templates/_macros.html:855 #: project/templates/event_date/list.html:301 #: project/templates/widget/event_suggestion/create.html:194 #: project/templates/widget/event_suggestion/create.html:219 @@ -1182,105 +1187,105 @@ msgstr "" msgid "Next" msgstr "" -#: project/templates/_macros.html:918 +#: project/templates/_macros.html:920 msgid "Radius" msgstr "" -#: project/templates/_macros.html:1128 +#: project/templates/_macros.html:1130 msgid "Edit image" msgstr "" -#: project/templates/_macros.html:1149 +#: project/templates/_macros.html:1151 msgid "Close" msgstr "" -#: project/templates/_macros.html:1150 +#: project/templates/_macros.html:1152 msgid "Okay" msgstr "" -#: project/templates/_macros.html:1162 +#: project/templates/_macros.html:1164 msgid "Choose image file" msgstr "" -#: project/templates/_macros.html:1198 project/templates/event/actions.html:46 +#: project/templates/_macros.html:1200 project/templates/event/actions.html:46 msgid "Edit event" msgstr "" -#: project/templates/_macros.html:1201 project/templates/manage/events.html:40 +#: project/templates/_macros.html:1203 project/templates/manage/events.html:40 msgid "More" msgstr "" -#: project/templates/_macros.html:1248 +#: project/templates/_macros.html:1250 msgid "Please enter a valid time, between 00:00 and 23:59." msgstr "" -#: project/templates/_macros.html:1276 +#: project/templates/_macros.html:1278 #, python-format msgid "Just use %(term)s" msgstr "" -#: project/templates/_macros.html:1328 +#: project/templates/_macros.html:1330 msgid "Event suggestion" msgstr "" -#: project/templates/_macros.html:1446 +#: project/templates/_macros.html:1448 msgid "Link copied" msgstr "" -#: project/templates/_macros.html:1446 +#: project/templates/_macros.html:1448 msgid "Copy link" msgstr "" -#: project/templates/_macros.html:1475 +#: project/templates/_macros.html:1477 msgid "Google calendar" msgstr "" -#: project/templates/_macros.html:1476 +#: project/templates/_macros.html:1478 msgid "Apple calendar" msgstr "" -#: project/templates/_macros.html:1477 +#: project/templates/_macros.html:1479 msgid "Yahoo calendar" msgstr "" -#: project/templates/_macros.html:1478 +#: project/templates/_macros.html:1480 msgid "Other calendar" msgstr "" -#: project/templates/home.html:27 +#: project/templates/home.html:28 msgid "Manage" msgstr "" -#: project/templates/home.html:29 project/templates/security/login_user.html:35 -#: project/views/widget.py:165 +#: project/templates/home.html:30 project/templates/security/login_user.html:35 +#: project/views/widget.py:158 msgid "Register for free" msgstr "" -#: project/templates/event_place/read.html:22 project/templates/layout.html:177 -#: project/templates/layout.html:221 project/templates/manage/events.html:6 +#: project/templates/event_place/read.html:22 project/templates/layout.html:175 +#: project/templates/layout.html:219 project/templates/manage/events.html:6 #: project/templates/manage/events.html:19 msgid "Events" msgstr "" -#: project/templates/layout.html:178 +#: project/templates/layout.html:176 msgid "Planing" msgstr "" -#: project/templates/layout.html:179 +#: project/templates/layout.html:177 msgid "Example" msgstr "" #: project/templates/admin/admin.html:19 #: project/templates/admin/admin_units.html:4 #: project/templates/admin/admin_units.html:11 -#: project/templates/layout.html:188 +#: project/templates/layout.html:186 #: project/templates/manage/admin_units.html:3 #: project/templates/manage/admin_units.html:16 #: project/templates/profile.html:60 msgid "Organizations" msgstr "" -#: project/templates/layout.html:189 +#: project/templates/layout.html:187 #: project/templates/oauth2_client/list.html:10 #: project/templates/oauth2_client/read.html:10 #: project/templates/oauth2_token/list.html:10 project/templates/profile.html:4 @@ -1290,73 +1295,73 @@ msgstr "" #: project/templates/admin/admin.html:3 project/templates/admin/admin.html:9 #: project/templates/admin/admin_units.html:10 -#: project/templates/admin/users.html:10 project/templates/layout.html:192 +#: project/templates/admin/users.html:10 project/templates/layout.html:190 msgid "Admin" msgstr "" -#: project/templates/layout.html:196 +#: project/templates/layout.html:194 msgid "Logout" msgstr "" -#: project/templates/layout.html:227 +#: project/templates/layout.html:225 msgid "Show events" msgstr "" #: project/templates/event/create.html:5 -#: project/templates/event/create.html:228 project/templates/layout.html:228 +#: project/templates/event/create.html:228 project/templates/layout.html:226 #: project/templates/manage/events.html:22 #: project/templates/manage/organizers.html:21 msgid "Create event" msgstr "" -#: project/templates/layout.html:231 +#: project/templates/layout.html:229 msgid "Review suggestions" msgstr "" -#: project/templates/layout.html:241 +#: project/templates/layout.html:239 #: project/templates/manage/references_incoming.html:5 #: project/templates/manage/references_outgoing.html:5 msgid "References" msgstr "" -#: project/templates/layout.html:247 +#: project/templates/layout.html:245 #: project/templates/manage/references_incoming.html:9 msgid "Incoming references" msgstr "" -#: project/templates/layout.html:248 +#: project/templates/layout.html:246 #: project/templates/manage/references_outgoing.html:9 msgid "Outgoing references" msgstr "" -#: project/templates/layout.html:250 +#: project/templates/layout.html:248 #: project/templates/manage/reference_requests_incoming.html:9 msgid "Incoming reference requests" msgstr "" -#: project/templates/layout.html:255 +#: project/templates/layout.html:253 #: project/templates/manage/reference_requests_outgoing.html:9 msgid "Outgoing reference requests" msgstr "" -#: project/templates/layout.html:263 project/templates/manage/organizers.html:5 +#: project/templates/layout.html:261 project/templates/manage/organizers.html:5 #: project/templates/manage/organizers.html:9 msgid "Organizers" msgstr "" #: project/templates/event_place/list.html:3 -#: project/templates/event_place/list.html:7 project/templates/layout.html:264 +#: project/templates/event_place/list.html:7 project/templates/layout.html:262 #: project/templates/manage/places.html:5 #: project/templates/manage/places.html:9 msgid "Places" msgstr "" -#: project/templates/layout.html:266 project/templates/manage/members.html:5 +#: project/templates/layout.html:264 project/templates/manage/members.html:5 #: project/templates/manage/members.html:28 msgid "Members" msgstr "" -#: project/templates/layout.html:267 project/templates/manage/relations.html:3 +#: project/templates/layout.html:265 project/templates/manage/relations.html:4 msgid "Relations" msgstr "" @@ -1365,22 +1370,22 @@ msgstr "" #: project/templates/admin/settings.html:8 #: project/templates/admin_unit/update.html:6 #: project/templates/admin_unit/update.html:23 -#: project/templates/layout.html:268 project/templates/manage/widgets.html:12 +#: project/templates/layout.html:266 project/templates/manage/widgets.html:12 #: project/templates/profile.html:19 msgid "Settings" msgstr "" -#: project/templates/layout.html:269 project/templates/manage/reviews.html:10 +#: project/templates/layout.html:267 project/templates/manage/reviews.html:10 #: project/templates/manage/widgets.html:5 #: project/templates/manage/widgets.html:9 msgid "Widgets" msgstr "" -#: project/templates/layout.html:279 +#: project/templates/layout.html:277 msgid "Switch organization" msgstr "" -#: project/templates/developer/read.html:4 project/templates/layout.html:329 +#: project/templates/developer/read.html:4 project/templates/layout.html:327 #: project/templates/profile.html:29 msgid "Developer" msgstr "" @@ -1434,6 +1439,14 @@ msgstr "" msgid "Invite user" msgstr "" +#: project/templates/email/event_report_notice.html:4 +msgid "There is a new event report." +msgstr "" + +#: project/templates/email/event_report_notice.html:8 +msgid "Click here to view the event" +msgstr "" + #: project/templates/email/invitation_notice.html:4 #, python-format msgid "You have been invited to join %(admin_unit_name)s." @@ -1848,30 +1861,34 @@ msgstr "" msgid "Invitation successfully deleted" msgstr "" -#: project/views/event.py:172 +#: project/views/event.py:178 msgid "Event successfully published" msgstr "" -#: project/views/event.py:174 +#: project/views/event.py:180 msgid "Draft successfully saved" msgstr "" -#: project/views/event.py:217 +#: project/views/event.py:223 msgid "Event successfully updated" msgstr "" -#: project/views/event.py:240 project/views/reference.py:162 +#: project/views/event.py:246 project/views/reference.py:162 msgid "Entered name does not match event name" msgstr "" -#: project/views/event.py:246 +#: project/views/event.py:252 msgid "Event successfully deleted" msgstr "" -#: project/views/event.py:393 +#: project/views/event.py:396 msgid "Referenced event changed" msgstr "" +#: project/views/event.py:419 +msgid "New event report" +msgstr "" + #: project/views/event_place.py:34 msgid "Place successfully created" msgstr "" @@ -1893,7 +1910,7 @@ msgid "Event suggestion successfully rejected" msgstr "" #: project/views/event_suggestion.py:87 -#: project/views/reference_request_review.py:136 +#: project/views/reference_request_review.py:135 msgid "Event review status updated" msgstr "" @@ -1961,34 +1978,34 @@ msgstr "" msgid "Reference successfully deleted" msgstr "" -#: project/views/reference_request.py:104 -#: project/views/reference_request_review.py:55 +#: project/views/reference_request.py:102 +#: project/views/reference_request_review.py:57 msgid "Reference successfully created" msgstr "" -#: project/views/reference_request.py:108 +#: project/views/reference_request.py:106 msgid "" "Request successfully created. You will be notified after the other " "organization reviews the event." msgstr "" -#: project/views/reference_request.py:147 +#: project/views/reference_request.py:142 msgid "New reference request" msgstr "" -#: project/views/reference_request.py:156 +#: project/views/reference_request.py:151 msgid "New reference automatically verified" msgstr "" -#: project/views/reference_request_review.py:32 +#: project/views/reference_request_review.py:34 msgid "Request already verified" msgstr "" -#: project/views/reference_request_review.py:63 +#: project/views/reference_request_review.py:65 msgid "Request successfully updated" msgstr "" -#: project/views/reference_request_review.py:86 +#: project/views/reference_request_review.py:88 #, python-format msgid "" "If all upcoming reference requests of %(admin_unit_name)s should be " @@ -2014,17 +2031,17 @@ msgstr "" msgid "You do not have permission for this action" msgstr "" -#: project/views/widget.py:157 +#: project/views/widget.py:150 msgid "Thank you so much! The event is being verified." msgstr "" -#: project/views/widget.py:161 +#: project/views/widget.py:154 msgid "" "For more options and your own calendar of events, you can register for " "free." msgstr "" -#: project/views/widget.py:224 +#: project/views/widget.py:212 msgid "New event review" msgstr ""