62 lines
869 B
PHP
62 lines
869 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Trennen',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => ':label trennen',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'Trennen',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'Getrennt',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Ausgewählte trennen',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Ausgewählte :label trennen',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'Ausgewählte trennen',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'Getrennt',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|