<?php

return [

    'single' => [

        'label' => 'Restore',

        'modal' => [

            'heading' => 'Restore :label',

            'actions' => [

                'restore' => [
                    'label' => 'Restore',
                ],

            ],

        ],

        'notifications' => [

            'restored' => [
                'title' => 'Restored',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Restore selected',

        'modal' => [

            'heading' => 'Restore selected :label',

            'actions' => [

                'restore' => [
                    'label' => 'Restore',
                ],

            ],

        ],

        'notifications' => [

            'restored' => [
                'title' => 'Restored',
            ],

        ],

    ],

];
