Files
librenms-librenms/lang/sr/device.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
360 B
PHP
Raw Normal View History

<?php
return [
'attributes' => [
'features' => 'Mogućnosti OS-a',
'hardware' => 'Hardver',
'icon' => 'Ikona',
'location' => 'Lokacija',
'os' => 'OS uređaja',
'serial' => 'Serijski br.',
'sysName' => 'Sistemsko ime',
'version' => 'Verzija OS-a',
'type' => 'Tip uređaja',
],
];