X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/wolnelektury/templates/socialaccount/connections.html diff --git a/src/wolnelektury/templates/socialaccount/connections.html b/src/wolnelektury/templates/socialaccount/connections.html index 681038601..dcee6ff87 100644 --- a/src/wolnelektury/templates/socialaccount/connections.html +++ b/src/wolnelektury/templates/socialaccount/connections.html @@ -2,15 +2,15 @@ {% load i18n %} -{% block head_title %}{% trans "Account Connections" %}{% endblock %} +{% block head_title %}{% trans "Połączone konta" %}{% endblock %} {% block body %} -
+
-

{% trans "Account Connections" %}

+

{% trans "Połączone konta" %}

{% if form.accounts %} -

{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}

+

{% blocktrans %}Możesz się logować, używając jednego z tych zewnętrznych kont:{% endblocktrans %}

@@ -30,17 +30,17 @@ {% endwith %} {% endfor %} - +
{% else %} -

{% trans "You currently have no social network accounts connected to this account." %}

+

{% trans "Nie masz podłączonych żadnych zewnętrznych kont." %}

{% endif %} {% if USE_OPENID %} -

{% trans 'Add a 3rd Party Account' %}

+

{% trans 'Podłącz zewnętrzne konto' %}

{% endblock %} - -