translation-value-sets/hu/syndication_repos.php

9 lines
222 B
PHP
Raw Permalink Normal View History

2021-07-15 12:26:57 +00:00
<?PHP
2023-01-23 21:37:48 +00:00
declare(strict_types = 1);
2023-01-23 21:41:01 +00:00
$syndication_repos = array (
2023-03-25 23:13:15 +00:00
'ddb' => 'Német Digitális Könyvtár (DDB)',
2023-01-23 21:41:01 +00:00
'europeana' => 'Europeana',
'smb-digital' => 'SMB-digital',
'kalliope-verbund' => 'Kalliope Verbund',
);