translation-value-sets/ro/object_publication_background.php

11 lines
217 B
PHP
Raw Normal View History

2024-03-25 15:51:51 +01:00
<?PHP
declare(strict_types = 1);
$object_publication_background = array (
0 => 'Image published',
1 => 'Transcript published',
2 => 'Discussed',
3 => 'Rezensiert',
4 => 'Referenced',
5 => 'Advertised',
);