1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 07:58:26 +02:00

Update translations

This commit is contained in:
Yohann D'ANELLO
2021-01-01 17:07:28 +01:00
parent 0f65bc4561
commit 9473e101b8
9 changed files with 499 additions and 529 deletions

View File

@ -32,5 +32,5 @@
--
<p>
{% trans "The Correspondances team." %}<br>
{% trans "The TFJM² team." %}<br>
</p>

View File

@ -10,4 +10,4 @@ https://{{ domain }}{% url 'registration:email_validation' uidb64=uid token=toke
{% trans "Thanks" %},
{% trans "The Correspondances team." %}
{% trans "The TFJM² team." %}

View File

@ -8,7 +8,7 @@
<form method="post" enctype="multipart/form-data">
<div id="form-content">
<div class="alert alert-info">
{% trans "Authorzation template:" %}
{% trans "Authorization template:" %}
<a class="alert-link" href="{% static "Autorisation_parentale.tex" %}">{% trans "Download" %}</a>
</div>
{% csrf_token %}

View File

@ -8,7 +8,7 @@
<form method="post" enctype="multipart/form-data">
<div id="form-content">
<div class="alert alert-info">
{% trans "Authorzation templates:" %}
{% trans "Authorization templates:" %}
<a class="alert-link" href="{% static "Autorisation_droit_image_majeur.tex" %}">{% trans "Adult" %}</a>
<a class="alert-link" href="{% static "Autorisation_droit_image_mineur.tex" %}">{% trans "Child" %}</a>
</div>