46 lines
690 B
PHP
46 lines
690 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Attacher',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Attacher :label',
|
|
|
|
'fields' => [
|
|
|
|
'record_id' => [
|
|
'label' => 'Enregistrement',
|
|
],
|
|
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'attach' => [
|
|
'label' => 'Attacher',
|
|
],
|
|
|
|
'attach_another' => [
|
|
'label' => 'Attacher & Attacher un autre',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'attached' => [
|
|
'title' => 'Attaché(e)s',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|