diff --git a/Resources/translations/messages.fr.yml b/Resources/translations/messages.fr.yml index 6fb1545ba..48d8678ba 100644 --- a/Resources/translations/messages.fr.yml +++ b/Resources/translations/messages.fr.yml @@ -16,6 +16,7 @@ Moderator: Animateur #CRUD event Details of an event: Détails d'un événement +See details of the event: Voir les détails de l'événement Back to details of an event: Retour aux détails d'un événement New event: Nouvel événement Back to the most recent events: Retour aux derniers événements @@ -23,11 +24,14 @@ Back to the most recent events: Retour aux derniers événements Event creation: Création d'un événement Add an event: Ajouter un événement Event edit: Modifier un événement +Edit the event: Modifier l'événement The event was updated: L'événement a été modifié The event was created: L'événement a été créé #crud participation Edit all the participations: Modifier toutes les participations +Edit the participation: Modifier la participation +Participation Edit: Modifier une participation Add a participation: Ajouter un participant Participation creation: Ajouter une participation Associated person: Personne associée @@ -35,7 +39,6 @@ Associated event: Événement associé Back to the event: Retour à l'événement The participation was created: La participation a été créée The participation was updated: La participation a été mise à jour -Participation Edit: Modifier une participation 'None of the requested people may participate the event: they are maybe already participating.': 'Aucune des personnes indiquées ne peut être ajoutée à l''événement: elles sont peut-être déjà inscrites comme participantes.' 'The following people have been ignored because they are already participating on the event': '{1} La personne suivante a été ignorée parce qu''elle participe déjà à l''événement | ]1,Inf] Les personnes suivantes ont été ignorées parce qu''elles participent déjà à l''événement' There are no participation to edit for this event: Il n'y a pas de participation pour cet événement diff --git a/Resources/views/Event/listByPerson.html.twig b/Resources/views/Event/listByPerson.html.twig index ea18e8d19..8c31dad29 100644 --- a/Resources/views/Event/listByPerson.html.twig +++ b/Resources/views/Event/listByPerson.html.twig @@ -56,7 +56,7 @@ 'event_id' : participation.event.id, 'return_path' : currentPath, 'return_label' : returnLabel - }) }}" class="sc-button bt-show"> + }) }}" class="sc-button bt-show" title="{{ 'See details of the event'|trans }}">
@@ -66,14 +66,14 @@ 'event_id' : participation.event.id, 'return_path' : currentPath, 'return_label' : returnLabel - }) }}" class="sc-button bt-update">{{ 'Event edit'|trans }} + }) }}" class="sc-button bt-update">{{ 'Edit the event'|trans }} {{ 'Participation Edit'|trans }} + }) }}" class="sc-button bt-update">{{ 'Edit the participation'|trans }}