translation-value-sets/kn/syndication_repos.php

9 lines
351 B
PHP
Raw Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$syndication_repos = array (
2025-02-20 15:06:44 +00:00
'ddb' => 'ಜರ್ಮನ್ ಡಿಜಿಟಲ್ ಲೈಬ್ರರಿ (ಡಿಡಿಬಿ)',
'europeana' => 'ಯುರೋಪಿಯನ್',
'smb-digital' => 'ಎಸ್ಎಂಬಿ ಡಿಜಿಟಲ್',
'kalliope-verbund' => 'ಕಲ್ಲಿಯೋಪ್ ಜಾಲಬಂಧ',
2025-02-11 01:02:14 +00:00
);