<?php

return [

    'single' => [

        'label' => 'Disociar',

        'modal' => [

            'heading' => 'Disociar :label',

            'actions' => [

                'dissociate' => [
                    'label' => 'Disociar',
                ],

            ],

        ],

        'notifications' => [

            'dissociated' => [
                'title' => 'Disociado',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Disociar seleccionados',

        'modal' => [

            'heading' => 'Disociar :label seleccionados',

            'actions' => [

                'dissociate' => [
                    'label' => 'Disociar',
                ],

            ],

        ],

        'notifications' => [

            'dissociated' => [
                'title' => 'Disociados',
            ],

        ],

    ],

];
