3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-12 03:05:43 +00:00
Files
snipe-it/resources/lang/hr/admin/groups/table.php

10 lines
114 B
PHP

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