Files

30 lines
339 B
PHP

<?php
return [
'actions' => [
'filter' => [
'label' => 'Filtruj',
],
],
'filters' => [
'actions' => [
'apply' => [
'label' => 'Zastosuj',
],
'reset' => [
'label' => 'Resetuj',
],
],
],
];