8 lines
193 B
PHP
8 lines
193 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$timing_intervals_set = array (
|
|
'weekly' => 'साप्ताहिक',
|
|
'monthly' => 'महीने के',
|
|
'annual' => 'वार्षिक',
|
|
);
|