translation-value-sets/es/title_types_set.php

12 lines
296 B
PHP
Raw Normal View History

2020-08-07 18:34:07 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
declare(strict_types = 1);
2023-01-23 22:41:01 +01:00
$title_types_set = array (
'' => ' ',
'Science' => 'Science',
'Everyday speech' => 'Everyday speech',
'Colloquial speech' => 'Colloquial speech',
'Dialect' => 'Dialect',
2023-02-27 19:12:32 +01:00
'Professional jargon' => 'Professional jargon',
'Sociolect' => 'Sociolect',
2023-01-23 22:41:01 +01:00
);