Files
snipe-it/app/lang/ms/admin/locations/table.php
T
2015-07-27 10:24:21 -07:00

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
);