62 lines
854 B
PHP
62 lines
854 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Deslotu',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Deslotu :label',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'Deslotu',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'Deslotuta',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Hautatuak deslotu',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Hautatutako :label deslotu',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'Deslotu',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'Deslotuta',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|