3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-14 04:19:52 +00:00
Files
snipe-it/resources/lang/is/admin/groups/table.php
2018-09-28 11:54:52 -07:00

10 lines
114 B
PHP

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