Added new item-done-column for all non-manager.

This commit is contained in:
Emanuel Schuetze 2011-09-21 21:12:15 +02:00
parent 947d54b8dd
commit d85b9e11fa
2 changed files with 91 additions and 73 deletions

View File

@ -54,7 +54,11 @@
{% endif %} {% endif %}
<table id="menu-overview" class="agendatable"> <table id="menu-overview" class="agendatable">
<tr> <tr>
{% if perms.agenda.can_manage_agenda %}
<th style="width: 1px;">{% trans "Projector" %}</th> <th style="width: 1px;">{% trans "Projector" %}</th>
{% else %}
<th style="width: 1px;">{% trans "Done" %}</th>
{% endif %}
<th>{% trans "Item" %}</th> <th>{% trans "Item" %}</th>
{% if perms.agenda.can_manage_agenda %} {% if perms.agenda.can_manage_agenda %}
<th>{% trans "Type" %}</th> <th>{% trans "Type" %}</th>
@ -65,13 +69,15 @@
{% endif %} {% endif %}
</tr> </tr>
<tr id="item_row_0" class="topline {% if overview %} activeline {% else %}{% if perms.agenda.can_manage_agenda %} inactiveline {% endif %}{% endif %}"> <tr id="item_row_0" class="topline {% if overview %} activeline {% else %}{% if perms.agenda.can_manage_agenda %} inactiveline {% endif %}{% endif %}">
{% if perms.agenda.can_manage_agenda %}
<td class="select"> <td class="select">
{% if perms.agenda.can_manage_agenda %}
<a href="{% url item_activate 0 %}" class="activate_link"> <a href="{% url item_activate 0 %}" class="activate_link">
<div></div> <div></div>
</a> </a>
{% endif %}
</td> </td>
{% else %}
<td></td>
{% endif %}
<td><b>{% trans "Agenda" %} ({{ items|length }} {% trans "items" %}<span id="hiddencount"></span>)</b></td> <td><b>{% trans "Agenda" %} ({{ items|length }} {% trans "items" %}<span id="hiddencount"></span>)</b></td>
{% if perms.agenda.can_manage_agenda %} {% if perms.agenda.can_manage_agenda %}
<td></td> <td></td>
@ -83,18 +89,25 @@
</tr> </tr>
{% for item in items %} {% for item in items %}
{% if not item.hidden or perms.agenda.can_manage_agenda %} {% if not item.hidden or perms.agenda.can_manage_agenda %}
<tr id="item_row_{{ item.id }}" class="draggable{% cycle ' odd' '' %} <tr id="item_row_{{ item.id }}" class="draggable{% cycle ' odd' '' %}
{% if item.active %} activeline{% else %} {% if item.active %} activeline{% else %}
{% if item.parent.active and summary %} activesummarychildline{% endif %} {% if item.parent.active and summary %} activesummarychildline{% endif %}
{% if perms.agenda.can_manage_agenda %} inactiveline{% endif %} {% if perms.agenda.can_manage_agenda %} inactiveline{% endif %}
{% endif %}"> {% endif %}">
<script type="text/javascript">$(function(){ViewModel.slides.push(new Slide({{ item.json|safe }}))});</script> <script type="text/javascript">$(function(){ViewModel.slides.push(new Slide({{ item.json|safe }}))});</script>
{% if perms.agenda.can_manage_agenda %}
<td class="select"> <td class="select">
<a id="activate_link_{{ item.id }}" class="activate_link" href="{% url item_activate item.id %}"> <a id="activate_link_{{ item.id }}" class="activate_link" href="{% url item_activate item.id %}">
<div></div> <div></div>
</a> </a>
</td> </td>
{% else %}
<td>
{% if item.closed %}
<img src="/static/images/icons/task-complete.png" title="{% trans 'Item closed' %}">
{% endif %}
</td>
{% endif %}
<td> <td>
{% for p in item.parents %} {% for p in item.parents %}
<div class="indentation">&nbsp;</div> <div class="indentation">&nbsp;</div>

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-09-15 11:36+0200\n" "POT-Creation-Date: 2011-09-16 11:00+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -27,14 +27,14 @@ msgstr "Englisch"
#: agenda/api.py:62 agenda/templates/agenda/overview.html:44 #: agenda/api.py:62 agenda/templates/agenda/overview.html:44
#: agenda/templates/beamer/ItemApplication.html:30 #: agenda/templates/beamer/ItemApplication.html:30
#: agenda/templates/beamer/ItemAssignment.html:65 #: agenda/templates/beamer/ItemAssignment.html:64
#: agenda/templates/beamer/ItemAssignment.html:69 #: agenda/templates/beamer/ItemAssignment.html:68
#: application/templates/application/poll_view.html:28 #: application/templates/application/poll_view.html:28
#: application/templates/application/view.html:74 #: application/templates/application/view.html:74
#: assignment/templates/assignment/poll_view.html:16 #: assignment/templates/assignment/poll_view.html:16
#: assignment/templates/assignment/view.html:179 #: assignment/templates/assignment/view.html:179
#: assignment/templates/assignment/view.html:183 poll/forms.py:45 #: assignment/templates/assignment/view.html:183 poll/forms.py:45
#: utils/pdf.py:405 utils/pdf.py:481 utils/pdf.py:557 utils/pdf.py:669 #: utils/pdf.py:403 utils/pdf.py:479 utils/pdf.py:555 utils/pdf.py:667
#: utils/utils.py:35 #: utils/utils.py:35
msgid "Yes" msgid "Yes"
msgstr "Ja" msgstr "Ja"
@ -45,12 +45,12 @@ msgstr "Ja, mit allen Kindelementen."
#: agenda/api.py:62 agenda/templates/agenda/overview.html:45 #: agenda/api.py:62 agenda/templates/agenda/overview.html:45
#: agenda/templates/beamer/ItemApplication.html:31 #: agenda/templates/beamer/ItemApplication.html:31
#: agenda/templates/beamer/ItemAssignment.html:66 #: agenda/templates/beamer/ItemAssignment.html:65
#: application/templates/application/poll_view.html:32 #: application/templates/application/poll_view.html:32
#: application/templates/application/view.html:75 #: application/templates/application/view.html:75
#: assignment/templates/assignment/poll_view.html:17 #: assignment/templates/assignment/poll_view.html:17
#: assignment/templates/assignment/view.html:180 poll/forms.py:46 #: assignment/templates/assignment/view.html:180 poll/forms.py:46
#: utils/pdf.py:405 utils/pdf.py:482 utils/pdf.py:558 utils/pdf.py:669 #: utils/pdf.py:403 utils/pdf.py:480 utils/pdf.py:556 utils/pdf.py:667
#: utils/utils.py:35 #: utils/utils.py:35
msgid "No" msgid "No"
msgstr "Nein" msgstr "Nein"
@ -74,7 +74,7 @@ msgstr "Titel"
msgid "Closed" msgid "Closed"
msgstr "Abgeschlossen" msgstr "Abgeschlossen"
#: agenda/models.py:37 agenda/templates/agenda/overview.html:64 #: agenda/models.py:37 agenda/templates/agenda/overview.html:68
msgid "Weight" msgid "Weight"
msgstr "Gewichtung" msgstr "Gewichtung"
@ -92,31 +92,31 @@ msgstr "Kein Formular für Eintrag %s"
msgid "Text" msgid "Text"
msgstr "Text" msgstr "Text"
#: agenda/models.py:199 agenda/templates/agenda/overview.html:113 #: agenda/models.py:199 agenda/templates/agenda/overview.html:126
#: application/templates/application/edit.html:2 #: application/templates/application/edit.html:2
#: application/templates/application/view.html:2 #: application/templates/application/view.html:2
#: application/templates/application/view.html:213 poll/models.py:23 #: application/templates/application/view.html:213 poll/models.py:23
#: poll/models.py:134 system/templates/system/general.html:13 utils/pdf.py:456 #: poll/models.py:134 system/templates/system/general.html:13 utils/pdf.py:454
#: utils/pdf.py:468 #: utils/pdf.py:466
msgid "Application" msgid "Application"
msgstr "Antrag" msgstr "Antrag"
#: agenda/models.py:206 agenda/templates/agenda/overview.html:126 #: agenda/models.py:206 agenda/templates/agenda/overview.html:139
#: agenda/templates/beamer/ItemAssignment.html:8 #: agenda/templates/beamer/ItemAssignment.html:8
#: assignment/templates/assignment/edit.html:2 poll/models.py:24 #: assignment/templates/assignment/edit.html:2 poll/models.py:24
#: utils/pdf.py:517 utils/pdf.py:646 utils/pdf.py:655 #: utils/pdf.py:515 utils/pdf.py:644 utils/pdf.py:653
msgid "Election" msgid "Election"
msgstr "Wahl" msgstr "Wahl"
#: agenda/models.py:213 assignment/templates/assignment/poll_view.html:2 #: agenda/models.py:213 assignment/templates/assignment/poll_view.html:2
#: poll/models.py:135 utils/pdf.py:468 #: poll/models.py:135 utils/pdf.py:466
msgid "Poll" msgid "Poll"
msgstr "Abstimmung" msgstr "Abstimmung"
#: agenda/views.py:77 agenda/templates/agenda/base_agenda.html:7 #: agenda/views.py:77 agenda/templates/agenda/base_agenda.html:7
#: agenda/templates/agenda/overview.html:3 #: agenda/templates/agenda/overview.html:3
#: agenda/templates/agenda/overview.html:38 #: agenda/templates/agenda/overview.html:38
#: agenda/templates/agenda/overview.html:75 #: agenda/templates/agenda/overview.html:81
#: agenda/templates/beamer/overview.html:3 #: agenda/templates/beamer/overview.html:3
#: agenda/templates/beamer/overview.html:10 templates/base.html:37 #: agenda/templates/beamer/overview.html:10 templates/base.html:37
#: utils/pdf.py:227 utils/pdf.py:232 #: utils/pdf.py:227 utils/pdf.py:232
@ -174,12 +174,12 @@ msgid "Projector view"
msgstr "Beamer-Ansicht" msgstr "Beamer-Ansicht"
#: agenda/templates/agenda/edit.html:2 #: agenda/templates/agenda/edit.html:2
#: agenda/templates/agenda/overview.html:58 #: agenda/templates/agenda/overview.html:62
msgid "Item" msgid "Item"
msgstr "Eintrag" msgstr "Eintrag"
#: agenda/templates/agenda/edit.html:6 #: agenda/templates/agenda/edit.html:6
#: agenda/templates/agenda/overview.html:138 #: agenda/templates/agenda/overview.html:151
msgid "Edit item" msgid "Edit item"
msgstr "Eintrag bearbeiten" msgstr "Eintrag bearbeiten"
@ -245,51 +245,59 @@ msgstr "Möchten Sie die geänderte Reihenfolge der Einträge speichern?"
msgid "Adjust projector view" msgid "Adjust projector view"
msgstr "Beamer-Ansicht anpassen" msgstr "Beamer-Ansicht anpassen"
#: agenda/templates/agenda/overview.html:57 #: agenda/templates/agenda/overview.html:58
msgid "Projector" msgid "Projector"
msgstr "Beamer" msgstr "Beamer"
#: agenda/templates/agenda/overview.html:60 #: agenda/templates/agenda/overview.html:60
msgid "Done"
msgstr "Erledigt"
#: agenda/templates/agenda/overview.html:64
#: participant/templates/participant/overview.html:24 #: participant/templates/participant/overview.html:24
#: participant/templates/participant/overview.html:45 utils/pdf.py:263 #: participant/templates/participant/overview.html:45 utils/pdf.py:263
msgid "Type" msgid "Type"
msgstr "Typ" msgstr "Typ"
#: agenda/templates/agenda/overview.html:62 #: agenda/templates/agenda/overview.html:66
#: assignment/templates/assignment/overview.html:25 #: assignment/templates/assignment/overview.html:25
#: participant/templates/participant/overview.html:51 #: participant/templates/participant/overview.html:51
msgid "Actions" msgid "Actions"
msgstr "Aktionen" msgstr "Aktionen"
#: agenda/templates/agenda/overview.html:75 #: agenda/templates/agenda/overview.html:81
msgid "items" msgid "items"
msgstr "Einträge" msgstr "Einträge"
#: agenda/templates/agenda/overview.html:81 #: agenda/templates/agenda/overview.html:87
msgid "Print agenda" msgid "Print agenda"
msgstr "Tagesordnung drucken" msgstr "Tagesordnung drucken"
#: agenda/templates/agenda/overview.html:118 #: agenda/templates/agenda/overview.html:107
msgid "Item closed"
msgstr "Eintrag erledigt"
#: agenda/templates/agenda/overview.html:131
msgid "Poll of Application" msgid "Poll of Application"
msgstr "Antragsabstimmung" msgstr "Antragsabstimmung"
#: agenda/templates/agenda/overview.html:121 #: agenda/templates/agenda/overview.html:134
msgid "Poll of Election" msgid "Poll of Election"
msgstr "Wahlen" msgstr "Wahlen"
#: agenda/templates/agenda/overview.html:135 #: agenda/templates/agenda/overview.html:148
msgid "Show projector preview" msgid "Show projector preview"
msgstr "Beamer-Vorschau anzeigen" msgstr "Beamer-Vorschau anzeigen"
#: agenda/templates/agenda/overview.html:139 #: agenda/templates/agenda/overview.html:152
msgid "Delete item" msgid "Delete item"
msgstr "Eintrag löschen" msgstr "Eintrag löschen"
#: agenda/templates/agenda/overview.html:146 #: agenda/templates/agenda/overview.html:159
msgid "Select item overview" msgid "Select item overview"
msgstr "Wähle Eintragsübersicht" msgstr "Wähle Eintragsübersicht"
#: agenda/templates/agenda/overview.html:166 #: agenda/templates/agenda/overview.html:179
msgid "No items available." msgid "No items available."
msgstr "Keine Einträge vorhanden." msgstr "Keine Einträge vorhanden."
@ -300,13 +308,13 @@ msgstr "Keine Einträge vorhanden."
#: application/templates/application/view.html:35 #: application/templates/application/view.html:35
#: assignment/templates/assignment/overview.html:10 #: assignment/templates/assignment/overview.html:10
#: assignment/templates/assignment/overview.html:23 #: assignment/templates/assignment/overview.html:23
#: assignment/templates/assignment/view.html:8 utils/pdf.py:379 #: assignment/templates/assignment/view.html:8 utils/pdf.py:377
msgid "Status" msgid "Status"
msgstr "Status" msgstr "Status"
#: agenda/templates/beamer/ItemApplication.html:19 application/models.py:45 #: agenda/templates/beamer/ItemApplication.html:19 application/models.py:45
#: application/templates/application/overview.html:35 #: application/templates/application/overview.html:35
#: application/templates/application/view.html:9 utils/pdf.py:352 #: application/templates/application/view.html:9 utils/pdf.py:350
msgid "Submitter" msgid "Submitter"
msgstr "Antragsteller" msgstr "Antragsteller"
@ -317,18 +325,18 @@ msgstr "Abstimmungsergebnis"
#: agenda/templates/beamer/ItemApplication.html:27 #: agenda/templates/beamer/ItemApplication.html:27
#: application/templates/application/poll_view.html:16 #: application/templates/application/poll_view.html:16
#: application/templates/application/poll_view.html:19 #: application/templates/application/poll_view.html:19
#: application/templates/application/view.html:66 utils/pdf.py:404 #: application/templates/application/view.html:66 utils/pdf.py:402
#: utils/pdf.py:479 #: utils/pdf.py:477
msgid "Vote" msgid "Vote"
msgstr "Abstimmung" msgstr "Abstimmung"
#: agenda/templates/beamer/ItemApplication.html:32 #: agenda/templates/beamer/ItemApplication.html:32
#: agenda/templates/beamer/ItemAssignment.html:67 #: agenda/templates/beamer/ItemAssignment.html:66
#: application/templates/application/view.html:76 #: application/templates/application/view.html:76
#: assignment/templates/assignment/poll_view.html:18 #: assignment/templates/assignment/poll_view.html:18
#: assignment/templates/assignment/view.html:181 poll/forms.py:35 #: assignment/templates/assignment/view.html:181 poll/forms.py:35
#: poll/forms.py:47 utils/pdf.py:405 utils/pdf.py:483 utils/pdf.py:559 #: poll/forms.py:47 utils/pdf.py:403 utils/pdf.py:481 utils/pdf.py:557
#: utils/pdf.py:669 #: utils/pdf.py:667
msgid "Abstention" msgid "Abstention"
msgstr "Enthaltung" msgstr "Enthaltung"
@ -336,7 +344,7 @@ msgstr "Enthaltung"
#: agenda/templates/beamer/ItemAssignment.html:85 #: agenda/templates/beamer/ItemAssignment.html:85
#: application/templates/application/view.html:77 #: application/templates/application/view.html:77
#: assignment/templates/assignment/view.html:198 poll/forms.py:24 #: assignment/templates/assignment/view.html:198 poll/forms.py:24
#: utils/pdf.py:405 #: utils/pdf.py:403
msgid "Invalid" msgid "Invalid"
msgstr "Ungültig" msgstr "Ungültig"
@ -348,7 +356,7 @@ msgstr "Ungültig"
#: assignment/templates/assignment/poll_view.html:40 #: assignment/templates/assignment/poll_view.html:40
#: assignment/templates/assignment/view.html:206 #: assignment/templates/assignment/view.html:206
#: assignment/templates/assignment/view.html:209 poll/forms.py:23 #: assignment/templates/assignment/view.html:209 poll/forms.py:23
#: poll/models.py:26 utils/pdf.py:405 utils/pdf.py:578 #: poll/models.py:26 utils/pdf.py:403 utils/pdf.py:576
msgid "Votes cast" msgid "Votes cast"
msgstr "Abgegebene Stimmen" msgstr "Abgegebene Stimmen"
@ -359,19 +367,19 @@ msgstr "Keine Abstimmungen vorhanden."
#: agenda/templates/beamer/ItemApplication.html:50 #: agenda/templates/beamer/ItemApplication.html:50
#: application/templates/application/poll_view.html:8 #: application/templates/application/poll_view.html:8
#: application/templates/application/poll_view.html:16 #: application/templates/application/poll_view.html:16
#: application/templates/application/view.html:211 utils/pdf.py:344 #: application/templates/application/view.html:211 utils/pdf.py:342
#: utils/pdf.py:346 utils/pdf.py:443 utils/pdf.py:445 utils/pdf.py:477 #: utils/pdf.py:344 utils/pdf.py:441 utils/pdf.py:443 utils/pdf.py:475
msgid "Application No." msgid "Application No."
msgstr "Antrag Nr." msgstr "Antrag Nr."
#: agenda/templates/beamer/ItemApplication.html:56 application/forms.py:25 #: agenda/templates/beamer/ItemApplication.html:56 application/forms.py:25
#: application/templates/application/view.html:229 #: application/templates/application/view.html:229
#: application/templates/application/view.html:249 utils/pdf.py:423 #: application/templates/application/view.html:249 utils/pdf.py:421
msgid "Reason" msgid "Reason"
msgstr "Begründung" msgstr "Begründung"
#: agenda/templates/beamer/ItemAssignment.html:15 assignment/models.py:28 #: agenda/templates/beamer/ItemAssignment.html:15 assignment/models.py:28
#: assignment/templates/assignment/view.html:14 utils/pdf.py:521 #: assignment/templates/assignment/view.html:14 utils/pdf.py:519
msgid "Number of available posts" msgid "Number of available posts"
msgstr "Anzahl der zur Wahl stehenden Posten" msgstr "Anzahl der zur Wahl stehenden Posten"
@ -379,8 +387,8 @@ msgstr "Anzahl der zur Wahl stehenden Posten"
#: agenda/templates/beamer/ItemAssignment.html:45 #: agenda/templates/beamer/ItemAssignment.html:45
#: assignment/templates/assignment/overview.html:22 #: assignment/templates/assignment/overview.html:22
#: assignment/templates/assignment/view.html:55 #: assignment/templates/assignment/view.html:55
#: assignment/templates/assignment/view.html:126 utils/pdf.py:526 #: assignment/templates/assignment/view.html:126 utils/pdf.py:524
#: utils/pdf.py:546 #: utils/pdf.py:544
msgid "Candidates" msgid "Candidates"
msgstr "Kandidaten" msgstr "Kandidaten"
@ -397,7 +405,7 @@ msgstr "Wahlergebnisse"
#: agenda/templates/beamer/ItemAssignment.html:48 #: agenda/templates/beamer/ItemAssignment.html:48
#: assignment/templates/assignment/poll_view.html:6 #: assignment/templates/assignment/poll_view.html:6
#: assignment/templates/assignment/view.html:122 #: assignment/templates/assignment/view.html:122
#: assignment/templates/assignment/view.html:130 utils/pdf.py:658 #: assignment/templates/assignment/view.html:130 utils/pdf.py:656
msgid "ballot" msgid "ballot"
msgstr "Wahlgang" msgstr "Wahlgang"
@ -414,7 +422,7 @@ msgstr "Keine Wahlgänge vorhanden."
#: agenda/templates/beamer/ItemAssignment.html:82 #: agenda/templates/beamer/ItemAssignment.html:82
#: application/templates/application/poll_view.html:40 #: application/templates/application/poll_view.html:40
#: assignment/templates/assignment/poll_view.html:36 #: assignment/templates/assignment/poll_view.html:36
#: assignment/templates/assignment/view.html:195 utils/pdf.py:570 #: assignment/templates/assignment/view.html:195 utils/pdf.py:568
msgid "Invalid votes" msgid "Invalid votes"
msgstr "Ungültige Stimmen" msgstr "Ungültige Stimmen"
@ -463,7 +471,7 @@ msgid "Rejected (not permitted)"
msgstr "Verworfen (nicht zulässig)" msgstr "Verworfen (nicht zulässig)"
#: application/models.py:47 application/templates/application/view.html:23 #: application/models.py:47 application/templates/application/view.html:23
#: utils/pdf.py:365 #: utils/pdf.py:363
msgid "Supporters" msgid "Supporters"
msgstr "Unterstützer" msgstr "Unterstützer"
@ -647,7 +655,7 @@ msgstr "Soll Version <b>%s</b> wirklich zurückgewiesen werden?"
#: application/templates/application/overview.html:2 #: application/templates/application/overview.html:2
#: application/templates/application/overview.html:6 #: application/templates/application/overview.html:6
#: application/templates/application/overview.html:26 templates/base.html:41 #: application/templates/application/overview.html:26 templates/base.html:41
#: utils/pdf.py:431 utils/pdf.py:438 #: utils/pdf.py:429 utils/pdf.py:436
msgid "Applications" msgid "Applications"
msgstr "Anträge" msgstr "Anträge"
@ -761,8 +769,8 @@ msgstr "Antrag drucken"
msgid "You!" msgid "You!"
msgstr "Sie!" msgstr "Sie!"
#: application/templates/application/view.html:45 utils/pdf.py:398 #: application/templates/application/view.html:45 utils/pdf.py:396
#: utils/pdf.py:538 #: utils/pdf.py:536
msgid "Vote results" msgid "Vote results"
msgstr "Abstimmungsergebnis" msgstr "Abstimmungsergebnis"
@ -1027,7 +1035,7 @@ msgstr "gewählt"
#: assignment/templates/assignment/overview.html:2 #: assignment/templates/assignment/overview.html:2
#: assignment/templates/assignment/overview.html:5 #: assignment/templates/assignment/overview.html:5
#: assignment/templates/assignment/overview.html:21 templates/base.html:45 #: assignment/templates/assignment/overview.html:21 templates/base.html:45
#: utils/pdf.py:617 utils/pdf.py:624 #: utils/pdf.py:615 utils/pdf.py:622
msgid "Elections" msgid "Elections"
msgstr "Wahlen" msgstr "Wahlen"
@ -1066,7 +1074,7 @@ msgstr "Wahl löschen"
msgid "No assignments available." msgid "No assignments available."
msgstr "Keine Wahlen vorhanden." msgstr "Keine Wahlen vorhanden."
#: assignment/templates/assignment/poll_view.html:7 utils/pdf.py:658 #: assignment/templates/assignment/poll_view.html:7 utils/pdf.py:656
msgid "candidate" msgid "candidate"
msgid_plural "candidates" msgid_plural "candidates"
msgstr[0] "Kandidat" msgstr[0] "Kandidat"
@ -1080,7 +1088,7 @@ msgstr "Kurzbeschreibung"
msgid "Print ballot" msgid "Print ballot"
msgstr "Wahlschein drucken" msgstr "Wahlschein drucken"
#: assignment/templates/assignment/view.html:2 utils/pdf.py:635 #: assignment/templates/assignment/view.html:2 utils/pdf.py:633
msgid "Assignment" msgid "Assignment"
msgstr "Wahl" msgstr "Wahl"
@ -1158,22 +1166,18 @@ msgid "Female"
msgstr "Weiblich" msgstr "Weiblich"
#: participant/models.py:27 participant/templates/participant/overview.html:25 #: participant/models.py:27 participant/templates/participant/overview.html:25
#: participant/templates/participant/overview.html:59
msgid "Delegate" msgid "Delegate"
msgstr "Delegierter" msgstr "Delegierter"
#: participant/models.py:28 participant/templates/participant/overview.html:26 #: participant/models.py:28 participant/templates/participant/overview.html:26
#: participant/templates/participant/overview.html:60
msgid "Observer" msgid "Observer"
msgstr "Beobachter" msgstr "Beobachter"
#: participant/models.py:29 participant/templates/participant/overview.html:27 #: participant/models.py:29 participant/templates/participant/overview.html:27
#: participant/templates/participant/overview.html:61
msgid "Staff" msgid "Staff"
msgstr "Mitarbeiter" msgstr "Mitarbeiter"
#: participant/models.py:30 participant/templates/participant/overview.html:28 #: participant/models.py:30 participant/templates/participant/overview.html:28
#: participant/templates/participant/overview.html:62
msgid "Guest" msgid "Guest"
msgstr "Gast" msgstr "Gast"
@ -1253,7 +1257,8 @@ msgstr "Nutzereinstellungen wurden erfolgreich gespeichert."
msgid "" msgid ""
"The import function is available for the superuser (without user profile) " "The import function is available for the superuser (without user profile) "
"only." "only."
msgstr "Die Importfunktion ist nur für den 'superuser' (ohne Nutzerprofil) verfügbar." msgstr ""
"Die Importfunktion ist nur für den 'superuser' (ohne Nutzerprofil) verfügbar."
#: participant/views.py:309 #: participant/views.py:309
#, python-format #, python-format
@ -1339,7 +1344,7 @@ msgid "Participant"
msgstr "Teilnehmer" msgstr "Teilnehmer"
#: participant/templates/participant/edit.html:6 #: participant/templates/participant/edit.html:6
#: participant/templates/participant/overview.html:71 #: participant/templates/participant/overview.html:67
msgid "Edit participant" msgid "Edit participant"
msgstr "Teilnehmer bearbeiten" msgstr "Teilnehmer bearbeiten"
@ -1377,7 +1382,7 @@ msgid "Delete group"
msgstr "Benutzergruppe löschen" msgstr "Benutzergruppe löschen"
#: participant/templates/participant/group_overview.html:20 #: participant/templates/participant/group_overview.html:20
#: participant/templates/participant/overview.html:88 #: participant/templates/participant/overview.html:84
msgid "No participants available." msgid "No participants available."
msgstr "Keine Teilnehmer vorhanden." msgstr "Keine Teilnehmer vorhanden."
@ -1436,23 +1441,23 @@ msgstr "E-Mail"
msgid "Last Login" msgid "Last Login"
msgstr "Letzer Login" msgstr "Letzer Login"
#: participant/templates/participant/overview.html:72 #: participant/templates/participant/overview.html:68
msgid "Delete participant" msgid "Delete participant"
msgstr "Teilnehmer löschen" msgstr "Teilnehmer löschen"
#: participant/templates/participant/overview.html:74 #: participant/templates/participant/overview.html:70
msgid "Participiant is activated. Click to deactivate!" msgid "Participiant is activated. Click to deactivate!"
msgstr "Teilnehmer ist aktiviert. Zum Deaktivieren klicken!" msgstr "Teilnehmer ist aktiviert. Zum Deaktivieren klicken!"
#: participant/templates/participant/overview.html:76 #: participant/templates/participant/overview.html:72
msgid "Participiant is deactivated. Click to activate!" msgid "Participiant is deactivated. Click to activate!"
msgstr "Teilnehmer ist deaktiviert, Zum Aktivieren klicken!" msgstr "Teilnehmer ist deaktiviert, Zum Aktivieren klicken!"
#: participant/templates/participant/overview.html:79 #: participant/templates/participant/overview.html:75
msgid "Administrator. Click to get normal user!" msgid "Administrator. Click to get normal user!"
msgstr "Administrator. Klicken, um normaler Nutzer zu werden!" msgstr "Administrator. Klicken, um normaler Nutzer zu werden!"
#: participant/templates/participant/overview.html:81 #: participant/templates/participant/overview.html:77
msgid "Normal user. Click to get administrator!" msgid "Normal user. Click to get administrator!"
msgstr "Normaler Nutzer. Klicken, um Administrator zu werden!" msgstr "Normaler Nutzer. Klicken, um Administrator zu werden!"
@ -1588,39 +1593,39 @@ msgstr "Teilnehmerliste"
msgid "List of Participants" msgid "List of Participants"
msgstr "Teilnehmerliste" msgstr "Teilnehmerliste"
#: utils/pdf.py:300 #: utils/pdf.py:298
msgid "passwords" msgid "passwords"
msgstr "Passwörter" msgstr "Passwörter"
#: utils/pdf.py:313 #: utils/pdf.py:311
msgid "Your Account for OpenSlides" msgid "Your Account for OpenSlides"
msgstr "Ihr Zugang für OpenSlides" msgstr "Ihr Zugang für OpenSlides"
#: utils/pdf.py:314 #: utils/pdf.py:312
#, python-format #, python-format
msgid "for %s" msgid "for %s"
msgstr "für %s" msgstr "für %s"
#: utils/pdf.py:316 #: utils/pdf.py:314
#, python-format #, python-format
msgid "User: %s" msgid "User: %s"
msgstr "Nutzername: %s" msgstr "Nutzername: %s"
#: utils/pdf.py:317 #: utils/pdf.py:315
#, python-format #, python-format
msgid "Password: %s" msgid "Password: %s"
msgstr "Passwort: %s" msgstr "Passwort: %s"
#: utils/pdf.py:319 #: utils/pdf.py:317
#, python-format #, python-format
msgid "URL: %s" msgid "URL: %s"
msgstr "URL: %s" msgstr "URL: %s"
#: utils/pdf.py:541 #: utils/pdf.py:539
msgid "ballots" msgid "ballots"
msgstr "Wahlgänge" msgstr "Wahlgänge"
#: utils/pdf.py:658 #: utils/pdf.py:656
msgid "available posts" msgid "available posts"
msgstr "verfügbare Posten" msgstr "verfügbare Posten"