9 lines
312 B
PHP
9 lines
312 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$syndication_repos = array (
|
|
'ddb' => 'जर्मन डिजिटल लाइब्रेरी (DDB)',
|
|
'europeana' => 'Europeana',
|
|
'smb-digital' => 'एसएमबी-डिजिटल',
|
|
'kalliope-verbund' => 'कल्लियोपे वर्बंड',
|
|
);
|