10 lines
130 B
PHP
10 lines
130 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'ID',
|
|
'months' => 'Bulan',
|
|
'term' => 'Terma',
|
|
'title' => 'Nama ',
|
|
|
|
);
|