Files
snipe-it/app/lang/en/admin/locations/table.php
T
2013-11-16 07:18:47 -05:00

12 lines
141 B
PHP
Executable File

<?php
return array(
'id' => 'ID',
'name' => 'Name',
'city' => 'City',
'state' => 'State',
'country' => 'Country',
);