translation-value-sets/de/object_publication_background.php

13 lines
264 B
PHP
Raw Normal View History

2020-08-07 17:51:07 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
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',
),
)