8 lines
313 B
PHP
8 lines
313 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$institution_musdb_use_case_set = array (
|
|
'collection_management' => 'संग्रह प्रबंधन',
|
|
'publication' => 'प्रकाशन',
|
|
'collection_management_and_publication' => 'संग्रह प्रबंधन और प्रकाशन',
|
|
);
|