62 lines
882 B
PHP
62 lines
882 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Détacher',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Détacher :label',
|
|
|
|
'actions' => [
|
|
|
|
'detach' => [
|
|
'label' => 'Détacher',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'detached' => [
|
|
'title' => 'Détaché(e)',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Détacher la sélection',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Détacher la sélection de :label',
|
|
|
|
'actions' => [
|
|
|
|
'detach' => [
|
|
'label' => 'Détacher la sélection',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'detached' => [
|
|
'title' => 'Détaché(e)s',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|