Files
librenms-librenms/resources/lang/en/install.php
Tony Murray cc7902c084 WIP
2020-06-27 07:47:07 -05:00

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',
]
];