forked from CGM_Public/pretix_original
Fixed typos and updated translation
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<ul class="nav nav-pills">
|
||||
<li {% if "event.vouchers" == url_name %}class="active"{% endif %}>
|
||||
<a href="{% url 'control:event.vouchers' organizer=request.event.organizer.slug event=request.event.slug %}">
|
||||
{% trans "All Vouchers" %}
|
||||
{% trans "All vouchers" %}
|
||||
</a>
|
||||
</li>
|
||||
<li {% if "event.vouchers.tags" == url_name %}class="active"{% endif %}>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<select name="status" class="form-control">
|
||||
<option value="">{% trans "All vouchers" %}</option>
|
||||
<option value="v" {% if request.GET.status == "v" %}selected="selected"{% endif %}>{% trans "Valid" %}</option>
|
||||
<option value="r" {% if request.GET.status == "r" %}selected="selected"{% endif %}>{% trans "Redeemd" %}</option>
|
||||
<option value="r" {% if request.GET.status == "r" %}selected="selected"{% endif %}>{% trans "Redeemed" %}</option>
|
||||
<option value="e" {% if request.GET.status == "e" %}selected="selected"{% endif %}>{% trans "Expired" %}</option>
|
||||
</select>
|
||||
<button class="btn btn-primary" type="submit">{% trans "Filter" %}</button>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-07-18 20:47+0000\n"
|
||||
"POT-Creation-Date: 2016-07-30 20:44+0000\n"
|
||||
"PO-Revision-Date: 2016-06-27 19:51+0200\n"
|
||||
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -44,6 +44,6 @@ msgstr "Unbekannter Fehler."
|
||||
msgid "We are processing your request…"
|
||||
msgstr "Wir verarbeiten deine Anfrage…"
|
||||
|
||||
#: static/pretixpresale/js/ui/main.js:43
|
||||
#: static/pretixpresale/js/ui/main.js:44
|
||||
msgid "Close message"
|
||||
msgstr "Schließen"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-07-18 20:47+0000\n"
|
||||
"POT-Creation-Date: 2016-07-30 20:44+0000\n"
|
||||
"PO-Revision-Date: 2016-06-27 19:51+0200\n"
|
||||
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -44,6 +44,6 @@ msgstr "Unbekannter Fehler."
|
||||
msgid "We are processing your request…"
|
||||
msgstr "Wir verarbeiten deine Anfrage…"
|
||||
|
||||
#: static/pretixpresale/js/ui/main.js:43
|
||||
#: static/pretixpresale/js/ui/main.js:44
|
||||
msgid "Close message"
|
||||
msgstr "Schließen"
|
||||
|
||||
Reference in New Issue
Block a user