Suppression Kfet et traduction (+fix notequal)
This commit is contained in:
parent
b280647c35
commit
55417313c0
14 changed files with 6844 additions and 3276 deletions
|
|
@ -20,7 +20,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
</p>
|
||||
{% else %}
|
||||
<p>
|
||||
{% trans "You must pay now your membership in the Kfet to complete your registration." %}
|
||||
{% trans "You must pay now your membership to complete your registration." %}
|
||||
</p>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
{% trans "An email has been sent. Please click on the link to activate your account." %}
|
||||
</p>
|
||||
<p>
|
||||
{% trans "You must also go to the Kfet to pay your membership." %}
|
||||
{% trans "You must also pay your membership. A administrator will then activate your account" %}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Passage en négatif (compte n°{{ note.user.pk }})</title>
|
||||
<title>{% trans "Activation of your Note Ker Lann account" %}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
{% trans "You recently registered on the Note Kfet. Please click on the link below to confirm your registration." %}
|
||||
{% trans "You recently registered on the Note Ker Lann. Please click on the link below to confirm your registration." %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
{% trans "After that, you'll have to wait that someone validates your account before you can log in. You will need to pay your membership in the Kfet." %}
|
||||
{% trans "After that, you'll have to wait that someone validates your account before you can log in. You will need to pay your membership." %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
@ -36,6 +36,6 @@
|
|||
|
||||
--
|
||||
<p>
|
||||
{% trans "The Note Kfet team." %}<br>
|
||||
{% trans "Mail generated by the Note Kfet on the" %} {% now "j F Y à H:i:s" %}
|
||||
{% trans "The Note Ker Lann team." %}<br>
|
||||
{% trans "Mail generated by the Note Ker Lann on the" %} {% now "j F Y à H:i:s" %}
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -2,15 +2,15 @@
|
|||
|
||||
{% trans "Hi" %} {{ user.username }},
|
||||
|
||||
{% trans "You recently registered on the Note Kfet. Please click on the link below to confirm your registration." %}
|
||||
{% trans "You recently registered on the Note Ker Lann. Please click on the link below to confirm your registration." %}
|
||||
|
||||
https://{{ domain }}{% url 'registration:email_validation' uidb64=uid token=token %}
|
||||
|
||||
{% trans "This link is only valid for a couple of days, after that you will need to contact us to validate your email." %}
|
||||
|
||||
{% trans "After that, you'll have to wait that someone validates your account before you can log in. You will need to pay your membership in the Kfet." %}
|
||||
{% trans "After that, you'll have to wait that someone validates your account before you can log in. You will need to pay your membership." %}
|
||||
|
||||
{% trans "Thanks" %},
|
||||
|
||||
{% trans "The Note Kfet team." %}
|
||||
{% trans "Mail generated by the Note Kfet on the" %} {% now "j F Y à H:i:s" %}
|
||||
{% trans "The Note Ker Lann team." %}
|
||||
{% trans "Mail generated by the Note Ker Lann on the" %} {% now "j F Y à H:i:s" %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue