Update german translation
This commit is contained in:
parent
cb62bd63e2
commit
d0fe915612
8 changed files with 346 additions and 275 deletions
|
@ -4,17 +4,17 @@
|
|||
{% block title %}{{ block.super }} - {% spaceless %}
|
||||
{% if user == customer %}
|
||||
{% blocktranslate with package=hostingpackage.name trimmed %}
|
||||
Disk usage details for your Hosting Package {{ package }}
|
||||
Disk usage of your Hosting Package {{ package }}
|
||||
{% endblocktranslate %}
|
||||
{% else %}
|
||||
{% blocktranslate with package=hostingpackage.name full_name=customer.get_full_name trimmed %}
|
||||
Disk usage details for Hosting Package {{ package }} of {{ full_name }}
|
||||
Disk usage of Hosting Package {{ package }} of {{ full_name }}
|
||||
{% endblocktranslate %}
|
||||
{% endif %}
|
||||
{% endspaceless %}{% endblock title %}
|
||||
|
||||
{% block page_title %}{% blocktranslate with package=hostingpackage.name trimmed %}
|
||||
Disk usage details for Hosting Package {{ package }}
|
||||
{% block page_title %}{% blocktranslate with package=hostingpackage.name package_url=hostingpackage.get_absolute_url trimmed %}
|
||||
Disk usage of Hosting Package <a href="{{ package_url }}">{{ package }}</a>
|
||||
{% endblocktranslate %}{% endblock page_title %}
|
||||
|
||||
{% block content %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue