some i18n string fixes

This commit is contained in:
Thomas Waldmann 2014-07-14 20:36:19 +02:00
parent 656f455c01
commit 3159ff61e5
3 changed files with 5 additions and 3 deletions

View File

@ -35,7 +35,7 @@
{% trans "Deleting a domain is not undoable. If you need it back, you'll have to add it again and configure a new shared secret." %} {% trans "Deleting a domain is not undoable. If you need it back, you'll have to add it again and configure a new shared secret." %}
</p> </p>
<form method="get" action="{% url 'delete_domain' domain.pk %}"> <form method="get" action="{% url 'delete_domain' domain.pk %}">
<button type="submit" class="btn btn-primary btn-danger">{% trans "Delete domain" %}</button> <button type="submit" class="btn btn-primary btn-danger">{% trans "Delete Domain" %}</button>
</form> </form>
</div> </div>
</div> </div>

View File

@ -16,7 +16,7 @@
{% trans "Deleting a host is not undoable. If you need it back, you'll have to add it again and configure a new update secret." %} {% trans "Deleting a host is not undoable. If you need it back, you'll have to add it again and configure a new update secret." %}
</p> </p>
<form method="get" action="{% url 'delete_host' host.pk %}"> <form method="get" action="{% url 'delete_host' host.pk %}">
<button type="submit" class="btn btn-primary btn-danger">{% trans "Delete host" %}</button> <button type="submit" class="btn btn-primary btn-danger">{% trans "Delete Host" %}</button>
</form> </form>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">

View File

@ -22,7 +22,9 @@
<div class="col-lg-6"> <div class="col-lg-6">
<div class="well well-sm"> <div class="well well-sm">
<h3>{% trans "Help" %}</h3> <h3>{% trans "Help" %}</h3>
<p>{% trans "Here you can edit the configuration of the" %} "{{ object.service.name }}" {% trans "updater." %} <p>
{% blocktrans with servicename=object.service.name
%}Here you can edit the configuration of the "{{ servicename }}" updater.{% endblocktrans %}
</p> </p>
<p> <p>
{% blocktrans %}The values you need here are the same ones as you would usually enter in your router {% blocktrans %}The values you need here are the same ones as you would usually enter in your router