mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-22 07:25:36 +00:00
10 lines
125 B
PHP
10 lines
125 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'Id',
|
|
'name' => 'Názov',
|
|
'users' => '# z používateľov',
|
|
|
|
);
|