mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
25 lines
675 B
PHP
25 lines
675 B
PHP
<?php
|
|
return [
|
|
'title' => 'LibreNMS Install',
|
|
'install' => 'Install',
|
|
'stage' => 'Stage :stage of :stages complete',
|
|
'checks' => [
|
|
'title' => 'Pre-Install Checks',
|
|
'php_module' => 'PHP Module: :module',
|
|
'item' => 'Item',
|
|
'status' => 'Status',
|
|
'comment' => 'Comment',
|
|
],
|
|
'database' => [
|
|
'status' => 'Status',
|
|
'host' => 'Host',
|
|
'port' => 'Port',
|
|
'socket' => 'Unix-Socket',
|
|
'user' => 'User',
|
|
'password' => 'Password',
|
|
'name' => 'Name',
|
|
'socket_empty' => 'Leave empty if using Unix-Socket',
|
|
'ip_empty' => 'Leave empty if using Host',
|
|
]
|
|
];
|