Skip to content
Snippets Groups Projects
Commit e62dfedf authored by Nils Steinger's avatar Nils Steinger Committed by Nadja Geisler
Browse files

Unify wording: 'Present AK (results) (in the final plenum)'

parent a6705fbe
No related branches found
No related tags found
No related merge requests found
...@@ -399,11 +399,11 @@ msgstr "Beabsichtigt eine Resolution einzureichen" ...@@ -399,11 +399,11 @@ msgstr "Beabsichtigt eine Resolution einzureichen"
#: AKModel/models.py:215 #: AKModel/models.py:215
msgid "Present this AK" msgid "Present this AK"
msgstr "AK Präsentieren" msgstr "AK präsentieren"
#: AKModel/models.py:216 #: AKModel/models.py:216
msgid "Present results of this AK" msgid "Present results of this AK in the final plenum"
msgstr "Die Ergebnisse dieses AKs vorstellen" msgstr "Die Ergebnisse dieses AKs im Abschlussplenum vorstellen"
#: AKModel/models.py:218 AKModel/templates/admin/AKModel/status.html:83 #: AKModel/models.py:218 AKModel/templates/admin/AKModel/status.html:83
msgid "Requirements" msgid "Requirements"
......
...@@ -213,7 +213,7 @@ class AK(models.Model): ...@@ -213,7 +213,7 @@ class AK(models.Model):
reso = models.BooleanField(verbose_name=_('Resolution Intention'), default=False, reso = models.BooleanField(verbose_name=_('Resolution Intention'), default=False,
help_text=_('Intends to submit a resolution')) help_text=_('Intends to submit a resolution'))
present = models.BooleanField(verbose_name=_("Present this AK"), null=True, present = models.BooleanField(verbose_name=_("Present this AK"), null=True,
help_text=_("Present results of this AK")) help_text=_("Present results of this AK in the final plenum"))
requirements = models.ManyToManyField(to=AKRequirement, blank=True, verbose_name=_('Requirements'), requirements = models.ManyToManyField(to=AKRequirement, blank=True, verbose_name=_('Requirements'),
help_text=_("AK's Requirements")) help_text=_("AK's Requirements"))
......
...@@ -177,8 +177,8 @@ msgid "Track" ...@@ -177,8 +177,8 @@ msgid "Track"
msgstr "Track" msgstr "Track"
#: AKSubmission/templates/AKSubmission/ak_detail.html:114 #: AKSubmission/templates/AKSubmission/ak_detail.html:114
msgid "Present this AK" msgid "Present AK results"
msgstr "Diesen AK vorstellen" msgstr "AK-Ergebnisse vorstellen"
#: AKSubmission/templates/AKSubmission/ak_detail.html:118 #: AKSubmission/templates/AKSubmission/ak_detail.html:118
#: AKSubmission/templates/AKSubmission/ak_table.html:12 #: AKSubmission/templates/AKSubmission/ak_table.html:12
...@@ -262,8 +262,8 @@ msgstr "Zeit" ...@@ -262,8 +262,8 @@ msgstr "Zeit"
#: AKSubmission/templates/AKSubmission/ak_history.html:48 #: AKSubmission/templates/AKSubmission/ak_history.html:48
#: AKSubmission/templates/AKSubmission/ak_table.html:26 #: AKSubmission/templates/AKSubmission/ak_table.html:26
msgid "present this AK" msgid "Present results of this AK in the final plenum"
msgstr "Diesen AK vorstellen" msgstr "Die Ergebnisse dieses AKs im Abschlussplenum vorstellen"
#: AKSubmission/templates/AKSubmission/ak_history.html:52 #: AKSubmission/templates/AKSubmission/ak_history.html:52
#: AKSubmission/templates/AKSubmission/ak_table.html:30 #: AKSubmission/templates/AKSubmission/ak_table.html:30
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<b>{{ h.name }}</b> <b>{{ h.name }}</b>
{% if h.present %} {% if h.present %}
<span class="badge badge-dark badge-pill" <span class="badge badge-dark badge-pill"
title="{% trans 'present this AK' %}">{% fa5_icon "bullhorn" 'fas' %}</span> title="{% trans 'Present results of this AK in the final plenum' %}">{% fa5_icon "bullhorn" 'fas' %}</span>
{% endif %} {% endif %}
{% if h.reso %} {% if h.reso %}
<span class="badge badge-dark badge-pill" <span class="badge badge-dark badge-pill"
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</a> </a>
{% if ak.present %} {% if ak.present %}
<span class="badge badge-dark badge-pill" <span class="badge badge-dark badge-pill"
title="{% trans 'present this AK' %}">{% fa5_icon "bullhorn" 'fas' %}</span> title="{% trans 'Present results of this AK in the final plenum' %}">{% fa5_icon "bullhorn" 'fas' %}</span>
{% endif %} {% endif %}
{% if ak.reso %} {% if ak.reso %}
<span class="badge badge-dark badge-pill" <span class="badge badge-dark badge-pill"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment