mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Updated German translation
This commit is contained in:
@@ -3,28 +3,35 @@
|
|||||||
{% load bootstrap3 %}
|
{% load bootstrap3 %}
|
||||||
{% block title %}{% trans "Voucher" %}{% endblock %}
|
{% block title %}{% trans "Voucher" %}{% endblock %}
|
||||||
{% block inside %}
|
{% block inside %}
|
||||||
<h1>{% trans "Voucher" %}</h1>
|
<h1>{% trans "Voucher" %}</h1>
|
||||||
{% if voucher.redeemed %}
|
{% if voucher.redeemed %}
|
||||||
<div class="alert alert-warning">
|
<div class="alert alert-warning">
|
||||||
{% trans "This voucher already has been used. It is not recommended to modify it." %}
|
{% trans "This voucher already has been used. It is not recommended to modify it." %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<form action="" method="post" class="form-horizontal">
|
<form action="" method="post" class="form-horizontal">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{% bootstrap_form_errors form %}
|
{% bootstrap_form_errors form %}
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{% trans "Voucher details" %}</legend>
|
<legend>{% trans "Voucher details" %}</legend>
|
||||||
{% bootstrap_field form.code layout="horizontal" %}
|
{% bootstrap_field form.code layout="horizontal" %}
|
||||||
{% bootstrap_field form.valid_until layout="horizontal" %}
|
{% bootstrap_field form.valid_until layout="horizontal" %}
|
||||||
{% bootstrap_field form.block_quota layout="horizontal" %}
|
{% bootstrap_field form.block_quota layout="horizontal" %}
|
||||||
{% bootstrap_field form.allow_ignore_quota layout="horizontal" %}
|
{% bootstrap_field form.allow_ignore_quota layout="horizontal" %}
|
||||||
{% bootstrap_field form.price layout="horizontal" %}
|
{% bootstrap_field form.price layout="horizontal" %}
|
||||||
{% bootstrap_field form.itemvar layout="horizontal" %}
|
{% bootstrap_field form.itemvar layout="horizontal" %}
|
||||||
</fieldset>
|
<div class="alert alert-info">
|
||||||
<div class="form-group submit-group">
|
{% blocktrans trimmed %}
|
||||||
|
If you choose "any product" for a specific quota and choose to reserve quota for this
|
||||||
|
voucher above, the product can still be unavailable to the voucher holder if another quota
|
||||||
|
associated with the product is sold out!
|
||||||
|
{% endblocktrans %}
|
||||||
|
</div>
|
||||||
|
</fieldset>
|
||||||
|
<div class="form-group submit-group">
|
||||||
<button type="submit" class="btn btn-primary btn-save">
|
<button type="submit" class="btn btn-primary btn-save">
|
||||||
{% trans "Save" %}
|
{% trans "Save" %}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2016-04-10 15:19+0000\n"
|
"POT-Creation-Date: 2016-05-04 15:54+0000\n"
|
||||||
"PO-Revision-Date: 2016-04-10 17:20+0200\n"
|
"PO-Revision-Date: 2016-04-10 17:20+0200\n"
|
||||||
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2016-04-10 15:19+0000\n"
|
"POT-Creation-Date: 2016-05-04 15:54+0000\n"
|
||||||
"PO-Revision-Date: 2016-04-10 17:20+0200\n"
|
"PO-Revision-Date: 2016-04-10 17:20+0200\n"
|
||||||
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
|||||||
Reference in New Issue
Block a user