62 lines
816 B
PHP
62 lines
816 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Fjern',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Fjern :label',
|
|
|
|
'actions' => [
|
|
|
|
'detach' => [
|
|
'label' => 'Fjern',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'detached' => [
|
|
'title' => 'Fjernet',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Fjern valgte',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Fjern valgte :label',
|
|
|
|
'actions' => [
|
|
|
|
'detach' => [
|
|
'label' => 'Fjern',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'detached' => [
|
|
'title' => 'Fjernet',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|