translation-value-sets/fr/title_types_set.php
2023-01-23 21:41:01 +00:00

10 lines
205 B
PHP

<?PHP
declare(strict_types = 1);
$title_types_set = array (
'' => ' ',
'Science' => 'Science',
'Everyday speech' => 'Langage courant',
'Colloquial speech' => 'Argot',
'Dialect' => 'Dialecte',
);