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

18 lines
422 B
PHP
Executable File

<?php
return array(
'id' => 'ID',
'city' => 'City',
'state' => 'State',
'country' => 'Country',
'create' => 'Create Location',
'update' => 'Update Location',
'name' => 'Location Name',
'address' => 'Address',
'zip' => 'Postal Code',
'locations' => 'Locations',
'parent' => 'Parent',
'currency' => 'Location Currency', // this is deprecated
);