<?php

return [

    'columns' => [

        'text' => [
            'more_list_items' => 'og :count flere',
        ],

    ],

    'fields' => [

        'search' => [
            'label' => 'Søg',
            'placeholder' => 'Søg',
        ],

    ],

    'actions' => [

        'filter' => [
            'label' => 'Filtrer',
        ],

        'open_bulk_actions' => [
            'label' => 'Åbn handlinger',
        ],

    ],

    'empty' => [
        'heading' => 'Ingen resultater',
    ],

    'selection_indicator' => [

        'actions' => [

            'select_all' => [
                'label' => 'Vælg alle :count',
            ],

        ],

    ],

    'sorting' => [

        'fields' => [

            'column' => [
                'label' => 'Sorter efter',
            ],

            'direction' => [

                'label' => 'Sorteringsretning',

                'options' => [
                    'asc' => 'Stigende',
                    'desc' => 'Faldende',
                ],

            ],

        ],

    ],

];
