Files

62 lines
860 B
PHP

<?php
return [
'single' => [
'label' => 'Koble fra',
'modal' => [
'heading' => 'Koble fra :label',
'actions' => [
'dissociate' => [
'label' => 'Koble fra',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Koblet fra',
],
],
],
'multiple' => [
'label' => 'Koble fra valgte',
'modal' => [
'heading' => 'Koble fra valgte :label',
'actions' => [
'dissociate' => [
'label' => 'Koble fra',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Koblet fra',
],
],
],
];