2023-01-02 21:18:36 +00:00
|
|
|
<?PHP
|
2023-01-23 21:37:48 +00:00
|
|
|
declare(strict_types = 1);
|
2023-01-23 21:41:01 +00:00
|
|
|
$timing_intervals_set = array (
|
2023-03-25 23:13:15 +00:00
|
|
|
'weekly' => 'Heti',
|
|
|
|
'monthly' => 'Havi',
|
|
|
|
'annual' => 'Éves',
|
2023-01-23 21:41:01 +00:00
|
|
|
);
|