translation-value-sets/fr/object_publication_background.php

11 lines
222 B
PHP
Raw Permalink Normal View History

2020-08-07 17:51:07 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
declare(strict_types = 1);
2023-01-23 22:41:01 +01:00
$object_publication_background = array (
0 => 'Illustration publiée',
1 => 'Transcription publiée',
2 => 'discuté',
3 => 'recensé',
4 => 'référencé',
5 => 'annoncé',
);