62 lines
886 B
PHP
62 lines
886 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Desvincular',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Desvincular :label',
|
|
|
|
'actions' => [
|
|
|
|
'detach' => [
|
|
'label' => 'Desvincular',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'detached' => [
|
|
'title' => 'Desvinculat',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Desvincular seleccionats',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Desvincular :label seleccionats',
|
|
|
|
'actions' => [
|
|
|
|
'detach' => [
|
|
'label' => 'Desvincular seleccionats',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'detached' => [
|
|
'title' => 'Desvinculats',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|