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

13 lines
302 B
PHP

<?PHP
declare(strict_types = 1);
$source_type_set = array (
'article' => 'Artikel',
'inbook' => 'Artikel dalam kumpulan',
'book' => 'Buku',
'phdthesis' => 'Skripsi S3',
'electronical' => 'Sumber waringan',
'misc' => 'Lain-lain',
'patent' => 'Patent',
'unpublished' => 'Unpublished',
);