13 lines
252 B
PHP
13 lines
252 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
array (
|
|
'object_publication_background' =>
|
|
array (
|
|
0 => 'Illustration publiée',
|
|
1 => 'Transcription publiée',
|
|
2 => 'discuté',
|
|
3 => 'recensé',
|
|
4 => 'référencé',
|
|
5 => 'annoncé',
|
|
),
|
|
) |