diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 1d033f1..b152265 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: TFJM\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-10 17:24+0200\n" +"POT-Creation-Date: 2023-04-11 22:22+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Emmy D'Anello \n" "Language-Team: LANGUAGE \n" @@ -477,7 +477,7 @@ msgstr "Ce trigramme est déjà utilisé." msgid "No team was found with this access code." msgstr "Aucune équipe n'a été trouvée avec ce code d'accès." -#: participation/forms.py:86 participation/forms.py:352 +#: participation/forms.py:86 participation/forms.py:351 #: registration/forms.py:122 registration/forms.py:144 #: registration/forms.py:166 registration/forms.py:188 #: registration/forms.py:233 @@ -502,7 +502,7 @@ msgstr "Message à adresser à l'équipe :" msgid "The uploaded file size must be under 5 Mo." msgstr "Le fichier envoyé doit peser moins de 5 Mo." -#: participation/forms.py:158 participation/forms.py:354 +#: participation/forms.py:158 participation/forms.py:353 msgid "The uploaded file must be a PDF file." msgstr "Le fichier envoyé doit être au format PDF." @@ -547,16 +547,16 @@ msgstr "" msgid "The following note is higher of the maximum expected value:" msgstr "La note suivante est supérieure au maximum attendu :" -#: participation/forms.py:318 +#: participation/forms.py:317 msgid "The following user was not found:" msgstr "L'utilisateur⋅rice suivant n'a pas été trouvé :" -#: participation/forms.py:335 +#: participation/forms.py:334 msgid "The defender, the opponent and the reporter must be different." msgstr "" "Læ défenseur⋅se, l'opposant⋅e et læ rapporteur⋅e doivent être différent⋅es." -#: participation/forms.py:339 +#: participation/forms.py:338 msgid "This defender did not work on this problem." msgstr "Ce⋅tte défenseur⋅se ne travaille pas sur ce problème." @@ -1011,7 +1011,7 @@ msgstr "Envoyer une solution" #: participation/templates/participation/upload_motivation_letter.html:13 #: participation/templates/participation/upload_notes.html:17 #: participation/templates/participation/upload_solution.html:11 -#: participation/templates/participation/upload_synthesis.html:16 +#: participation/templates/participation/upload_synthesis.html:17 #: registration/templates/registration/upload_health_sheet.html:17 #: registration/templates/registration/upload_parental_authorization.html:17 #: registration/templates/registration/upload_photo_authorization.html:18 @@ -1472,6 +1472,10 @@ msgstr "Télécharger la fiche de notation vierge" msgid "Templates:" msgstr "Modèles :" +#: participation/templates/participation/upload_synthesis.html:12 +msgid "Warning: non-free format" +msgstr "Attention : format non libre" + #: participation/views.py:52 tfjm/templates/base.html:73 #: tfjm/templates/base.html:256 msgid "Create team" @@ -1600,11 +1604,11 @@ msgstr "Læ juré⋅e {name} a été ajouté⋅e avec succès !" msgid "The following user is not registered as a jury:" msgstr "L'utilisateur⋅rice suivant n'est pas inscrit⋅e en tant que juré⋅e :" -#: participation/views.py:825 +#: participation/views.py:829 msgid "Notes were successfully uploaded." msgstr "Les notes ont bien été envoyées." -#: participation/views.py:1489 +#: participation/views.py:1493 msgid "You can't upload a synthesis after the deadline." msgstr "Vous ne pouvez pas envoyer de note de synthèse après la date limite." diff --git a/participation/templates/participation/upload_synthesis.html b/participation/templates/participation/upload_synthesis.html index 30be880..1ae61c6 100644 --- a/participation/templates/participation/upload_synthesis.html +++ b/participation/templates/participation/upload_synthesis.html @@ -7,8 +7,9 @@
{% trans "Templates:" %} - PDF - - TEX + PDF — + TEX — + DOCX
{% csrf_token %} {{ form|crispy }} diff --git a/tfjm/static/Fiche_synthèse.docx b/tfjm/static/Fiche_synthèse.docx new file mode 100644 index 0000000..4b5cddd Binary files /dev/null and b/tfjm/static/Fiche_synthèse.docx differ