7 lines
124 B
PHP
7 lines
124 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$source_contributor_roles = array (
|
|
'author' => 'Autor',
|
|
'editor' => 'Herausgeber',
|
|
);
|