3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-11 22:35:38 +00:00
Files
snipe-it/resources/lang/it/admin/groups/table.php

10 lines
117 B
PHP

<?php
return array(
'id' => 'Id',
'name' => 'Nome',
'users' => 'N° di Utenti',
);