3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-12 11:32:04 +00:00
Files
snipe-it/resources/lang/de-i/admin/groups/table.php
snipe 9db0b038a5 Updated translation strings
Signed-off-by: snipe <snipe@snipe.net>
2022-08-08 15:29:28 -07:00

10 lines
119 B
PHP

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