11 lines
450 B
PHP
11 lines
450 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$institution_basic_category_set = array (
|
|
'archive' => 'காப்பகம்',
|
|
'library' => 'நூலகம்',
|
|
'memorial_site' => 'நினைவு தளம்',
|
|
'private_collection' => 'தனியார் சேகரிப்பு',
|
|
'museum' => 'அருங்காட்சியகம்',
|
|
'university_collection' => 'பல்கலைக்கழக சேகரிப்பு',
|
|
);
|