18 lines
411 B
PHP
Executable File
18 lines
411 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'ID',
|
|
'city' => 'Bandar',
|
|
'state' => 'Negeri',
|
|
'country' => 'Negara',
|
|
'create' => 'Cipta Lokasi',
|
|
'update' => 'Kemaskini Lokasi',
|
|
'name' => 'Nama Lokasi',
|
|
'address' => 'Alamat',
|
|
'zip' => 'Poskod',
|
|
'locations' => 'Lokasi',
|
|
'parent' => 'Parent',
|
|
'currency' => 'Location Currency', // this is deprecated
|
|
);
|