X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..dbe0a80a192f561f29f917cd741b78329834a89f:/src/wolnelektury/templates/user.html diff --git a/src/wolnelektury/templates/user.html b/src/wolnelektury/templates/user.html index 709065174..36bb9783b 100644 --- a/src/wolnelektury/templates/user.html +++ b/src/wolnelektury/templates/user.html @@ -4,21 +4,21 @@ {% block settings %} {% load title %} - {% trans "User" as title %} + {% trans "Użytkownik" as title %} {% title title %} {% endblock %} -{% block titleextra %}{% trans "User" %}{% endblock %} +{% block titleextra %}{% trans "Użytkownik" %}{% endblock %} {% block body %}
-

{% trans "User" %}

+

{% trans "Użytkownik" %}

-

{% trans "Password" %}

+

{% trans "Hasło" %}

{% trans "E-mail" %}

-

{% trans "Social accounts" %}

+

{% trans "Zewnętrzne konta" %}

{% if request.user.membership %} -

Wspierasz Wolne Lektury, dziękujemy!

+

{% trans "Wspierasz Wolne Lektury, dziękujemy!" %}

{% endif %}
{% endblock %}