29 lines
454 B
PHP
29 lines
454 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Notifications',
|
|
|
|
'actions' => [
|
|
|
|
'clear' => [
|
|
'label' => 'Effacer',
|
|
],
|
|
|
|
'mark_all_as_read' => [
|
|
'label' => 'Tout marquer comme lu',
|
|
],
|
|
|
|
],
|
|
|
|
'empty' => [
|
|
'heading' => 'Aucune notification',
|
|
'description' => 'Veuillez revérifier ultérieurement',
|
|
],
|
|
|
|
],
|
|
|
|
];
|