Skip to content
Snippets Groups Projects
Commit 1e5ef94e authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Add more text and missing translations to submission overview

parent 676ad20f
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,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: 2019-10-18 14:15+0000\n" "POT-Creation-Date: 2019-10-18 22:22+0000\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"
...@@ -84,10 +84,23 @@ msgstr "Diesen AK vorstellen" ...@@ -84,10 +84,23 @@ msgstr "Diesen AK vorstellen"
msgid "Reso" msgid "Reso"
msgstr "Reso" msgstr "Reso"
#: templates/AKSubmission/submission_overview.html:17
msgid ""
"On this page you can see a list of current AKs, change them and add new ones."
msgstr "Auf dieser Seite kannst du eine Liste von aktuellen AKs sehen, diese bearbeiten und neue hinzufügen."
#: templates/AKSubmission/submission_overview.html:20 #: templates/AKSubmission/submission_overview.html:20
msgid "Submit" msgid "Submit"
msgstr "Eintragen" msgstr "Eintragen"
#: templates/AKSubmission/submission_overview.html:21
msgid "New AK"
msgstr "Neuer AK"
#: templates/AKSubmission/submission_overview.html:22
msgid "New AK Wish"
msgstr "Neuer AK-Wunsch"
#: templates/AKSubmission/submission_overview.html:26 #: templates/AKSubmission/submission_overview.html:26
msgid "Current AKs" msgid "Current AKs"
msgstr "Aktuelle AKs" msgstr "Aktuelle AKs"
...@@ -14,12 +14,12 @@ ...@@ -14,12 +14,12 @@
{% block content %} {% block content %}
<h1>{{ event.name }}: {% trans "AK Submission" %}</h1> <h1>{{ event.name }}: {% trans "AK Submission" %}</h1>
Lorem ipsum... {% blocktrans %}On this page you can see a list of current AKs, change them and add new ones.{% endblocktrans %}
<div class="jumbotron" style="margin-top:20px;"> <div class="jumbotron" style="margin-top:20px;">
<h2>{% trans "Submit" %}</h2> <h2>{% trans "Submit" %}</h2>
<a href="#" class="btn btn-primary">Neuer AK</a> <a href="#" class="btn btn-primary">{% trans "New AK" %}</a>
<a href="#" class="btn btn-info">Neuer AK-Wunsch</a> <a href="#" class="btn btn-info">{% trans "New AK Wish" %}</a>
</div> </div>
......
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