3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-10 08:15:47 +00:00
Files
snipe-it/resources/lang/pl/admin/groups/table.php

10 lines
123 B
PHP

<?php
return array(
'id' => 'Id',
'name' => 'Nazwa',
'users' => '# z użytkowników',
);