snipe-it/resources/lang/ms/admin/locations/table.php
2016-12-03 17:10:05 -08:00

21 lines
955 B
PHP

<?php
return array(
'about_locations_title' => 'About Locations',
'about_locations' => 'Locations are used to track location information for users, assets, and other items',
'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Assets Assigned',
'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',
);