Approval.

This commit is contained in:
2023-01-23 21:37:48 +00:00
committed by md translation bot
parent 08aa8753aa
commit 6922772f3e
860 changed files with 11842 additions and 6622 deletions

View File

@ -1,7 +1,13 @@
<?PHP
$object_publication_background['0'] = 'Image published';
$object_publication_background['1'] = 'Transcript published';
$object_publication_background['2'] = 'Discussed';
$object_publication_background['3'] = 'Rezensiert';
$object_publication_background['4'] = 'Referenced';
$object_publication_background['5'] = 'Advertised';
declare(strict_types = 1);
array (
'object_publication_background' =>
array (
0 => 'Image published',
1 => 'Transcript published',
2 => 'Discussed',
3 => 'Rezensiert',
4 => 'Referenced',
5 => 'Advertised',
),
)