mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-24 01:27:44 +00:00
accompanying period work: translate flash message
This commit is contained in:
parent
70524c506d
commit
66c5c4c1d6
@ -125,7 +125,6 @@ class AccompanyingCourseWorkController extends AbstractController
|
|||||||
{
|
{
|
||||||
// TODO ACL
|
// TODO ACL
|
||||||
$em = $this->getDoctrine()->getManager();
|
$em = $this->getDoctrine()->getManager();
|
||||||
dump($work);
|
|
||||||
|
|
||||||
$form = $this->createDeleteForm($work->getId());
|
$form = $this->createDeleteForm($work->getId());
|
||||||
|
|
||||||
@ -145,8 +144,7 @@ class AccompanyingCourseWorkController extends AbstractController
|
|||||||
|
|
||||||
$this->addFlash(
|
$this->addFlash(
|
||||||
'success',
|
'success',
|
||||||
//$translator->trans("The accompanying period work has been successfully removed.") //TODO translation
|
$this->trans->trans("The accompanying period work has been successfully removed.")
|
||||||
"The accompanying period work has been successfully removed."
|
|
||||||
);
|
);
|
||||||
|
|
||||||
return $this->redirectToRoute('chill_person_accompanying_period_work_list', [
|
return $this->redirectToRoute('chill_person_accompanying_period_work_list', [
|
||||||
|
@ -406,6 +406,7 @@ Back to household: Revenir au ménage
|
|||||||
Accompanying Course Actions: Actions d'accompagnements
|
Accompanying Course Actions: Actions d'accompagnements
|
||||||
Accompanying Course Action: Action d'accompagnement
|
Accompanying Course Action: Action d'accompagnement
|
||||||
Are you sure you want to remove the work of the accompanying period %name% ?: Êtes-vous sûr de vouloir supprimer l'action de la période d'accompagnement %name% ?
|
Are you sure you want to remove the work of the accompanying period %name% ?: Êtes-vous sûr de vouloir supprimer l'action de la période d'accompagnement %name% ?
|
||||||
|
The accompanying period work has been successfully removed.: L'action d'accompagnement a été supprimée.
|
||||||
accompanying_course_work:
|
accompanying_course_work:
|
||||||
create: Créer une action
|
create: Créer une action
|
||||||
Create accompanying course work: Créer une action d'accompagnement
|
Create accompanying course work: Créer une action d'accompagnement
|
||||||
|
Loading…
x
Reference in New Issue
Block a user