<?php

return [

    'single' => [

        'label' => 'Détacher',

        'modal' => [

            'heading' => 'Détacher :label',

            'actions' => [

                'detach' => [
                    'label' => 'Détacher',
                ],

            ],

        ],

        'notifications' => [

            'detached' => [
                'title' => 'Détaché(e)',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Détacher la sélection',

        'modal' => [

            'heading' => 'Détacher la sélection de :label',

            'actions' => [

                'detach' => [
                    'label' => 'Détacher la sélection',
                ],

            ],

        ],

        'notifications' => [

            'detached' => [
                'title' => 'Détaché(e)s',
            ],

        ],

    ],

];
