translation-value-sets/en/object_publication_background.php
2023-01-23 21:37:48 +00:00

13 lines
247 B
PHP

<?PHP
declare(strict_types = 1);
array (
'object_publication_background' =>
array (
0 => 'Image published',
1 => 'Transcript published',
2 => 'Discussed',
3 => 'Rezensiert',
4 => 'Referenced',
5 => 'Advertised',
),
)