9 lines
266 B
PHP
9 lines
266 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$custom_report_targets_set = array (
|
|
'object_single' => 'ஒற்றை பொருள்',
|
|
'object_list' => 'பல பொருள்கள்',
|
|
'loan' => 'கடன்',
|
|
'exhibition' => 'கண்காட்சி',
|
|
);
|