mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-13 20:05:36 +00:00
10 lines
116 B
PHP
10 lines
116 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'Id',
|
|
'name' => 'Navn',
|
|
'users' => '# af Brugere',
|
|
|
|
);
|