20 lines
597 B
PHP
20 lines
597 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Help — Clusev',
|
|
'eyebrow' => 'Help',
|
|
'heading' => 'Help & documentation',
|
|
'subtitle' => 'Settings and procedures explained.',
|
|
|
|
'topic_overview' => 'Overview',
|
|
'topic_domain_tls' => 'Domain, TLS & reverse proxy',
|
|
'topic_security' => 'Security & 2FA',
|
|
'topic_updates' => 'Updates & versions',
|
|
'topic_commands' => 'Commands / CLI',
|
|
'topic_servers' => 'Servers & SSH',
|
|
'topic_sessions' => 'Sessions & users',
|
|
'topic_email' => 'Email (SMTP)',
|
|
'topic_audit' => 'Audit log',
|
|
'topic_recovery' => 'Account recovery',
|
|
];
|