26 lines
286 B
PHP
26 lines
286 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'form' => [
|
|
|
|
'actions' => [
|
|
|
|
'save' => [
|
|
'label' => 'Sauvegarder les modifications',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'saved' => [
|
|
'title' => 'Sauvegardé',
|
|
],
|
|
|
|
],
|
|
|
|
];
|