Files

30 lines
341 B
PHP

<?php
return [
'actions' => [
'filter' => [
'label' => 'Filter',
],
],
'filters' => [
'actions' => [
'apply' => [
'label' => 'Použiť',
],
'reset' => [
'label' => 'Resetovať',
],
],
],
];