Files

30 lines
343 B
PHP

<?php
return [
'actions' => [
'filter' => [
'label' => 'Filter',
],
],
'filters' => [
'actions' => [
'apply' => [
'label' => 'Tillämpa',
],
'reset' => [
'label' => 'Återställ',
],
],
],
];