Localisation & German translation updates (#701)

This commit is contained in:
iAddz
2017-02-12 04:04:18 +00:00
committed by Adarnof
parent a33c8c14ee
commit a6c48f8d71
46 changed files with 1426 additions and 1302 deletions

View File

@@ -290,7 +290,7 @@
{% endfor %}
</table>
{% else %}
<div class="alert alert-warning text-center">No upcoming timers.</div>
<div class="alert alert-warning text-center">{% trans "No upcoming timers." %}</div>
{% endif %}
<h4><b>{% trans "Past Timers" %}</b></h4>
{% if past_timers %}
@@ -426,7 +426,7 @@
{% endfor %}
</table>
{% else %}
<div class="alert alert-warning text-center">No past timers.</div>
<div class="alert alert-warning text-center">{% trans "No past timers." %}</div>
{% endif %}
</div>