13 lines
264 B
PHP
13 lines
264 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
array (
|
|
'object_publication_background' =>
|
|
array (
|
|
0 => 'Abbildung veröffentlicht',
|
|
1 => 'Transkript veröffentlicht',
|
|
2 => 'besprochen',
|
|
3 => 'rezensiert',
|
|
4 => 'referenziert',
|
|
5 => 'beworben',
|
|
),
|
|
) |