3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-31 21:03:51 +00:00
Files
snipe-it/resources/lang/id/admin/groups/table.php
2016-06-22 14:39:19 -07:00

10 lines
114 B
PHP

<?php
return array(
'id' => 'Id',
'name' => 'Name',
'users' => '# of Users',
);