Approval.
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
<?PHP
|
||||
$object_publication_background['0'] = 'Abbildung veröffentlicht';
|
||||
$object_publication_background['1'] = 'Transkript veröffentlicht';
|
||||
$object_publication_background['2'] = 'besprochen';
|
||||
$object_publication_background['3'] = 'rezensiert';
|
||||
$object_publication_background['4'] = 'referenziert';
|
||||
$object_publication_background['5'] = 'beworben';
|
||||
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',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user