10 lines
177 B
PHP
10 lines
177 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
array (
|
|
'timing_intervals_set' =>
|
|
array (
|
|
'weekly' => 'Wöchentlich',
|
|
'monthly' => 'Monatlich',
|
|
'annual' => 'Jährlich',
|
|
),
|
|
) |