mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
96b708a10e
* 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
13 lines
331 B
PHP
13 lines
331 B
PHP
<?php
|
|
|
|
return [
|
|
'settings_page' => 'Impostazioni plugin :plugin',
|
|
'admin_page' => 'Gestione plugin',
|
|
'admin_title' => 'Plugin',
|
|
'errors' => [
|
|
'not_exist' => 'Il plugin :plugin non esiste.',
|
|
'disabled' => 'Plugin :plugin disabilitato.',
|
|
'view_missing' => 'Mostra quelli mancanti.',
|
|
],
|
|
];
|