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

10 lines
209 B
PHP

<?PHP
declare(strict_types = 1);
$title_types_set = array (
'' => ' ',
'Science' => 'Ilmu',
'Everyday speech' => 'Bahasa sehari-hari',
'Colloquial speech' => 'Bahasa gaul',
'Dialect' => 'Dialek',
);