Merge pull request #531 from eventcally/issues/530

Event sort #530
This commit is contained in:
Daniel Grams 2023-08-17 15:41:03 +02:00 committed by GitHub
commit b6e6b2178a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 348 additions and 219 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-08-14 18:27+0200\n"
"POT-Creation-Date: 2023-08-17 14:09+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -216,7 +216,7 @@ msgstr ""
msgid "Legal notice"
msgstr ""
#: project/forms/admin.py:13 project/templates/_macros.html:1483
#: project/forms/admin.py:13 project/templates/_macros.html:1487
#: project/templates/layout.html:346
#: project/templates/widget/event_suggestion/create.html:204
#: project/views/admin_unit.py:84 project/views/root.py:75
@ -264,7 +264,7 @@ msgstr ""
#: project/forms/admin_unit_member.py:30 project/forms/event.py:112
#: project/forms/event_suggestion.py:38 project/forms/organizer.py:33
#: project/forms/user.py:18 project/forms/user.py:23
#: project/templates/_macros.html:246 project/templates/_macros.html:1579
#: project/templates/_macros.html:246 project/templates/_macros.html:1583
#: project/templates/admin/admin.html:27 project/templates/admin/email.html:4
#: project/templates/admin/email.html:66 project/templates/admin/users.html:19
#: project/templates/manage/organizers.html:21
@ -411,7 +411,7 @@ msgstr ""
msgid "The short name is used to create a unique identifier for your events"
msgstr ""
#: project/forms/admin_unit.py:46 project/templates/_macros.html:1621
#: project/forms/admin_unit.py:46 project/templates/_macros.html:1625
msgid "Short name must contain only letters numbers or underscore"
msgstr ""
@ -639,7 +639,7 @@ msgstr ""
msgid "100 km"
msgstr ""
#: project/forms/event.py:43 project/templates/manage/events.html:102
#: project/forms/event.py:43 project/templates/manage/events.html:106
msgid "Start"
msgstr ""
@ -662,16 +662,16 @@ msgid "All-day"
msgstr ""
#: project/forms/event.py:59 project/templates/_macros.html:948
#: project/templates/_macros.html:1791
#: project/templates/_macros.html:1795
#: project/templates/widget/event_suggestion/create.html:240
msgid "Recurring event"
msgstr ""
#: project/forms/event.py:66 project/templates/_macros.html:1340
#: project/forms/event.py:66 project/templates/_macros.html:1344
msgid "The start must be before the end."
msgstr ""
#: project/forms/event.py:72 project/templates/_macros.html:1357
#: project/forms/event.py:72 project/templates/_macros.html:1361
msgid "An event can last a maximum of 14 days."
msgstr ""
@ -821,8 +821,8 @@ msgid "Choose how people can attend the event."
msgstr ""
#: project/forms/event.py:230 project/forms/event_place.py:33
#: project/templates/manage/events.html:106
#: project/templates/manage/events.html:141
#: project/templates/manage/events.html:110
#: project/templates/manage/events.html:145
#: project/templates/manage/places.html:21
#: project/templates/manage/places.html:39
#: project/templates/widget/event_suggestion/create.html:258
@ -888,7 +888,7 @@ msgstr ""
#: project/templates/event_place/create.html:31
#: project/templates/event_place/delete.html:13
#: project/templates/event_place/update.html:31
#: project/templates/manage/events.html:105
#: project/templates/manage/events.html:109
msgid "Place"
msgstr ""
@ -906,7 +906,7 @@ msgstr ""
#: project/templates/_macros.html:501 project/templates/_macros.html:673
#: project/templates/_macros.html:951 project/templates/event/create.html:257
#: project/templates/event/update.html:160
#: project/templates/manage/events.html:104
#: project/templates/manage/events.html:108
#: project/templates/organizer/create.html:27
#: project/templates/organizer/delete.html:13
#: project/templates/organizer/update.html:27
@ -1018,18 +1018,20 @@ msgstr ""
msgid "Update event"
msgstr ""
#: project/forms/event.py:440 project/templates/_macros.html:1297
#: project/forms/event.py:440 project/templates/_macros.html:1301
#: project/templates/event/actions.html:66
#: project/templates/event/delete.html:6
msgid "Delete event"
msgstr ""
#: project/forms/event.py:447 project/forms/event_date.py:14
#: project/forms/event.py:447 project/forms/event.py:475
#: project/forms/event_date.py:14 project/forms/event_date.py:54
#: project/forms/planning.py:21
msgid "From"
msgstr ""
#: project/forms/event.py:449 project/forms/event_date.py:16
#: project/forms/event.py:449 project/forms/event.py:477
#: project/forms/event_date.py:16 project/forms/event_date.py:56
#: project/forms/planning.py:22
msgid "to"
msgstr ""
@ -1066,7 +1068,23 @@ msgstr ""
msgid "Exclude recurring events"
msgstr ""
#: project/forms/event.py:476 project/forms/event_date.py:54
#: project/forms/event.py:480 project/forms/event_date.py:59
msgid "Sort"
msgstr ""
#: project/forms/event.py:484 project/forms/event_date.py:63
msgid "Earliest start first"
msgstr ""
#: project/forms/event.py:488 project/forms/event_date.py:67
msgid "Newest first"
msgstr ""
#: project/forms/event.py:492
msgid "Last modified first"
msgstr ""
#: project/forms/event.py:498 project/forms/event_date.py:73
msgid "Find events"
msgstr ""
@ -1089,7 +1107,7 @@ msgstr ""
msgid "Show unreferenced events only"
msgstr ""
#: project/forms/event_date.py:63
#: project/forms/event_date.py:82
#: project/templates/widget/event_date/list.html:82
msgid "Find"
msgstr ""
@ -1251,7 +1269,7 @@ msgid "Delete request"
msgstr ""
#: project/forms/reference_request.py:28
#: project/forms/verification_request.py:24 project/templates/_macros.html:1495
#: project/forms/verification_request.py:24 project/templates/_macros.html:1499
#: project/templates/event_suggestion/review_status.html:18
#: project/templates/reference_request/review_status.html:12
#: project/templates/verification_request/review_status.html:4
@ -1382,7 +1400,7 @@ msgstr ""
msgid "AdminUnitVerificationRequestRejectionReason.irrelevant"
msgstr ""
#: project/forms/widgets.py:155
#: project/forms/widgets.py:156
msgid "This field is required."
msgstr ""
@ -1422,22 +1440,22 @@ msgstr ""
#: project/templates/event/actions.html:25
#: project/templates/event/create.html:234
#: project/templates/event/update.html:126
#: project/templates/manage/events.html:103
#: project/templates/manage/events.html:107
#: project/templates/widget/event_suggestion/create.html:229
msgid "Event"
msgstr ""
#: project/templates/_macros.html:419 project/templates/_macros.html:1021
#: project/templates/_macros.html:419 project/templates/_macros.html:1020
msgid "Date"
msgstr ""
#: project/templates/_macros.html:446 project/templates/_macros.html:605
#: project/templates/_macros.html:1564 project/templates/event/actions.html:51
#: project/templates/_macros.html:1568 project/templates/event/actions.html:51
msgid "Share"
msgstr ""
#: project/templates/_macros.html:450 project/templates/_macros.html:609
#: project/templates/_macros.html:1594
#: project/templates/_macros.html:1598
msgid "Add to calendar"
msgstr ""
@ -1467,7 +1485,7 @@ msgstr ""
#: project/templates/_macros.html:791
#: project/templates/admin/admin_units.html:36
#: project/templates/admin/users.html:36
#: project/templates/manage/events.html:118
#: project/templates/manage/events.html:122
#: project/templates/manage/members.html:35
#: project/templates/manage/organizers.html:33
#: project/templates/manage/places.html:31
@ -1481,17 +1499,17 @@ msgstr ""
msgid "Referenced by"
msgstr ""
#: project/templates/_macros.html:729 project/templates/_macros.html:1307
#: project/templates/_macros.html:729 project/templates/_macros.html:1311
#: project/templates/event/actions.html:38
#: project/templates/event_date/list.html:251
#: project/templates/manage/events.html:125
#: project/templates/manage/events.html:129
#: project/templates/manage/references_incoming.html:10
msgid "Reference event"
msgstr ""
#: project/templates/_macros.html:749 project/templates/_macros.html:1304
#: project/templates/_macros.html:749 project/templates/_macros.html:1308
#: project/templates/event/actions.html:32
#: project/templates/manage/events.html:123
#: project/templates/manage/events.html:127
msgid "Request reference"
msgstr ""
@ -1511,12 +1529,12 @@ msgid "%(count)d event dates"
msgstr ""
#: project/templates/_macros.html:961 project/templates/_macros.html:963
#: project/templates/event_date/list.html:510
#: project/templates/event_date/list.html:515
msgid "First"
msgstr ""
#: project/templates/_macros.html:966 project/templates/_macros.html:968
#: project/templates/event_date/list.html:511
#: project/templates/event_date/list.html:516
#: project/templates/widget/event_suggestion/create.html:193
#: project/templates/widget/event_suggestion/create.html:218
#: project/templates/widget/event_suggestion/create.html:247
@ -1532,7 +1550,7 @@ msgid "Page %(page)d of %(pages)d (%(total)d total)"
msgstr ""
#: project/templates/_macros.html:972 project/templates/_macros.html:974
#: project/templates/event_date/list.html:513
#: project/templates/event_date/list.html:518
#: project/templates/widget/event_suggestion/create.html:194
#: project/templates/widget/event_suggestion/create.html:219
#: project/templates/widget/event_suggestion/create.html:248
@ -1542,97 +1560,97 @@ msgid "Next"
msgstr ""
#: project/templates/_macros.html:977 project/templates/_macros.html:979
#: project/templates/event_date/list.html:514
#: project/templates/event_date/list.html:519
msgid "Last"
msgstr ""
#: project/templates/_macros.html:1044
#: project/templates/_macros.html:1048
msgid "Radius"
msgstr ""
#: project/templates/_macros.html:1226
#: project/templates/_macros.html:1230
msgid "Edit image"
msgstr ""
#: project/templates/_macros.html:1247 project/templates/planning/list.html:97
#: project/templates/_macros.html:1251 project/templates/planning/list.html:97
msgid "Close"
msgstr ""
#: project/templates/_macros.html:1248
#: project/templates/_macros.html:1252
msgid "Okay"
msgstr ""
#: project/templates/_macros.html:1260
#: project/templates/_macros.html:1264
msgid "Choose image file"
msgstr ""
#: project/templates/_macros.html:1296 project/templates/event/actions.html:65
#: project/templates/_macros.html:1300 project/templates/event/actions.html:65
#: project/templates/event/delete.html:12
msgid "Edit event"
msgstr ""
#: project/templates/_macros.html:1300 project/templates/event/actions.html:58
#: project/templates/_macros.html:1304 project/templates/event/actions.html:58
msgid "Duplicate event"
msgstr ""
#: project/templates/_macros.html:1311 project/templates/event/actions.html:44
#: project/templates/manage/events.html:129
#: project/templates/_macros.html:1315 project/templates/event/actions.html:44
#: project/templates/manage/events.html:133
msgid "Add to list"
msgstr ""
#: project/templates/_macros.html:1314 project/templates/manage/events.html:132
#: project/templates/_macros.html:1318 project/templates/manage/events.html:136
msgid "More"
msgstr ""
#: project/templates/_macros.html:1361
#: project/templates/_macros.html:1365
msgid "Please enter a valid time, between 00:00 and 23:59."
msgstr ""
#: project/templates/_macros.html:1389
#: project/templates/_macros.html:1393
#, python-format
msgid "Just use %(term)s"
msgstr ""
#: project/templates/_macros.html:1455
#: project/templates/_macros.html:1459
msgid "Event suggestion"
msgstr ""
#: project/templates/_macros.html:1573
#: project/templates/_macros.html:1577
msgid "Link copied"
msgstr ""
#: project/templates/_macros.html:1573
#: project/templates/_macros.html:1577
msgid "Copy link"
msgstr ""
#: project/templates/_macros.html:1603
#: project/templates/_macros.html:1607
msgid "Google calendar"
msgstr ""
#: project/templates/_macros.html:1605
#: project/templates/_macros.html:1609
msgid "Apple calendar"
msgstr ""
#: project/templates/_macros.html:1606
#: project/templates/_macros.html:1610
msgid "Yahoo calendar"
msgstr ""
#: project/templates/_macros.html:1607
#: project/templates/_macros.html:1611
msgid "Other calendar"
msgstr ""
#: project/templates/_macros.html:1792
#: project/templates/_macros.html:1796
msgid "Remove event date"
msgstr ""
#: project/templates/_macros.html:1825 project/templates/event/create.html:180
#: project/templates/_macros.html:1829 project/templates/event/create.html:180
#: project/templates/event/update.html:103
#: project/templates/event_date/list.html:446
#: project/templates/widget/event_suggestion/create.html:129
msgid "Enter organizer"
msgstr ""
#: project/templates/_macros.html:1853
#: project/templates/_macros.html:1857
msgid "Enter list name"
msgstr ""
@ -1857,7 +1875,7 @@ msgid "Users"
msgstr ""
#: project/templates/admin/admin_units.html:35
#: project/templates/manage/events.html:117
#: project/templates/manage/events.html:121
#: project/templates/manage/organizers.html:32
#: project/templates/manage/references_incoming.html:19
#: project/templates/manage/references_outgoing.html:19
@ -1866,7 +1884,7 @@ msgstr ""
#: project/templates/admin/admin_units.html:37
#: project/templates/admin/users.html:37
#: project/templates/manage/events.html:119
#: project/templates/manage/events.html:123
#: project/templates/manage/members.html:21
#: project/templates/manage/members.html:36
#: project/templates/manage/organizers.html:34
@ -2169,7 +2187,7 @@ msgstr ""
#: project/templates/event/actions.html:74 project/templates/event/read.html:32
#: project/templates/event_date/read.html:34
#: project/templates/manage/events.html:153
#: project/templates/manage/events.html:157
msgid "Add event to list"
msgstr ""
@ -2252,12 +2270,17 @@ msgstr ""
msgid "Referenced"
msgstr ""
#: project/templates/event_date/list.html:492
#: project/templates/manage/events.html:93
#: project/templates/event_date/list.html:483
#: project/templates/manage/events.html:87
msgid "Created at"
msgstr ""
#: project/templates/event_date/list.html:497
#: project/templates/manage/events.html:97
msgid "More filters"
msgstr ""
#: project/templates/event_date/list.html:493
#: project/templates/event_date/list.html:498
msgid "Map view"
msgstr ""
@ -2325,17 +2348,17 @@ msgstr ""
msgid "Verify organization"
msgstr ""
#: project/templates/manage/events.html:107
#: project/templates/manage/events.html:142
#: project/templates/manage/events.html:111
#: project/templates/manage/events.html:146
msgid "Number of references"
msgstr ""
#: project/templates/manage/events.html:107
#: project/templates/manage/events.html:142
#: project/templates/manage/events.html:111
#: project/templates/manage/events.html:146
msgid "Number of reference requests."
msgstr ""
#: project/templates/manage/events.html:120
#: project/templates/manage/events.html:124
msgid "Duplicate"
msgstr ""

View File

@ -18,36 +18,39 @@ class NumericStr(fields.String):
raise ValidationError("Must be a numeric value.") from error
class CustomDateTimeField(fields.DateTime):
class TimezoneDateTimeField(fields.DateTime):
def __init__(self, format: str | None = None, **kwargs) -> None:
super().__init__(format, **kwargs)
self.custom_timezone = kwargs.pop("custom_timezone", None)
def _serialize(self, value, attr, obj, **kwargs):
if value:
value = value.astimezone(berlin_tz)
value = value.astimezone(self.custom_timezone)
return super()._serialize(value, attr, obj, **kwargs)
def deserialize(self, value, attr, data, **kwargs):
result = super().deserialize(value, attr, data, **kwargs)
try:
result = super().deserialize(value, attr, data, **kwargs)
except ValidationError:
result = super().deserialize(value + "T00:00:00", attr, data, **kwargs)
if result and result.tzinfo is None:
result = berlin_tz.localize(result)
result = self.custom_timezone.localize(result)
return result
class GmtDateTimeField(fields.DateTime):
def _serialize(self, value, attr, obj, **kwargs):
if value:
value = value.replace(tzinfo=gmt_tz)
class CustomDateTimeField(TimezoneDateTimeField):
def __init__(self, format: str | None = None, **kwargs) -> None:
kwargs["custom_timezone"] = berlin_tz
super().__init__(format, **kwargs)
return super()._serialize(value, attr, obj, **kwargs)
def deserialize(self, value, attr, data, **kwargs):
result = super().deserialize(value, attr, data, **kwargs)
if result and result.tzinfo is None:
result = gmt_tz.localize(result)
return result
class GmtDateTimeField(TimezoneDateTimeField):
def __init__(self, format: str | None = None, **kwargs) -> None:
kwargs["custom_timezone"] = gmt_tz
super().__init__(format, **kwargs)
class Owned(msfields.Nested):

View File

@ -472,6 +472,28 @@ class FindEventForm(FlaskForm):
lazy_gettext("Exclude recurring events"),
validators=[Optional()],
)
created_at_from = CustomDateField(lazy_gettext("From"), validators=[Optional()])
created_at_to = CustomDateField(
lazy_gettext("to"), set_end_of_day=True, validators=[Optional()]
)
sort = SelectField(
lazy_gettext("Sort"),
choices=[
(
"start",
lazy_gettext("Earliest start first"),
),
(
"-created_at",
lazy_gettext("Newest first"),
),
(
"-last_modified_at",
lazy_gettext("Last modified first"),
),
],
default="start",
)
submit = SubmitField(lazy_gettext("Find events"))

View File

@ -51,6 +51,25 @@ class FindEventDateForm(FindEventDateBaseForm):
)
postal_code = StringField(lazy_gettext("Postal code"), validators=[Optional()])
created_at_from = CustomDateField(lazy_gettext("From"), validators=[Optional()])
created_at_to = CustomDateField(
lazy_gettext("to"), set_end_of_day=True, validators=[Optional()]
)
sort = SelectField(
lazy_gettext("Sort"),
choices=[
(
"start",
lazy_gettext("Earliest start first"),
),
(
"-created_at",
lazy_gettext("Newest first"),
),
],
default="start",
)
submit = SubmitField(lazy_gettext("Find events"))

View File

@ -111,7 +111,8 @@ class CustomDateField(DateTimeField):
self.data = None
return
date = datetime.strptime(date_str, "%Y-%m-%d")
date_str_p = date_str.split(" ")[0].split("T")[0]
date = datetime.strptime(date_str_p, "%Y-%m-%d")
localized_date = berlin_tz.localize(date)
if self.set_end_of_day:

View File

@ -145,6 +145,7 @@ class EventSearchParams(TrackableSearchParams):
self.not_referenced_by_organization_id = None
self.exclude_recurring = False
self.expected_participants_min = None
self.sort = "start"
@property
def date_from(self):

View File

@ -1017,14 +1017,18 @@
{% endmacro %}
{% macro render_event_dates_date_field(from_field, to_field) %}
{{ render_date_field_range(from_field, to_field, _('Date')) }}
{% endmacro %}
{% macro render_date_field_range(from_field, to_field, label) %}
<div class="form-group row">
<label class="col-sm-2 col-form-label">{{ _('Date') }}</label>
<label class="col-sm-2 col-form-label">{{ label }}</label>
<div class="col-sm-5 mb-1">
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text">{{ from_field.label.text }}</span>
</div>
{{ from_field(**{"class":"form-control datepicker", "data-range-to":"#date_to"})|safe }}
{{ from_field(**{"class":"form-control datepicker", "data-range-to":"#" + to_field.id})|safe }}
</div>
</div>
<div class="col-sm-5">

View File

@ -1,5 +1,5 @@
{% extends "layout.html" %}
{% from "_macros.html" import render_field, render_event_dates_location_field, render_event_dates_date_field, render_field_with_errors, render_form_styles, render_form_scripts, render_jquery_steps_header, render_google_filter_autocomplete_header, render_pagination, render_place, render_events_sub_menu %}
{% from "_macros.html" import render_date_field_range, render_field, render_event_dates_location_field, render_event_dates_date_field, render_field_with_errors, render_form_styles, render_form_scripts, render_jquery_steps_header, render_google_filter_autocomplete_header, render_pagination, render_place, render_events_sub_menu %}
{% set user_can_reference_event = current_admin_unit and has_access(current_admin_unit, "event:reference") %}
{%- block title -%}
@ -338,6 +338,8 @@
if (remember_scroll_pos) {
$(window).scrollTop(scrollPos);
} else {
scroll_to_element($('#result_container'));
}
}
});
@ -467,7 +469,7 @@
{{ render_event_dates_date_field(form.date_from, form.date_to) }}
{{ render_field_with_errors(form.keyword, formrow="1") }}
{% set form_collapsed = not form.category_id.data and not form.admin_unit_id.data and not form.organizer_id.data and not form.coordinate.data %}
{% set form_collapsed = not form.category_id.data and not form.admin_unit_id.data and not form.organizer_id.data and not form.coordinate.data and not form.created_at_from.data and not form.created_at_to.data and form.sort.data == "start" %}
<div id="extended_search_form" class="{% if form_collapsed %}collapse{% else %}show{% endif %}">
{{ render_field_with_errors(form.category_id, formrow="1") }}
@ -480,6 +482,10 @@
{{ render_event_dates_location_field(form.location, form.distance) }}
{{ render_date_field_range(form.created_at_from, form.created_at_to, _('Created at')) }}
{{ render_field_with_errors(form.sort, formrow="1") }}
{{ render_field_with_errors(form.exclude_recurring, ri="checkbox", formrow="1") }}
{% if user_can_reference_event %}

View File

@ -1,6 +1,6 @@
{% extends "layout_vue.html" %}
{% set active_id = "events" %}
{% from "_macros.html" import render_jquery_steps_header, render_google_filter_autocomplete_header, render_event_dates_location_field, render_field, render_event_dates_date_field, render_event_in_list, render_manage_form_styles, render_manage_form_scripts, render_event_warning_pills, render_pagination, render_event_date, render_field_with_errors, render_event_organizer %}
{% from "_macros.html" import render_date_field_range, render_jquery_steps_header, render_google_filter_autocomplete_header, render_event_dates_location_field, render_field, render_event_dates_date_field, render_event_in_list, render_manage_form_styles, render_manage_form_scripts, render_event_warning_pills, render_pagination, render_event_date, render_field_with_errors, render_event_organizer %}
{%- block title -%}
{{ _('Events') }}
@ -65,7 +65,7 @@ var vue_app_data = { eventId: 0 };
{{ render_field_with_errors(form.keyword, formrow="1") }}
{% endif %}
{% set form_collapsed = not form.exclude_recurring.data and not form.category_id.data and not form.organizer_id.data and not form.event_place_id.data and not form.postal_code.data and not form.coordinate.data %}
{% set form_collapsed = not form.exclude_recurring.data and not form.category_id.data and not form.organizer_id.data and not form.event_place_id.data and not form.postal_code.data and not form.coordinate.data and not form.created_at_from.data and not form.created_at_to.data and form.sort.data == "start" %}
<div id="extended_search_form" class="{% if form_collapsed %}collapse{% else %}show{% endif %}">
{% if form.category_id %}
@ -84,6 +84,10 @@ var vue_app_data = { eventId: 0 };
{{ render_event_dates_location_field(form.location, form.distance) }}
{{ render_date_field_range(form.created_at_from, form.created_at_to, _('Created at')) }}
{{ render_field_with_errors(form.sort, formrow="1") }}
{{ render_field_with_errors(form.exclude_recurring, ri="checkbox", formrow="1") }}
</div>
@ -110,7 +114,7 @@ var vue_app_data = { eventId: 0 };
<tbody>
{% for event in events %}
<tr>
<td class="fit">{{ render_event_in_list(event) }}</td>
<td class="fit">{{ render_event_in_list(event) }}</span></td>
<td>
<button class="btn btn-link dropdown-toggle p-0 text-wrap text-left" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">{{ event.name }}</button>
<div class="dropdown-menu dropdown-menu-right">

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-08-14 18:27+0200\n"
"POT-Creation-Date: 2023-08-17 14:09+0200\n"
"PO-Revision-Date: 2020-06-07 18:51+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: de\n"
@ -217,7 +217,7 @@ msgstr "Nutzungsbedingungen"
msgid "Legal notice"
msgstr "Impressum"
#: project/forms/admin.py:13 project/templates/_macros.html:1483
#: project/forms/admin.py:13 project/templates/_macros.html:1487
#: project/templates/layout.html:346
#: project/templates/widget/event_suggestion/create.html:204
#: project/views/admin_unit.py:84 project/views/root.py:75
@ -265,7 +265,7 @@ msgstr "Nutzer löschen"
#: project/forms/admin_unit_member.py:30 project/forms/event.py:112
#: project/forms/event_suggestion.py:38 project/forms/organizer.py:33
#: project/forms/user.py:18 project/forms/user.py:23
#: project/templates/_macros.html:246 project/templates/_macros.html:1579
#: project/templates/_macros.html:246 project/templates/_macros.html:1583
#: project/templates/admin/admin.html:27 project/templates/admin/email.html:4
#: project/templates/admin/email.html:66 project/templates/admin/users.html:19
#: project/templates/manage/organizers.html:21
@ -423,7 +423,7 @@ msgstr ""
"eindeutig zu identifizieren. Der Kurzname darf nur Buchstaben, Nummern "
"und Unterstriche enthalten."
#: project/forms/admin_unit.py:46 project/templates/_macros.html:1621
#: project/forms/admin_unit.py:46 project/templates/_macros.html:1625
msgid "Short name must contain only letters numbers or underscore"
msgstr "Der Kurzname darf nur Buchstaben, Nummern und Unterstriche enthalten"
@ -664,7 +664,7 @@ msgstr "50 km"
msgid "100 km"
msgstr "100 km"
#: project/forms/event.py:43 project/templates/manage/events.html:102
#: project/forms/event.py:43 project/templates/manage/events.html:106
msgid "Start"
msgstr "Beginn"
@ -687,16 +687,16 @@ msgid "All-day"
msgstr "Ganztägig"
#: project/forms/event.py:59 project/templates/_macros.html:948
#: project/templates/_macros.html:1791
#: project/templates/_macros.html:1795
#: project/templates/widget/event_suggestion/create.html:240
msgid "Recurring event"
msgstr "Serientermin"
#: project/forms/event.py:66 project/templates/_macros.html:1340
#: project/forms/event.py:66 project/templates/_macros.html:1344
msgid "The start must be before the end."
msgstr "Der Start muss vor dem Ende sein."
#: project/forms/event.py:72 project/templates/_macros.html:1357
#: project/forms/event.py:72 project/templates/_macros.html:1361
msgid "An event can last a maximum of 14 days."
msgstr "Eine Veranstaltung darf maximal 14 Tage dauern."
@ -855,8 +855,8 @@ msgid "Choose how people can attend the event."
msgstr "Wähle aus, wie Personen an der Veranstaltung teilnehmen können."
#: project/forms/event.py:230 project/forms/event_place.py:33
#: project/templates/manage/events.html:106
#: project/templates/manage/events.html:141
#: project/templates/manage/events.html:110
#: project/templates/manage/events.html:145
#: project/templates/manage/places.html:21
#: project/templates/manage/places.html:39
#: project/templates/widget/event_suggestion/create.html:258
@ -930,7 +930,7 @@ msgstr "Ungültiger Mitveranstalter."
#: project/templates/event_place/create.html:31
#: project/templates/event_place/delete.html:13
#: project/templates/event_place/update.html:31
#: project/templates/manage/events.html:105
#: project/templates/manage/events.html:109
msgid "Place"
msgstr "Ort"
@ -948,7 +948,7 @@ msgstr "Neuen Ort eingeben"
#: project/templates/_macros.html:501 project/templates/_macros.html:673
#: project/templates/_macros.html:951 project/templates/event/create.html:257
#: project/templates/event/update.html:160
#: project/templates/manage/events.html:104
#: project/templates/manage/events.html:108
#: project/templates/organizer/create.html:27
#: project/templates/organizer/delete.html:13
#: project/templates/organizer/update.html:27
@ -1066,18 +1066,20 @@ msgstr ""
msgid "Update event"
msgstr "Veranstaltung aktualisieren"
#: project/forms/event.py:440 project/templates/_macros.html:1297
#: project/forms/event.py:440 project/templates/_macros.html:1301
#: project/templates/event/actions.html:66
#: project/templates/event/delete.html:6
msgid "Delete event"
msgstr "Veranstaltung löschen"
#: project/forms/event.py:447 project/forms/event_date.py:14
#: project/forms/event.py:447 project/forms/event.py:475
#: project/forms/event_date.py:14 project/forms/event_date.py:54
#: project/forms/planning.py:21
msgid "From"
msgstr "Von"
#: project/forms/event.py:449 project/forms/event_date.py:16
#: project/forms/event.py:449 project/forms/event.py:477
#: project/forms/event_date.py:16 project/forms/event_date.py:56
#: project/forms/planning.py:22
msgid "to"
msgstr "bis"
@ -1114,7 +1116,23 @@ msgstr "Distanz"
msgid "Exclude recurring events"
msgstr "Serientermine nicht anzeigen"
#: project/forms/event.py:476 project/forms/event_date.py:54
#: project/forms/event.py:480 project/forms/event_date.py:59
msgid "Sort"
msgstr "Sortierung"
#: project/forms/event.py:484 project/forms/event_date.py:63
msgid "Earliest start first"
msgstr "Frühester Beginn zuerst"
#: project/forms/event.py:488 project/forms/event_date.py:67
msgid "Newest first"
msgstr "Neuste zuerst"
#: project/forms/event.py:492
msgid "Last modified first"
msgstr "Zuletzt geändert zuerst"
#: project/forms/event.py:498 project/forms/event_date.py:73
msgid "Find events"
msgstr "Veranstaltungen finden"
@ -1137,7 +1155,7 @@ msgstr "Organisation"
msgid "Show unreferenced events only"
msgstr "Nur nicht empfohlene Veranstaltungen anzeigen"
#: project/forms/event_date.py:63
#: project/forms/event_date.py:82
#: project/templates/widget/event_date/list.html:82
msgid "Find"
msgstr "Finden"
@ -1303,7 +1321,7 @@ msgid "Delete request"
msgstr "Anfrage löschen"
#: project/forms/reference_request.py:28
#: project/forms/verification_request.py:24 project/templates/_macros.html:1495
#: project/forms/verification_request.py:24 project/templates/_macros.html:1499
#: project/templates/event_suggestion/review_status.html:18
#: project/templates/reference_request/review_status.html:12
#: project/templates/verification_request/review_status.html:4
@ -1441,7 +1459,7 @@ msgstr "Unzulässig"
msgid "AdminUnitVerificationRequestRejectionReason.irrelevant"
msgstr "Nicht relevant"
#: project/forms/widgets.py:155
#: project/forms/widgets.py:156
msgid "This field is required."
msgstr "Dieses Feld ist erforderlich."
@ -1481,22 +1499,22 @@ msgstr "Zuletzt aktualisiert am %(updated_at)s."
#: project/templates/event/actions.html:25
#: project/templates/event/create.html:234
#: project/templates/event/update.html:126
#: project/templates/manage/events.html:103
#: project/templates/manage/events.html:107
#: project/templates/widget/event_suggestion/create.html:229
msgid "Event"
msgstr "Veranstaltung"
#: project/templates/_macros.html:419 project/templates/_macros.html:1021
#: project/templates/_macros.html:419 project/templates/_macros.html:1020
msgid "Date"
msgstr "Datum"
#: project/templates/_macros.html:446 project/templates/_macros.html:605
#: project/templates/_macros.html:1564 project/templates/event/actions.html:51
#: project/templates/_macros.html:1568 project/templates/event/actions.html:51
msgid "Share"
msgstr "Teilen"
#: project/templates/_macros.html:450 project/templates/_macros.html:609
#: project/templates/_macros.html:1594
#: project/templates/_macros.html:1598
msgid "Add to calendar"
msgstr "Zum Kalender"
@ -1528,7 +1546,7 @@ msgstr "Merkzettel"
#: project/templates/_macros.html:791
#: project/templates/admin/admin_units.html:36
#: project/templates/admin/users.html:36
#: project/templates/manage/events.html:118
#: project/templates/manage/events.html:122
#: project/templates/manage/members.html:35
#: project/templates/manage/organizers.html:33
#: project/templates/manage/places.html:31
@ -1542,17 +1560,17 @@ msgstr "Bearbeiten"
msgid "Referenced by"
msgstr "Empfohlen von"
#: project/templates/_macros.html:729 project/templates/_macros.html:1307
#: project/templates/_macros.html:729 project/templates/_macros.html:1311
#: project/templates/event/actions.html:38
#: project/templates/event_date/list.html:251
#: project/templates/manage/events.html:125
#: project/templates/manage/events.html:129
#: project/templates/manage/references_incoming.html:10
msgid "Reference event"
msgstr "Veranstaltung empfehlen"
#: project/templates/_macros.html:749 project/templates/_macros.html:1304
#: project/templates/_macros.html:749 project/templates/_macros.html:1308
#: project/templates/event/actions.html:32
#: project/templates/manage/events.html:123
#: project/templates/manage/events.html:127
msgid "Request reference"
msgstr "Empfehlung anfragen"
@ -1572,12 +1590,12 @@ msgid "%(count)d event dates"
msgstr "%(count)d Termine"
#: project/templates/_macros.html:961 project/templates/_macros.html:963
#: project/templates/event_date/list.html:510
#: project/templates/event_date/list.html:515
msgid "First"
msgstr "Erste"
#: project/templates/_macros.html:966 project/templates/_macros.html:968
#: project/templates/event_date/list.html:511
#: project/templates/event_date/list.html:516
#: project/templates/widget/event_suggestion/create.html:193
#: project/templates/widget/event_suggestion/create.html:218
#: project/templates/widget/event_suggestion/create.html:247
@ -1593,7 +1611,7 @@ msgid "Page %(page)d of %(pages)d (%(total)d total)"
msgstr "Seite %(page)d von %(pages)d (%(total)d insgesamt)"
#: project/templates/_macros.html:972 project/templates/_macros.html:974
#: project/templates/event_date/list.html:513
#: project/templates/event_date/list.html:518
#: project/templates/widget/event_suggestion/create.html:194
#: project/templates/widget/event_suggestion/create.html:219
#: project/templates/widget/event_suggestion/create.html:248
@ -1603,97 +1621,97 @@ msgid "Next"
msgstr "Weiter"
#: project/templates/_macros.html:977 project/templates/_macros.html:979
#: project/templates/event_date/list.html:514
#: project/templates/event_date/list.html:519
msgid "Last"
msgstr "Letzte"
#: project/templates/_macros.html:1044
#: project/templates/_macros.html:1048
msgid "Radius"
msgstr "Umkreis"
#: project/templates/_macros.html:1226
#: project/templates/_macros.html:1230
msgid "Edit image"
msgstr "Bild bearbeiten"
#: project/templates/_macros.html:1247 project/templates/planning/list.html:97
#: project/templates/_macros.html:1251 project/templates/planning/list.html:97
msgid "Close"
msgstr "Schließen"
#: project/templates/_macros.html:1248
#: project/templates/_macros.html:1252
msgid "Okay"
msgstr "OK"
#: project/templates/_macros.html:1260
#: project/templates/_macros.html:1264
msgid "Choose image file"
msgstr "Bild-Datei auswählen"
#: project/templates/_macros.html:1296 project/templates/event/actions.html:65
#: project/templates/_macros.html:1300 project/templates/event/actions.html:65
#: project/templates/event/delete.html:12
msgid "Edit event"
msgstr "Veranstaltung bearbeiten"
#: project/templates/_macros.html:1300 project/templates/event/actions.html:58
#: project/templates/_macros.html:1304 project/templates/event/actions.html:58
msgid "Duplicate event"
msgstr "Veranstaltung duplizieren"
#: project/templates/_macros.html:1311 project/templates/event/actions.html:44
#: project/templates/manage/events.html:129
#: project/templates/_macros.html:1315 project/templates/event/actions.html:44
#: project/templates/manage/events.html:133
msgid "Add to list"
msgstr "Zu Liste hinzufügen"
#: project/templates/_macros.html:1314 project/templates/manage/events.html:132
#: project/templates/_macros.html:1318 project/templates/manage/events.html:136
msgid "More"
msgstr "Mehr"
#: project/templates/_macros.html:1361
#: project/templates/_macros.html:1365
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:1389
#: project/templates/_macros.html:1393
#, python-format
msgid "Just use %(term)s"
msgstr "Verwende einfach %(term)s"
#: project/templates/_macros.html:1455
#: project/templates/_macros.html:1459
msgid "Event suggestion"
msgstr "Veranstaltungsvorschlag"
#: project/templates/_macros.html:1573
#: project/templates/_macros.html:1577
msgid "Link copied"
msgstr "Link kopiert"
#: project/templates/_macros.html:1573
#: project/templates/_macros.html:1577
msgid "Copy link"
msgstr "Link kopieren"
#: project/templates/_macros.html:1603
#: project/templates/_macros.html:1607
msgid "Google calendar"
msgstr "Google Kalender"
#: project/templates/_macros.html:1605
#: project/templates/_macros.html:1609
msgid "Apple calendar"
msgstr "Apple Kalender"
#: project/templates/_macros.html:1606
#: project/templates/_macros.html:1610
msgid "Yahoo calendar"
msgstr "Yahoo Kalender"
#: project/templates/_macros.html:1607
#: project/templates/_macros.html:1611
msgid "Other calendar"
msgstr "Anderer Kalender"
#: project/templates/_macros.html:1792
#: project/templates/_macros.html:1796
msgid "Remove event date"
msgstr "Termin entfernen"
#: project/templates/_macros.html:1825 project/templates/event/create.html:180
#: project/templates/_macros.html:1829 project/templates/event/create.html:180
#: project/templates/event/update.html:103
#: project/templates/event_date/list.html:446
#: project/templates/widget/event_suggestion/create.html:129
msgid "Enter organizer"
msgstr "Veranstalter eingeben"
#: project/templates/_macros.html:1853
#: project/templates/_macros.html:1857
msgid "Enter list name"
msgstr "Listenname eingeben"
@ -1918,7 +1936,7 @@ msgid "Users"
msgstr "Nutzer"
#: project/templates/admin/admin_units.html:35
#: project/templates/manage/events.html:117
#: project/templates/manage/events.html:121
#: project/templates/manage/organizers.html:32
#: project/templates/manage/references_incoming.html:19
#: project/templates/manage/references_outgoing.html:19
@ -1927,7 +1945,7 @@ msgstr "Anzeigen"
#: project/templates/admin/admin_units.html:37
#: project/templates/admin/users.html:37
#: project/templates/manage/events.html:119
#: project/templates/manage/events.html:123
#: project/templates/manage/members.html:21
#: project/templates/manage/members.html:36
#: project/templates/manage/organizers.html:34
@ -2236,7 +2254,7 @@ msgstr "Zeige alle Veranstaltungen von %(admin_unit_name)s"
#: project/templates/event/actions.html:74 project/templates/event/read.html:32
#: project/templates/event_date/read.html:34
#: project/templates/manage/events.html:153
#: project/templates/manage/events.html:157
msgid "Add event to list"
msgstr "Veranstaltung zu Liste hinzufügen"
@ -2324,12 +2342,17 @@ msgstr "Nicht empfohlen"
msgid "Referenced"
msgstr "Empfohlen"
#: project/templates/event_date/list.html:492
#: project/templates/manage/events.html:93
#: project/templates/event_date/list.html:483
#: project/templates/manage/events.html:87
msgid "Created at"
msgstr "Erstellt am"
#: project/templates/event_date/list.html:497
#: project/templates/manage/events.html:97
msgid "More filters"
msgstr "Weitere Filter"
#: project/templates/event_date/list.html:493
#: project/templates/event_date/list.html:498
msgid "Map view"
msgstr "Kartenansicht"
@ -2399,17 +2422,17 @@ msgstr ""
msgid "Verify organization"
msgstr "Organisation verifizieren"
#: project/templates/manage/events.html:107
#: project/templates/manage/events.html:142
#: project/templates/manage/events.html:111
#: project/templates/manage/events.html:146
msgid "Number of references"
msgstr "Anzahl an Empfehlungen"
#: project/templates/manage/events.html:107
#: project/templates/manage/events.html:142
#: project/templates/manage/events.html:111
#: project/templates/manage/events.html:146
msgid "Number of reference requests."
msgstr "Anzahl an Empfehlungsanfragen"
#: project/templates/manage/events.html:120
#: project/templates/manage/events.html:124
msgid "Duplicate"
msgstr "Duplizieren"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-08-14 18:27+0200\n"
"POT-Creation-Date: 2023-08-17 14:09+0200\n"
"PO-Revision-Date: 2021-04-30 15:04+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
@ -217,7 +217,7 @@ msgstr ""
msgid "Legal notice"
msgstr ""
#: project/forms/admin.py:13 project/templates/_macros.html:1483
#: project/forms/admin.py:13 project/templates/_macros.html:1487
#: project/templates/layout.html:346
#: project/templates/widget/event_suggestion/create.html:204
#: project/views/admin_unit.py:84 project/views/root.py:75
@ -265,7 +265,7 @@ msgstr ""
#: project/forms/admin_unit_member.py:30 project/forms/event.py:112
#: project/forms/event_suggestion.py:38 project/forms/organizer.py:33
#: project/forms/user.py:18 project/forms/user.py:23
#: project/templates/_macros.html:246 project/templates/_macros.html:1579
#: project/templates/_macros.html:246 project/templates/_macros.html:1583
#: project/templates/admin/admin.html:27 project/templates/admin/email.html:4
#: project/templates/admin/email.html:66 project/templates/admin/users.html:19
#: project/templates/manage/organizers.html:21
@ -412,7 +412,7 @@ msgstr ""
msgid "The short name is used to create a unique identifier for your events"
msgstr ""
#: project/forms/admin_unit.py:46 project/templates/_macros.html:1621
#: project/forms/admin_unit.py:46 project/templates/_macros.html:1625
msgid "Short name must contain only letters numbers or underscore"
msgstr ""
@ -640,7 +640,7 @@ msgstr ""
msgid "100 km"
msgstr ""
#: project/forms/event.py:43 project/templates/manage/events.html:102
#: project/forms/event.py:43 project/templates/manage/events.html:106
msgid "Start"
msgstr ""
@ -663,16 +663,16 @@ msgid "All-day"
msgstr ""
#: project/forms/event.py:59 project/templates/_macros.html:948
#: project/templates/_macros.html:1791
#: project/templates/_macros.html:1795
#: project/templates/widget/event_suggestion/create.html:240
msgid "Recurring event"
msgstr ""
#: project/forms/event.py:66 project/templates/_macros.html:1340
#: project/forms/event.py:66 project/templates/_macros.html:1344
msgid "The start must be before the end."
msgstr ""
#: project/forms/event.py:72 project/templates/_macros.html:1357
#: project/forms/event.py:72 project/templates/_macros.html:1361
msgid "An event can last a maximum of 14 days."
msgstr ""
@ -822,8 +822,8 @@ msgid "Choose how people can attend the event."
msgstr ""
#: project/forms/event.py:230 project/forms/event_place.py:33
#: project/templates/manage/events.html:106
#: project/templates/manage/events.html:141
#: project/templates/manage/events.html:110
#: project/templates/manage/events.html:145
#: project/templates/manage/places.html:21
#: project/templates/manage/places.html:39
#: project/templates/widget/event_suggestion/create.html:258
@ -889,7 +889,7 @@ msgstr ""
#: project/templates/event_place/create.html:31
#: project/templates/event_place/delete.html:13
#: project/templates/event_place/update.html:31
#: project/templates/manage/events.html:105
#: project/templates/manage/events.html:109
msgid "Place"
msgstr ""
@ -907,7 +907,7 @@ msgstr ""
#: project/templates/_macros.html:501 project/templates/_macros.html:673
#: project/templates/_macros.html:951 project/templates/event/create.html:257
#: project/templates/event/update.html:160
#: project/templates/manage/events.html:104
#: project/templates/manage/events.html:108
#: project/templates/organizer/create.html:27
#: project/templates/organizer/delete.html:13
#: project/templates/organizer/update.html:27
@ -1019,18 +1019,20 @@ msgstr ""
msgid "Update event"
msgstr ""
#: project/forms/event.py:440 project/templates/_macros.html:1297
#: project/forms/event.py:440 project/templates/_macros.html:1301
#: project/templates/event/actions.html:66
#: project/templates/event/delete.html:6
msgid "Delete event"
msgstr ""
#: project/forms/event.py:447 project/forms/event_date.py:14
#: project/forms/event.py:447 project/forms/event.py:475
#: project/forms/event_date.py:14 project/forms/event_date.py:54
#: project/forms/planning.py:21
msgid "From"
msgstr ""
#: project/forms/event.py:449 project/forms/event_date.py:16
#: project/forms/event.py:449 project/forms/event.py:477
#: project/forms/event_date.py:16 project/forms/event_date.py:56
#: project/forms/planning.py:22
msgid "to"
msgstr ""
@ -1067,7 +1069,23 @@ msgstr ""
msgid "Exclude recurring events"
msgstr ""
#: project/forms/event.py:476 project/forms/event_date.py:54
#: project/forms/event.py:480 project/forms/event_date.py:59
msgid "Sort"
msgstr ""
#: project/forms/event.py:484 project/forms/event_date.py:63
msgid "Earliest start first"
msgstr ""
#: project/forms/event.py:488 project/forms/event_date.py:67
msgid "Newest first"
msgstr ""
#: project/forms/event.py:492
msgid "Last modified first"
msgstr ""
#: project/forms/event.py:498 project/forms/event_date.py:73
msgid "Find events"
msgstr ""
@ -1090,7 +1108,7 @@ msgstr ""
msgid "Show unreferenced events only"
msgstr ""
#: project/forms/event_date.py:63
#: project/forms/event_date.py:82
#: project/templates/widget/event_date/list.html:82
msgid "Find"
msgstr ""
@ -1252,7 +1270,7 @@ msgid "Delete request"
msgstr ""
#: project/forms/reference_request.py:28
#: project/forms/verification_request.py:24 project/templates/_macros.html:1495
#: project/forms/verification_request.py:24 project/templates/_macros.html:1499
#: project/templates/event_suggestion/review_status.html:18
#: project/templates/reference_request/review_status.html:12
#: project/templates/verification_request/review_status.html:4
@ -1390,7 +1408,7 @@ msgstr ""
msgid "AdminUnitVerificationRequestRejectionReason.irrelevant"
msgstr ""
#: project/forms/widgets.py:155
#: project/forms/widgets.py:156
msgid "This field is required."
msgstr ""
@ -1430,22 +1448,22 @@ msgstr ""
#: project/templates/event/actions.html:25
#: project/templates/event/create.html:234
#: project/templates/event/update.html:126
#: project/templates/manage/events.html:103
#: project/templates/manage/events.html:107
#: project/templates/widget/event_suggestion/create.html:229
msgid "Event"
msgstr ""
#: project/templates/_macros.html:419 project/templates/_macros.html:1021
#: project/templates/_macros.html:419 project/templates/_macros.html:1020
msgid "Date"
msgstr ""
#: project/templates/_macros.html:446 project/templates/_macros.html:605
#: project/templates/_macros.html:1564 project/templates/event/actions.html:51
#: project/templates/_macros.html:1568 project/templates/event/actions.html:51
msgid "Share"
msgstr ""
#: project/templates/_macros.html:450 project/templates/_macros.html:609
#: project/templates/_macros.html:1594
#: project/templates/_macros.html:1598
msgid "Add to calendar"
msgstr ""
@ -1475,7 +1493,7 @@ msgstr ""
#: project/templates/_macros.html:791
#: project/templates/admin/admin_units.html:36
#: project/templates/admin/users.html:36
#: project/templates/manage/events.html:118
#: project/templates/manage/events.html:122
#: project/templates/manage/members.html:35
#: project/templates/manage/organizers.html:33
#: project/templates/manage/places.html:31
@ -1489,17 +1507,17 @@ msgstr ""
msgid "Referenced by"
msgstr ""
#: project/templates/_macros.html:729 project/templates/_macros.html:1307
#: project/templates/_macros.html:729 project/templates/_macros.html:1311
#: project/templates/event/actions.html:38
#: project/templates/event_date/list.html:251
#: project/templates/manage/events.html:125
#: project/templates/manage/events.html:129
#: project/templates/manage/references_incoming.html:10
msgid "Reference event"
msgstr ""
#: project/templates/_macros.html:749 project/templates/_macros.html:1304
#: project/templates/_macros.html:749 project/templates/_macros.html:1308
#: project/templates/event/actions.html:32
#: project/templates/manage/events.html:123
#: project/templates/manage/events.html:127
msgid "Request reference"
msgstr ""
@ -1519,12 +1537,12 @@ msgid "%(count)d event dates"
msgstr ""
#: project/templates/_macros.html:961 project/templates/_macros.html:963
#: project/templates/event_date/list.html:510
#: project/templates/event_date/list.html:515
msgid "First"
msgstr ""
#: project/templates/_macros.html:966 project/templates/_macros.html:968
#: project/templates/event_date/list.html:511
#: project/templates/event_date/list.html:516
#: project/templates/widget/event_suggestion/create.html:193
#: project/templates/widget/event_suggestion/create.html:218
#: project/templates/widget/event_suggestion/create.html:247
@ -1540,7 +1558,7 @@ msgid "Page %(page)d of %(pages)d (%(total)d total)"
msgstr ""
#: project/templates/_macros.html:972 project/templates/_macros.html:974
#: project/templates/event_date/list.html:513
#: project/templates/event_date/list.html:518
#: project/templates/widget/event_suggestion/create.html:194
#: project/templates/widget/event_suggestion/create.html:219
#: project/templates/widget/event_suggestion/create.html:248
@ -1550,97 +1568,97 @@ msgid "Next"
msgstr ""
#: project/templates/_macros.html:977 project/templates/_macros.html:979
#: project/templates/event_date/list.html:514
#: project/templates/event_date/list.html:519
msgid "Last"
msgstr ""
#: project/templates/_macros.html:1044
#: project/templates/_macros.html:1048
msgid "Radius"
msgstr ""
#: project/templates/_macros.html:1226
#: project/templates/_macros.html:1230
msgid "Edit image"
msgstr ""
#: project/templates/_macros.html:1247 project/templates/planning/list.html:97
#: project/templates/_macros.html:1251 project/templates/planning/list.html:97
msgid "Close"
msgstr ""
#: project/templates/_macros.html:1248
#: project/templates/_macros.html:1252
msgid "Okay"
msgstr ""
#: project/templates/_macros.html:1260
#: project/templates/_macros.html:1264
msgid "Choose image file"
msgstr ""
#: project/templates/_macros.html:1296 project/templates/event/actions.html:65
#: project/templates/_macros.html:1300 project/templates/event/actions.html:65
#: project/templates/event/delete.html:12
msgid "Edit event"
msgstr ""
#: project/templates/_macros.html:1300 project/templates/event/actions.html:58
#: project/templates/_macros.html:1304 project/templates/event/actions.html:58
msgid "Duplicate event"
msgstr ""
#: project/templates/_macros.html:1311 project/templates/event/actions.html:44
#: project/templates/manage/events.html:129
#: project/templates/_macros.html:1315 project/templates/event/actions.html:44
#: project/templates/manage/events.html:133
msgid "Add to list"
msgstr ""
#: project/templates/_macros.html:1314 project/templates/manage/events.html:132
#: project/templates/_macros.html:1318 project/templates/manage/events.html:136
msgid "More"
msgstr ""
#: project/templates/_macros.html:1361
#: project/templates/_macros.html:1365
msgid "Please enter a valid time, between 00:00 and 23:59."
msgstr ""
#: project/templates/_macros.html:1389
#: project/templates/_macros.html:1393
#, python-format
msgid "Just use %(term)s"
msgstr ""
#: project/templates/_macros.html:1455
#: project/templates/_macros.html:1459
msgid "Event suggestion"
msgstr ""
#: project/templates/_macros.html:1573
#: project/templates/_macros.html:1577
msgid "Link copied"
msgstr ""
#: project/templates/_macros.html:1573
#: project/templates/_macros.html:1577
msgid "Copy link"
msgstr ""
#: project/templates/_macros.html:1603
#: project/templates/_macros.html:1607
msgid "Google calendar"
msgstr ""
#: project/templates/_macros.html:1605
#: project/templates/_macros.html:1609
msgid "Apple calendar"
msgstr ""
#: project/templates/_macros.html:1606
#: project/templates/_macros.html:1610
msgid "Yahoo calendar"
msgstr ""
#: project/templates/_macros.html:1607
#: project/templates/_macros.html:1611
msgid "Other calendar"
msgstr ""
#: project/templates/_macros.html:1792
#: project/templates/_macros.html:1796
msgid "Remove event date"
msgstr ""
#: project/templates/_macros.html:1825 project/templates/event/create.html:180
#: project/templates/_macros.html:1829 project/templates/event/create.html:180
#: project/templates/event/update.html:103
#: project/templates/event_date/list.html:446
#: project/templates/widget/event_suggestion/create.html:129
msgid "Enter organizer"
msgstr ""
#: project/templates/_macros.html:1853
#: project/templates/_macros.html:1857
msgid "Enter list name"
msgstr ""
@ -1865,7 +1883,7 @@ msgid "Users"
msgstr ""
#: project/templates/admin/admin_units.html:35
#: project/templates/manage/events.html:117
#: project/templates/manage/events.html:121
#: project/templates/manage/organizers.html:32
#: project/templates/manage/references_incoming.html:19
#: project/templates/manage/references_outgoing.html:19
@ -1874,7 +1892,7 @@ msgstr ""
#: project/templates/admin/admin_units.html:37
#: project/templates/admin/users.html:37
#: project/templates/manage/events.html:119
#: project/templates/manage/events.html:123
#: project/templates/manage/members.html:21
#: project/templates/manage/members.html:36
#: project/templates/manage/organizers.html:34
@ -2177,7 +2195,7 @@ msgstr ""
#: project/templates/event/actions.html:74 project/templates/event/read.html:32
#: project/templates/event_date/read.html:34
#: project/templates/manage/events.html:153
#: project/templates/manage/events.html:157
msgid "Add event to list"
msgstr ""
@ -2260,12 +2278,17 @@ msgstr ""
msgid "Referenced"
msgstr ""
#: project/templates/event_date/list.html:492
#: project/templates/manage/events.html:93
#: project/templates/event_date/list.html:483
#: project/templates/manage/events.html:87
msgid "Created at"
msgstr ""
#: project/templates/event_date/list.html:497
#: project/templates/manage/events.html:97
msgid "More filters"
msgstr ""
#: project/templates/event_date/list.html:493
#: project/templates/event_date/list.html:498
msgid "Map view"
msgstr ""
@ -2333,17 +2356,17 @@ msgstr ""
msgid "Verify organization"
msgstr ""
#: project/templates/manage/events.html:107
#: project/templates/manage/events.html:142
#: project/templates/manage/events.html:111
#: project/templates/manage/events.html:146
msgid "Number of references"
msgstr ""
#: project/templates/manage/events.html:107
#: project/templates/manage/events.html:142
#: project/templates/manage/events.html:111
#: project/templates/manage/events.html:146
msgid "Number of reference requests."
msgstr ""
#: project/templates/manage/events.html:120
#: project/templates/manage/events.html:124
msgid "Duplicate"
msgstr ""