feat(Member & Membership): table and form functionnalities
This commit is contained in:
23
lang/fr/modal.php
Normal file
23
lang/fr/modal.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'Êtes-vous sûr de vouloir supprimer ?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Annuler',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'Confirmer',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Soumettre',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user