mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-21 15:18:23 +02:00
Display a warning when the email address is not validated
This commit is contained in:
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Corres2math\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-09-24 18:38+0200\n"
|
||||
"POT-Creation-Date: 2020-09-24 18:52+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Yohann D'ANELLO <yohann.danello@animath.fr>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -274,7 +274,7 @@ msgstr "Autoriser Animath à publier notre vidéo :"
|
||||
#: apps/participation/templates/participation/update_team_modal.html:15
|
||||
#: apps/registration/templates/registration/update_user.html:12
|
||||
#: apps/registration/templates/registration/update_user_modal.html:15
|
||||
#: apps/registration/templates/registration/user_detail.html:42
|
||||
#: apps/registration/templates/registration/user_detail.html:43
|
||||
msgid "Update"
|
||||
msgstr "Modifier"
|
||||
|
||||
@ -559,23 +559,31 @@ msgstr "Prénom :"
|
||||
msgid "Email:"
|
||||
msgstr "Adresse e-mail :"
|
||||
|
||||
#: apps/registration/templates/registration/user_detail.html:24
|
||||
#: apps/registration/templates/registration/user_detail.html:22
|
||||
msgid "Not confirmed"
|
||||
msgstr "Non confirmée"
|
||||
|
||||
#: apps/registration/templates/registration/user_detail.html:22
|
||||
msgid "resend the validation link"
|
||||
msgstr "Renvoyer le lien de validation"
|
||||
|
||||
#: apps/registration/templates/registration/user_detail.html:25
|
||||
msgid "Student class:"
|
||||
msgstr "Classe :"
|
||||
|
||||
#: apps/registration/templates/registration/user_detail.html:27
|
||||
#: apps/registration/templates/registration/user_detail.html:28
|
||||
msgid "School:"
|
||||
msgstr "École :"
|
||||
|
||||
#: apps/registration/templates/registration/user_detail.html:30
|
||||
#: apps/registration/templates/registration/user_detail.html:31
|
||||
msgid "Profesional activity:"
|
||||
msgstr "Activité professionnelle :"
|
||||
|
||||
#: apps/registration/templates/registration/user_detail.html:33
|
||||
#: apps/registration/templates/registration/user_detail.html:34
|
||||
msgid "Role:"
|
||||
msgstr "Rôle :"
|
||||
|
||||
#: apps/registration/templates/registration/user_detail.html:37
|
||||
#: apps/registration/templates/registration/user_detail.html:38
|
||||
msgid "Grant Animath to contact me in the future about other actions:"
|
||||
msgstr "Autorise Animath à recontacter à propos d'autres actions :"
|
||||
|
||||
@ -692,7 +700,18 @@ msgstr "Mon compte"
|
||||
msgid "Log out"
|
||||
msgstr "Déconnexion"
|
||||
|
||||
#: templates/base.html:150
|
||||
#: templates/base.html:139
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Your email address is not validated. Please click on the link you received "
|
||||
"by email. You can resend a mail by clicking on <a href=\"%(send_email_url)s"
|
||||
"\">this link</a>."
|
||||
msgstr ""
|
||||
"Votre adresse mail n'est pas validée. Merci de cliquer sur le lien que vous "
|
||||
"avez reçu par mail. Vous pouvez renvoyer un mail en cliquant sur <a href="
|
||||
"\"%(send_email_url)s\">ce lien</a>."
|
||||
|
||||
#: templates/base.html:162
|
||||
msgid "Contact us"
|
||||
msgstr "Nous contacter"
|
||||
|
||||
|
Reference in New Issue
Block a user