62 lines
878 B
PHP
62 lines
878 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Frånkoppla',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Frånkoppla :label',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'Frånkoppla',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'Frånkopplades',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Frånkoppla valda',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Frånkoppla valda :label',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'Frånkoppla',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'Frånkopplades',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|