Files

30 lines
342 B
PHP

<?php
return [
'actions' => [
'filter' => [
'label' => 'Filtruoti',
],
],
'filters' => [
'actions' => [
'apply' => [
'label' => 'Taikyti',
],
'reset' => [
'label' => 'Atstatyti',
],
],
],
];