8 lines
206 B
PHP
8 lines
206 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$timing_intervals_set = array (
|
|
'weekly' => 'ಪ್ರತಿ ವಾರ',
|
|
'monthly' => 'ಪ್ರತಿ ವಾರ',
|
|
'annual' => 'ವಾರ್ಷಿಕವಾಗಿ',
|
|
);
|