2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'field' => [
|
2016-03-25 01:18:05 -07:00
|
|
|
'invalid' => 'Ce champ n\'existe pas.',
|
|
|
|
'already_added' => 'Le champ a déjà été ajouté',
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'create' => [
|
2016-03-25 01:18:05 -07:00
|
|
|
'error' => 'Le champ n\'a pas été créé, veuillez réessayer.',
|
|
|
|
'success' => 'Le champ a bien été créé.',
|
2021-06-10 13:15:52 -07:00
|
|
|
'assoc_success' => 'Le champ a bien été ajouté au fieldset.',
|
|
|
|
],
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'update' => [
|
2016-03-25 01:18:05 -07:00
|
|
|
'error' => 'Le champ n\'a pas été actualisé, veuillez réessayer',
|
2021-06-10 13:15:52 -07:00
|
|
|
'success' => 'Le champ a bien été actualisé.',
|
|
|
|
],
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'delete' => [
|
2016-03-25 01:18:05 -07:00
|
|
|
'confirm' => 'Êtes-vous sûr de vouloir supprimer ce champ ?',
|
|
|
|
'error' => 'Un problème a eu lien pendant la suppression du champ. Veuillez réessayer.',
|
|
|
|
'success' => 'Le champ a bien été supprimé.',
|
|
|
|
'in_use' => 'Le champ est actuellement en utilisation.',
|
2021-06-10 13:15:52 -07:00
|
|
|
],
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
],
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'fieldset' => [
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2017-10-17 18:52:20 -07:00
|
|
|
'does_not_exist' => 'Fieldset n\'existe pas',
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'create' => [
|
2016-03-25 01:18:05 -07:00
|
|
|
'error' => 'Le fieldset n\'a pas pur être créé, veuillez réessayer.',
|
2021-06-10 13:15:52 -07:00
|
|
|
'success' => 'Le Fieldset a bien été créé.',
|
|
|
|
],
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'update' => [
|
2016-03-25 01:18:05 -07:00
|
|
|
'error' => 'Le fieldset n\'a pas été actualisé, veuillez réessayer',
|
2021-06-10 13:15:52 -07:00
|
|
|
'success' => 'Le fieldset a bien été actualisé.',
|
|
|
|
],
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'delete' => [
|
2016-03-25 01:18:05 -07:00
|
|
|
'confirm' => 'Êtes-vous sûr de vouloir supprimer ce fieldset ?',
|
|
|
|
'error' => 'Un problème a eu lien pendant la suppression du fieldset. Veuillez réessayer.',
|
|
|
|
'success' => 'Le fieldset a bien été supprimé.',
|
|
|
|
'in_use' => 'Le fieldset est actuellement utilisé.',
|
2021-06-10 13:15:52 -07:00
|
|
|
],
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
],
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|