diff --git a/templates/mailman-django/base.html b/templates/mailman-django/base.html index d87961f..e0d35f1 100644 --- a/templates/mailman-django/base.html +++ b/templates/mailman-django/base.html @@ -30,7 +30,9 @@
-

This is a draft of a Mailman3 django client. It's not a finished design. For now you can view a list of existing mailing lists and you can create new lists. +

+ {% blocktranslate with url_list_index=url.list_index url_list_new=url.list_new%}This is a draft of a Mailman3 django client. It's not a finished design. For now you can view a list of existing mailing lists and you can create new lists. + {% endblocktranslate %} {% block links %}{% endblock %}

diff --git a/templates/mailman-django/errors/generic.html b/templates/mailman-django/errors/generic.html index eb3e439..9aff64c 100644 --- a/templates/mailman-django/errors/generic.html +++ b/templates/mailman-django/errors/generic.html @@ -3,7 +3,7 @@ {% block content %} -

Error

+

{% trans "Error" %}

{{ message }}

diff --git a/templates/mailman-django/lists/created.html b/templates/mailman-django/lists/created.html index 8ed533b..3cf583b 100644 --- a/templates/mailman-django/lists/created.html +++ b/templates/mailman-django/lists/created.html @@ -2,7 +2,7 @@ {% load i18n %} {% block links%} -You can also subscribe or unsubscribe a user to the list "the normal way" or delete the list. +{% blocktrans with url_list_info=url.list_info.fqdn_listname url_list_delete=url.list_delete.fqdn_listname%} You can also subscribe or unsubscribe a user to the list "the normal way" or delete the list.{% endblocktrans %} {% endblock %} {% block content %} @@ -11,15 +11,12 @@

Logout

-

The list {{ fqdn_listname }} has been created. What would you like to do next?

+

{% blocktrans %}The list {{ fqdn_listname }} has been created. What would you like to do next?{% endblocktrans %}

- - - {% endblock %} diff --git a/templates/mailman-django/lists/index.html b/templates/mailman-django/lists/index.html index 48e1924..76a2a2c 100644 --- a/templates/mailman-django/lists/index.html +++ b/templates/mailman-django/lists/index.html @@ -17,13 +17,13 @@ {{ list.real_name }} {{ list.fqdn_listname }} - Info / Subscribe + {%trans Info / Subscribe %} - Settings + {%trans Settings %} - Delete list + {%trans Delete list %}