9 lines
324 B
PHP
9 lines
324 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$syndication_repos = array (
|
|
'ddb' => 'జర్మన్ డిజిటల్ లైబ్రరీ (DDB)',
|
|
'europeana' => 'యూరోపియన్',
|
|
'smb-digital' => 'SMB-డిజిటల్',
|
|
'kalliope-verbund' => 'కల్లియోప్ వెర్బండ్',
|
|
);
|