snipe-it/resources/lang/id/admin/groups/table.php

10 lines
114 B
PHP
Raw Normal View History

2016-06-22 14:39:19 -07:00
<?php
return array(
'id' => 'Id',
'name' => 'Name',
'users' => '# of Users',
);