mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-21 13:18:22 +02:00
Add a delete question button
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-10-31 18:56+0100\n"
|
||||
"POT-Creation-Date: 2020-10-31 22:13+0100\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"
|
||||
@ -30,7 +30,7 @@ msgid "This task failed successfully."
|
||||
msgstr "Cette tâche a échoué avec succès."
|
||||
|
||||
#: apps/eastereggs/templates/eastereggs/xp_modal.html:16
|
||||
#: templates/base_modal.html:18
|
||||
#: templates/base_modal.html:19
|
||||
msgid "Close"
|
||||
msgstr "Fermer"
|
||||
|
||||
@ -429,7 +429,7 @@ msgstr "Définir la vidéo reçue"
|
||||
|
||||
#: apps/participation/templates/participation/participation_detail.html:151
|
||||
#: apps/participation/templates/participation/participation_detail.html:156
|
||||
#: apps/participation/templates/participation/participation_detail.html:185
|
||||
#: apps/participation/templates/participation/participation_detail.html:189
|
||||
#: apps/participation/templates/participation/phase_form.html:11
|
||||
#: apps/participation/templates/participation/phase_list.html:18
|
||||
#: apps/participation/templates/participation/receive_participation_form.html:11
|
||||
@ -469,9 +469,19 @@ msgstr "Ajouter une question"
|
||||
msgid "Add"
|
||||
msgstr "Ajouter"
|
||||
|
||||
#: apps/participation/templates/participation/participation_detail.html:184
|
||||
#: apps/participation/templates/participation/participation_detail.html:186
|
||||
#: apps/participation/templates/participation/participation_detail.html:197
|
||||
#: apps/participation/templates/participation/question_confirm_delete.html:14
|
||||
msgid "Delete"
|
||||
msgstr "Supprimer"
|
||||
|
||||
#: apps/participation/templates/participation/participation_detail.html:188
|
||||
msgid "Update question"
|
||||
msgstr "Modifier une question"
|
||||
msgstr "Modifier la question"
|
||||
|
||||
#: apps/participation/templates/participation/participation_detail.html:196
|
||||
msgid "Delete question"
|
||||
msgstr "Supprimer la question"
|
||||
|
||||
#: apps/participation/templates/participation/phase_list.html:10
|
||||
#: templates/base.html:68 templates/base.html:70 templates/base.html:217
|
||||
@ -482,6 +492,10 @@ msgstr "Calendrier"
|
||||
msgid "Update phase"
|
||||
msgstr "Modifier la phase"
|
||||
|
||||
#: apps/participation/templates/participation/question_confirm_delete.html:9
|
||||
msgid "Are you sure you want to delete this question?"
|
||||
msgstr "Êtes-vous sûr·e de vouloir supprimer cette question ?"
|
||||
|
||||
#: apps/participation/templates/participation/question_form.html:11
|
||||
msgid "Send"
|
||||
msgstr "Envoyer"
|
||||
@ -589,74 +603,74 @@ msgstr "Quitter l'équipe"
|
||||
msgid "Are you sure that you want to leave this team?"
|
||||
msgstr "Êtes-vous sûr·e de vouloir quitter cette équipe ?"
|
||||
|
||||
#: apps/participation/views.py:37 templates/base.html:77
|
||||
#: apps/participation/views.py:36 templates/base.html:77
|
||||
#: templates/base.html:230
|
||||
msgid "Create team"
|
||||
msgstr "Créer une équipe"
|
||||
|
||||
#: apps/participation/views.py:44 apps/participation/views.py:90
|
||||
#: apps/participation/views.py:43 apps/participation/views.py:89
|
||||
msgid "You don't participate, so you can't create a team."
|
||||
msgstr "Vous ne participez pas, vous ne pouvez pas créer d'équipe."
|
||||
|
||||
#: apps/participation/views.py:46 apps/participation/views.py:92
|
||||
#: apps/participation/views.py:45 apps/participation/views.py:91
|
||||
msgid "You are already in a team."
|
||||
msgstr "Vous êtes déjà dans une équipe."
|
||||
|
||||
#: apps/participation/views.py:83 templates/base.html:82
|
||||
#: apps/participation/views.py:82 templates/base.html:82
|
||||
#: templates/base.html:226
|
||||
msgid "Join team"
|
||||
msgstr "Rejoindre une équipe"
|
||||
|
||||
#: apps/participation/views.py:134 apps/participation/views.py:301
|
||||
#: apps/participation/views.py:334
|
||||
#: apps/participation/views.py:133 apps/participation/views.py:300
|
||||
#: apps/participation/views.py:333
|
||||
msgid "You are not in a team."
|
||||
msgstr "Vous n'êtes pas dans une équipe."
|
||||
|
||||
#: apps/participation/views.py:135 apps/participation/views.py:335
|
||||
#: apps/participation/views.py:134 apps/participation/views.py:334
|
||||
msgid "You don't participate, so you don't have any team."
|
||||
msgstr "Vous ne participez pas, vous n'avez donc pas d'équipe."
|
||||
|
||||
#: apps/participation/views.py:180
|
||||
#: apps/participation/views.py:179
|
||||
msgid "You don't participate, so you can't request the validation of the team."
|
||||
msgstr ""
|
||||
"Vous ne participez pas, vous ne pouvez pas demander la validation de "
|
||||
"l'équipe."
|
||||
|
||||
#: apps/participation/views.py:183
|
||||
#: apps/participation/views.py:182
|
||||
msgid "The validation of the team is already done or pending."
|
||||
msgstr "La validation de l'équipe est déjà faite ou en cours."
|
||||
|
||||
#: apps/participation/views.py:196
|
||||
#: apps/participation/views.py:195
|
||||
msgid "You are not an administrator."
|
||||
msgstr "Vous n'êtes pas administrateur."
|
||||
|
||||
#: apps/participation/views.py:199
|
||||
#: apps/participation/views.py:198
|
||||
msgid "This team has no pending validation."
|
||||
msgstr "L'équipe n'a pas de validation en attente."
|
||||
|
||||
#: apps/participation/views.py:218
|
||||
#: apps/participation/views.py:217
|
||||
msgid "You must specify if you validate the registration or not."
|
||||
msgstr "Vous devez spécifier si vous validez l'inscription ou non."
|
||||
|
||||
#: apps/participation/views.py:281 apps/registration/views.py:235
|
||||
#: apps/participation/views.py:280 apps/registration/views.py:235
|
||||
#, python-brace-format
|
||||
msgid "Photo authorization of {student}.{ext}"
|
||||
msgstr "Autorisation de droit à l'image de {student}.{ext}"
|
||||
|
||||
#: apps/participation/views.py:285
|
||||
#: apps/participation/views.py:284
|
||||
#, python-brace-format
|
||||
msgid "Photo authorizations of team {trigram}.zip"
|
||||
msgstr "Autorisations de droit à l'image de l'équipe {trigram}.zip"
|
||||
|
||||
#: apps/participation/views.py:303
|
||||
#: apps/participation/views.py:302
|
||||
msgid "The team is already validated or the validation is pending."
|
||||
msgstr "La validation de l'équipe est déjà faite ou en cours."
|
||||
|
||||
#: apps/participation/views.py:347
|
||||
#: apps/participation/views.py:346
|
||||
msgid "The team is not validated yet."
|
||||
msgstr "L'équipe n'est pas encore validée."
|
||||
|
||||
#: apps/participation/views.py:356
|
||||
#: apps/participation/views.py:355
|
||||
#, python-brace-format
|
||||
msgid "Participation of team {trigram}"
|
||||
msgstr "Participation de l'équipe {trigram}"
|
||||
|
Reference in New Issue
Block a user