3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-14 18:15:33 +00:00
Files
snipe-it/resources/lang/pl-PL/admin/groups/table.php
2023-12-19 17:23:16 +00:00

10 lines
123 B
PHP

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