Used blocktrans instead of trans
This commit is contained in:
parent
ec10f357cf
commit
7fa86f7de0
@ -32,11 +32,11 @@
|
|||||||
{% if assignment.active %}activeline{% endif %}">
|
{% if assignment.active %}activeline{% endif %}">
|
||||||
<td><a href="{% url assignment_view assignment.id %}">{{ assignment }}</a></td>
|
<td><a href="{% url assignment_view assignment.id %}">{{ assignment }}</a></td>
|
||||||
<td>
|
<td>
|
||||||
{% trans "posts" %}: {{ assignment.posts }}
|
{% blocktrans with posts=assignment.posts %}posts: {{ posts }}{% endblocktrans %}
|
||||||
{% if assignment.status != 'fin' %}
|
{% if assignment.status != 'fin' %}
|
||||||
| {% trans "candidates" %}: {{ assignment.get_participants|length }}
|
| {% blocktrans with candidates=assignment.get_participants|length %}candidates: {{ candidates }}{% endblocktrans %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
| {% trans "elected" %}: {{ assignment.elected|length }}
|
| {% blocktrans with elected=assignment.elected|length %}elected: {{ elected }}{% endblocktrans %}
|
||||||
</td>
|
</td>
|
||||||
<td>{{ assignment.get_status_display }}</td>
|
<td>{{ assignment.get_status_display }}</td>
|
||||||
<td>
|
<td>
|
||||||
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: OpenSlides 1.x\n"
|
"Project-Id-Version: OpenSlides 1.x\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2012-11-19 23:20+0100\n"
|
"POT-Creation-Date: 2012-11-20 12:34+0100\n"
|
||||||
"PO-Revision-Date: 2012-07-28 11:07+0200\n"
|
"PO-Revision-Date: 2012-07-28 11:07+0200\n"
|
||||||
"Last-Translator: Emanuel Schuetze <emanuel@intevation.de>\n"
|
"Last-Translator: Emanuel Schuetze <emanuel@intevation.de>\n"
|
||||||
"Language-Team: support@openslides.de\n"
|
"Language-Team: support@openslides.de\n"
|
||||||
@ -553,7 +553,6 @@ msgid "not elected"
|
|||||||
msgstr "nicht gewählt"
|
msgstr "nicht gewählt"
|
||||||
|
|
||||||
#: assignment/views.py:298 assignment/views.py:481
|
#: assignment/views.py:298 assignment/views.py:481
|
||||||
#: assignment/templates/assignment/overview.html:39
|
|
||||||
#: assignment/templates/assignment/view.html:48
|
#: assignment/templates/assignment/view.html:48
|
||||||
msgid "elected"
|
msgid "elected"
|
||||||
msgstr "gewählt"
|
msgstr "gewählt"
|
||||||
@ -616,17 +615,17 @@ msgstr ""
|
|||||||
"E: %(ABSTAIN)s"
|
"E: %(ABSTAIN)s"
|
||||||
|
|
||||||
#: assignment/views.py:454 assignment/templates/assignment/poll_view.html:35
|
#: assignment/views.py:454 assignment/templates/assignment/poll_view.html:35
|
||||||
#: assignment/templates/assignment/view.html:187
|
#: assignment/templates/assignment/view.html:186
|
||||||
#: assignment/templates/projector/Assignment.html:97
|
#: assignment/templates/projector/Assignment.html:96
|
||||||
#: motion/templates/motion/poll_view.html:31
|
#: motion/templates/motion/poll_view.html:31
|
||||||
msgid "Invalid votes"
|
msgid "Invalid votes"
|
||||||
msgstr "Ungültige Stimmen"
|
msgstr "Ungültige Stimmen"
|
||||||
|
|
||||||
#: assignment/views.py:461 assignment/templates/assignment/poll_view.html:45
|
#: assignment/views.py:461 assignment/templates/assignment/poll_view.html:45
|
||||||
#: assignment/templates/assignment/view.html:203
|
#: assignment/templates/assignment/view.html:202
|
||||||
#: assignment/templates/assignment/view.html:208
|
#: assignment/templates/assignment/view.html:207
|
||||||
#: assignment/templates/projector/Assignment.html:111
|
#: assignment/templates/projector/Assignment.html:109
|
||||||
#: assignment/templates/projector/Assignment.html:117 motion/views.py:804
|
#: assignment/templates/projector/Assignment.html:115 motion/views.py:804
|
||||||
#: motion/templates/motion/poll_view.html:35
|
#: motion/templates/motion/poll_view.html:35
|
||||||
#: motion/templates/motion/view.html:84
|
#: motion/templates/motion/view.html:84
|
||||||
#: motion/templates/projector/Motion.html:42 poll/models.py:76
|
#: motion/templates/projector/Motion.html:42 poll/models.py:76
|
||||||
@ -739,12 +738,19 @@ msgstr[0] "Wahl"
|
|||||||
msgstr[1] "Wahlen"
|
msgstr[1] "Wahlen"
|
||||||
|
|
||||||
#: assignment/templates/assignment/overview.html:35
|
#: assignment/templates/assignment/overview.html:35
|
||||||
msgid "posts"
|
#, python-format
|
||||||
msgstr "Posten"
|
msgid "posts: %(posts)s"
|
||||||
|
msgstr "Posten: %(posts)s"
|
||||||
|
|
||||||
#: assignment/templates/assignment/overview.html:37
|
#: assignment/templates/assignment/overview.html:37
|
||||||
msgid "candidates"
|
#, python-format
|
||||||
msgstr "Kandidaten/innen"
|
msgid "candidates: %(candidates)s"
|
||||||
|
msgstr "Kandidaten/innen: %(candidates)s"
|
||||||
|
|
||||||
|
#: assignment/templates/assignment/overview.html:39
|
||||||
|
#, python-format
|
||||||
|
msgid "elected: %(elected)s"
|
||||||
|
msgstr "Gewählt: %(elected)s"
|
||||||
|
|
||||||
#: assignment/templates/assignment/overview.html:45
|
#: assignment/templates/assignment/overview.html:45
|
||||||
msgid "Activate election"
|
msgid "Activate election"
|
||||||
@ -823,7 +829,7 @@ msgid "Publish/unpublish results"
|
|||||||
msgstr "Ergebnisse veröffentlichen/unveröffentlichen"
|
msgstr "Ergebnisse veröffentlichen/unveröffentlichen"
|
||||||
|
|
||||||
#: assignment/templates/assignment/view.html:140
|
#: assignment/templates/assignment/view.html:140
|
||||||
#: assignment/templates/assignment/view.html:224
|
#: assignment/templates/assignment/view.html:223
|
||||||
msgid "New ballot"
|
msgid "New ballot"
|
||||||
msgstr "Neuer Wahlgang"
|
msgstr "Neuer Wahlgang"
|
||||||
|
|
||||||
@ -837,14 +843,14 @@ msgstr "Kandidat/in ist gewählt"
|
|||||||
msgid "was not a <br> candidate"
|
msgid "was not a <br> candidate"
|
||||||
msgstr "war kein Kandidat"
|
msgstr "war kein Kandidat"
|
||||||
|
|
||||||
#: assignment/templates/assignment/view.html:192
|
#: assignment/templates/assignment/view.html:191
|
||||||
#: assignment/templates/projector/Assignment.html:101 motion/views.py:804
|
#: assignment/templates/projector/Assignment.html:100 motion/views.py:804
|
||||||
#: motion/templates/motion/view.html:82
|
#: motion/templates/motion/view.html:82
|
||||||
#: motion/templates/projector/Motion.html:40
|
#: motion/templates/projector/Motion.html:40
|
||||||
msgid "Invalid"
|
msgid "Invalid"
|
||||||
msgstr "Ungültig"
|
msgstr "Ungültig"
|
||||||
|
|
||||||
#: assignment/templates/assignment/view.html:220
|
#: assignment/templates/assignment/view.html:219
|
||||||
msgid "No results available."
|
msgid "No results available."
|
||||||
msgstr "Keine Ergebnisse vorhanden."
|
msgstr "Keine Ergebnisse vorhanden."
|
||||||
|
|
||||||
@ -2348,3 +2354,9 @@ msgstr "undefinierter-dateiname"
|
|||||||
#: utils/jsonfield/fields.py:21
|
#: utils/jsonfield/fields.py:21
|
||||||
msgid "Enter valid JSON"
|
msgid "Enter valid JSON"
|
||||||
msgstr "Gebe valides JSON ein"
|
msgstr "Gebe valides JSON ein"
|
||||||
|
|
||||||
|
#~ msgid "posts"
|
||||||
|
#~ msgstr "Posten"
|
||||||
|
|
||||||
|
#~ msgid "candidates"
|
||||||
|
#~ msgstr "Kandidaten/innen"
|
||||||
|
Loading…
Reference in New Issue
Block a user