Files
librenms-librenms/resources/lang/it/device.php
Pierfrancesco Passerini 96b708a10e Few more language (ITA) updates (#13890)
* Update it.json

Removed all  \'/  single quote, very common in italian , to avoid problem on page loading

* Update it.json

small fix

* Update it.json

Small updates

* Update it.json

* Add files via upload

* Delete modules.php

* Delete syslog.php

* Delete install.php

* Add files via upload

* Update plugins.php

* Update validation.php
2022-04-04 12:38:13 +02:00

16 lines
363 B
PHP

<?php
return [
'attributes' => [
'features' => 'OS Features',
'hardware' => 'Hardware',
'icon' => 'Icona',
'location' => 'Location',
'os' => 'S.O. del dispositivo',
'serial' => 'Seriale',
'sysName' => 'sysName',
'version' => 'Versione del S.O.',
'type' => 'Tipo dispositivo',
],
];